.contact_main{
	height: 900px;
	background: url("../images/contact/ico_contact_bg.png") no-repeat;
	background-size: auto;
}
.contact_div{
	display: flex;
	flex-direction: row;
	padding-top: 90px;
	padding-bottom: 93px;
	justify-content: space-between;

}
.contact_left{
	width: 487px;
}
.contact_left_1{
	font-size: 35px;
}
.contact_left_2{
	font-size: 29px;
}
.contact_left_3{
	margin-top: 19px;
	font-size: 23px;
}
.contact_left_4{
	margin-top: 18px;
	font-size: 22px;
}
.contact_left_5{
	text-align: center;
}
.contact_left img{
	text-align: center;
	width: 433px;
	height: 199px;
}
.contact_right{
	background: url("../images/contact/ico_contact_right_bg.png") no-repeat;
	width: 781px;
	height: 716px;
	padding: 46px 36px 0px 42px;
}
.contact_key{
	font-size: 24px;
	width: 702px;
}
.contact_val{
	width: 702px;
}
.contact_val input,.contact_val textarea{
	box-sizing: border-box;
	font-size: 24px;
	padding: 0 20px;
}
.contact_val textarea{
	font-size: 26px;
	padding: 10px 20px;
	font-weight: 600;
}
.contact_input{
	border: none;
	width: 702px;
	height: 74px;
	border-radius: 74px;
}
.contact_textarea{
	border: none;
	width: 702px;
	height: 211px;
	border-radius: 20px;
	resize: none;
}
.contact_submit_btn{
	background: url("../images/contact/ico_contact_submit_bg.png") no-repeat;
	width: 308px;
	height: 74px;
	text-align: center;
	color: #ffffff;
	line-height: 74px;
	font-size: 24px;
	margin: 0 auto;
}