.content {
	flex: 1;
}
#footer {
	display: none;
}
.footer_container .com_info {
	display: flex;
}
.footer_container .fc_info_area {
	margin-left: auto;
}
.footer_container .fc_info_area .fc_info_list {
	display: none;
}

.customoverlay {
	position: relative;
	bottom: 40px;
	border-radius: 6px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ddd;
	float: left;
}

.customoverlay:nth-of-type(n) {
	border: 0;
	box-shadow: 0px 1px 2px #888;
}

.customoverlay a {
	display: block;
	text-decoration: none;
	color: #000;
	text-align: center;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	background: #d95050;
	background: #d95050
		url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png)
		no-repeat right 14px center;
}

.customoverlay .title {
	display: block;
	text-align: center;
	background: #fff;
	margin-right: 35px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
}

.customoverlay:after {
	content: "";
	position: absolute;
	margin-left: -12px;
	left: 50%;
	bottom: -12px;
	width: 22px;
	height: 12px;
	background: url("https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png");
}

@media only screen and (max-width: 768px) {
	.main_container {
		padding-left: 0;
		padding: var(--top_nav_px) 0 0 0;
	}
	.side_nav {
		display: none;
	}
	.top_nav {
		left: 0;
	}

	.sub_list_change_view {
		width: 44px;
	}
	.sub_list_change_view > button {
		font-size: 0;
		width: 100%;
		padding: 0;
		gap: 0;
	}
	.sub_list_change_view > button > i {
		font-size: 16px;
		width: 100%;
	}
}
