#left-div { position:sticky; top: 85px; }
@media (max-width: 1023px) {
	#left-div { position:relative; top: 0; }
}

.dot {overflow:hidden;float:left;width:12px;height:12px;background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/mini_circle.png');}
.dotOverlay {position:relative;left:1px;bottom:50px;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;float:left;font-size:12px;padding:5px;background:#fff;}
.dotOverlay:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}
.number {font-weight:bold;color:#ee6152;}
.dotOverlay:after {content:'';position:absolute;margin-left:-6px;left:50%;bottom:-8px;width:11px;height:8px;background:url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white_small.png')}
.distanceInfo {position:relative;top:5px;left:5px;list-style:none;margin:0;}
.distanceInfo .label {display:inline-block;width:50px;}
.distanceInfo:after {content:none;}
.nav-segment .nav-link.active {	color: #377dff; }

.premium.card {
	border: 0;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.premium.card .card-header.card-header-image {
	position: relative;
	padding: 0;
	z-index: 1;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -30px;
	border-radius: 6px;
}

.premium.card .card-header.card-header-image img {
	width: 100%;
	border-radius: 6px;
	pointer-events: none;
	box-shadow: 0 5px 15px -8px rgb(0 0 0 / 24%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

.premium.card .card-header.card-header-image .colored-shadow {
	-webkit-transform: scale(0.94);
	transform: scale(0.94);
	top: 12px;
	-webkit-filter: blur(12px);
	filter: blur(12px);
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
	-webkit-transition: opacity .45s;
	transition: opacity .45s;
	opacity: 0;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: .0625rem solid rgba(231, 234, 243, .7);
    border-radius: .75rem;
    box-shadow: 0 6px 12px rgb(140 152 164 / 8%);
}

.card-header:first-child {
    border-radius: .6875rem .6875rem 0 0;
}

.card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.card-header {
    padding: 1.3125rem 1.3125rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: .0625rem solid rgba(231, 234, 243, .7);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.3125rem;
}

.row > div {
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
	display: inline-block;
	margin:auto -1px;
}

.list-unstyled-py-3>li:not(:last-child) {
    padding-bottom: 1rem;
}

@media (prefers-reduced-motion: reduce)
.badge {
    transition: none;
}
.badge {
    display: inline-block;
    padding: .3125em .5em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .3125rem;
    transition: all .2s ease-in-out;
}
.badge-soft-primary {
    color: #377dff;
    background-color: rgba(55, 125, 255, .1);
}