#new_ft {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

#new_ft .ft_area {
	width: 100%;
	height: auto;
	position: relative;
}

#new_ft .ft_con {
	width: 100%;
	height: auto;
	position: relative;
}

#new_ft .ft_more_menu {
	width: 100%;
	height: 50px;
	background-color: #3c3d3e;
}

#new_ft .ft_more_menu .ft_menu {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-size: 0;
}

#new_ft .ft_more_menu .ft_menu > li {
	display: inline-block;
	padding: 0 50px;
	position: relative;
}

#new_ft .ft_more_menu .ft_menu > li::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-image: url(../img/ft_menu_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -4px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#new_ft .ft_more_menu .ft_menu > li:last-of-type::after {
	content: none;
}

#new_ft .ft_more_menu .ft_menu > li > a {
	font-family: 'S-CoreDream-5Medium';
	font-size: 1.063rem;
	color: #fff;
	letter-spacing: -.5px;
	line-height: 50px;
}

#new_ft .ft_cont {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fff;
	border-top: 1px solid #3c3d3e;
}

#new_ft .ft_cont .ft_size {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
}

#new_ft .ft_cont .ft_size .ft_logo {
	width: 301px;
	height: auto;
	float: left;
	margin-right: 106px;
}

#new_ft .ft_cont .ft_size .ft_logo > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#new_ft .ft_cont .ft_size .ft_logo > a > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

#new_ft .ft_cont .ft_size .ft_txt {
	width: -webkit-calc((100% - 107px) - 301px);
	width: -moz-calc((100% - 107px) - 301px);
	width: calc((100% - 107px) - 301px);
	height: auto;
	float: left;
	position: relative;
}

#new_ft .ft_cont .ft_size .ft_txt > p {
	font-size: 0.75rem;
	line-height: normal;
	margin-bottom: 5px;
	letter-spacing: -.5px;
}

#new_ft .ft_cont .ft_size .ft_txt > p > span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-right: 20px;
}

#new_ft .ft_cont .ft_size .ft_txt > p > span::after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background-color: #d2d2d2;
	position: absolute;
	top: 4px;
	right: 0;
}

#new_ft .ft_cont .ft_size .ft_txt > p > span:last-of-type::after {
	content: none;
}

.face_icon {
	position: absolute;
	top: 0;
	right: 35%;
	line-height: 0;
}

.face_icon > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 1.625rem;
	color: #1877f2;
}

@media all and (max-width: 1281px) {
	#new_ft .ft_cont .ft_size {
		padding: 30px 30px;
	}
	
	#new_ft .ft_more_menu .ft_menu {
		padding: 0 30px;
	}
	
	.face_icon {
		right: 10%;
	}
}

@media all and (max-width: 1025px) {
	#new_ft .ft_more_menu .ft_menu > li {
		padding: 0 20px;
	}
	
	#new_ft .ft_more_menu .ft_menu > li > a {
		font-size: 0.938rem;
	}
}

@media all and (max-width: 801px) {
	#new_ft .ft_cont .ft_size .ft_logo {
		width: 250px;
		margin-bottom: 30px;
		margin-right: 0;
	}
	
	.face_icon {
		display: none;
	}
	
	#new_ft .ft_cont .ft_size .ft_txt {
		width: 100%;
	}
}

@media all and (max-width: 481px) {
	#new_ft .ft_more_menu {
		display: none;
	}
	
	#new_ft .ft_cont .ft_size {
		padding: 15px 15px;
	}
	
	#new_ft .ft_cont .ft_size .ft_logo {
		display: none;
	}
	
	#new_ft .ft_cont .ft_size .ft_txt > p {
		text-align: center;
	}
	
	#new_ft .ft_cont .ft_size .ft_txt > p > span {
		padding-right: 10px;
		margin-right: 10px;
	}
	
	#new_ft .ft_cont .ft_size .ft_txt > p > span:last-of-type{
		padding: 0;
		margin: 0;
	}
}