#bk_map {
	width: calc(100% - 40px);
	max-width: none;
	margin: 120px auto 140px;
	color: #1a1a1a;
	font-family: "Pretendard", sans-serif;
	letter-spacing: 0;
}

.map_breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	height: 22px;
	margin-bottom: 40px;
	color: #2e1700;
	font-size: 16px;
	line-height: 1.4;
}

.map_breadcrumb a {
	display: inline-flex;
	align-items: center;
	color: inherit;
}

.map_breadcrumb a + a::before {
	content: ">";
	margin-right: 9px;
}

.map_breadcrumb .home_icon,
.map_breadcrumb .home_icon img {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.map_layout {
	display: grid;
	width: 100%;
	max-width: 1200px;
	height: 761px;
	margin-right: auto;
	margin-left: auto;
	grid-template-columns: minmax(0, 1.08fr) minmax(450px, .92fr);
	gap: 40px;
	justify-content: space-between;
	align-items: stretch;
}

.map_canvas_wrap,
.map_canvas {
	width: 100%;
	height: 761px;
}

.map_canvas {
	background: #eee url('../img/map_fallback.png') no-repeat center / cover;
}

.map_information {
	display: flex;
	width: 100%;
	height: 761px;
	flex-direction: column;
	justify-content: space-between;
	gap: 60px;
}

.map_info_section {
	padding-left: 30px;
	border-left: 2px solid #1a1a1a;
}

.map_info_section h2 {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
}

.address_section {
	height: 274px;
}

.map_address {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.8;
	word-break: keep-all;
}

.map_address p {
	margin: 0;
}

.map_address p:nth-child(2) {
	font-size: 17px;
}

.map_lot_badge {
	font-size: 17px;
	font-weight: 600;
	color: #5E5E5E;
}

.map_contact_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px 0 0;
}

.map_contact_list > div {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	height: 34px;
	align-items: center;
	column-gap: 0;
}

.map_contact_list dt {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	align-items: center;
	column-gap: 8px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	white-space: nowrap;
}

.map_contact_list dt img {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.map_contact_list dd {
	margin: 0;
	color: #2e1700;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}

.map_contact_list dd a {
	color: inherit;
}

.transit_section {
	height: 361px;
}

.transit_group {
	margin-top: 20px;
}

.transit_group h3 {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
}

.subway_list {
	display: flex;
	gap: 14px;
	margin: 0;
	font-size: 20px;
	line-height: 1.4;
}

.subway_list span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.subway_list i {
	display: inline-flex;
	width: 17px;
	height: 17px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #1c8b00;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.bus_row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.bus_row + .bus_row {
	margin-top: 4px;
}

.bus_type {
	display: inline-flex;
	flex: 0 0 45px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.bus_type.local {
	background: #03aea6;
}

.bus_type.express {
	background: #d60046;
}

.bus_row p,
.stop_list {
	margin: 0;
	font-size: 18px;
	line-height: 1.55;
	word-break: keep-all;
}

@media (max-width: 1240px) {
	#bk_map {
		width: calc(100% - 40px);
	}

	.map_layout {
		width: 100%;
		grid-template-columns: minmax(0, 1.08fr) minmax(450px, .92fr);
		gap: 40px;
	}

	.map_canvas_wrap,
	.map_canvas,
	.map_information {
		width: 100%;
	}
}

@media (max-width: 900px) {
	.map_layout {
		height: auto;
		grid-template-columns: 1fr;
	}

	.map_canvas_wrap,
	.map_canvas {
		height: auto;
		aspect-ratio: 639 / 761;
	}

	.map_information {
		height: auto;
		gap: 50px;
	}
}

@media (max-width: 768px) {
	#bk_map {
		width: 100%;
		margin: 0;
		padding: 35px 0;
		background: #fff;
		box-sizing: border-box;
	}

	.sub_section.sub_contact_area > .inner {padding-bottom: 0 !important;}
	.map_breadcrumb {display: none !important;}

	.map_layout {
		display: flex;
		width: 100%;
		height: auto;
		flex-direction: column;
		gap: 20px;
	}

	.map_canvas_wrap,
	.map_canvas {
		width: 100%;
		height: 255px;
		aspect-ratio: auto;
	}
	.map_information {
		width: 100%;
		height: auto;
		gap: 60px;
		padding: 0 30px;
		box-sizing: border-box;
	}

	.map_info_section {
		height: auto;
		padding-left: 16px;
		border-left-width: 1px;
	}

	.map_info_section h2 {
		font-size: 18px;
	}

	.map_address {
		margin-top: 20px;
		font-size: 13px;
		line-height: 1.5;
	}
	.map_address p + p {
		display: flex;
		align-items: center;
		gap: 5px;
		margin-top: 5px;
		font-size: 10px !important;
	}
	.map_lot_badge {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 14px;
		padding: 0 4px;
		border-radius: 2px;
		background: #1a1a1a;
		color: #fff;
		font-size: 8px;
		font-weight: 600;
	}

	.map_contact_list {
		gap: 3px;
		margin-top: 20px;
	}
	.map_contact_list > div {
		grid-template-columns: 52px minmax(0, 1fr);
		height: 20px;
		align-items: center;
		column-gap: 10px;
	}
	.map_contact_list dt {
		grid-template-columns: 12px minmax(0, 1fr);
		column-gap: 3px;
		font-size: 8px;
	}
	.map_contact_list dt img {
		width: 11px;
		height: 11px;
	}

	.map_contact_list dd {
		font-size: 13px;
	}

	.transit_group {margin-top: 20px;}
	.transit_group h3 {
		margin-bottom: 6px;
		font-size: 12px;
	}
	.subway_list {
		font-size: 12px;
	}
	.subway_list i {
		width: 12px;
		height: 12px;
		font-size: 8px;
	}
	.bus_row {gap: 6px;}
	.bus_type {
		flex-basis: 26px;
		height: 32px;
		border-radius: 2px;
		font-size: 10px;
	}

	.bus_row p,
	.stop_list {
		font-size: 12px;
		line-height: 1.35;
	}
}
