
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_footer.css);
@import url(page_banner.css);
/*@import url(page_navsub.css);*/



/*========================================================
                      	 h1 設定
=========================================================*/


.h1-title {
	background-color: #1f1f1f;
    color: #ccb240;
    margin: 0 0 30px 0;
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
	font-size: 24px;
	position: relative;
}
.h1-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 14px;
	z-index: 9;
	width: 100%;
	height: 1px;
	background-color: #ccb240;
	
}

/* 尺寸設定 */
@media (min-width: 768px) {
	.h1-title {
		font-size: 30px;
		margin: 0 0 40px 0;
	}		
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 36px;
		margin: 0 0 60px 0;
	}		
}


/*========================================================
                      	 內頁框架
=========================================================*/

.content {
	background-color: #dbd8c9;
	padding-bottom: 50px;
}
.content-box {
}


/* 麵包屑 */
.breadcrumbs {
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 20px 0 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}



/*========================================================
                      	 共同設定
=========================================================*/

.table-992 {
	display: block;
}
.table-768 {
	display: block;
}

/* 尺寸設定 */
@media (max-width: 991px) {
	.table-992 {
		display: none;
	}
}
@media (min-width: 992px) {
	.table-768 {
		display: none;
	}
}



/*========================================================
                 	風華京城 about-1
=========================================================*/


.about-1 {
    background: url(../images/about_a01.jpg) no-repeat left top;
    background-size: cover;
}
.about-1-1 {
	padding-left: 0;
	padding-right: 0;
	margin: -3% 0;
    background-color: rgba(214,209,192,0.7);
	padding-bottom: 5%;
}
.about-1-1 h2 {
	padding: 7% 10% 5%;
	font-size: 28px;
	line-height: 34px;
}
.about-1-1 h2 b, .about-1-1 h2 span {
	display: block;
	font-weight: normal;
}


.about-1-1 article {
	margin-bottom: 30px;
}
.about-1-1 article h3 {
    background-color: #9e8d33;
	width: 100%;
	color: #fff;
	padding: 8px 10% 8px 10%;
}
.about-1-1 article p {
	width: 100%;
   	padding: 0 10% 0 10%;
}

.about-1-2 {
	position: relative;
	display: none;
}
.about-1-2 p {
	position : absolute;
	top : 50%;
	right : 0%;
	transform : translate(-0%,-50%);
	z-index: 9;
	color: #fff;
	text-align: left;
	width: 70%;
	background-color: rgba(0,0,0,0.60);
	font-size: 20px;
	padding: 2%;
}


/* 尺寸設定 */
@media (max-width: 479px) {
	.about-1-1 h2 {
		font-size: 24px;
	}
}
@media (min-width: 768px) {
	.about-1-1 h2 {
		padding-left: 10%;
		line-height: 40px;
	}
}

@media (min-width: 1200px) {
	.about-1-1 {
		background-color: rgba(214,209,192,0.90);
		margin: 0;
	}
	.about-1-1 h2 {
		line-height: 60px;
	}
	.about-1-1 h2 span {
		padding-left: 10%;
	}
	.about-1-1 article h3 {
		width: 90%;
		padding: 8px 0 8px 10%;
		border-radius: 0 10px 10px 0;
	}
	.about-1-1 article p {
		width: 90%;
		padding: 0 0 0 10%;
	}
	
	
	.about-1-2 {
		display: block;
	}
	.about-1-2 p {
		font-size: 26px;
	}
}
@media (min-width: 1600px) {
	.about-1-1 h2 {
		font-size: 40px;
	}
	.about-1-1 h2 span {
		padding-left: 20%;
	}
	.about-1-2 p {
		font-size: 40px;
	}
}




/*========================================================
                 	風華京城 about-2
=========================================================*/

.about-2 {
	background-color: #252525;
}
.about-2 [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.about-2-1 {
    background: url(../images/about_b01.jpg) no-repeat left top;
    background-size: cover;
	display: none;
}
.about-2-1 h2 {
    background-color: #252525;
	margin: 0;
	padding: 10px 10%;
	color: #252525;
}


.about-2-2 h2 {
	background-color: #bfa73b;
	margin: 0;
	padding: 10px 10%;
	color: #191919;
}
.about-2-2 ul {
	list-style: none;
	margin: 0;
	padding: 5% 10%;
}
.about-2-2 ul li {
	color: #fff;
}
.about-2-2 ul li b {
	display: block;
	color: #d6c02e;
}


/* 尺寸設定 */
@media (max-width: 991px) {
	.about-2 {
		background: url(../images/about_b01.jpg) no-repeat left top;
    	background-size: cover;
	}
	.about-2-2 {
		background-color: rgba(37,37,37,0.8);
		padding-bottom: 5%;
	}
	
}
@media (min-width: 992px) {
	.about-2-1 {
		display: block;
	}
}


/*========================================================
                 	風華京城 about-3
=========================================================*/

.about-3 {
	background: url(../images/about_c01.jpg) no-repeat left 60px;
    background-size: cover;
	text-align: center;
}
.about-3 h2 {
	background-color: #af9831;
	margin: 0 0 50px 0;
	color: #252525;
	padding-top: 15px;
	padding-bottom: 15px;
}
.about-3 [class*="col-"] {
	margin-bottom: 30px;
}
.about-3 [class*="col-"] h3 {
	background-color: #be8326;
	color: #fff;
	border-radius: 20px;
	width: 200px;
	padding: 5px;
	margin: 10px auto;
}



/*========================================================
                 	風華京城 about-4
=========================================================*/

.about-4 {
	position: relative;
}
.about-4-1 {
	padding-left: 0;
	padding-right: 0;
	background-color: #252525;
	color: #dad5c6;
}
.about-4-1 article {
	padding-top: 5%;
	padding-bottom: 10%;
}
.about-4-1 h2, .about-4-1 h3, .about-4-1 p {
	padding-left: 10%;
	padding-right: 10%;
}
.about-4-1 h2 {
	color: #d0b018;
}
.about-4-1 h3 {
	background-color: #b2aea4;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	margin: 10px 0 20px;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.about-4-1 p {
	padding-bottom: 20px;
}
.about-4-2 {
	background: url(../images/about_d01.jpg) no-repeat left center;
    background-size: cover;
}


/* 尺寸設定 */
@media (min-width: 768px) {
	.about-4-1 h3 {
		width: 200%;
	}
}


/*========================================================
                 	建築工匠 / 綠色建築
=========================================================*/

.building-1 {
	background: #c0beae url(../images/building_bg.jpg) no-repeat center top;
}
.building-1 h1 {
	border-top: 8px solid #c5a833;
	background-color: #2c2c2c;
	color: #2c2c2c;
	text-align: center;
	margin: 0;
}

.building-1 h2 {
	text-align: center;
	color: #000;
	text-shadow: 4px 4px 2px rgba(255, 255, 255, 1);
}
.building-1 p {
	text-align: center;
	color: #000;
}

.building-1 section {
	background-color: #d7d6cc;
	padding: 3%;
}
.building-1 section > div {
	border: 5px solid #abb3a0;
	padding: 5%;
}
.building-1 article {
	margin-top: 30px;
	margin-bottom: 30px;
}
.building-1 article dl dt {
	background-color: #99a48e;
	color: #fff;
	padding: 7px 10px;
	margin-bottom: 10px;
}
.building-1 article dl dd {
	padding: 0 10px;
}

.building-1 article ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.building-1 article ul li {
	margin-bottom: 20px;
}
.building-1 article ul li b {
	display: block;
	color: #166735;
}


/* 尺寸設定 */
@media (min-width: 768px) {
	.building-1 h1 {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}


/*========================================================
                 	建築工匠 / 施工流程
=========================================================*/


.work-detail {
	max-width: 1170px;
	margin: 50px auto;
}
.work-detail h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.slider-for > div {
	position: relative;
}
.slider-for > div p {
	position: absolute;
	bottom: -10px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	text-align: right;
	color: #fff;
	padding: 5px 20px;
	
}
.slider-for > div img {
	width: 100%;
	vertical-align: bottom;
}

.slider-for > div .link a {
	display: inline-block;
	color: #fff;
	margin: 0 10px;
	padding: 10px 5px;
}
.slider-nav > div img {
	width: 94%;
	vertical-align: bottom;
	margin: 0 3%;
	cursor: pointer;
}
.slick-slide img {
	opacity: 0.6;
}
.slick-current img {
	opacity: 1;
}



.building-2 [class*="col-"] {
	margin-bottom: 40px;
}
.building-2 img {
	width: 100%;
	vertical-align: bottom;
}
.building-2 h2 {
	background-color: #e8e8e1;
    border-left: 5px solid #9f8011;
    padding: 8px 0 10px 10px;
	margin-bottom: 20px;
}
.building-2 [class*="col-"] div {
	position: relative;
}
.building-2 [class*="col-"] div h3 {
    background-color: #e2c24b;
    color: #000;
    font-size: 18px;
    padding: 10px;
	text-align: center;
	margin: 0;
	font-weight: bold;
}
.building-2 [class*="col-"] div p {
	position: absolute;
	top : 100%;
	left : 50%;
	transform : translate(-50%,-100%);
	z-index: 9;
    background-color: rgba(255,255,255,0.5);
    color: #000;
	width: 100%;
	text-align: center;
	padding: 2px;
}


/* 尺寸設定 */
@media (min-width: 768px) {
}





/*========================================================
                 		最新推案
=========================================================*/

.case-list {
	
}

.case-list {
}
.case-list h1 {
	margin-top: 30px;
}
.case-list dl {
	position: relative;
	margin-bottom: 40px;
}

.case-list dl dt {
}
.case-list dl dt span {
	display: inline-block;
}
.case-list dl dt img {
	width: 100%;
	vertical-align: bottom;
}
.case-list dl dd {
	position: relative;
	overflow: hidden;
	line-height: 28px;
}
.case-list dl dd h5 {
	background-color: #e2c24b;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	padding: 10px;
	margin: 0;
}
.case-list dl dd .info {
	background-color: #ededed;
	padding: 20px;
}
.case-list dl dd .more {
	position: absolute;
	right: 10px;
	top: 6px;
	z-index: 9;
	text-align: right;
}
.case-list dl dd .more a {
	color: #222;
}


/* 選單按鈕 */
.case-btn {
	text-align: center;
	margin: 0;
	padding: 0;
}
.case-btn ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.case-btn li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 10px 10px;
}
.case-btn li a {
	display: block;
	color: #fff;
	padding: 8px 20px;
	font-size: 18px;
	text-align: center;
	background: #262626;
}
.case-btn li:last-of-type a {
	background: #957c10;
}
.case-btn li a:hover, .case-btn li a.active {
	background: #ccb240;
	color: #262626;
}

/* 內頁 */
.case-detail {
	
}
.case-detail section {
	margin-bottom: 40px;
}
.case-detail section h3 {
	background-color: #e8e8e1;
	border-left: 5px solid #9f8011;
	padding: 8px 0 10px 10px;
}
.case-detail .case-1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.case-detail .case-1 ul li {
	margin: 0 20px;
}
.case-detail .case-1 ul li a {
	color: #9f8011;
}

/* 尺寸設定 */
@media (max-width: 767px) {
	.case-detail .case-1 img {
		display: block;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}





/*========================================================
                 	經典熱銷 / 近期作品賞析
=========================================================*/

.hot-1 {
}
.hot-1 dl {
/*	clear: both;*/
	overflow: hidden;
	border-bottom: 2px dashed #bbb;
	padding: 30px 15px 30px 15px;
	margin: 0;
	min-height: 240px;
}
.hot-1 dl dt {
	width: 100%;
	float: none;
	margin: 0;
}
.hot-1 dl dt span {
	display: inline-block;
	border: 5px solid #967d21;
	margin-bottom: 10px;
}
.hot-1 dl dt img {
	width: 100%;
	border: 3px solid #fff;
}
.hot-1 dl dd {
	overflow: hidden;
	line-height: 28px;
}
.hot-1 dl dd time {
	display: block;
	color: #155f9f;
	font-weight: bold;
	margin-top: 5px;
}
.hot-1 dl dd h5 {
	color: #967d21;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	margin-top: 0;
}


/*回目錄頁*/
.hot-1 .more {
	text-align: right;
}
.hot-1 .more a {
	background-color: #967d21;
	padding: 5px 20px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	/*border: 1px solid #ffd800;*/
}
.hot-1 .more a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #d8b42c;
	color: #fff;
	text-decoration: none;
}


/*內頁*/
.hot-1-detail h2 {
	background-color: #1f1f1f;
	color: #fff;
	margin: 0 15px;
	padding: 15px;
	text-align: center;
	font-size: 24px;
}
.hot-1-detail ul [class *= col-] {
	margin-bottom: 30px;
	padding-right: 15px;
    padding-left: 15px;
}
.hot-1-detail ul {
	max-width: 1600px;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}
.hot-1-detail li a {
	outline: none;
	border: none;
	display: block;
}
.hot-1-detail li img {
	width: 100%;
	vertical-align: bottom;
}
.hot-1-detail li .pic {
	position: relative;
	border: 1px solid #ddd;
}
.hot-1-detail li .pic:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hot-1-detail li .pic:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
	background: url(../images/magnifier.png) no-repeat center center;
	background-color: rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
.hot-1-detail li .pic:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	content: "";
	width: 100%;
	height: 100%;
	border: 5px solid #fff;
}
.hot-1-detail li p {
	text-align: center;

    color: #000;
	padding: 5px 10px;
}




/* 尺寸設定 */
@media (max-width: 1599px) {
	.hot-1 dl:nth-of-type(2n) {
		background-color: #f3f5f7;
	}
}
@media (min-width: 640px) {
	.hot-1 dl dt {
		width: 40%;
		float: left;
		margin: 0 2% 0 0;
		margin-top: 10px;
	}
	.hot-1-detail h2 {
		font-size: 32px;
	}
}
@media (min-width: 992px) {
	.hot-1 dl dt {
		width: 30%;
	}
}
@media (min-width: 1600px) {
/*
	.hot-1 dl:nth-of-type(4n+3), .hot-1 dl:nth-of-type(4n+4)  {
		background-color: #f3f5f7;
	}	
*/
}


/*========================================================
                 	經典熱銷 / 歷年興建作品
=========================================================*/

.hot-2 {
	
}
.hot-2 dl {
	margin-bottom: 30px;
}
.hot-2 dl dt {
	position: relative;
}
.hot-2 dl dt p {
	position: absolute;
	left: 15px;
	bottom: 10%;
	z-index: 10;
	padding: 10px;
	width: 100%;
	color: #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&1+0,0+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */



	
}
.hot-2 dl dt img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 30px;
}




/*========================================================
                         訊息公告
=========================================================*/

.news-list {
}
.news-list dl {
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #b5b5b5;
	padding: 30px 0;
	margin: 0;
}
.news-list dl dt {
	background-color: #b29631;
	width: 80px;
	float: left;
	margin-right: 10px;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
}
.news-list dl dt span {
	display: block;
}
.news-list dl dd {
	overflow: hidden;
	line-height: 28px;
}
.news-list dl dd h5 {
	color: #b29631;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	margin: 0;
	padding: 0;
}
.news-list dl dd h5 a {
	color: #b29631;
}
.news-list dl dd h5 span {
	display: block;
	color: #961313;
	font-size: 13px;
	margin: 0 0 6px 0;
	padding: 0;
}


/*========================================================
                      	 會員專區
=========================================================*/


.member-form {
    background: url(../images/member_bg2.jpg) no-repeat left top;
    background-size: 100% 100%;
	width: 90%;
	margin: 50px auto 0;
	padding: 10px 20px;
	color: #fff;
}
.member-form h2 {
    font-size: 32px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	position: relative;
}
.member-form h2 span {
	position: absolute;
	right: 0;
	bottom: 8px;
	z-index: 9;
	font-size: 13px;
}
.member-form P {
	font-size: 13px;
	line-height: 20px;
}

/* 送出按鈕 */
.login-btn {
	margin: 10px 0;
}
.login-btn a {
	display: inline-block;
	background-color: #362203;
	padding: 5px 20px;
	color: #fff;
	margin-right: 15px;
}


/* 選單按鈕 */
.member-btn {
	text-align: center;
	margin: 0;
	padding: 0;
}
.member-btn ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.member-btn li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 10px 10px;
}
.member-btn li a {
	display: block;
	color: #fff;
	padding: 8px 20px;
	font-size: 18px;
	text-align: center;
	background: #262626;
}
.member-btn li a:hover, .member-btn li a.active {
	background: #ccb240;
	color: #262626;
}




/* 上方提示訊息框 */
.member-info {
	background-color: #e8e8e1;
	border: 2px dashed #adadad;
	padding: 20px;
	margin-bottom: 20px;
	min-height: 60px;
}
.member-info p {
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #cdcdcd;
	font-weight: bold;
}
.member-info p span {
	color: #E00B0E;
}

/* 登出框 */
.login-out {
	text-align: right;
}
.login-out a {
	display: inline-block;
	background-color: #222;
	color: #fff;
	border-radius: 5px;
	padding: 3px 20px;
}






/* 尺寸設定 */
@media (min-width: 480px) {
	.member-form {
		width: 80%;
	}
}
@media (min-width: 768px) {
	.member-form {
		margin: 50px auto 30px;
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1600px) {
	.member-form {
		width: 50%;
	}
}




/*========================================================
                   	　 社會公益
=========================================================*/

.welfare-list {
}
.welfare-post {
	text-align: center;
}
.welfare-post .post-minimal:nth-of-type(3n+1) .post-body h2 a {
	background-color: #2e7738;
}
.welfare-post .post-minimal:nth-of-type(3n+2) .post-body h2 a {
	background-color: #2e5b77;
}
.welfare-post .post-minimal:nth-of-type(3n+3) .post-body h2 a {
	background-color: #776a2e;
}


/* 目錄頁設定 */
.post-minimal {
	position: relative;
/*	border-radius: 4px;*/
	overflow: hidden;
	background: #e8e8e1;
/*
	-webkit-box-shadow: 2px 0px 5px 0px rgba(65, 65, 65, 0.12);
	box-shadow: 2px 0px 5px 0px rgba(65, 65, 65, 0.12);
*/
	margin-bottom: 40px;
	text-align: left;
	border-bottom: 1px solid #cbcbcb;
}
.post-minimal .post-body {
	padding: 20px;
}
.post-minimal * + .post-text {
	margin-top: 8px;
}
.post-minimal * + .post-meta {
	margin-top: 5px;
}
.post-minimal * + .post-meta i {
	color: #6bcad2;
}
.post-minimal .post-body h2 {
	margin: 0 0 14px 0;
}
.post-minimal .post-body h2 a {
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	color: #fff;
}



/* 尺寸設定 */
@media (max-width: 639px) {
	.post-minimal {
		display: inline-block;
		width: 100%;
		max-width: 500px;
	}
	.post-minimal .post-image img {
		width: 100%;
		vertical-align: bottom;
	}
}

@media (min-width: 640px) {
	.post-minimal {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.post-minimal .post-left {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		width: 320px;
	}
	.post-minimal .post-image {
		position: relative;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: hidden;
	}
	.post-minimal .post-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: auto;
		width: auto;
		min-height: 100%;
		min-width: 100%;
		z-index: 1;
	}
	.post-minimal .post-body {
		padding: 20px 24px 20px 27px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media (min-width: 1200px) {
	.post-minimal .post-body {
		padding: 20px 26px 20px 50px;
	}
}



/* more */
.post-more {
	text-align: right;
}
.post-more a {
	background: url(../images/news_more.png) no-repeat left center;
	padding: 0 0 0 12px;
	color: #333;
}



/*========================================================
                   	訊息公告＆社會公益內頁
=========================================================*/

.news-detail {
	margin-bottom: 30px;
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #7a620d;
}
.news-content {
	padding-bottom: 20px;
	}
.news-content img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
	margin: 0 auto 20px;
	}


/*回目錄頁*/
.news-detail .back {
	text-align: right;
	padding-top: 30px;
}
.news-detail .back a {
	background-color: #d0a712;
	padding: 5px 20px 7px;
/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
*/
	color: #fff;
	font-size: 15px;
}
.news-detail .back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #d0a712;
	color: #fff;
	text-decoration: none;
}
.news-detail .back {
	border-top: 2px dashed #787878;
}
.news-detail .back a {
	background-color: #787878;
}


/* 尺寸設定 */

@media (min-width: 768px) {
	.news-content img {
		margin: 0 0 10px 0;
		}
}



/*========================================================
                         客戶服務
=========================================================*/


/* 全方位服務 */





/* 居家問題小妙方 */

.service-4 dt {
	background: #ededed url(../images/faq.png) no-repeat 15px center;
	color: #000;
	display: block;
	padding: 15px 15px 15px 60px;
	}
.service-4 dd {
	display: none;
	padding: 15px 15px 15px 60px;
	background-color: #f9f5e7;
	}
.service-4 .active dt {
	background-color: #3992d0;
	color: #fff;
	}
.service-4 .active dd {
	
	}


.service-4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.service-4 ul> li {
	margin-bottom: 20px;
	}
.service-4 ul> li b {
	background: #ededed url(../images/faq.png) no-repeat 15px center;
	color: #000;
	display: block;
	padding: 15px 15px 15px 60px;
	}
.service-4 ul>li.active b {
	background-color: #606060;
	color: #fff;
	}
.service-4 ul li ul {
	display: none;
	}
.service-4 ul li:first-of-type ul {
	display: block;
	}
.service-4 ul li li, ul li li.active {
	background-color: #fff;
	}
.service-4 ul li li.active a {
	color: #000;
	}


/* 尺寸設定 */
@media (max-width: 767px) {
	.style1 {
		list-style: none;
		padding: 0;
		margin: 0 0 10px 0;
		}
	.style1 li ul {
		list-style: none;
		padding: 0;
		margin: 0 0 10px 0;
		}
	.style1 span {
		color: #000;
		font-weight: bold;
		display: block;
	}
}
@media (min-width: 768px) {
	.style1 {
		list-style: none;
		padding: 0;
		margin:0 0 10px 8em;
		}
	.style1 li:first-letter {
		margin-left: -8em;
		}	
	.style1 li ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}	
	.style1 li ul li:first-letter {
		margin-left: -1em;
		}
	.style1 span {
		color: #000;
		font-weight:bold;
		}
}

/*========================================================
                         聯絡我們
=========================================================*/

.contact-list h2 {
	border-left: 10px solid #ce4737;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	font-size: 24px;
}

.map {
	margin-bottom: 50px;
}

.map iframe {
/*
	background-color: #fff;
	border: 7px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
*/
}
.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}



/*========================================================
                         各類表單
=========================================================*/

/* 說明 */
.form-info {
	border: 2px dashed #adadad;
	padding: 20px 20px 20px 100px;
	background: #f7f7f7 url(../images/warning.png) no-repeat 20px center;
	margin-bottom: 20px;
	min-height: 60px;
}
.form-info p {
	margin-bottom: 6px;
}



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 5px;
	padding: 5px 20px 5px 50px;
	border: 1px solid #c4c4c4;
	background-color: #f3f3ec;
}

.form-control {
    background-color: #f3f3ec;
}

.form-horizontal .form-control2 {
	padding: 5px 10px;
}	

::placeholder {
  	color: #000;
	font-weight: bold;
}

/* 意見表單 */

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding: 0;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #c4c4c4;
    width: 40px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #c4c4c4;
    background-color: #f3f3ec;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] i.text-red {
    color: #333;
}


/* 購屋需求表單 */
.form_out {
}
.form_out  [class *= col-] {
	padding: 0;
}
.form_out .col-md-3 span {
	display: block;
	font-weight: bold;
	text-align: left;
	background-color: #fff;
}
.form-group {
	padding: 10px 15px;
	margin-bottom: 0;
}

.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	background-color: #f3f3ec;
}
select.input {
	padding: 5px 5px;
}

/* 尺寸設定 */

@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.form-info {
		margin-right: 15px;
	}
	.form-info2 {
		margin-right: 0;
	}
	.contact-form [class *= col-] {
		padding-right: 15px;
	}
	.form_out .col-md-3 {
		padding-right: 15px;
	}
	.form_out .col-md-3 span {
		text-align: center;
		background-color: #fff;
	}
}


/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 20px 0;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}
.table1 tr:nth-of-type(2n+1) {
	background-color: #e8e8e1;
}
.table1 th {
	background: #333333;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #555555;
}
.table1 td {
	padding: 0 5px;
	border: 1px solid #bbb;
}

.table1 a.file {
	display: inline-block;
	margin-top: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/file_pdf.png) no-repeat center center;
	text-indent: -9999px;
	}
.table1 td img {
	max-width: 100px;
	max-height: 100px;
}
	
.table2 {
}
.table2 th {
	background: #e49d47;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #bab9bb;
}
.table2 td {
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #fff;
}
.table2 td img {
	max-width: 100px;
	max-height: 100px;
}
.table2 td.left {
	text-align: left;
}
.table2 td.left b {
	display: block;
	color: #D40101;
}
	


/* 手機表格提示 */
.table-text {
	color: #D40101;
	text-align: right;
	margin-bottom: -20px !important;
}	
@media (min-width: 768px) {
	.table-text {
		display: none;
	}	
}
	
/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}

a.figure:before {
	background: url(../images/magnifier.png) no-repeat center center;
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    transition: .5s;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
	background: url(../images/magnifier.png) no-repeat center center;
}
