@media screen and (min-width: 1180px){

	footer {
		position: absolute;
		background-color: #383838;
		width: 100%;
	  bottom: 0px;
	}
	.f_bg{
	  width:100%;
	  margin: 0 auto;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  border-top: 1px solid #ccc;
	  padding: 40px 0;
	}
	.f_info{
	  display: flex;
	  align-items: center;
	}
	.f_info p{
	  color: #8c8c8c;
	  font-size:14px;
	  text-align: left;
	  margin-left: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1179px){

	footer {
		position: absolute;
		background-color: #383838;
		width: 100%;
	  bottom: 0px;
	}
	.f_bg{
	  width:100%;
	  margin: 0 auto;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  border-top: 1px solid #ccc;
	  padding: 40px 0;
	}
	.f_info{
	  display: flex;
	  align-items: center;
	}
	.f_info p{
	  color: #8c8c8c;
	  font-size:14px;
	  text-align: left;
	  margin-left: 30px;
	}
}

@media screen and (max-width: 767px){

	footer {
		position: absolute;
		background-color: #383838;
		width: 100%;
	  bottom: 0px;
	}
	.f_bg{
	  width:100%;
	  margin: 0 auto;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  border-top: 1px solid #ccc;
	  padding: 40px 0;
	}
	.f_info{
	  
	}
	.f_info img{width: 40%;}
	.f_info p{
	  color: #8c8c8c;
	  font-size:12px;
	  margin-top: 20px;
	}
}
