.fix_footer {background-color: #aca099; border-top: none; padding: 0; margin-top: 0;}
.fix_footer .container_fix {display: block;}
.fix_footer .ft_top {padding: 45px 0; border-bottom: 1px solid rgba(255,255,255,.3);}
.fix_footer .ft_top .container_fix {display: flex; align-items: center; justify-content: center; gap: 190px;}
.fix_footer .ft_top .container_fix > h4 {font-size: 40px; color: #fff; font-weight: bold;}
.fix_footer .ft_top .container_fix > ul {display: flex; justify-content: center; align-items: center; gap: 70px;}
.fix_footer .ft_top .container_fix > ul > li {font-size: 18px; color: #fff;}

.fix_footer .ft_bottom {display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 55px 0;}
.fix_footer .ft_bottom .logo_box {margin-bottom: 30px;}
.fix_footer .ft_bottom > ul {display: flex; align-items: center; justify-content: center; gap: 25px; margin-bottom: 15px;}
.fix_footer .ft_bottom > ul > li {position: relative;}
.fix_footer .ft_bottom > ul > li + li::before {position: absolute; content: ''; width: 1px; height: 10px; top:50%; transform: translateY(-50%); left: -12.5px; background-color: #fff;}
.fix_footer .ft_bottom > ul > li > a {font-size: 15px; color: #fff;}
.fix_footer .ft_bottom .copyright {font-size: 14px; color: #fff;}

@media (max-width: 991px) {
	.fix_footer .ft_top {padding: 35px 0;}
	.fix_footer .ft_top .container_fix {flex-direction:column; gap:25px;}
	.fix_footer .ft_top .container_fix > ul {flex-direction:column; gap:15px;}
	.fix_footer .ft_top .container_fix > h4 {font-size: 20px;}
	.fix_footer .ft_top .container_fix > ul > li {font-size: 12px;}
	.fix_footer .ft_bottom {padding: 35px 0;}
	.fix_footer .ft_bottom .logo_box {margin-bottom: 25px;}
	.fix_footer .ft_bottom .logo_box a img {height: 35px;}
	.fix_footer .ft_bottom > ul {gap: 20px; margin-bottom: 15px;}
	.fix_footer .ft_bottom > ul > li + li::before {left: -10px; }
	.fix_footer .ft_bottom > ul > li > a {font-size: 12px;}
	.fix_footer .ft_bottom .copyright {font-size: 12px;}
}