/* 콘텐츠 정보 레이아웃 */
#information_booth {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: stretch;
	@media screen and (max-width: 767px) {
		flex-direction: column-reverse;
		/*flex-direction: column;*/
		height: auto;
	}
}
#information_booth * {
	font-family: 'Pretendard' !important;
}
.information h2 {
	position: relative;
	margin-top: 60px;
	padding-bottom: 15px;
	font-size: 34px;
	color: #4a4a4a;
	padding-left: 32px;
}
/* 참가업체 사이드바 */
.exhibitor_sidebar {
	width: 500px;
	height: 100%;
	background: #ffffff;
	border: 3px solid #4B56A6;
	border-left: none;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	overflow: hidden;
	padding: 28px 27px;
	box-sizing: border-box;
	@media screen and (max-width: 767px) {
		width: auto;
		height: 500px;
		border-right: 0;
		border-bottom: 0;
	}
}
/* 사이드바 헤더 */
.sidebar_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sidebar_header h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	color: #4B56A6;
}
.sidebar_close {
	display: none;
}
/* 필터 영역 */
.sidebar_filters {
	margin-top: 30px;
	display: flex;
	gap: 12px;
	align-items: center;
}
.filter_dropdown {
	flex-shrink: 0;
}
.filter_dropdown select {
	width: 135px;
	height: 40px !important;
	padding: 10px 12px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-size: 14px;
	background: white url('/public_html/images/common/btn_dropdown.svg') no-repeat right 12px center;
	background-size: 11px 6px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	color: #898989;
	outline: none;
}
.filter_dropdown select:focus {
	outline: none;
	border: 1px solid #ced4da;
}
.search_box {
	position: relative;
	flex: 1;
}
.search_box input {
	width: 100%;
	height: 40px !important;
	padding: 10px 46px 10px 20px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-size: 14px;
	outline: none;
	box-sizing: border-box;
	::placeholder {
		color: #898989;
	}
}
.search_btn {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease;
}
.search_btn:hover {
	background: #f8f9fa;
}
.search_btn img {
	width: 16px;
	height: 16px;
	opacity: 0.6;
}
.search_btn:hover img {
	opacity: 1;
}
/* 참가업체 수 */
.exhibitor_count {
	padding: 8px 20px;
	font-size: 14px;
	color: #6c757d;
	border-bottom: 1px solid #e9ecef;
}
/* 참가업체 리스트 */
.exhibitor_list {
	margin-top: 28px;
	flex: 1;
	overflow-y: auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	min-height: 0;
}
/* 리스트 헤더 */
.list_header {
	display: flex;
	border-bottom: 1px solid #323232;
	border-top: 2px solid #323232;
	font-weight: 400;
	color: #495057;
	font-size: 12px;
	position: sticky;
	top: 0;
	z-index: 10;
	background: #ffffff;
	padding: 10px 27px 10px 25px;
}
.header_company {
	flex: 1;
}
.header_booth {
	text-align: right;
}
/* 회사 리스트 */
.company_list {
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1;
	padding-top: 10px;
}
.company_item {
	display: flex;
	transition: background-color 0.2s ease;
	padding: 6px 30px 6px 24px;
	color: #141414;
	text-decoration: none;
	font-weight: 400;
	line-height: 180%;
	font-size: 15px;
	cursor: pointer;
}
.company_item:hover {
	background: rgba(225, 227, 242, 0.33);
	border-radius: 5px;
}
.company_item.is_active {
	background: rgba(225, 227, 242, 0.66);
	border-radius: 5px;
}
.company_name {
	flex: 1;
}
.company_link {
	display: block;
}
.booth_number {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* 이미지 박스 스타일 */
.img_box {
}
.img_box img {
	width:calc(100vw - 407px);
}

/* 부스 맵 확대/팬 */
.booth_map {
	position: relative;
	flex: 1;
	min-width: 0;
	height: 100%;
	overflow: hidden;
	background: #e1e3f2;
}
.booth_map_viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: default;
	touch-action: none;
	user-select: none;
	-webkit-user-select: none;
}
.booth_map_viewport.is_over_image {
	cursor: grab;
}
.booth_map_viewport.is_panning,
.booth_map_viewport.is_panning * {
	cursor: grabbing !important;
}
.booth_map_stage {
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0;
	will-change: transform;
}
.booth_map .booth_map_stage img {
	width: auto;
	max-width: none;
	height: auto;
	display: block;
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
}
.booth_hotspots {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.booth_hotspot {
	position: absolute;
	border: 0;
	padding: 0;
	background: transparent;
	border-radius: 2px;
	cursor: pointer;
	pointer-events: auto;
	z-index: 2;
	box-sizing: border-box;
}
.booth_hotspot:hover,
.booth_hotspot.is_on {
	background: rgba(75, 126, 216, 0.18);
	/* box-shadow: inset 0 0 0 2px rgba(75, 126, 216, 0.55); */
}
/* .booth_pin {
	position: absolute;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
	border-radius: 50%;
	background: #4B7ED8;
	border: 2px solid #ffffff;
	box-shadow: 0 0 0 4px rgba(75, 126, 216, 0.28);
	pointer-events: none;
	opacity: 0;
	z-index: 3;
}
.booth_pin.is_on {
	opacity: 1;
} */

/* 말풍선 */
.booth_tooltip {
	--tip-line: #017DC3;
	position: absolute;
	width: 320px;
	min-width: 320px;
	max-width: 320px;
	box-sizing: border-box;
	transform: translate(-50%, calc(-100% - 8px));
	color: var(--tip-line);
	background: var(--tip-line);
	border: 0;
	border-radius: 10px;
	padding: 1px;
	overflow: visible;
	z-index: 5;
	pointer-events: none;
	filter: drop-shadow(2px 4px 13px rgba(0, 0, 0, 0.22));
}
.booth_tooltip.is_c {
	--tip-line: #017DC3;
}
.booth_tooltip.is_d {
	--tip-line: #832D92;
}
.booth_tooltip.is_on {
	display: block;
}
.booth_tooltip:not(.is_on) {
	display: none;
}
.booth_tooltip.is_multi {
	pointer-events: auto;
}
.booth_tooltip.is_multi .booth_tooltip_head {
	cursor: pointer;
}
.booth_tooltip.is_below {
	transform: translate(-50%, 8px);
}
.booth_tooltip.is_below.is_on {
	display: flex;
	flex-direction: column-reverse;
}
.booth_tooltip.is_below .booth_tooltip_arrow {
	top: -16px;
	bottom: auto;
	transform: translateX(-50%) rotate(180deg);
}
.booth_tooltip_list {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	overscroll-behavior: contain;
	border-radius: 9px;
}
.booth_tooltip_list.is_scroll {
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--tip-line) rgba(255, 255, 255, 0.55);
}
.booth_tooltip_list.is_scroll::-webkit-scrollbar {
	width: 8px;
}
.booth_tooltip_list.is_scroll::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.55);
	border-radius: 4px;
}
.booth_tooltip_list.is_scroll::-webkit-scrollbar-thumb {
	background: var(--tip-line);
	border-radius: 4px;
}
.booth_tooltip_head {
	color: #ffffff;
	background: var(--tip-line);
	margin: 0 -1px;
	padding: 12px 14px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
	word-break: keep-all;
}
.booth_tooltip_block:first-child .booth_tooltip_head {
	margin: -1px -1px 0;
	border-radius: 10px 10px 0 0;
}
.booth_tooltip_block:not(:first-child) .booth_tooltip_head {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.booth_tooltip_block:last-child:not(.is_open) .booth_tooltip_head {
	margin: 0 -1px -1px;
	border-radius: 0 0 10px 10px;
}
.booth_tooltip_block:first-child:last-child:not(.is_open) .booth_tooltip_head {
	margin: -1px;
	border-radius: 10px;
}
.booth_tooltip_name_eng {
	color:rgba(255, 255, 255, 0.64);
	font-size: 11px;
	font-weight: 400; 
	margin-left: 4px;

}
.booth_tooltip_body {
	position: relative;
	z-index: 1;
	align-items: flex-start;
	gap: 4px 18px;
	padding: 20px 14px;
	border-radius: 0;
	background: #ffffff;
	box-sizing: border-box;
	width: 100%;
}
.booth_tooltip .booth_tooltip_block > .booth_tooltip_body {
	display: none;
}
.booth_tooltip .booth_tooltip_block.is_open > .booth_tooltip_body {
	display: flex;
}
.booth_tooltip_block.is_open:last-child .booth_tooltip_body {
	border-radius: 0 0 9px 9px;
}
/* .booth_tooltip::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 21px;
	height: 3px;
	margin-left: -10.5px;
	background: #ffffff;
	z-index: 2;
} */
.booth_tooltip .booth_tooltip_arrow {
	position: absolute;
	left: 50%;
	bottom: -16px;
	width: 25px;
	height: 19px;
	margin: 0;
	transform: translateX(-50%);
	z-index: 0;
	display: block;
	line-height: 0;
}
.booth_tooltip_label {
	margin: 0;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 400;
	color: #484848;
}
.booth_tooltip_items {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.booth_tooltip_item {
	margin: 0;
	font-size: 14px;
	color: #484848;
	word-break: break-word;
	overflow-wrap: anywhere;
}
.booth_tooltip_item_eng {
	color: #484848;
}
.booth_tooltip .booth_tooltip_arrow svg {
	display: block;
	width: 25px;
	height: 19px;
	overflow: visible;
}
.booth_tooltip .booth_tooltip_arrow_outer {
	fill: currentColor;
}
.booth_tooltip .booth_tooltip_arrow_inner {
	fill: #ffffff;
}
.booth_tooltip.is_tail_solid .booth_tooltip_arrow_inner {
	fill: currentColor;
}

/* 줌 컨트롤 */
.booth_map_zoom {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	z-index: 6;
}
.booth_map_zoom_btn {
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(20, 20, 40, 0.12);
	color: #333333;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}
.booth_map_zoom_btn:hover {
	background: #f3f6ff;
}
.booth_map_zoom_btn.is_reset {
	font-size: 11px;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.booth_map {
		height: 60vh;
		min-height: 280px;
		flex: none;
	}
}
/* 스크롤바 스타일링 */
.exhibitor_list::-webkit-scrollbar {
	width: 6px;
}
.exhibitor_list::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.exhibitor_list::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 3px;
}
.exhibitor_list::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}