@media all and (max-width: 1024px){
	.middle_contact_top{
		width: 950px;
	}
	.contact_top_map_container{
		width: 450px;
		height: 450px;
	}
	.contact_top_map{
		width: 100%;
		height: 450px;
	}
	.contact_top_map_shape{
		left: -60px;
	}




	.middle_contact_bottom_container{
		width: 950px;
	}
	.contact_top_info{
		width: 391px;
	}
	.store_image{
		margin-left: 0px;
		width: 390px;
    	height: 225px;
	}
	.contact_top_address{
		margin-left: 0px;
	}
	.one_contact_top_info_title{
		padding-left: 0px;
	}
	.one_contact_top_info_text{
		width: calc(100% - 75px);
	}
	.contact_bottom_half_input_container{
		width: 475px;
	}
}
@media all and (max-width: 950px){
	.middle_contact_top{
		width: 650px;
	}
	.contact_top_title_container{
		margin-top: 120px;
	}
	.contact_top_info{
		float: none;
		margin: auto;
		width: 650px;
	}
	.contact_top_map_container{
		width: 570px;
		float: none;
		margin: auto;
		margin-top: 75px;
	}
	.one_contact_top_info{
		overflow: hidden;
	}
	.contact_top_map_shape{
		left: -39px;
		bottom: -63px;
	}



	.middle_contact_bottom_container{
		width: 650px;
	}
	.contact_bottom_half_input_container {
	    width: 325px;
	}
	.store_image {
	   	width: 450px;
    	height: 260px;
	}
}
@media all and (max-width: 740px){
	.middle_contact_top{
		width: 550px;
	}
	.contact_top_map_container{
		width: calc(100% - 20px);
	}
	.contact_top_map_shape{
	    left: -5px;
	}



	.middle_contact_bottom_container{
		width: 550px;
	}
	.contact_bottom_half_input_container {
	    width: 100%;
	}
	.contact_bottom_container{
		height: 1065px;
	}
	.contact_bottom_send_reset{
		width: 230px;
	}
	.contact_bottom_send_reset_button{
		width: 110px;
	}
	.contact_bottom_line{
		display: none;
	}
	.contact_bottom_input_container{
		height: 660px;
	}
}
@media all and (max-width: 550px){
	.middle_contact_top{
		width: 340px;
	}
	.middle_contact_bottom_container{
		width: 340px;
	}
	.contact_top_info{
		width: 100%;
	}
	.contact_top_map_container{
		height: 315px;
	}
	.contact_top_map{
		height: 315px;
	}
	.contact_top_map_shape{
		display: none;
	}
	.contact_bottom_container{
		height: 1130px;
	}
	.contact_bottom_send_reset{
		width: 258px;
		top: 0px;
		margin: auto;
		margin-top: 15px;
		float: none;
		-webkit-transform: translate(0,0);
	    -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	    transform: translate(0,0);
	}
	.contact_bottom_captcha{
		float: none;
		margin: auto;
	}
	.contact_bottom_captcha_submit{
		height: auto;
    	overflow: hidden;
	}
	.contact_bottom_send_reset_button{
		width: 124px;
	}
	.store_image {
	    width: 340px;
	    height: 196px;
	}
}