@charset "utf-8";

/*選單與標題*/
.top-menu-btn-box>div, .top-menu-btn-box>a {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 46px;
    background-color: #3E3A39;
    color: #fff;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, opacity .15s ease-in-out;
}
.top-menu-btn-box>div, .top-menu-btn-box>a {
    border-right: 1px solid #595757;
}
.top-menu-btn-box>div:last-child, .top-menu-btn-box>a:last-child {
    border-right: 0px;
}
.top-menu-btn-box>div:hover, .top-menu-btn-box>a:hover {
}
.top-menu-btn-box>div.active , .top-menu-btn-box>a.active {
}
.nav-pills .nav-link {
    border-radius: 0px;
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: inherit;
    background-color: whitesmoke;
}

.scrollspy-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    will-change: transform;
    z-index: 5;
}
.scrollspy-menu.show {
    position: fixed;
    -webkit-transform: translate(0px, 46px);
    transform: translate(0px, 46px);
}
.scroll-body-new {
    height: 0px;
}
.scroll-body-new.active {
    height: 46px;
}
/*選單與標題*/

/*新建案*/
.remaObjectIntroduction>div {
	margin-bottom: 28px;
}
.remaObjectIntroduction>div:last-child {
/*	margin-bottom: 0px;*/
}
.remaObjectImagesBox {
	height: 360px;
}
.remaObjectImagesInfo {
	padding: 0px 36px;
}
.remaObjectImagesInfo>div:nth-child(1) {
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 8px;
}
.remaObjectImagesInfo>div:nth-child(2) {
	font-size: 18px;
	line-height: 26px;
}
.rema-empty-box {
	margin-top: 46px;
}
.rema-top {
	
}
.rema-title {
	font-size: 24px;
	font-weight: bold;
	padding: 8px;
/*	background-color: rgba(230,0,18,0.1);*/
	background-color: #EFEFEF;
}
.remaAreaBtn {
	margin-top: -4px;
	margin-bottom: -4px;
}
.remaAreaBtn>div {
	margin: 4px 2px 4px 2px;
}
.rema-top {
	width: 100%;
	height: 300px;
	background-image: url("../../rema/images/rema_top_1920.jpg");
	background-position: center center;
}
.remaObjectBox {

}
.remaObjectBox>div, .remaObjectBox>a {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-top: -1px;
	padding: 20px;
	transition: all .15s ease-in-out;
}
.remaObjectBox>div:first-child, .remaObjectBox>a:first-child {
/*	border-top: 0px*/
}
.remaObjectBox>div:last-child, .remaObjectBox>a:last-child {
	border-bottom: 0px;
}
.remaObjectBox>div:hover, .remaObjectBox>a:hover {
	background-color: #f2f2f3;

}
.remaObjectBoxImage {
	flex: 0 0 180px;
	height: 180px;
	max-width: 180px;
	background-position: center center;
	background-size: cover;
	margin-right: 20px;
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}
.remaObjectBoxDetail {
	width: 100%;
    overflow: hidden;
	line-height: 1.8;
}
.remaObjectBoxDetail.bg {
	padding: 0px 36px;
	background-image: url(../images/bg2.jpg);
	background-position: center center;
	background-size: cover;
}
.remaObjectBoxDetail.detail {
/*	border-bottom: 1px solid #e6e6e6;*/
	padding-bottom: 16px;
}
.remaObjectBoxDetail>div>div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.remaObjectBoxDetail>.col-md-6>div>div:first-child {
	margin-right: 20px;
}
.remaObjectBoxDetail>.col-md-6>div>div:last-child {
	font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin-right: 20px;
}
.remaObjectBoxDetail>.remaObjectBoxDetailText {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.remaObjectBoxDetail>.objectAddress {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.remaObjectBoxDetailText>div>div:first-child {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
	margin-right: 20px;
}
.remaObjectBoxDetailText>div>div:last-child {
	font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin-right: 20px;
}
@media (max-width: 680px) {
.remaObjectBoxDetailText>div>div:last-child {
	font-weight: bold;
    overflow: auto;
    white-space: normal;
    text-overflow: inherit;
	margin-right: 0px;
}
}
.remaObjectBoxDetailTitle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.remaObjectBoxDetailTitle>div:first-child {
	font-size: 24px;
	font-weight: bolder;
	color: #e60012;
	margin-right: 20px;
}
.remaObjectBoxDetailTitle>div:last-child {
	font-size: 18px;	
}
.remaObjectBoxDetailTitle>div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.buttonMore {
	text-align: center;
	margin: 24px 0;
}
@media (max-width: 1180px) {
.rema-top {
	background-image: url("../../rema/images/rema_top_1180.jpg");
}
}
@media (max-width: 785px) {
.remaObjectBoxDetail>.remaObjectBoxDetailText {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.remaObjectBoxDetail>.objectAddress {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
}
@media (max-width: 760px) {
.remaObjectBoxDetail {
    -ms-flex-order: 3;
    order: 3;
}
.remaObjectBoxDetail.detail {
/*	border-bottom: 1px solid #e6e6e6;*/
	padding-bottom: 12px;
}
.remaObjectDetailTitleBox.order {
    -ms-flex-order: 4;
    order: 4;
}
.buttonMore {
    -ms-flex-order: 5;
    order: 5;
}
.rema-top {
	background-image: url("../../rema/images/rema_top_768.jpg");
}
}
@media (max-width: 680px) {
.remaObjectIntroduction>div:nth-child(1) {
    -ms-flex-order: 1;
    order: 1;
}
.remaObjectIntroduction>div:nth-child(2) {
    -ms-flex-order: 2;
    order: 2;
}
.remaObjectIntroduction>div:nth-child(3) {
    -ms-flex-order: 3;
    order: 3;
}
.remaObjectIntroduction>div:nth-child(4) {
    -ms-flex-order: 5;
    order: 5;
}
.remaObjectIntroduction>div:nth-child(5) {
    -ms-flex-order: 4;
    order: 4;
}
.remaObjectIntroduction>div:nth-child(6) {
    -ms-flex-order: 6;
    order: 6;
}
.remaObjectIntroduction>div:nth-child(7) {
    -ms-flex-order: 7;
    order: 7;
}
.remaObjectIntroduction>div:nth-child(8) {
    -ms-flex-order: 9;
    order: 9;
}
.remaObjectIntroduction>div:nth-child(9) {
    -ms-flex-order: 8;
    order: 8;
}
.remaObjectImagesBox {
	height: 220px;
}
.remaObjectImagesInfo {
	padding: 20px 16px;
}
.remaObjectImagesInfo>div:nth-child(1) {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 8px;
}
.remaObjectImagesInfo>div:nth-child(2) {
	font-size: 16px;
	line-height: 24px;
}
.remaObjectIntroduction>div {
	margin-bottom: 16px;
}
.remaObjectBoxDetail.bg {
	padding: 6px 20px 16px 20px;
	background-position: left top;
}
.remaObjectBoxDetail>.remaObjectBoxDetailText {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.remaObjectBoxDetail>.objectAddress {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.remaObjectBoxDetailTitle {
    display: block;
}
.remaObjectBoxDetailTitle>div:first-child {
	font-size: 18px;
}
.remaObjectBoxDetailTitle>div:last-child {
	font-size: 14px;	
}
.remaObjectBoxImage {
	flex: 0 0 110px;
	height: 110px;
	max-width: 110px;
}
}
#owl-remaObjectImages {
	
	height: 330px;
/*	border: 1px solid #e6e6e6;*/
/*	margin: 4px 0px;*/
}
#owl-remaObjectImages figure {
	height: 330px;
}
#owl-remaObjectImages .owl-pagination::after {
	display: none;
}
#owl-remaObjectImages .owl-page.active::before {
	display: none;
}
#owl-remaObjectImages .owl-next {
    right: 2%;
    bottom: 46%;
}
#owl-remaObjectImages .owl-prev {
    left: 2%;
    bottom: 46%;
}
#owl-remaObjectImages .owl-pagination {
    bottom: 10px;
}
#owl-remaObjectImages .owl-item, .object-image-none-style {
    border: #EFEFEF 1px solid;
    background-color: #FBFBFB;
}
#owl-remaObjectImages .owl-item img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}
#owl-remaObjectImages .owl-wrapper-outer, #owl-remaObjectImages .image-size-cover {
	border-radius: 4px 4px 0 0;
}
.container.rema {
    padding-right: 16px;
    padding-left: 16px;
}
.remaObjectDetailTitle {
    display: -ms-flexbox;
    display: flex;
	
    overflow: hidden;
}
.remaObjectDetailTitle>div:nth-child(2) {
	text-align: right;
	
}
.remaObjectDetailTitleBox {
	margin: 16px 0px;
	line-height: 1.5;
}
.remaObjectDetailTitleBox>div:nth-child(1) {
	font-size: 28px;
	font-weight: bold;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.remaObjectDetailTitleBox>div:nth-child(2) {
	font-size: 20px;
	color: #898989;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.remaObjectContact {
/*
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 12px;
	padding-top: 8px;
*/
}
.remaObjectContact>div {
	background-color: rgba(230,0,18,0.08);
	border-radius: 0 0 4px 4px;
}
.remaObjectImages-box {
	margin-top: 24px;
	position: relative;
}
.remaObjectDetailTitleBox2 {
    position: absolute;
    top: 32px;
    left: 0px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	padding: 0px 44px;
}
.remaObjectDetailTitleBoxLine {
    position: absolute;
    top: 88px;
    left: 0px;
    width: 300px;
    height: 2px;
    background-color: #fff;
}
.remaObjectDetailAddres2 {
    position: absolute;
    top: 98px;
    left: 0px;
    color: #ffffff;
    font-size: 18px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	padding: 0px 44px;
}
@media (max-width: 760px) {
.remaObjectImages-box {
	margin-top: 0px;
}
.container.rema.top  {
	padding: 0;
}
.container.rema.top .remaObjectDetailTitle {
	padding: 0 16px;
}
#owl-remaObjectImages .owl-wrapper-outer, #owl-remaObjectImages .image-size-cover {
	border-radius: 0px 0px 0 0;
}
#owl-remaObjectImages .owl-item, .object-image-none-style {
    border: #EFEFEF 0px solid;
}
.remaObjectImages-box.container.rema {
	padding: 0px;
	margin-top: -4px;
	margin-bottom: -4px;
}
.remaObjectDetailTitle {
    display: block;
    -ms-flex-order: 2;
    order: 2
}
.remaObjectDetailTitle>div:nth-child(1) {

}
.remaObjectDetailTitle>div:nth-child(2) {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	margin-bottom: 0!important;
}
.remaObjectDetailTitleBox {
	margin: 12px 0px;
}
.remaObjectDetailTitleBox>div:nth-child(1) {
	font-size: 24px;
	font-weight: bold;
}
.remaObjectDetailTitleBox>div:nth-child(2) {
	font-size: 18px;
	color: #898989;
}
.container.rema.remaObjectContact {
	margin-top: 0px;
	padding: 0 0px;
}
.remaObjectContact>div {
	border-radius: 0 0 0px 0px;
}
}

@media (max-width: 680px) {
.remaObjectDetailTitleBox2 {
    top: 24px;
	font-size: 28px;
	padding: 0px 28px;
}
.remaObjectDetailTitleBoxLine {
    top: 68px;
	width: 280px;
}
.remaObjectDetailAddres2 {
    top: 80px;
    font-size: 18px;
	padding: 0px 28px;
}
}

.remaObjectContactNumberBtn {
	margin: 8px 0px 8px 8px;
}
.remaObjectBoxDetail.detail p:last-child {
	margin-bottom: 0px!important;
}
/*新建案*/