/* 메인 2026v1: 사서함 줄 기본 대비 34px 낮춤 · 닫힘 시 상단 여백 없음 */
#headerNew.headerNew--main2026v1 .postMenu {
	padding: 6px 0 10px;
	box-sizing: border-box;
}
#headerNew.headerNew--main2026v1 .postMenu .poBox_pop {
	top: 80px;
}
#headerNew.headerNew--main2026v1 .postMenu.postMenu--poboxCollapsed {
	padding: 0 !important;
	min-height: 0 !important;
	background: transparent !important;
	overflow: hidden !important;
}
#headerNew.headerNew--main2026v1 .btn_PopClose,
#headerNew.headerNew--main2026v1 .btn_PopOpen {
	font-size: 11px;
	background-color: #fff;
	color: #F48120;
	border:1px solid #F48120;
}
#headerNew.headerNew--main2026v1 .hMenu .poBox_onoff {
	position: relative;
	z-index: 40;
}
#headerNew.headerNew--main2026v1 .hMenu .btn_PopClose,
#headerNew.headerNew--main2026v1 .hMenu .btn_PopOpen {
	z-index: 41;
}
/* 공통 top:-27px — 1단 하단 오렌지 라인 제거 후 시각 정렬용 1px 하향 */
#headerNew.headerNew--main2026v1 .hMenu .btn_PopClose {
	top: -28px;
}
#headerNew.headerNew--main2026v1 .btn_PopClose:hover,
#headerNew.headerNew--main2026v1 .btn_PopOpen:hover {
	background-color: #F48120;
	color: #fff;
	border:1px solid #F48120;
}

/* 2단 메인 헤더 (Figma 2740:1188 계열) — 로고 + 국기/언어/KRW + 아이콘 5종 */
#headerNew.headerNew--main2026v1 > .hMenu {
	line-height: normal !important;
	height: auto !important;
	min-height: 59px;
	overflow: visible !important;
}
/* 2단 상단 오렌지 라인: .inCon.main2026v1__body 안에 headerBar가 있어도 동일 적용(운영 header.php 구조) */
#headerNew.headerNew--main2026v1 .hMenu .main2026v1__headerBar {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
}
/* 가로 20px: 3단·히어로와 동일(풀폭 headerBar 안 rowHead만 좌우 인셋 적용) */
#headerNew.headerNew--main2026v1 .main2026v1__rowHead {
	max-width: 1470px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 59px;
}
#headerNew.headerNew--main2026v1 .main2026v1__rowLeft {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
	gap: 80px;
}
#headerNew.headerNew--main2026v1 .main2026v1__logo {
	flex: 0 0 auto;
}
#headerNew.headerNew--main2026v1 .main2026v1__logo img {
	display: block;
	width: 183px;
	height: auto;
}
/* 메인 GNB (menu_gnb.php) — v2018_service #headerNew > .hMenu > .inCon > .gnb 와 동등, 2026 레이아웃용 선택자 */
#headerNew.headerNew--main2026v1 .main2026v1__mainNav {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb {
	position: relative;
	width: auto !important;
	max-width: 100%;
	flex: 1;
	min-width: 0;
	margin: 0;
	text-align: left;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li {
	display: inline-block;
	margin-right: 0;
}
/* 1차·2차 사이 빈 간격에서 mouseleave 되지 않도록 호버 영역만 확장 — li에 position:relative 두면
   absolute(.gnbMenu_Box) 기준이 좁은 탭(li)으로 바뀌어 2차 컬럼이 세로로 깨짐(원본은 .gnb 기준) */
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li:has(> .gnbMenu_Box) {
	padding-bottom: 18px;
	margin-bottom: -18px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > i {
	vertical-align: middle;
	color: #ccc;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a {
	font-weight: 700;
	text-align: center;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a > span.en,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a > span.ja,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a > span.zh,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a > span.ko {
	padding: 0 18px;
	font-size: 17px;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	color: #303030;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a > span.ja {
	padding: 0 10px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link {
	text-decoration: none;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link > i {
	color: #fff;
	position: absolute;
	top: 9px;
	margin-left: -13px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link:hover > i {
	color: #ff7000;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link:hover > span.en,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link:hover > span.ja,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link:hover > span.zh,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link:hover > span.ko,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link.on > span.en,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link.on > span.ja,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link.on > span.zh,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link.on > span.ko,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link.or > span.en,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link.or > span.ja,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link.or > span.zh,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link.or > span.ko {
	color: #ff7000;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link.on,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link.on > i {
	color: #ff7000;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link.or > i {
	color: #ff7000;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > a.gnbMenu_link > span.or {
	color: #ff7000;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box {
	display: none;
	z-index: 101;
	top: 42px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box > p {
	position: absolute;
	text-align: right;
	margin: -18px 0 0 40px;
	color: #ff7000;
	display: none;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box > ul.gnbMenu_Con {
	text-align: left;
	padding: 30px;
	overflow: hidden;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box > ul.gnbMenu_Con > li {
	padding-left: 0;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 13px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box > ul.gnbMenu_Con > li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box > ul.gnbMenu_Con > li:first-child > ul > li:first-child {
	padding: 42px 0 7px;
	font-weight: normal;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box > ul.gnbMenu_Con > li:first-child > ul > li > a,
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box > ul.gnbMenu_Con > li:first-child > ul > li > a:hover {
	color: #ff7000;
	background: none;
	padding-left: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box > ul.gnbMenu_Con > li > ul > li {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 7px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box > ul.gnbMenu_Con > li > ul > li:first-child {
	padding-bottom: 20px;
	font-weight: 700;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box > ul.gnbMenu_Con > li > ul > li > a:hover {
	color: #ff7000;
	border-bottom: 1px solid #ff7000;
	padding-bottom: 2px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box > ul.gnbMenu_Con > li > ul > li > a > i {
	color: #ff7000;
	padding-left: 5px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box > ul.gnbMenu_Con > li > ul > li > ul {
	line-height: 18px;
	padding-top: 10px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box > ul.gnbMenu_Con > li > ul > li > ul > li {
	background: url("/images2017/shop/guide_txt_line.gif") no-repeat left center;
	padding-left: 10px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li > .gnbMenu_Box > ul.gnbMenu_Con > li > ul > li > ul > li > a {
	color: #777;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list1 > .gnbMenu_Box {
	margin-left: -167px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list1 > .gnbMenu_Box > ul.gnbMenu_Con > li {
	margin-bottom: 30px;
	width: 215px;
	max-width: 215px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list1 > .gnbMenu_Box > ul.gnbMenu_Con > li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
	width: 140px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list2 > .blink {
	animation: blink-effect 2s step-end infinite;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list2 > .gnbMenu_Box {
	margin-left: -321px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list2 > .gnbMenu_Box > ul.gnbMenu_Con {
	width: 950px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list2 > .gnbMenu_Box > ul.gnbMenu_Con > li {
	margin-bottom: 30px;
	width: 215px;
	max-width: 215px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list2 > .gnbMenu_Box > ul.gnbMenu_Con > li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
	width: 140px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list2 > .gnbMenu_Box > ul.gnbMenu_Con > li.line_second {
	padding-left: 155px;
	margin-left: 0 !important;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list3 > .gnbMenu_Box {
	margin-left: -576px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list3 > .gnbMenu_Box > ul.gnbMenu_Con {
	width: 950px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list3 > .gnbMenu_Box > ul.gnbMenu_Con > li {
	min-height: 170px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list4 > .gnbMenu_Box {
	margin-left: -670px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list4 > .gnbMenu_Box > ul.gnbMenu_Con {
	width: 950px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list4 > .gnbMenu_Box > ul.gnbMenu_Con > li {
	min-height: 200px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list5 > .gnbMenu_Box {
	left: -84px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list5 > .gnbMenu_Box > ul.gnbMenu_Con {
	width: 950px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list5 > .gnbMenu_Box > ul.gnbMenu_Con > li {
	min-height: 200px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li.list8 > .gnbMenu_Box {
	margin-left: -30px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mainNav .gnb > ul > li a {
	text-decoration: none;
}
#headerNew.headerNew--main2026v1 .main2026v1__headRight {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
	flex: 0 0 auto;
}
/* 그룹 구분: 언어·통화 | 주문·알림 아이콘 | 상담·계정 */
#headerNew.headerNew--main2026v1 .main2026v1__headTools {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
	flex: 0 0 auto;
}
#headerNew.headerNew--main2026v1 .main2026v1__vRule {
	flex-shrink: 0;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ddd;
	font-size: 16px;
	line-height: 1;
}
#headerNew.headerNew--main2026v1 .main2026v1__langBlock {
	position: relative;
	display: flex;
	align-items: center;
	gap: 2px;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeTrigger {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	padding: 6px 8px;
	margin: 0;
	cursor: pointer;
	background: transparent;
	border: none;
	border-radius: 4px;
	font: inherit;
	color: inherit;
	line-height: normal;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeTrigger:hover {
	background: #f0f0f0;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeTrigger:focus,
#headerNew.headerNew--main2026v1 .main2026v1__localeTrigger:focus-visible {
	outline: none;
	background: #f8f8f8;
	box-shadow: none;
}
/* 도착지·언어·통화 패널 (Figma) */
#headerNew.headerNew--main2026v1 .main2026v1__localePanel {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	z-index: 260;
	min-width: calc(140px + 30px);
	width: max-content;
	max-width: calc(100vw - 24px);
	padding: 18px 15px 16px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	text-align: left;
}
#headerNew.headerNew--main2026v1 .main2026v1__localePanel::before {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	right: auto;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ccc;
}
#headerNew.headerNew--main2026v1 .main2026v1__localePanel::after {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	right: auto;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeField {
	margin: 0 0 12px;
	width: 140px;
	min-width: 0;
	box-sizing: border-box;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeField:last-of-type {
	margin-bottom: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeLabel {
	display: block;
	margin: 0 0 6px;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #303030;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeSelectWrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 6px;
	width: 140px;
	min-height: 0;
	height: 36px;
	padding: 0 26px 0 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeSelectWrap .main2026v1__flag {
	flex-shrink: 0;
	width: 20px;
	height: 14px;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeSelect {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 26px 0 36px;
	border: none;
	background: transparent;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 400;
	color: #303030;
	cursor: pointer;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeSelect:focus {
	outline: none;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeSelectWrap:hover,
#headerNew.headerNew--main2026v1 .main2026v1__localeSelectWrap:focus-within {
	border-color: #999;
	box-shadow: none;
	background: #f8f8f8;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeChev {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 11px;
	color: #333;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeSelectWrap--noFlag {
	padding-left: 10px;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeSelectWrap--noFlag .main2026v1__localeSelect {
	padding-left: 10px;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeSave {
	display: block;
	width: auto;
	margin: 16px auto 0;
	padding: 6px 20px;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	background: #303030;
	color: #fff;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -0.02em;
	cursor: pointer;
}
#headerNew.headerNew--main2026v1 .main2026v1__localeSave:hover,
#headerNew.headerNew--main2026v1 .main2026v1__localeSave:focus {
	background: #ff7000;
	color: #fff;
}
#headerNew.headerNew--main2026v1 .main2026v1__flag {
	width: 23px;
	height: 16px;
	object-fit: cover;
	vertical-align: middle;
	flex-shrink: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__metaText {
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 2px;
	line-height: 1.2;
}
#headerNew.headerNew--main2026v1 .main2026v1__metaMain {
	color: #333;
	font-size: 14px;
	font-weight: 500;
}
#headerNew.headerNew--main2026v1 .main2026v1__metaSlash {
	color: #888;
	font-size: 14px;
	font-weight: 300;
}
#headerNew.headerNew--main2026v1 .main2026v1__metaText .main2026v1__caret {
	font-size: 12px;
	color: #333;
	margin-left: 0;
	vertical-align: middle;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: 0;
	box-sizing: border-box;
	padding: 6px;
	margin: -6px;
	border-radius: 4px;
	background: transparent;
	-webkit-tap-highlight-color: transparent;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons a:hover,
#headerNew.headerNew--main2026v1 .main2026v1__icons a:focus-visible {
	background: #f0f0f0;
	outline: none;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons img {
	width: 32px;
	height: 32px;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons li {
	position: relative;
}
/* 헤더 아이콘 호버 말풍선 (라벨) */
#headerNew.headerNew--main2026v1 .main2026v1__iconTooltip {
	position: absolute;
	left: 50%;
	top: calc(100% + 6px);
	transform: translateX(-50%);
	z-index: 9150;
	min-width: 0;
	max-width: 240px;
	padding: 7px 12px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #999;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
	color: #222;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.12s ease, visibility 0.12s ease;
}
#headerNew.headerNew--main2026v1 .main2026v1__iconTooltip::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #999;
}
#headerNew.headerNew--main2026v1 .main2026v1__iconTooltip::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-left: -5px;
	margin-bottom: -1px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
}
/* 마이페이지: 아래 패널과 겹치지 않도록 말풍선만 위쪽 */
#headerNew.headerNew--main2026v1 .main2026v1__iconTooltip--above {
	top: auto;
	bottom: calc(100% + 6px);
}
#headerNew.headerNew--main2026v1 .main2026v1__iconTooltip--above::before {
	bottom: auto;
	top: 100%;
	margin-left: -6px;
	margin-bottom: 0;
	border-bottom: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #999;
}
#headerNew.headerNew--main2026v1 .main2026v1__iconTooltip--above::after {
	bottom: auto;
	top: 100%;
	margin-left: -5px;
	margin-bottom: 0;
	margin-top: -1px;
	border-bottom: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons a:hover .main2026v1__iconTooltip,
#headerNew.headerNew--main2026v1 .main2026v1__icons a:focus-visible .main2026v1__iconTooltip {
	opacity: 1;
	visibility: visible;
}
/* 마이페이지: 비로그인 시 호버 레이어 (Figma) */
#headerNew.headerNew--main2026v1 .main2026v1__mypageWrap {
	position: relative;
	display: inline-block;
	line-height: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageWrap::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 12px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypagePanel {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	z-index: 9100;
	width: min(170px, calc(100vw - 24px));
	min-width: 0;
	padding: 0;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #666;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.15s ease, visibility 0.15s ease;
	text-align: center;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypagePanel::before {
	content: '';
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #666;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypagePanel::after {
	content: '';
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageWrap:hover .main2026v1__mypagePanel,
#headerNew.headerNew--main2026v1 .main2026v1__mypageWrap:focus-within .main2026v1__mypagePanel {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypagePanelInner {
	padding: 12px 10px 12px;
	box-sizing: border-box;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageAuth {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageLoginBtn {
	display: inline-flex;
	width: 100%;
	padding: 10px 15px;
	margin: 0;
	box-sizing: border-box;
	border-radius: 4px;
	background: #ff9b65;
	color: #303030;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageLoginBtn:hover,
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageLoginBtn:focus {
	background: #f48120;
	color: #222;
	text-decoration: none;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageJoinLine {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	color: #222;
	line-height: 1.4;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageJoinLine a {
	display: inline;
	padding: 0;
	margin: 0;
	color: #f48120;
	text-decoration: underline;
	font-weight: 500;
	background: transparent;
	border-radius: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageJoinLine a:hover,
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageJoinLine a:focus {
	color: #e95700;
	background: transparent;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageSep {
	height: 0;
	margin: 14px 0 12px;
	border: none;
	border-top: 1px solid #e5e5e5;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageLinks {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageLinks li {
	margin: 0;
	padding: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageLinks a {
	display: block;
	padding: 8px 4px;
	margin: 0;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	line-height: 1.35;
	text-decoration: none;
	border-radius: 4px;
	background: transparent;
	position: relative;
	line-height: 1.35;
	box-sizing: border-box;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageLinks a:hover,
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageLinks a:focus {
	background: #f5f5f5;
	color: #303030;
	text-decoration: none;
	outline: none;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageLinks__home strong {
	font-weight: 700;
	color: #303030;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageLinks .main2026v1__mypageLinks__inventoryHead {
	margin: 0;
	padding: 10px 4px 6px;
	border-top: 1px solid #e5e5e5;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #303030;
	line-height: 1.35;
	list-style: none;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageLinks .main2026v1__mypageLinks__inventoryHead span {
	display: block;
}
/* 마이페이지: 로그인 후 호버 레이어 */
#headerNew.headerNew--main2026v1 .main2026v1__mypagePanel--loggedIn {
	text-align: left;
	max-height: min(70vh, 560px);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypagePanel--loggedIn .main2026v1__mypagePanelInner {
	padding-bottom: 10px;
}
/* AI 행: 위·아래 구분선과의 간격 균등(약 10px) */
#headerNew.headerNew--main2026v1 .main2026v1__mypagePanel--loggedIn .main2026v1__mypageLinks + .main2026v1__mypageSep,
#headerNew.headerNew--main2026v1 .main2026v1__mypagePanel--loggedIn .main2026v1__mypageAiLink + .main2026v1__mypageSep {
	margin: 10px 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageAiLink {
	display: block;
	width: 100%;
	padding: 8px 4px;
	margin: 0;
	box-sizing: border-box;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	line-height: 1.35;
	text-align: left;
	text-decoration: none;
	border-radius: 4px;
	background: transparent;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageAiLink strong {
	font-weight: 700;
	color: #303030;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageAiLink:hover,
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageAiLink:focus {
	background: #f5f5f5;
	color: #303030;
	text-decoration: none;
	outline: none;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypagePanel--loggedIn .main2026v1__mypageAiLink {
	padding: 4px 4px;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageLogoutBtn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 12px;
	border-radius: 4px;
	background: #cbcbcb;
	color: #303030;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageLogoutBtn:hover,
#headerNew.headerNew--main2026v1 .main2026v1__icons .main2026v1__mypageLogoutBtn:focus {
	background: #888;
	color: #fff;
	text-decoration: none;
	outline: none;
}
/* 헤더 아이콘 배지: 빨간 원 (공지 N / 장바구니 수 — 개발 연동 전 UI 표시용) */
#headerNew.headerNew--main2026v1 .main2026v1__notiBadge,
#headerNew.headerNew--main2026v1 .main2026v1__cartBadge {
	position: absolute;
	top: 2px;
	right: 2px;
	box-sizing: border-box;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #ff2000;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	font-weight: 700;
	font-family: Roboto, "Noto Sans KR", sans-serif;
}
#headerNew.headerNew--main2026v1 .main2026v1__notiBadge {
	width: 16px;
	min-width: 16px;
	padding: 0;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: -0.02em;
}
#headerNew.headerNew--main2026v1 .main2026v1__cartBadge {
	min-width: 16px;
}
/* 마이페이지 드롭다운 패널 */
#headerNew.headerNew--main2026v1 .main2026v1__mypageBlock {
	position: relative;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageTrigger {
	display: block;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	line-height: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageTrigger img {
	width: 32px;
	height: 32px;
}
/* 구 클릭형 드롭다운(.mypageBlock + .mypageList) 전용 — 호버형 .mypageWrap 패널과 스타일 충돌 방지 */
#headerNew.headerNew--main2026v1 .main2026v1__mypageBlock .main2026v1__mypagePanel {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 9100;
	min-width: 200px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 0 4px 16px rgba(0,0,0,.12);
	padding: 6px 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageList {
	list-style: none;
	margin: 0;
	padding: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageList li {
	margin: 0;
	padding: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageList li a {
	display: block;
	padding: 7px 18px;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1.4;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageList li a:hover {
	background: #f5f5f5;
	color: #F48120;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageItem--head a {
	font-weight: 700;
	font-size: 14px !important;
	color: #F48120 !important;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px !important;
	margin-bottom: 2px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageItem--sep {
	border-top: 1px solid #eee;
	margin-top: 4px;
	padding-top: 4px;
	font-size: 12px;
	color: #888;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 2;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageItem--sep a {
	padding-top: 4px !important;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageItem--signout {
	border-top: 1px solid #eee;
	margin-top: 4px;
}
#headerNew.headerNew--main2026v1 .main2026v1__mypageItem--signout a {
	color: #999 !important;
	font-size: 12px !important;
	padding-top: 10px !important;
}
/* 3단 상단 회색 라인: 2단 오렌지 라인과 동일 — 부모(.inCon 등) 너비 100% (100vw·마진 브레이크아웃 없음) */
#headerNew.headerNew--main2026v1 .main2026v1__thirdBar {
	border-top: 1px solid #ddd;
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
#headerNew.headerNew--main2026v1 .main2026v1__thirdRow {
	max-width: 1470px;
	margin: 0 auto;
	padding: 8px 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}
#headerNew.headerNew--main2026v1 .main2026v1__subRow {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 0;
	min-width: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__subRowSpacer {
	flex: 1 1 auto;
	min-width: 0;
}
/* 1100px 박스 안에서 검색 폼만 가로 중앙 — GNB용 lead는 레이아웃에서 분리(abs) */
#headerNew.headerNew--main2026v1 .main2026v1__subSearch {
	position: relative;
	flex: 0 1 1100px;
	width: 1100px;
	max-width: 100%;
	min-width: 0;
	margin-right: 12px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	height: 54px;
	box-sizing: border-box;
}
#headerNew.headerNew--main2026v1 .main2026v1__subRight {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex-shrink: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__subBtns {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
#headerNew.headerNew--main2026v1 > .hSub {
	min-height: 54px;
	height: auto;
	line-height: normal;
	border-bottom: 0;
}
/* 3단: 검색·인사·버튼 한 줄(54px) — .rowHead와 동일 max-width 정렬 */
#headerNew.headerNew--main2026v1 > .hSub > .inCon.main2026v1__subRow {
	min-height: 54px;
	height: auto;
	box-sizing: border-box;
}
/* 3단 좌측 All Department: absolute 기준 대신 flex 수직 중앙 정렬 | ~스페이서: 남는 가로 */
#headerNew.headerNew--main2026v1 > .hSub > .inCon.main2026v1__subRow > .leftMenu {
	display: flex;
	align-items: flex-start;
	height: 54px;
	flex-shrink: 0;
	margin-right: 12px;
}
#headerNew.headerNew--main2026v1 > .hSub > .inCon.main2026v1__subRow > .leftMenu > .leftMenu_Box {
	position: relative;
	display: block;
	min-height: 54px;
}
#headerNew.headerNew--main2026v1 > .hSub > .inCon.main2026v1__subRow > .leftMenu > .leftMenu_Box > ul.leftMenu_Con > li > a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 54px;
	width: 180px;
	padding-left: 20px !important;
	padding-right: 28px;
	box-sizing: border-box;
	position: relative;
	left: 0;
	margin: 0;
	text-align: left !important;
	white-space: nowrap;
	line-height: 1;
	background-position: left center;
}
#headerNew.headerNew--main2026v1 > .hSub > .inCon.main2026v1__subRow > .leftMenu > .leftMenu_Box > ul.leftMenu_Con > li.submenu-indicator-minus > a,
#headerNew.headerNew--main2026v1 > .hSub > .inCon.main2026v1__subRow > .leftMenu > .leftMenu_Box > ul.leftMenu_Con > li > a.submenu-indicator-minus {
	padding-left: 20px !important;
	left: 0 !important;
	margin: 0 !important;
	text-align: left !important;
}
/* accordion clickEffect(.ink)가 텍스트를 밀지 않도록 비활성화 */
#headerNew.headerNew--main2026v1 > .hSub > .inCon.main2026v1__subRow > .leftMenu > .leftMenu_Box a .ink {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}
#headerNew.headerNew--main2026v1 > .hSub > .inCon.main2026v1__subRow > .leftMenu > .leftMenu_Box > ul.leftMenu_Con > li > a > .submenu-indicator {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-left: 0;
	transform: translateY(-50%);
	line-height: 1;
}
/* 열림 상태 회전에도 텍스트 좌표 고정 */
#headerNew.headerNew--main2026v1 > .hSub > .inCon.main2026v1__subRow > .leftMenu > .leftMenu_Box .submenu-indicator-minus > a > .submenu-indicator {
	transform: translateY(-50%) rotate(45deg);
}
#headerNew.headerNew--main2026v1 .main2026v1__thirdBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 8px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1;
	min-height: 33px;
	text-decoration: none;
	box-sizing: border-box;
}
#headerNew.headerNew--main2026v1 .main2026v1__thirdBtn:hover,
#headerNew.headerNew--main2026v1 .main2026v1__thirdBtn:focus {
	text-decoration: none;
}
#headerNew.headerNew--main2026v1 .main2026v1__thirdBtn img {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__thirdBtn--bulk {
	color: #0C9C4D;
	background: #E3FAED;
	border-color: #0C9C4D;
}
#headerNew.headerNew--main2026v1 .main2026v1__thirdBtn--bulk:hover,
#headerNew.headerNew--main2026v1 .main2026v1__thirdBtn--bulk:focus {
	color: #0C9C4D;
	background: #BDEFCF;
	border-color: #0C9C4D;
}
#headerNew.headerNew--main2026v1 .main2026v1__thirdBtn--apply {
	color: #fff;
	background: #ff7000;
	border: 1px solid #ff7000 !important;
}
#headerNew.headerNew--main2026v1 .main2026v1__thirdBtn--apply:hover,
#headerNew.headerNew--main2026v1 .main2026v1__thirdBtn--apply:focus {
	color: #fff;
	background: #e95700;
	border: 1px solid #e95700 !important;
}

/* 3단 검색: JS가 너비만 설정(레이아웃 밀기용 아님 — 폼은 subSearch에서 center) */
#headerNew.headerNew--main2026v1 .main2026v1__searchLead {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	min-width: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__searchForm {
	position: relative;
	z-index: 1;
	flex: 0 0 500px;
	min-width: 0;
	width: 500px;
	max-width: 100%;
	display: flex;
	align-items: center;
	height: 54px;
	box-sizing: border-box;
}
#headerNew.headerNew--main2026v1 .main2026v1__searchInput {
	display: block;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 0 44px 0 14px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #303030;
	line-height: 1.2;
	-webkit-appearance: none;
	appearance: none;
}
#headerNew.headerNew--main2026v1 .main2026v1__searchInput::placeholder {
	color: #999;
}
#headerNew.headerNew--main2026v1 .main2026v1__searchInput:focus {
	outline: none;
	border-color: #999;
}
#headerNew.headerNew--main2026v1 .main2026v1__searchSubmit {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 4px;
	background: transparent;
	color: #333;
	cursor: pointer;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-tap-highlight-color: transparent;
}
#headerNew.headerNew--main2026v1 .main2026v1__searchSubmit:hover,
#headerNew.headerNew--main2026v1 .main2026v1__searchSubmit:focus {
	color: #ff7000;
	outline: none;
}
#headerNew.headerNew--main2026v1 .main2026v1__searchSubmit i {
	font-size: 20px;
	line-height: 1;
}
#headerNew.headerNew--main2026v1 .main2026v1__subGreet {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	flex: 0 0 110px;
	width: 110px;
	min-width: 110px;
	max-width: 110px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	color: #222;
}
/* hello + 닉네임을 한 덩어리로 오른쪽 정렬(110px 안에서) */
#headerNew.headerNew--main2026v1 .main2026v1__subGreetLead {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#headerNew.headerNew--main2026v1 .main2026v1__subGreetPrefix {
	flex-shrink: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__subGreetSuffix {
	flex-shrink: 0;
}
#headerNew.headerNew--main2026v1 .main2026v1__subGreetName {
	flex: 0 1 auto;
	min-width: 0;
	max-width: 5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#headerNew.headerNew--main2026v1 .main2026v1__subGreetName strong {
	font-weight: 700;
	color: #222;
}

/* 헤더 아래 메인 배너: 가로 패딩 없음 — max-width 1470 안에 1100 + 갭 20 + 350 */
.main2026v1__hero {
	background: #fff;
	box-sizing: border-box;
}
/* 1단 메인 컨트롤 하단 | 2단 도트는 별도 변수(버튼·도트 높이 차이로 시각 정렬 맞춤) */
.main2026v1__heroInner {
	--main2026v1-heroSlideChromeBottom: 20px;
	--main2026v1-heroSideDotsBottom: calc(var(--main2026v1-heroSlideChromeBottom) + 10px);
	max-width: 1470px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}
.main2026v1__bannerMain {
	position: relative;
	flex: 0 0 calc((100% - 20px) * 1100 / 1450);
	width: calc((100% - 20px) * 1100 / 1450);
	max-width: 1100px;
	min-width: 0;
	height: 300px;
	overflow: hidden;
	background: #eee;
	box-sizing: border-box;
}
.main2026v1__bannerMainViewport {
	position: relative;
	width: 100%;
	height: 100%;
}
.main2026v1__bannerMainSlide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease, visibility 0.35s ease;
	z-index: 0;
}
.main2026v1__bannerMainSlide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
.main2026v1__bannerMainSlide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main2026v1__bannerMainCtrl {
	position: absolute;
	right: 40px;
	bottom: var(--main2026v1-heroSlideChromeBottom);
	z-index: 5;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-sizing: border-box;
}
/* 메인 배너: ← | 현재/전체 | → | 재생 — 배너 이미지 위 흰 아이콘(동영상 가이드 페이저와 스타일 분리) */
.main2026v1__bannerMainNav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	width: 28px;
	height: 28px;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	line-height: 1;
	color: #fff;
	font-size: 18px;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}
.main2026v1__bannerMainNav:disabled {
	color: rgba(255, 255, 255, 0.35);
	cursor: default;
}
.main2026v1__bannerMainNav:disabled:hover,
.main2026v1__bannerMainNav:disabled:focus {
	background: transparent;
	color: rgba(255, 255, 255, 0.35);
}
.main2026v1__bannerMainNav i {
	display: block;
	line-height: 1;
}
.main2026v1__bannerMainNav:hover:not(:disabled),
.main2026v1__bannerMainNav:focus:not(:disabled) {
	background: transparent;
	color: #fff;
	opacity: 0.85;
	outline: none;
}
.main2026v1__bannerMainPlayPause {
	border: none;
	background: transparent;
	color: #fff;
}
.main2026v1__bannerMainPlayPause:hover:not(:disabled),
.main2026v1__bannerMainPlayPause:focus:not(:disabled) {
	background: transparent;
	color: #fff;
	opacity: 0.85;
	outline: none;
}
.main2026v1__bannerMainPlayPause:disabled {
	color: rgba(255, 255, 255, 0.35);
	cursor: default;
	opacity: 1;
}
.main2026v1__bannerMainCount {
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	white-space: nowrap;
	min-width: 0;
	text-align: center;
	line-height: 28px;
	padding: 0 2px;
	flex-shrink: 0;
}
.main2026v1__bannerMainCur {
	font-weight: 700;
	color: #fff;
}
.main2026v1__bannerMainSep {
	font-weight: 400;
	color: #fff;
}
.main2026v1__bannerMainTotal {
	font-weight: 700;
	color: #fff;
}
/* 동영상 가이드: 흰 박스 + 테두리 페이저만 해당 */
.main2026v1__videoPagerArrows {
	display: inline-flex;
	flex-direction: row;
	align-items: stretch;
	margin: 0;
	padding: 0;
	border: 1px solid #e4e4e4;
	background: #fff;
	box-sizing: border-box;
}
.main2026v1__videoPagerArrows .main2026v1__videoPagerNav {
	min-width: 26px;
	width: 26px;
	height: 26px;
	color: #4e4e50;
	cursor: pointer;
}
.main2026v1__videoPagerArrows .main2026v1__videoPagerNav:disabled {
	color: #cbcbcb;
	cursor: default;
}
.main2026v1__videoPagerArrows .main2026v1__videoPagerNav:disabled:hover,
.main2026v1__videoPagerArrows .main2026v1__videoPagerNav:disabled:focus {
	background: #fff;
	color: #cbcbcb;
}
.main2026v1__videoPagerArrows .main2026v1__videoPagerPrev {
	border-right: 1px solid #e4e4e4;
	border-radius: 0;
}
.main2026v1__videoPagerNav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	width: 26px;
	height: 26px;
	padding: 0;
	margin: 0;
	border: none;
	background: #fff;
	cursor: pointer;
	line-height: 1;
	color: #4e4e50;
	font-size: 18px;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}
.main2026v1__videoPagerNav i {
	display: block;
	line-height: 1;
}
.main2026v1__videoPagerArrows .main2026v1__videoPagerNav:hover:not(:disabled),
.main2026v1__videoPagerArrows .main2026v1__videoPagerNav:focus:not(:disabled) {
	background: #fafafa;
	color: #4e4e50;
	outline: none;
}
.main2026v1__videoPagerCount {
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: inherit;
	white-space: nowrap;
	min-width: 0;
	text-align: left;
	line-height: 26px;
}
.main2026v1__videoPagerCur {
	font-weight: 700;
	color: #303030;
}
.main2026v1__videoPagerSep {
	font-weight: 400;
	color: #999;
}
.main2026v1__videoPagerTotal {
	font-weight: 700;
	color: #999;
}
.main2026v1__videoPagerBar {
	display: flex;
	justify-content: flex-end;
	padding-top: 16px;
	box-sizing: border-box;
}
.main2026v1__videoPager {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.main2026v1__bannerSide {
	position: relative;
	flex: 0 0 calc((100% - 20px) * 350 / 1450);
	width: calc((100% - 20px) * 350 / 1450);
	max-width: 350px;
	min-width: 0;
	height: 300px;
	overflow: hidden;
	background: #e8f4fc;
	box-sizing: border-box;
}
.main2026v1__bannerSideViewport {
	position: relative;
	width: 100%;
	height: 100%;
}
.main2026v1__bannerSideSlide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 15px 16px 44px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease, visibility 0.35s ease;
	z-index: 0;
	overflow: hidden;
}
.main2026v1__bannerSideSlide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
/* href 있을 때: 슬라이드 전체가 링크 영역(도트는 형제 요소라 별도 클릭) */
.main2026v1__bannerSideLink {
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	border-radius: 4px;
	box-sizing: border-box;
}
.main2026v1__bannerSideLink:hover,
.main2026v1__bannerSideLink:focus {
	text-decoration: none;
	color: inherit;
}
.main2026v1__bannerSideLink:focus {
	outline: none;
}
.main2026v1__bannerSideLink:focus-visible {
	outline: 2px solid #ff7000;
	outline-offset: 2px;
}
/* 이미지 박스 → 타이틀(h2) → 부제: 상단부터, 도트와 겹치지 않게 하단 패딩 */
.main2026v1__bannerSideCard {
	min-height: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 8px;
	box-sizing: border-box;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	text-align: center;
}
.main2026v1__bannerSideMedia {
	flex-shrink: 0;
	width: 100%;
	height: 132px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
}
.main2026v1__bannerSideMedia--empty {
	min-height: 132px;
}
.main2026v1__bannerSideMedia img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center;
}
/* 타이틀: 20px 볼드 — HTML에 <br> 넣어 수동 줄바꿈 가능(다국어·기획별 위치 조절) */
.main2026v1__bannerSideTitle {
	margin-top: 5px;
	padding: 0;
	border: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: #303030;
	text-align: center;
	word-break: keep-all;
	overflow-wrap: anywhere;
}
.main2026v1__bannerSideDesc {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.05em;
	color: #666;
	text-align: center;
	word-break: keep-all;
	overflow-wrap: anywhere;
}
/* 선택: 관리자 HTML에서만 사용할 수 있는 CTA */
.main2026v1__bannerSideCta {
	display: inline-block;
	margin-top: 4px;
	align-self: center;
	padding: 6px 14px;
	border-radius: 4px;
	background: #ff7000;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
}
.main2026v1__bannerSideCta:hover,
.main2026v1__bannerSideCta:focus {
	background: #e95700;
	color: #fff !important;
}
.main2026v1__bannerSideDots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: var(--main2026v1-heroSideDotsBottom);
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	pointer-events: none;
}
/* 2단 배너 도트: 10×10 · #999 + multiply — 현재 슬라이드만 가로 캡슐 */
.main2026v1__bannerSideDot {
	pointer-events: auto;
	box-sizing: border-box;
	width: 10px;
	min-width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: #999;
	mix-blend-mode: multiply;
	cursor: pointer;
	flex-shrink: 0;
	transition: width 0.28s ease, min-width 0.28s ease;
}
.main2026v1__bannerSideDot.is-active {
	width: 35px;
	min-width: 35px;
	height: 10px;
}

/* 배너 하단 바로가기 (index3 mNewBenefit과 동일 링크·아이콘 — ohmyzip.com 메인) */
.main2026v1__quick {
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.main2026v1__quickInner {
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.main2026v1__quickList {
	list-style: none;
	margin: 0;
	padding:20px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
	gap: 50px;
}
.main2026v1__quickItem {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}
.main2026v1__quickLink {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.main2026v1__quickLink:hover .main2026v1__quickLabel,
.main2026v1__quickLink:focus .main2026v1__quickLabel {
	color: #ff7000;
}
.main2026v1__quickLink:hover .main2026v1__quickIcon,
.main2026v1__quickLink:focus .main2026v1__quickIcon {
	background: #ebebeb;
}
.main2026v1__quickLink:focus {
	outline: none;
}
.main2026v1__quickLink:focus-visible {
	outline: 2px solid #ff7000;
	outline-offset: 4px;
	border-radius: 4px;
}
.main2026v1__quickIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	flex-shrink: 0;
	box-sizing: border-box;
	background: #f5f5f5;
	border-radius: 10px;
	transition: background-color 0.15s ease;
}
.main2026v1__quickIcon img {
	display: block;
	max-width: 48px;
	max-height: 48px;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center;
}
.main2026v1__quickLabel {
	margin: 10px 0 0;
	padding: 0;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: -0.03em;
	color: #303030;
	text-align: center;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
	.main2026v1__quickList {
		flex-wrap: wrap;
		justify-content: center;
		gap: 24px 50px;
	}
}
@media (max-width: 640px) {
	.main2026v1__quickList {
		gap: 20px 24px;
	}
}

@media (max-width: 1490px) {
	.main2026v1__heroInner {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		padding: 0;
		gap: 20px;
	}
	.main2026v1__bannerMain {
		flex: 0 0 auto;
		width: 100%;
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	.main2026v1__bannerSide {
		flex: 0 0 auto;
		width: 100%;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* 서비스 하이라이트 그리드 (5열 · Figma, 행간 30px / 열간 20px) — 상단 라인 풀너비, 본문만 1470px 중앙 */
.main2026v1__infoBand {
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border-top: 1px solid #e4e4e4;
}
.main2026v1__infoInner {
	width: 100%;
	max-width: 1470px;
	margin: 0 auto;
	padding: 30px 10px 30px;
	box-sizing: border-box;
}
.main2026v1__infoGrid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 30px 20px;
	box-sizing: border-box;
}
.main2026v1__infoItem {
	margin: 0;
	padding: 0;
	min-width: 0;
}
.main2026v1__infoCard {
	position: relative;
	display: block;
	box-sizing: border-box;
	min-height: 220px;
	padding: 25px 25px 70px;
	border: 1px solid #e4e4e4;
	border-radius: 20px;
	overflow: hidden;
	background: linear-gradient(180deg, var(--info-grad-start, #f5f5f5) 0%, #ffffff 85%);
	font-family: Roboto, "Noto Sans KR", sans-serif;
	height: 100%;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.18s ease, background 0.18s ease;
}
.main2026v1__infoCard:hover,
.main2026v1__infoCard:focus,
.main2026v1__infoCard:focus-visible {
	border-color: #ff7000;
	background: linear-gradient(180deg, var(--info-grad-start, #f5f5f5) 0%, #fff7ef 85%);
	text-decoration: none;
}
/* 일러스트와 겹치지 않게 오른쪽만 비움(≈ 예전 max-width 62%와 동일한 남는 폭). 별도 px 고정 없음 — 카드 너비에 비례 */
.main2026v1__infoCardInner {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.main2026v1__infoFlag {
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 0 2px;
	object-fit: contain;
}
.main2026v1__infoBadge {
	display: inline-block;
	margin: 0 0 10px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #81C050;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.03em;
	vertical-align: top;
}
.main2026v1__infoTitle {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.03em;
	color: #222;
}
.main2026v1__infoDesc {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: -0.03em;
	color: #666;
}
.main2026v1__infoArt {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 0;
	display: block;
	width: auto;
	max-width: 48%;
	max-height: 130px;
	height: auto;
	object-fit: contain;
	object-position: right bottom;
	pointer-events: none;
}

/* 동영상 가이드 (풀배경 + 1470 가운데) */
.main2026v1__videoBand {
	width: 100%;
	background: #f8f8f8;
	padding: 50px 0;
	box-sizing: border-box;
}
.main2026v1__videoInner {
	width: 100%;
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.main2026v1__videoHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}
.main2026v1__videoTitle {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.03em;
	color: #303030;
}
.main2026v1__videoSnsList {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.main2026v1__videoSnsList li {
	margin: 0;
	padding: 0;
}
.main2026v1__videoSnsList a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}
.main2026v1__videoSnsList img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.main2026v1__videoBody {
	width: 100%;
	box-sizing: border-box;
}
/* 한 번에 한 페이지만 보이고, 화살표로 가로 슬라이드 */
.main2026v1__videoPages {
	width: 100%;
	box-sizing: border-box;
}
.main2026v1__videoPagesViewport {
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.main2026v1__videoPagesTrack {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	transform: translate3d(0, 0, 0);
	/* 너비·슬라이드 위치는 JS(뷰포트 px)로 맞춤 — calc(translate)는 3페이지 등에서 브라우저별 오차 발생 가능 */
	transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
	box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
	.main2026v1__videoPagesTrack {
		transition: none;
	}
}
.main2026v1__videoPage {
	flex: 0 0 auto;
	min-width: 0;
	box-sizing: border-box;
}
.main2026v1__videoList {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, 280px);
	justify-content: space-between;
	gap: 0;
}
.main2026v1__videoItem {
	margin: 0;
	padding: 10px 0;
}
.main2026v1__videoCard {
	display: block;
	color: inherit;
}
.main2026v1__videoItem:hover .main2026v1__videoItemTitle {
	color: #ff7000;
}
.main2026v1__videoItemTitle {
	margin: 0 0 8px;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.03em;
	color: #303030;
}
/* index3 SNS 영역과 같이 썸네일 영역 안에서 YouTube iframe 재생 */
.main2026v1__videoPlayBox {
	position: relative;
	width: 280px;
	height: 158px;
	box-sizing: border-box;
	overflow: hidden;
	background: #000;
}
.main2026v1__videoPlayTrigger {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	line-height: 0;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}
.main2026v1__videoPlayTrigger:focus-visible {
	outline: 2px solid #ff7000;
	outline-offset: 2px;
}
.main2026v1__videoEmbed {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #000;
}
#main2026v1_videoGuide .nodisplay {
	display: none !important;
}
.main2026v1__videoIframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	box-sizing: border-box;
}
.main2026v1__videoThumb {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	object-fit: cover;
	background: #fff;
}

/* 직구 추천샵 (풀폭 · 타이틀 동영상 가이드와 동일 타이포, 가운데 정렬) */
.main2026v1__shopRecBand {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}
.main2026v1__shopRecInner {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 50px 20px 0;
}
.main2026v1__shopRecTitle {
	margin: 0 0 24px;
	padding: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.03em;
	color: #303030;
	text-align: center;
}
.main2026v1__shopRecTabs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
}
.main2026v1__shopRecTab {
	margin: 0;
	padding: 10px 30px 8px;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	background: #fff;
	color: #303030;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.03em;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.main2026v1__shopRecTab[aria-selected="true"] {
	background: #ff7000;
	border-color: #ff7000;
	color: #fff;
	font-weight: 700;
}
.main2026v1__shopRecTab:hover,
.main2026v1__shopRecTab:focus-visible {
	background: #ff7000;
	border-color: #ff7000;
	color: #fff;
	font-weight: 700;
	outline: none;
}
.main2026v1__shopRecPanels {
	margin-top: 24px;
	box-sizing: border-box;
}
.main2026v1__shopRecGrid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px 20px;
	width: 100%;
	box-sizing: border-box;
}
.main2026v1__shopRecLink {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 60px;
	padding: 4px 8px;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	background: #fff;
	text-decoration: none !important;
	color: inherit;
	-webkit-tap-highlight-color: transparent;
	transition:
		border-color 0.2s ease,
		background 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}
.main2026v1__shopRecLink:visited {
	text-decoration: none !important;
}
.main2026v1__shopRecLink:hover,
.main2026v1__shopRecLink:focus-visible {
	text-decoration: none !important;
	border-color: #ff7000;
	background: #fffaf6;
	box-shadow: 0 4px 14px rgba(255, 112, 0, 0.14);
	transform: translateY(-1px);
	outline: none;
}
.main2026v1__shopRecLink:active {
	text-decoration: none !important;
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(255, 112, 0, 0.12);
	border-color: #ff7000;
	background: #fff5ed;
}
@media (prefers-reduced-motion: reduce) {
	.main2026v1__shopRecLink {
		transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
	}
	.main2026v1__shopRecLink:hover,
	.main2026v1__shopRecLink:focus-visible,
	.main2026v1__shopRecLink:active {
		transform: none;
	}
}
.main2026v1__shopRecLinkInner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	max-width: 100%;
	min-width: 0;
}
.main2026v1__shopRecLogo {
	display: block;
	height: 35px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	flex-shrink: 1;
	mix-blend-mode: multiply;
}
/* 독일·일본: 같은 35px라도 자산 비율상 더 커 보여 기본 높이만 낮춤(개별 조정은 PHP logo_h) */
.main2026v1__shopRecPanel[data-shoprec-panel="de"] .main2026v1__shopRecLogo,
.main2026v1__shopRecPanel[data-shoprec-panel="jp"] .main2026v1__shopRecLogo {
	height: 28px;
}
/* 직구 추천샵 · 구매대행 상품: 자동카트 배지 공통 */
.main2026v1__autoCartBadge {
	flex-shrink: 0;
	padding: 5px 10px 3px;
	border-radius: 4px;
	background: #ebf8ff;
	color: #1491d4;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.03em;
	white-space: nowrap;
	text-decoration: none !important;
	pointer-events: none;
	box-sizing: border-box;
}
.main2026v1__purchaseCard > .main2026v1__autoCartBadge {
	align-self: flex-start;
	margin-top: 8px;
}
.main2026v1__shopRecBand .nodisplay {
	display: none !important;
}

/* 구매대행 행사 상품 (1470 중앙 · 국가별 타이틀 박스 + 4열 그리드) */
.main2026v1__purchaseBand {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}
.main2026v1__purchaseInner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1470px;
	margin: 0 auto;
	padding: 50px 20px 0;
}
.main2026v1__purchaseTabs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 0 24px;
	padding: 0;
}
.main2026v1__purchaseTab {
	margin: 0;
	padding: 10px 30px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	background: #fff;
	color: #303030;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.03em;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.main2026v1__purchaseTab[aria-selected="true"] {
	background: #ff7000;
	border-color: #ff7000;
	color: #fff;
	font-weight: 700;
}
.main2026v1__purchaseTab:hover,
.main2026v1__purchaseTab:focus-visible {
	background: #ff7000;
	border-color: #ff7000;
	color: #fff;
	font-weight: 700;
	outline: none;
}
.main2026v1__purchasePanel {
	width: 100%;
	box-sizing: border-box;
}
.main2026v1__purchaseRow {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
	box-sizing: border-box;
}
/* 좌측 타이틀 박스 + 크롬익스텐션 버튼(구매대행 LNB purchsae_etcBtn과 동일 톤) */
.main2026v1__purchaseLead {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 200px;
	box-sizing: border-box;
}
.main2026v1__purchaseChromeBtn {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: calc(1.3rem - 2px) 0.8rem;
	border: 0;
	border-radius: 50rem;
	background-color: #0b57d0;
	color: #fff;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: filter 0.15s ease;
}
.main2026v1__purchaseChromeBtn:hover,
.main2026v1__purchaseChromeBtn:focus-visible {
	filter: brightness(0.85);
	outline: none;
}
.main2026v1__purchaseChromeBtn img {
	width: 24px;
	height: auto;
	padding-right: 5px;
	flex-shrink: 0;
}
.main2026v1__purchaseTitleBox {
	position: relative;
	box-sizing: border-box;
	width: 200px;
	height: 380px;
	min-height: 380px;
	border-radius: 20px;
	padding: 0;
	overflow: hidden;
}
.main2026v1__purchaseTitleBoxInner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	padding: 50px 18px 72px;
	box-sizing: border-box;
}
.main2026v1__purchaseBadge {
	display: inline-block;
	padding: 5px 13px 3px 13px;
	border-radius: 100px;
	background: #ff8551;
	color: #fff;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.03em;
}
.main2026v1__purchaseTitleText {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.03em;
	color: #303030;
	word-break: keep-all;
}
.main2026v1__purchaseTitleText strong {
	font-weight: 700;
}
.main2026v1__purchaseTitleText span {
	font-weight: inherit;
}
.main2026v1__purchaseMore {
	position: absolute;
	right: 30px;
	bottom: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #303030;
	font-size: 22px;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}
.main2026v1__purchaseMore:hover,
.main2026v1__purchaseMore:focus-visible {
	background: rgba(0, 0, 0, 0.1);
	color: #303030;
	outline: none;
}
.main2026v1__purchaseMain {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	min-height: 200px;
}
.main2026v1__purchaseEmpty {
	margin: 0;
	padding: 48px 16px;
	font-size: 15px;
	color: #777;
	text-align: center;
}
.main2026v1__purchaseGrid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px 20px;
	align-items: start;
	width: 100%;
	box-sizing: border-box;
}
.main2026v1__purchaseCard {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	align-self: start;
	box-sizing: border-box;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #303030;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.main2026v1__purchaseCard:hover .main2026v1__purchaseCardImgWrap {
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
/* 정사각형: 그리드·레거시 브라우저에서 aspect-ratio+height% 조합이 0 높이로 깨지는 경우 방지 */
.main2026v1__purchaseCardImgWrap {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 20px;
	background: #f0f0f0;
	overflow: hidden;
	box-sizing: border-box;
}
.main2026v1__purchaseCardMark {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 2;
	max-width: 44%;
	height: auto;
	pointer-events: none;
}
.main2026v1__purchaseCardImg {
	position: absolute;
	left: 0;
	mix-blend-mode: multiply;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.main2026v1__purchaseCardTitleRow {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 6px;
	margin: 10px 0 0;
	min-width: 0;
	box-sizing: border-box;
}
.main2026v1__purchaseCardSiteLogo {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	object-fit: contain;
}
.main2026v1__purchaseCardTitle {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
	padding: 0;
	flex: 1;
	min-width: 0;
	max-width: 100%;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: -0.03em;
	color: #303030;
	box-sizing: border-box;
	word-break: break-word;
}
.main2026v1__purchaseCardPrices {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 8px;
	margin-top: 8px;
	font-family: Roboto, "Noto Sans KR", sans-serif;
}
.main2026v1__purchaseCardPrice {
	font-size: 18px;
	font-weight: 700;
	color: #303030;
	letter-spacing: -0.02em;
}
.main2026v1__purchaseCardOrigin {
	font-size: 13px;
	font-weight: 400;
	color: #999;
	text-decoration: line-through;
}
.main2026v1__purchasePager {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin-top: 24px;
	padding-left:200px;
	box-sizing: border-box;
}
.main2026v1__purchasePagerBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 10px 30px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	background: #fff;
	color: #303030;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.main2026v1__purchasePagerBtn:hover,
.main2026v1__purchasePagerBtn:focus-visible {
	background: #efefef;
	outline: none;
}
.main2026v1__purchasePagerNum {
	display: inline-flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: center;
	gap: 0.5em;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	box-sizing: border-box;
}
.main2026v1__purchasePagerCur {
	font-weight: 700;
	color: #303030;
}
.main2026v1__purchasePagerSep {
	font-weight: 400;
	color: #999;
}
.main2026v1__purchasePagerTot {
	font-weight: 700;
	color: #999;
}
.main2026v1__purchaseCtaWrap {
	margin-top: 28px;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}
.main2026v1__purchaseBand .nodisplay {
	display: none !important;
}

/* 메인 하단: 공지 · 고객센터 · 제휴 (1470 · 3열 · gap 20px) */
.main2026v1__supportBand {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}
.main2026v1__supportInner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1470px;
	margin: 0 auto;
	padding: 50px 20px;
}
.main2026v1__supportGrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
	box-sizing: border-box;
}
.main2026v1__supportCard {
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px 30px;
	min-height: 0;
}
.main2026v1__supportCardHead {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 16px;
}
.main2026v1__supportCardTitle {
	margin: 0;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: #222;
}
.main2026v1__supportCardTitle--noticeHead {
	margin: 0;
	padding: 0;
}
/* 공지사항 제목~화살표 한 링크: 클릭 영역만 넓힘 · 호버/포커스 시 제목·화살표 동일 색 */
.main2026v1__supportHeadLink {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font: inherit;
	color: inherit;
	text-decoration: none !important;
	-webkit-tap-highlight-color: transparent;
}
.main2026v1__supportHeadText {
	color: #222;
	transition: color 0.15s ease;
}
.main2026v1__supportHeadIcon {
	flex-shrink: 0;
	font-size: 14px;
	line-height: 1;
	color: #222;
	transition: color 0.15s ease;
}
.main2026v1__supportHeadLink:hover .main2026v1__supportHeadText,
.main2026v1__supportHeadLink:hover .main2026v1__supportHeadIcon {
	color: #ff7000;
}
.main2026v1__supportHeadLink:focus-visible {
	outline: 2px solid #ff7000;
	outline-offset: 2px;
}
.main2026v1__supportHeadLink:focus-visible .main2026v1__supportHeadText,
.main2026v1__supportHeadLink:focus-visible .main2026v1__supportHeadIcon {
	color: #ff7000;
}
.main2026v1__supportNoticeList {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main2026v1__supportNoticeItem + .main2026v1__supportNoticeItem {
	margin-top: 14px;
}
.main2026v1__supportNoticeLink {
	display: block;
	text-decoration: none !important;
	color: inherit;
	padding:5px 0;
}
.main2026v1__supportNoticeLink:hover .main2026v1__supportNoticeTitle,
.main2026v1__supportNoticeLink:focus .main2026v1__supportNoticeTitle {
	text-decoration: underline;
}
.main2026v1__supportNoticeTitleRow {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 6px;
}
.main2026v1__supportNew {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	margin-top: 3px;
	border-radius: 50%;
	background: #ff7000;
	color: #fff;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 8px;
	font-weight: 700;
	line-height: 1;
}
.main2026v1__supportNoticeTitle {
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: #303030;
	word-break: keep-all;
}
.main2026v1__supportNoticeMeta {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: #999;
}
.main2026v1__supportNoticeCat,
.main2026v1__supportNoticeTime {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}
.main2026v1__supportCard--cs {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.main2026v1__supportCsHours {
	margin: 16px 0 0;
	padding: 16px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-family: Roboto, "Noto Sans KR", sans-serif;
}
.main2026v1__supportCsHours p {
	margin: 0;
}
.main2026v1__supportCsHours p + p {
	margin-top: 6px;
}
.main2026v1__supportCsRow {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
	line-height: 1.45;
}
.main2026v1__supportCsLabel {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: -0.03em;
	color: #666;
}
.main2026v1__supportCsTime {
	display: inline;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: -0.03em;
	color: #303030;
	-webkit-font-smoothing: antialiased;
}
.main2026v1__supportCsBtns {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: auto;
	padding-top: 20px;
}
.main2026v1__supportCsBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex: 0 0 auto;
	width: 104px;
	max-width: 104px;
	aspect-ratio: 1;
	margin: 0;
	padding: 6px 4px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.03em;
	text-align: center;
	text-decoration: none !important;
	word-break: keep-all;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}
/* v2018 a,a:link{color:#303030} 대비: 고객센터 버튼 글자색 고정 */
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--chat,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--chat:link,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--chat:visited,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--chat:hover,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--chat:active,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--chat:focus-visible {
	background: #f0f0f0;
	border-color: #e4e4e4;
	color: #303030 !important;
	outline: none;
}
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--chat:hover,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--chat:focus-visible {
	background: #e8e8e8;
	border-color: #e4e4e4;
	color: #303030 !important;
}
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--inquiry,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--inquiry:link,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--inquiry:visited,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--inquiry:hover,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--inquiry:active,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--inquiry:focus-visible {
	background: #7057cc;
	border-color: #7057cc;
	color: #fff !important;
	outline: none;
}
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--inquiry:hover,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--inquiry:focus-visible {
	background: #5f46b0;
	border-color: #5f46b0;
	color: #fff !important;
}
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--faq,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--faq:link,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--faq:visited,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--faq:hover,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--faq:active,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--faq:focus-visible {
	background: #f48120;
	border-color: #f48120;
	color: #fff !important;
	outline: none;
}
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--faq:hover,
.main2026v1__supportCsBtns a.main2026v1__supportCsBtn--faq:focus-visible {
	background: #d86f1a;
	border-color: #d86f1a;
	color: #fff !important;
}
.main2026v1__supportCard--partner {
	display: flex;
	flex-direction: column;
}
.main2026v1__supportCard--partner .main2026v1__supportCardTitle {
	align-self: flex-start;
}
.main2026v1__supportPartnerBody {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 1 auto;
	margin-top: 50px;
	text-align: center;
}
.main2026v1__supportLogoImg {
	display: block;
	width: auto;
	max-width: 200px;
	height: auto;
	margin: 0 auto 16px;
}
.main2026v1__supportPartnerDesc {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: -0.03em;
	color: #666;
	margin:20px 0;
}
.main2026v1__supportPartnerDescLine1 {
	display: block;
	white-space: nowrap;
}
.main2026v1__supportPartnerCta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 50px 10px;
	border-radius: 4px;
	background: #ff7000;
	color: #fff !important;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.03em;
	text-decoration: none !important;
	transition: background-color 0.2s ease;
}
.main2026v1__supportPartnerCta:hover,
.main2026v1__supportPartnerCta:focus-visible {
	background: #e56500;
	outline: none;
}

/* 메인 2026 푸터 (풀폭 배경·보더 / 내용 1470 중앙) */
.main2026v1__footer {
	width: 100%;
	box-sizing: border-box;
	background: #f7f7f9;
	border-top: 1px solid #e4e4e4;
}
.main2026v1__footerInner {
	max-width: 1470px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.main2026v1__footerTier--top {
	border-bottom: 1px solid #e4e4e4;
	padding: 14px 0;
}
.main2026v1__footerTopNav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.03em;
}
.main2026v1__footerTopNav a,
.main2026v1__footerTopNav a:link,
.main2026v1__footerTopNav a:visited {
	color: #303030 !important;
	text-decoration: none !important;
}
.main2026v1__footerTopNav a:hover,
.main2026v1__footerTopNav a:active,
.main2026v1__footerTopNav a:focus-visible {
	color: #ff7000 !important;
	text-decoration: underline !important;
}
.main2026v1__footerTopStrong {
	font-weight: 700;
}
.main2026v1__footerSep {
	margin: 0 10px;
	color: #e4e4e4;
	font-weight: 400;
	user-select: none;
}
.main2026v1__footerTier--mid {
	border-bottom: 1px solid #e4e4e4;
	padding: 24px 0;
}
.main2026v1__footerInner--mid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 32px 40px;
	box-sizing: border-box;
}
/* 2단 왼쪽: 열 사이 20px · 왼쪽 정렬 */
.main2026v1__footerCols {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
	min-width: 0;
	max-width: 100%;
	flex: 1 1 auto;
	box-sizing: border-box;
}
.main2026v1__footerCol {
	flex: 0 1 auto;
	min-width: 0;
	max-width: 100%;
}
.main2026v1__footerColTitle {
	margin: 0 0 10px;
	padding: 0;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.03em;
	color: #303030;
}
.main2026v1__footerColList {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1px;
}
.main2026v1__footerColList a,
.main2026v1__footerColList a:link,
.main2026v1__footerColList a:visited {
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: -0.03em;
	color: #666 !important;
	text-decoration: none !important;
}
.main2026v1__footerColList a:hover,
.main2026v1__footerColList a:active,
.main2026v1__footerColList a:focus-visible {
	color: #ff7000 !important;
	text-decoration: none !important;
}
.main2026v1__footerBadges {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 50px;
	flex: 0 0 auto;
	margin-left: auto;
}
.main2026v1__footerBadgeImg {
	display: block;
	max-width: 140px;
	width: auto;
	height: auto;
}
.main2026v1__footerTier--btm {
	padding: 20px 0;
}
.main2026v1__footerInner--btm {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
.main2026v1__footerLegal {
	flex: 1 1 280px;
	min-width: 0;
}
.main2026v1__footerAddr,
.main2026v1__footerCopy {
	margin: 0;
	font-family: Roboto, "Noto Sans KR", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.03em;
	color: #666;
}
.main2026v1__footerAddr {
	margin-bottom: 6px;
}
.main2026v1__footerAddr a,
.main2026v1__footerAddr a:link,
.main2026v1__footerAddr a:visited,
.main2026v1__footerAddr a:hover,
.main2026v1__footerAddr a:active,
.main2026v1__footerAddr a:focus-visible {
	color: #666 !important;
	text-decoration: none !important;
}
.main2026v1__footerAddrSep {
	margin: 0 8px;
	color: #e4e4e4;
}
.main2026v1__footerSns {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-shrink: 0;
}
.main2026v1__footerSns a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	border-radius: 4px;
	background-color: transparent;
	box-sizing: border-box;
	transition: background-color 0.15s ease;
}
.main2026v1__footerSns a:hover,
.main2026v1__footerSns a:focus-visible {
	background-color: rgba(0, 0, 0, 0.08);
}
.main2026v1__footerSns img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}
@media (max-width: 1100px) {
	.main2026v1__supportGrid {
		grid-template-columns: 1fr;
	}
	.main2026v1__purchaseRow {
		grid-template-columns: 1fr;
	}
	.main2026v1__purchaseLead {
		width: 100%;
		max-width: none;
	}
	.main2026v1__purchaseTitleBox {
		width: 100%;
		height: auto;
		min-height: 0;
	}
	.main2026v1__purchaseMore {
		right: 24px;
		bottom: 24px;
	}
	.main2026v1__purchaseGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 520px) {
	.main2026v1__purchaseGrid {
		grid-template-columns: 1fr;
	}
}
