/*-----------------------------------------------
	index
-----------------------------------------------*/
.secEstate .list{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-bottom:80px;
}
.secEstate .box{
	width:30%;
	margin:47px 5% 0 0;
}
.secEstate .box:nth-child(n + 4){
	margin-top:80px;
}
.secEstate .box:nth-child(3n){
	margin-right:0;
}
.secEstate .box .aBox{
	position: relative;
	display:block;
	color:#000;
}
.secEstate .box .iconBox{
	position: absolute;
	top: 0;
	left: 0;
    z-index: 2;
}
.secEstate .box .iconBox .icon{
	padding: 0 10px;
    min-width: 61px;
	height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secEstate .box .iconBox .icon.new{
	background-color: #f3a5a1;
}
.secEstate .box .iconBox .icon.now{
	background-color: #807140;
}
.secEstate .box .iconBox .icon.agree{
	background-color: #cd995b;
}
.secEstate .box .iconBox .icon.renov{
	background-color: #98d6c1;
}
.secEstate .box .iconBox .iconTxt{
	font-size: 18px;
	color: #fff;
}
.secEstate .imgBox{
	width:100%;
	padding-top:60.558%;
}
.secEstate .subBox{
	padding:23px 30px 20px;
	background:#f3f2f2;
}
.secEstate .boxTit{
	font-size: 16px;
	letter-spacing: 1px;
	overflow: hidden;
	line-height:1.5;
}
.secEstate .boxIn:first-child{ padding-top:18px;}
.secEstate .boxIn {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 8px;
	line-height:1.5;
}
.secEstate .boxSubIn{
	font-size:13px;
	padding:6px 0 7px;
	width:48px;
	border:1px solid #000;
	text-align:center;
	letter-spacing:2px;
}
.secEstate .boxMainIn{
	font-size:14px;
	width:calc(100% - 60px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	line-height:1.5;
}
.secEstate .boxPrice{
	font-size:14px;
	padding-top:5px;
}
.secEstate .boxPrice .number{
	font-size:18px;
	color:#661f00;
	letter-spacing:2px;
	padding-right:5px;
}
.secEstate .boxPrice .fBig{
	font-size:28px;
}
.secEstate .boxUpdated{
	margin-top: 15px;
	font-size: 13px;
}
.secEstate .aBtn{
	color:#61c5e7;
	border:1px solid #61c5e7;
	text-align:center;
	font-size:15px;
	width:200px;
	background:#fff;
	border-radius: 50px;
	padding:12px 0;
	margin:15px auto 0;
}
.secCmnLoad .btnLoad {
    margin: 0 auto 105px;
}
@media only screen and (max-width:767px){
	.secEstate .list{
		display:block;
		padding:0 4% 30px;
	}
	.secEstate .box,
	.secEstate .box:nth-child(n + 4){
		width:100%;
		margin:20px 0 0;
	}
	.secEstate .subBox{
		padding:20px 5% ;
	}
	.secEstate .boxTit {
		letter-spacing: 0.5px;
	}
	.secCmnLoad .btnLoad {
		margin: 0 auto 30px;
	}
	.secEstate .box .iconBox .icon{
		padding: 0 3px;
		min-width: 57px;
	}
	.secEstate .box .iconBox .iconTxt{
		font-size: 14px;
	}
}

/* bnrEstate */
.bnrEstate{
	width: 1200px;
	margin: 20px auto 0 auto;
}
@media only screen and (max-width:767px){
	.bnrEstate{
		width: 92%;
		margin:0 auto;
	}
}
