.property_main{
	max-width:1920px;
	margin:0 auto 100px auto;
	text-align:center;
	
}
.property_sub_1 .text_title{
	display:inline-block;
	font-size:65px;
	font-weight:bold;
	color:#efc2ac;
	font-family:myfont2;
	line-height:80%;
	padding:0px 50px;
	box-sizing:border-box;
	border-left:10px solid #efc2ac;
	border-right:10px solid #efc2ac;
}
.property_sub_1 .text_sub{
	font-size:22px;
	font-weight:bold;
	color:#000;
	font-family:myfont;
}
.property_sub_2{
	display:flex;margin:0 auto;justify-content:space-between;max-width:400px;font-size:25px;color:#fff;
}

.property_sub_3{
	display:flex;margin:100px auto;justify-content:space-between;align-items:center;max-width:1920px;
}

.property_sub_4{
	display:flex;margin:0px auto 100px auto;justify-content:space-between;align-items:center;max-width:1920px;
}

@media screen and (min-width:1921px) {
}
@media screen and (max-width:1366px) {
}
@media screen and (max-width:1024px) {

/*property 1024*/
.top_property_sub_1 .text_title{
	font-size:30px;
	padding:0px 20px;
	line-height:100%;
}

}
@media screen and (max-width:784px) {

}

@media screen and (max-width:550px) {

}

@media screen and (max-width:430px) {
	
}