.jbp-empty {
	padding: 28px;
	border: 1px solid #e7edf5;
	border-radius: 24px;
	background: #fff;
}

.jbp-notice-grid {
	display: grid;
	grid-template-columns: repeat(var(--jbp-notice-columns, 2), minmax(0, 1fr));
	gap: 28px;
}

.jbp-notice-card,
.jbp-network__search-card,
.jbp-branch-item,
.jbp-modal-table {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(18px);
}

.jbp-notice-card {
	display: grid;
	grid-template-columns: minmax(240px, 0.9fr) 1.1fr;
	gap: 28px;
	padding: 28px;
	border-radius: 32px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
}

.jbp-notice-card__media img,
.jbp-modal-gallery__main img,
.jbp-branch-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
	display: block;
}

.jbp-badge {
	display: inline-flex;
	padding: 8px 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 16px;
}

.jbp-notice-card__title,
.jbp-network__header h2,
.jbp-search-card__inner h3,
.jbp-branch-item__content h3,
.jbp-modal-title {
	margin: 0;
	color: #0f172a;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.jbp-notice-card__title {
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 22px;
}

.jbp-notice-card__table {
	display: grid;
	gap: 14px;
	margin-bottom: 28px;
}

.jbp-notice-row {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eef3f8;
}

.jbp-notice-row__label {
	font-weight: 700;
	color: #1e293b;
}

.jbp-notice-row__value {
	color: #64748b;
	line-height: 1.8;
}

.jbp-primary-button,
.jbp-search-button,
.jbp-view-button,
.jbp-admin-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 28px;
	border-radius: 999px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
	color: #0f172a;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.jbp-primary-button:hover,
.jbp-search-button:hover,
.jbp-view-button:hover,
.jbp-admin-button:hover {
	background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
	color: #fff;
}

.jbp-branch-network {
	position: relative;
	padding: 42px;
	border-radius: 38px;
	background:
		radial-gradient(circle at 10% 10%, rgba(125, 211, 252, 0.2) 0%, rgba(255,255,255,0) 28%),
		radial-gradient(circle at 90% 20%, rgba(196, 181, 253, 0.18) 0%, rgba(255,255,255,0) 26%),
		#f7f8fb;
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.jbp-network__header {
	text-align: center;
	margin-bottom: 30px;
}

.jbp-network__header h2 {
	font-size: 54px;
	margin-bottom: 10px;
}

.jbp-network__header p {
	color: #475569;
	margin: 0;
}

.jbp-admin-actions {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 18px;
}

.jbp-network__hero {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 44px;
	align-items: center;
	margin-bottom: 38px;
}

.jbp-korea-map {
	position: relative;
	min-height: 700px;
	padding: 8px 0 28px;
}

.jbp-korea-map__svg {
	position: absolute;
	inset: 0 6% 0 2%;
	width: 100%;
	height: 100%;
	overflow: visible;
	filter: drop-shadow(0 10px 16px rgba(15, 23, 42, 0.06));
}

.jbp-map-shape {
	fill: #cfcfcf;
	stroke: rgba(255, 255, 255, 0.95);
	stroke-width: 1.7;
	vector-effect: non-scaling-stroke;
	transition: fill 0.25s ease, transform 0.25s ease, filter 0.25s ease;
	cursor: pointer;
}

.jbp-map-shape:hover,
.jbp-map-shape.is-active {
	fill: #bdbdbd;
	filter: brightness(0.98);
}

.jbp-map-shape--jeju {
	transform: translate(-14px, -10px) scale(1.04);
	transform-origin: center;
}

.jbp-map-region {
	position: absolute;
	transform: translate(-50%, -50%);
	padding: 9px 16px;
	border: 0;
	border-radius: 999px;
	background: #343434;
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.12);
	cursor: pointer;
	z-index: 2;
}

.jbp-map-region::before {
	content: none;
}

.jbp-map-region:hover,
.jbp-map-region.is-active {
	background: #232323;
	transform: translate(-50%, -50%) scale(1.03);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

.jbp-network__search-card {
	padding: 28px;
	border-radius: 28px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.jbp-search-bar {
	display: flex;
	gap: 12px;
	margin: 20px 0 18px;
}

.jbp-search-select,
.jbp-search-input {
	min-height: 56px;
	border-radius: 16px;
	border: 1px solid #d6dde7;
	padding: 0 18px;
	background: #fff;
	font-size: 16px;
}

.jbp-search-select {
	min-width: 160px;
}

.jbp-search-input {
	flex: 1;
}

.jbp-search-copy {
	color: #475569;
	line-height: 1.7;
}

.jbp-branch-list {
	display: grid;
	gap: 20px;
}

.jbp-branch-item {
	display: grid;
	grid-template-columns: 150px 1fr auto;
	align-items: center;
	gap: 22px;
	padding: 24px 16px;
	border-radius: 28px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.jbp-branch-item__thumb {
	height: 110px;
	border-radius: 20px;
	overflow: hidden;
	background: #ede8df;
}

.jbp-branch-item__content h3 {
	font-size: 36px;
	margin-bottom: 10px;
}

.jbp-branch-item__content p {
	margin: 0 0 10px;
	color: #64748b;
}

.jbp-branch-item__tel {
	color: #f59e0b !important;
	font-weight: 700;
}

.jbp-branch-item__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-end;
}

.jbp-inline-edit {
	color: #2563eb;
	text-decoration: none;
	font-weight: 700;
}

.jbp-branch-modal[hidden] {
	display: none;
}

.jbp-branch-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.jbp-branch-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.55);
	backdrop-filter: blur(6px);
}

.jbp-branch-modal__panel {
	position: relative;
	max-width: 1240px;
	margin: 3vh auto;
	padding: 26px;
	border-radius: 32px;
	background: #f7f8fb;
	max-height: 94vh;
	overflow: auto;
}

.jbp-modal-close {
	position: sticky;
	top: 0;
	margin-left: auto;
	display: block;
	border: 0;
	background: #fff;
	border-radius: 999px;
	padding: 10px 18px;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
	cursor: pointer;
}

.jbp-modal-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 26px;
	margin-top: 12px;
}

.jbp-modal-gallery__main {
	min-height: 420px;
	background: #ece6db;
	border-radius: 28px;
	overflow: hidden;
}

.jbp-modal-table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 18px;
	overflow: hidden;
}

.jbp-modal-table th,
.jbp-modal-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #e6edf5;
	vertical-align: top;
}

.jbp-modal-table th {
	width: 160px;
	background: #eef4fb;
	color: #0f172a;
	text-align: left;
}

.jbp-modal-map-wrap {
	margin-top: 28px;
}

.jbp-modal-map {
	width: 100%;
	min-height: 360px;
	border: 0;
	border-radius: 24px;
	background: #dbe4ef;
}

@media (max-width: 1024px) {
	.jbp-notice-grid,
	.jbp-network__hero,
	.jbp-modal-grid,
	.jbp-notice-card {
		grid-template-columns: 1fr;
	}

	.jbp-branch-item {
		grid-template-columns: 1fr;
	}

	.jbp-korea-map {
		min-height: 540px;
	}
}

@media (max-width: 767px) {
	.jbp-branch-network {
		padding: 24px;
	}

	.jbp-network__header h2 {
		font-size: 34px;
	}

	.jbp-search-bar {
		flex-direction: column;
	}

	.jbp-notice-grid {
		grid-template-columns: 1fr;
	}

	.jbp-modal-gallery__main {
		min-height: 280px;
	}
}
