#content .map-area {
	border: 1px solid #c5c5c5;
}
#content .address {
	position: relative;
	padding: 20px;
	background: #fff8dc;
	border-top: 1px solid #c5c5c5;
}
#content .address dl {
	text-align: center;
}
#content .address dl dt,
#content .address dl dd {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
#content .address dl dd {
	font-weight: 400;
	margin-right: 30px;
}
#content .address a.map-view{
    position: absolute;
    top: 15px;
    right: 22px;
    background: #1bd253;
    padding: 9px 17px;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 80%;
}
#content .traffic {
	position: relative;
	margin-top: 50px;
}
#content .traffic dl {
	position: relative;
	padding-left: 200px;
}
#content .traffic dl dt {
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	font-weight: 500;
	text-align: center;
}
#content .traffic dl dt:before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	border-radius: 50%;
	background: #f6f6f6 url(/images/open.content/samgang/common/car-icon.svg) 50% 50% no-repeat;
}
#content .traffic dl dd {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
}
#content .traffic dl dd b {
	font-weight: 400;
}
#content .traffic dl dd:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 2px;
	height: 2px;
	border: 2px solid #ff4500;
	border-radius: 50%;
}