@charset "UTF-8";
/* page_selling 建案列表-03 */

.page_selling {
	position:relative;
    padding: 40px 0;
	margin:0;
}

.page_selling .titleArea {
    margin-bottom: 60px;
    text-align: center;
    color: #fff;
}

/* 主標 */
.page_selling .title01 {

}
.page_selling .title01:before {
}

/* 副標 */
.page_selling .sub {
}

/* 代表圖 */
.page_selling .portrait {
	display:none;
}

/* 描述 */
.page_selling .summary {
	display:none;
}

/* 背景 */
.page_selling img.bg {
}

/* 編輯器 */
.page_selling .editor {
    padding-bottom: 40px;
}

/* 列表 */
.page_selling .list {
    position: relative;
    display: block;
	background:none;
	border:none;
	margin:0;
}
.page_selling .list a {
}
.page_selling .list img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: transform .3s;
    width:100%;
    height:100%;
    object-fit: cover;
}
.page_selling .list .item:hover img {
	-moz-transform: scale(1.075);
	-webkit-transform: scale(1.075);
	-ms-transform: scale(1.075);
	transform: scale(1.075);
	transition: transform .3s;
}
.page_selling .list .item {
	position: relative;
    float: left;
   width: calc(25% - 20px);
    padding: 0 10px;
    margin-bottom: 40px;
    box-sizing: content-box;
}
.page_selling .list .item>a {
	position:relative;
	display:block;
	opacity:1;
    pointer-events: none;
}
.page_selling .item .pic{
    overflow:hidden;
    width:100%;
    height: 300px;
}
.page_selling .item .linear{
}
.page_selling .list .item .details {
    width: 100%;
    padding: 20px;
    line-height: 1.2;
    background: #242424;
    bottom: 0;
    transition: .3s;
    height: 140px;
}
.page_selling .item:hover .details{
}
.page_selling .list .item h3 {
	font-size: 1.4rem;
    color:#fff;
	line-height:1.3;
	overflow:hidden;
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}
.page_selling .list .item:hover h3 {
}
.page_selling .list .item .cont {
}
.page_selling .list .item .cont p {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.5;
    overflow: hidden;
    /* height: 90px; */
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.page_selling .list .item:hover p{
}
.page_selling .list .item time {
	display:inline-block;
	font-size:1em;
    padding-bottom: 10px;
	}
.page_selling .item .btnArea {
	margin:20px 0 0px;
}
.page_selling .list a {
    margin: 0;
}


/* 了解更多 */
.page_selling .btnArea {
}


@media only screen and (max-width:1400px) {
   .page_selling .item .pic{
        height: 300px;
    }
}
@media only screen and (max-width:991px) {
	.page_selling {
	}
	.page_selling .list {
        flex-direction: column !important;
		background:none;
		border:none;
		margin: 0;
        text-align: center;
	}
	.page_selling .btn5 {
		width:100%;
	}
    .page_selling .list .item {
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .page_selling .item .pic{
        height: 300px;
    }
    .page_selling .list .item .details {
        height: auto;
    }
    .page_selling .list .item .cont p {
        display: block;
    }
}
@media only screen and (max-width: 600px) {
    .page_selling .list .item {
        display: inline-block;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}