/************************************
	traffic
*************************************/
#trafficWrap {
	width				: calc(100% - 235px);
	height				: 100%;
	margin-left			: 235px;
}

#trafficTop {
	width				: 100%;
	height				: 65%;
}

.map {
	display				: block;
	width				: 100%;
	height				: 100%;
}

#trafficBottom {
	width				: 100%;
	height				: 35%;
	position			: relative;
	background-color	: #fcfbf7;
}

#trafficBottomTxt {
	position			: absolute;
	top					: 10vh;
	left				: 50%;
	transform			: translateX(-50%);
	height				: auto;
/*	width				: 65%;*/
/*	display				: flex;*/
/*	justify-content		: space-between;*/
}

.trafficBottomTxtBox {
/*	width				: calc(33.333333% - 2vw);*/
	height				: auto;
	margin-right		: 2vw;
	text-align			: center;
}

.trafficBottomTxtBox:last-child {
	margin-right		: 0;
}

.trafficBottomTxtBoxTitle {
	font-size			: 1vw;
	color				: #5c5c5c;
	font-weight			: bold;
	padding-bottom		: 4vh;
}

.trafficBottomTxtBoxDetail {
	font-size			: 0.8vw;
	color				: #747674;
}

