:root{
	--themeMapColor: rgb(190,148,106);
	--themeMapBorderColor: rgb(87,113,86);
}
main .map{
	width: 100%;
	height: auto;
	padding: 80px 0 90px;
}
main .map-con-s{
	display: flex;
	align-items: stretch;
	margin-top: 50px;
}
main .map-con-s>div{
	flex: 1;
}
main .map-con-s .map-con-sL{
	background: var(--themeGreen);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
main .map-con-s .map-con-sL .map-con-sL-text{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-left: 5.56%;
	color: var(--themeMapColor);
}
main .map-con-s .map-con-sL .map-con-sL-text > p{
	font-size: 32px;
	line-height: 54px;
	border-bottom: 2px solid var(--themeMapBorderColor);
}
main .map-con-s .map-con-sL .map-con-sL-text div{
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-top: 47px;
}
main .map-con-s .map-con-sL .map-con-sL-text div img{
	width: 39px;
	height: auto;
	margin-right: 20px;
}
main .map-con-s .map-con-sL>img{
	width: 22.2%;
	margin-right: 8.34%;
}

main .form{
	width: 100%;
	height: auto;
	padding: 80px 0 100px;
	background: url('../imgs/img/story-bg-about.png') top center no-repeat;
	background-size: cover;
}

main .form .form-con{
	display: flex;
	align-items: stretch;
}
main .form .form-con>img{
	flex: 1;
	width: 50%;
	height: auto;
}
main .form .form-con .form-con-sL{
	flex: 1;
	width: 50%;
	padding-right: 40px;
}
main .form .form-con .form-con-sL img{
	display: none;
}
main .form .form-con .form-con-sL .form-con-sL-wrap{
	margin-top: 47px;
}
main .form .form-con .form-con-sL .form-con-sL-wrap input,
main .form .form-con .form-con-sL .form-con-sL-wrap textarea{
	display: block;
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	padding-left: .8em;
	border: 1px solid rgb(208, 208, 206);
	font-family: defaultFont;
}

main .form .form-con .form-con-sL .form-con-sL-wrap textarea{
	height: auto;
	font-size: 18px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: rgb(103, 103, 103);
}
.input{
	position: relative;
	margin-bottom: 22px;
}
.input:nth-child(n+3){
	margin-bottom: 40px;
}
.input.notValue::before{
	content: "*";
	color: red;
	font-size: 14px;
	position: absolute;
	left: 7em;
	top: 1.5em;
}
.btn{
	font-size: 22px;
	line-height: 60px;
	background: rgb(195,146,103);
	color: rgb(255,251,230);
	width: 150px;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 1300px){
	main .map,
	main .form{
		padding: 40px 20px 50px;
	}
	main .map-con-s{
		margin-top: 30px;
	}
	main .map-con-s .map-con-sL .map-con-sL-text > p{
		font-size: 26px;
		line-height: 36px;
	}
	main .map-con-s .map-con-sL .map-con-sL-text div{
		margin-top: 30px;
	}
}
@media screen and (max-width: 1000px){
	main .map,
	main .form{
		padding: 20px 0px;
	}
	main .map-con-s{
		flex-direction: column-reverse;
	}
	main .map-con-s .map-con-sL{
		padding: 30px 0;
	}
	main .map-con-s>div{
		width: 100%;
		flex: unset;
	}
}
@media screen and (max-width: 730px){
	.container{
		padding: 0 15px;
	}
	main .map-con-s{
		margin-top: 15px;
	}
	main .map-con-s .map-con-sL .map-con-sL-text > p{
		font-size: 18px;
		line-height: 50px;
	}
	main .map-con-s .map-con-sL .map-con-sL-text div{
		font-size: 12px;
		margin-top: 16px;
	}
	main .map-con-s .map-con-sL .map-con-sL-text div img{
		width: 28px;
		height: auto;
	}
	main .form .form-con>img{
		display: none;
	}

	main .form .form-con .form-con-sL img{
		display: block;
		width: 100%;
		height: auto;
		margin-top: 15px;
	}
	main .form .form-con .form-con-sL{
		padding-right: 0;
	}
	main .form .form-con .form-con-sL .form-con-sL-wrap{
		margin-top: 15px;
	}
	main .form .form-con .form-con-sL .form-con-sL-wrap input, main .form .form-con .form-con-sL .form-con-sL-wrap textarea{
		font-size: 14px;
		line-height: 50px;
	}
	.input.notValue::before{
		left: 6em;
	}
	.btn{
		font-size: 16px;
		width: 120px;
		line-height: 50px;
	}
	.input{
		margin-bottom: 15px;
	}
	.input:nth-child(n+3){
		margin-bottom: 20px;
	}
}