#new_ft {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #3a3a3a;
}

#new_ft .ft_area {
	width: 100%;
	height: auto;
	position: relative;
}

#new_ft .ft_con {
	width: 100%;
	height: auto;
	position: relative;
}

#new_ft .ft_size {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}

#new_ft .ft_size .ft_lt {
	width: -webkit-calc(100% - 147px);
	width: -moz-calc(100% - 147px);
	width: calc(100% - 147px);
	height: auto;
	float: left;
}

#new_ft .ft_size .ft_lt > ul {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

#new_ft .ft_size .ft_lt > ul > li {
	width: auto;
	position: relative;
	float: left;
	margin-right: 10px;
}

#new_ft .ft_size .ft_lt > ul > li:last-of-type {
	margin-right: 0;
}

#new_ft .ft_size .ft_lt > ul > li > a {
	display: block;
	position: relative;
	padding: 8px 13px;
	background-color: #7a7a7a;
	color: #fff;
	font-size: 0.938rem;
	font-weight: 300;
	line-height: 1rem;
}

#new_ft .ft_size .ft_lt > p {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 0;
	margin-bottom: 10px;
}

#new_ft .ft_size .ft_lt > p > span {
	display: inline-block;
	font-size: 0.938rem;
	color: #fff;
	font-weight: 300;
	position: relative;
	padding-right: 30px;
	margin-right: 30px;
	letter-spacing: -.5px;
}

#new_ft .ft_size .ft_lt > p > span:last-of-type {
	padding-right: 0;
	margin-right: 0;
}

#new_ft .ft_size .ft_lt > p > span::after {
	content: '';
	width: 1px;
	height: 14px;
	background-color: #8b8b8b;
	position: absolute;
	top: 5px;
	right: 0;
}

#new_ft .ft_size .ft_lt > p > span:last-of-type::after {
	content: none;
}

#new_ft .ft_size .ft_lt > span {
	font-size: 0.938rem;
	color: #b4b4b4;
	letter-spacing: -.5px;
}

#new_ft .ft_size .ft_logo {
	width: 147px;
	height: auto;
	float: right;
	position: relative;
}

#new_ft .ft_size .ft_logo > img {
	width: auto;
	max-width: 100%;
	position: relative;
}

@media all and (max-width: 1440px) {
	#new_ft {
		padding: 0 30px;
	}
}

@media all and (max-width: 621px) {
	#new_ft .ft_size .ft_lt {
		width: 100%;
	}
	
	#new_ft .ft_size .ft_logo {
		display: none;
	}
}

@media all and (max-width: 481px) {
	#new_ft {
		padding: 0 15px;
	}
}

@media all and (max-width: 376px) {
	#new_ft .ft_size .ft_lt > ul > li > a {
		font-size: 0.813rem;
	}
	
	#new_ft .ft_size .ft_lt > p > span {
		font-size: 0.813rem;
	}
	
	#new_ft .ft_size .ft_lt > span {
		font-size: 0.813rem;
	}
}