@charset "UTF-8";
/* page_selling 熱銷建案列表 */
.page .page_assemble-custom .page_content {
    padding: 40px 0 60px;
}

.page.selling h1.title01 {
    padding-left : 70px;
    padding-right : 0;
}
.page.selling h1.title01::before {
    left: 40px;
}
.page_selling {
    position: relative;
    max-width: 1920px;
    height: 100%;
    margin: 0px auto;
    padding: 40px 0 0;
}
.page_selling>div {
	position:relative;
	margin:0 auto;
}
.page_selling .titleArea {
    margin-bottom: 20px;
    text-align: center;
}

/* 主標 */
.page_selling .title01 {
    display:inline-block;
	text-align:center;
	padding:0px;
	margin-bottom:0px;
    font-weight: 600;
}

/* 副標 */
.page_selling .sub {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    color: #b28c64;
    font-weight: 600;
    font-size: 1.8rem;
}
.page_selling .titleArea {
    
}

/* 代表圖 */
.page_selling .portrait {
    display:none;
}

/* 描述 */
.page_selling .summary {
	display:none;
	line-height:1.2;
}

/* 背景 */
.page_selling img.bg {
	z-index: 0;
}

/* 編輯器 */
.page_selling .editor {
    padding: 0 40px 40px;
    line-height: 1.7;
    word-wrap: break-word;
    font-size: 1rem;
}

/* 列表 */
.page_selling .list {
	text-align:center;
}
.page_selling .list .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 60px;
    /*border-bottom: 2px solid #4e4e4e;*/
}
.page_selling .list .item a {
    pointer-events: none;
}
.page_selling .list li.item:nth-child(2n) {
    flex-direction: row-reverse;
}
.page_selling .list li.item:last-child {
    border-bottom: 0px;
}

.page_selling .list img {
    transition: transform .3s;
}
.page_selling .list .pic:hover img {
    transform: scale(1.075);
}

.page_selling .list .item .title {
    display:none;
}
.page_selling .list .item:hover .title {

}
.page_selling .list .pic {
    width: 60%;
    /*height:500px;*/
    vertical-align: middle;
    display: block;
    overflow: hidden;
}
.page_selling .list .pic img {
	/*width:100%;*/
	/*height:100%;
    object-fit: cover;
     vertical-align: middle;*/
}
.page_selling .list .date {
	display:none;
}
.page_selling .content {
    width: 40%;
    color: #333;
    line-height: 1;
}
.page_selling .list .cont {
    font-size: 1rem;
    line-height: 2;
    /* white-space: pre-wrap;*/
}
.page_selling .list .cont span {
   color: #b28c64;
  font-weight: 500;
}
.page_selling .list .btnArea {
    display:none;
}
.page_selling .btn10 {
    display: inline-block;
    font-size: 0.9rem;
    width: 120px;
    /* color: #fff; */
    text-align: center;
    line-height: 40px;
    height: 40px;
    box-sizing: content-box;
    border: 2px solid #dca770;
    border-radius: 50px;
    padding: 0px;
    margin: 0px;
    background: none;
    transition: 0.3s;
}
.page_selling .btn10:hover {
    font-size: 1rem;
    border-color: #dca770;
    background: #dca770;
    transition: 0.3s;
}

/* 了解更多 */
.page_selling .btnArea {
    display: none;
}

.page_selling .btn1 {
    color: #fff !important;
    background: #c51720;
    border: 1px solid #c51720;
}

.btn-area {
    text-align: center;
    padding-top: 30px;
}


@media only screen and (max-width:991px) {
    .page .page_assemble-custom .page_content {
        padding: 40px 0 0px;
    }
    .page.selling h1.title01 {
        padding-left: 50px;
    }
    .page.selling h1.title01::before {
        left: 20px;
    }
	.page_selling {
        padding: 40px 0;
    }
   .page_selling .list {
		margin: 0 -5px;
	}
   .page_selling .list .item {
       border-bottom: 0px #858585 solid;
       flex-direction: column !important;
       padding:  0 0 60px;
    }

   .page_selling .list .item:hover img {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
   .page_selling .list .pic {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .page_selling .content {
        width: 100%;
        padding: 0 20px;
         line-height: 1;
    }
    .page.case.selling h1.title01 {
        padding: 0 0 0 50px;
    }
    .page.case.selling h1.title01::before {
        left: 20px;
    }
    .page_selling .list .cont {
        font-size: 0.9rem;
        white-space: unset;
        line-height: 1.5;
    }
    .page_selling .editor {
        padding: 0 20px 40px;
        line-height: 1.7;
        word-wrap: break-word;
        font-size: 1rem;
    }
    /* 主標 */
    .page_selling .titleArea {
        margin-bottom: 10px;
    }
    .page_selling .title01 {
        display:inline-block;
        text-align:center;
        padding:0px;
        margin-bottom:0px;
        font-weight: 600;
        font-size: 1.8rem;
    }

    /* 副標 */
    .page_selling .sub {
        display: block;
        margin-bottom: 15px;
        text-align: center;
        color: #b28c64;
        font-weight: 600;
        font-size: 1.5rem;
    }
}


.selling_text {
    position: relative;
    line-height: 0;
    overflow: hidden;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    margin-bottom: 60px !important;
}
.selling_text .content {
    position: absolute;
    width: 100%;
    line-height: 1;
    color: #fff;
    font-size: 2.3rem;
    text-align: center;
    
    display: flex;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    font-family: sans-serif;
    left: 50%;
    transform: translateX(-50%);
    top: 45%;
    position: absolute;
    line-height: 1.4;
    width: 60%;
}

@media only screen and (max-width:991px) {
    .selling_text .content {
       top: 35%;
       width: 100%;
    }
}