


@media (max-width: 767px) {
	footer{
		background-color:#2e2a26;
		padding: 3% 0 !important;
		text-align: center;
		margin-top:5% !important;
	}
	footer img{
		margin-bottom: 2%;
	}
	.footer_text{
		line-height: 24px;
		color:#989898;
		font-size:10px;
	}
	.footer_se {
		float:none !important;
		margin:10px auto 0px auto;
		width:160px;
		text-align:center;
	}
}
@media all and (min-width: 768px) and (max-width: 1064px) {
	footer{
		background-color:#2e2a26;
		padding: 2% 0 !important;
		margin-top:5% !important;
		overflow:hidden;
	}
	footer img{
		margin-bottom: 2%;
	}
	.footer_text{
		line-height: 24px;
		color:#989898;
		font-size:12px;
		float:left;
	}
}
@media all and (min-width: 1065px) {
	footer{
		background-color:#2e2a26;
		padding: 3% 0 !important;
		margin-top:5% !important;
		overflow:hidden;
	}
	footer img{
		margin-bottom: 2%;
	}
	.footer_text{
		line-height: 24px;
		color:#989898;
		font-size: 12px;
		float:left;
	}
	}
	.footer_se {
		float:right;
		background-color:#fff;
	}
	.footer_se select {
		width:150px;
		height:35px;
		background-color:#000;
		border:none;
		color:#333;
		padding-left:7px;
		appearance:none;
		cursor:pointer;
		-webkit-appearance:none;
		-moz-appearance:none;
	}
	.footer_se select::-ms-expand {
		display:none;
	}

	.footer_se select {
	  background:url('../image/arrow_btn.png') no-repeat right 9px center;
	}
	.footer_se select option {
		background-color:#252525;
		color:#fff;
		padding:5px 0px 5px 0px;
	}
