/* 상점명 텍스트 로고 (shop_name) — 레이아웃. 색·글꼴은 inc/head.php 또는 m/head.sub.php 인라인 스킨 연동 */
.pub-shop-name {
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
	vertical-align: middle;
}
.pub-shop-name--pc {
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pub-shop-name--m {
	max-width: 100%;
	padding: 2px 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

/* 모바일 상단 로고 행 — 좌/우 비대칭이어도 상점명·로고는 화면 가로 중앙 */
.pub-m-lg-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-height: 48px;
	position: relative;
	overflow: visible;
	box-sizing: border-box;
}
.pub-m-lg-menu {
	flex: 0 0 20%;
	max-width: 20%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}
.pub-m-lg-brand {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	flex: none;
	width: auto;
	max-width: 56%;
	min-width: 0;
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 2;
	text-align: center;
}
.pub-m-lg-brand > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: 36px;
	text-decoration: none;
}
.pub-m-lg-logoimg {
	display: block;
	max-height: 40px;
	width: auto;
	max-width: 60%;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	vertical-align: middle;
}
