﻿@media screen and (min-width: 768px) and (max-width: 992px){

	.footer{
		margin-bottom: 50px;
	}
	.footer_title{
		font-size: 18px;
	}
	.footer_t .wrapper .footer_clm:first-child{
		display: none;
	}
	.footer_clm{
		width: 48%;
	}
	
}


@media screen and (min-width: 300px) and (max-width: 767px){
    
    form{
    	display: none;
    }
	.footer_title{
		font-size: 18px;
	}
	
	.footer{
		margin-bottom: 50px;
	}
	.footer_b{
		line-height: 20px;
		font-size: 14px;
	}
	.footer_clm{
		display: none;
	}
	.footer_clm_contact{
		display: none;
		width: 90%;
		margin: 0 auto;

	}
	.footer_b{
		padding:10px 10px;
	}
	.back_top{
		width: 36px;
		height: 36px;
		font-size: 18px;
		line-height: 36px;
	}
	
}
