@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url('https://fonts.googleapis.com/css?family=Philosopher|Playfair+Display+SC');
/*-------------------------------------------
     基本版面設定區
-------------------------------------------*/		
body {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #464d4c;
	line-height: 1.75em;
	margin: 0px;
	padding: 0px;
	font-family:'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
}
img, object, embed, video {max-width: 100%;vertical-align: bottom;border: 0px;}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {width:100%;border: 0px;}
a,a:link,a:hover,a:active,a:visited{transition: 1s;text-decoration: none;}

.all-img{width:100%;vertical-align: bottom;}

.row{
	padding-right: 10px;
	padding-left: 10px;
}
.rows{
	padding-right: 15px;
	padding-left: 15px;
}

p{
	line-height: 1.75em;
}

/*--------------------- 分頁 -------------------------------*/

#pagination{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
	color: #FFF;
	float: left;
	text-decoration: none;
	border-radius: 20px;
	font-size: 90%;
	font-family: "微軟正黑體 Light";
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 14px;
}

ul.pagination li a.active {
	color: #FFF;
	border-radius: 5px;
	font-family: "微軟正黑體 Light";
	background-color: #87ae46;
}

ul.pagination li a:hover:not(.active) {
	color: #9C6;
}


#paginations{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 15px;
}

ul.paginations {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.paginations li {display: inline;}

ul.paginations li a {
	color: #FFF;
	float: left;
	text-decoration: none;
	border-radius: 20px;
	font-size: 90%;
	font-family: "微軟正黑體 Light";
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 2px;
	padding-left: 14px;
}

ul.paginations li a.active {
	color: #FFF;
	border-radius: 5px;
	font-family: "微軟正黑體 Light";
	background-color: #87ae46;
}

ul.paginations li a:hover:not(.active) {
	color: #9C6;
}

/*-----------------------------------------------------
                   首頁版面設定區
-----------------------------------------------------*/

.wap-con{
	float: left;
	width: 100%;
	position: absolute;
	z-index: 999;
}

#wrapper{
	float: left;
	width: 100%;
	position: relative;
	background-repeat: repeat;
	background-position: center top;
}
.container{
	float: left;
	width: 100%;
	
}

.content{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1600px;
}

.contents{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 720px;
	color: #FFF;
	text-align: center;
}

.content-d{
	width: 100%;
	color: #FFF;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	float: left;
}


#header{
	float: left;
	width: 100%;
	position: relative;
	height: 500px;
}

.header-nav{
	float: left;
	width: 100%;
	position: absolute;
	z-index: 999;
}

#main-wrapper{
	float: left;
	width: 100%;
	position: relative;
	}
.main{
	float: left;
	width: 100%;
}
		
.main-radius{
	float: left;
	width: 3px;
	position: absolute;
	z-index: 999;
	top: -166px;
	background-image: url(../images/radius-img.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 190px;
	width: 100%;
	display: block;
}

/*------------------------------ 各項目背景圖 ----------------------------------*/
.header-about{
	float: left;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	position: relative;
	z-index: 5;
}

.header-title{
	float: left;
	width: 100%;
	position: absolute;
	z-index: 888;
	top: 50%;
	}
.header-title-h1{
	width: 160px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 160%;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	font-family: 'cwTeXFangSong', sans-serif;
	line-height: 1.75em;
}

.header-title-line{
	background-color: rgba(255, 255, 255, 0.6);;
	height: 60px;
	width: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-title-en{
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 1.75em;
	color: #ececec;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	font-family: 'Philosopher', sans-serif;
	text-align: center;
}

.header-news{
	float: left;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/banner/banner-02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.header-hotcase{
	float: left;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/banner/banner-03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.header-architecture{
	float: left;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/banner/banner-04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.header-progress{
	float: left;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/banner/banner-05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}


.header-contactus{
	float: left;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/banner/banner-06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}


/*------------------------------ 首頁區 ----------------------------------*/

#hotcase{
	float: left;
	width: 100%;
	position: relative;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
	}
	
.hotcase-content{
	float: left;
	width: 100%;
	padding-top: 20px;
	background-image: url(../images/about/tree-img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
	
#brand{
	float: left;
	width: 100%;
	position: relative;
	}
	
.brand-content{
	float: left;
	width: 100%;
	padding-top: 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	}
	
.brand-title-h1{
	float: left;
	width: 100%;
	text-align: center;
	color: #db9e8a;
	font-size: 160%;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	line-height: 2em;
	padding-top: 15px;
	}
	
.brand-title-h1s{
	float: left;
	width: 100%;
	text-align: left;
	color: #5f4339;
	font-size: 160%;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	line-height: 2em;
	padding-top: 25px;
	}
	
.brand-tree{
	float: left;
	width: 100%;
	margin-top: 20px;
	}
	
.brand-contents{
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
	}		
	
#decoration{
	float: left;
	width: 100%;
	position: relative;
	}
	
.decoration-em{
	float: left;
	width: 50%;
	}
	
	
.decoration-em2{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	}
.decoration-em3{
	width: 76%;
	margin-right: 35px;
	margin-left: auto;
	}
	
.decoration-em-left{
	width: 49%;
	float: left;
	margin-bottom: 35px;
	margin-right: 1%;
	}
	
.decoration-em-right{
	width: 49%;
	float: left;
	margin-top: 35px;
	margin-left: 1%;
	}	
	
.decoration-content{
	float: left;
	width: 100%;
	background-color: #FFF;
	}
	
	
#news{
	float: left;
	width: 100%;
	position: relative;
	}
	
.news-content{
	float: left;
	width: 100%;
	padding-top: 20px;
	background-image: url(../images/news-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	}
	
		

/*------------------------------ 標題區 ----------------------------------*/	
.title-wap{	float: left;width: 100%;}
	
.title-h1{
	width: 160px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #95bc56;
	font-size: 136%;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	font-family:'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	line-height: 1.75em;
}

.title-en{
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 1.2em;
	color: #666666;
	text-shadow:0 2px 4px rgba(0, 0, 0, 0.05);
	font-family:'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
}

.title-waps{
	float: left;
	width: 100%;
	padding-top: 25px;
}

.title-h1s{
	width: 160px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #87ae46;
	font-size: 136%;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
	font-family:'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	line-height: 1.75em;
}

.title-ens{
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 1.2em;
	color: #666666;
	text-shadow:0 2px 4px rgba(0, 0, 0, 0.0);
	font-family:'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
}


/*------------------------------ 首頁消息區 ----------------------------------*/

.news-area{
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.news-em{
	width: 31.3333%;
	float: left;
	position: relative;
	margin-right: 1%;
	margin-left: 1%;

}

.news-ems{
	width: 92%;
	float: left;
	background-color: #FFF;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
	margin-right: 0%;
	margin-left: 8%;
	margin-bottom: 10px;
}

.news-img{
	width: 100%;
	float: left;
	vertical-align: bottom;
}
.news-h1{
	width: 100%;
	float: left;
	font-size: 128%;
	line-height: 1.45em;
	color: #99CC00;
	padding-top: 10px;
	height: 70px;
}

.news-h2{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #F60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
}
.news-p{
	width: 100%;
	float: left;
	font-size: 100%;
	line-height: 1.75em;
	color: #333;
	padding-top: 5px;
	padding-bottom: 15px;
}

.news-time{
	width: 80px;
	float: left;
	background-color: #87ae46;
	padding: 5px;
	height: 80px;
	position: absolute;
	top: 0px;
	z-index: 777;
}

.news-year{
	font-size: 100%;
	float: left;
	color: #FFF;
	width: 100%;
	text-align: center;
}
	

.news-times{
	font-size: 136%;
	float: left;
	color: #FFF;
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c3d7a3;
	text-align: center;
	line-height: 1.75em;
}

/*------------------------------ 內頁消息區 ----------------------------------*/

.news-contents{
	float: left;
	width: 100%;
	padding-top: 20px;
	background-image: url(../images/news-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	}
	
.news-area-h1{
	float: left;
	width: 100%;
	text-align: center;
	color: #db9e8a;
	font-size: 160%;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	line-height: 1.75em;
	padding-top: 10px;
	}	
.news-btn{
	width: 100%;
	float: left;
	text-align: center;
	color: #999;
	}
	
.news-main-time{
	width: 80px;
	background-color: #87ae46;
	padding: 5px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
}

.news-main-years{
	font-size: 100%;
	float: left;
	color: #FFF;
	width: 100%;
	text-align: center;
	line-height: 2em;
}
.news-main-times{
	font-size: 136%;
	float: left;
	color: #FFF;
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c3d7a3;
	text-align: center;
	line-height: 1.75em;
}	

.news-main-h2s{
	width: 80px;
	font-size: 14px;
	color: #F60;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 3em;
}

.news-main-h3s{
	float: left;
	width: 100%;
	color: #99CC00;
	font-size: 160%;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	line-height: 1.75em;
	padding-top: 10px;
	}

.news-main-ps{
	width: 100%;
	float: left;
	font-size: 100%;
	line-height: 1.75em;
	color: #fff;
}

.news-main-em{
	width: 50%;
	float: left;
	font-size: 100%;
	line-height: 1.75em;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 15px;
}

.news-main-em2{
	width:100%;
	float: left;
	font-size: 100%;
	line-height: 1.75em;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 15px;
}

/*------------------------------ 內頁熱銷推案區 ----------------------------------*/
#case-area{
	width: 100%;
	float: left;
	background-image: url(../images/hotcase-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: left;
}

.case-em{
	width: 45%;
	float: left;
	margin-top: 45px;
	margin-right: 2.5%;
	margin-bottom: 45px;
	margin-left: 2.5%;
	position: relative;
}

.case-main-img{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.case-main-h1{
	width: 100%;
	float: left;
	font-size: 148%;
	line-height: 1.75em;
	color: #FFF;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.case-main-h2{
	width: 100%;
	float: left;
	color: #87b887;
	font-family: 'cwTeXFangSong', sans-serif;
	font-size: 200%;
	line-height: 1.75em;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.case-main-text{
	width: 100%;
	float: left;
	font-size: 100%;
	line-height: 1.75em;
	color: #FFF;
	font-weight: normal;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5c6364;
}

.case-main-more{
	width: 140px;
	position: absolute;
	z-index: 888;
	right: 40px;
	background-color: #87ae46;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
	bottom: -20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFF;
}


.case-main-more:link{
	color: #FFF;
}

.case-border{
	width: 100px;
	float: left;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	position: absolute;
	z-index: 888;
	left: -35px;
	top: -35px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}


.case-borders-main{
	width: 100px;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.case-borders-mains{
	width: 100px;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.case-btn{
	width: 100%;
	text-align: center;
	float: left;
}

.case-mains{
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}

/*------------------------------ 內頁工程進度區 ----------------------------------*/
#progress-area{
	width: 100%;
	float: left;
	background-image: url(../images/progress/progress-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.progress-em{
	width: 47%;
	float: left;
	margin-top: 45px;
	margin-right: 1.5%;
	margin-bottom: 45px;
	margin-left: 1.5%;
}

#contacts{
	float: left;
	width: 100%;
	position: relative;
	}
	
.contact-cons{
	float: left;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #91ba4f;
	color: #FFF;
	width: 99%;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
.contact-contents{
	float: left;
	width: 100%;
	padding-top: 20px;
	}

.contactwaps{
	width: 98%;
	margin-right: auto;
	max-width: 500px;
	padding-right: 1%;
	}
	
.text-lefts{text-align:left}.text-rights{text-align:right}.text-centers{text-align:center}

.col-mds{
	float: left;
	width: 20%;
	color: #FFF;
	font-size: 15px;
	text-align: right;
}

.col-md2s{
	float: left;
	width: 80%;
	color: #FFF;
}

.col-md3s{
	float: left;
	width: 20%;
	color: #FFF;
	font-size: 15px;
	text-align: right;
}

.col-md4s{
	float: left;
	width: 80%;
	color: #FFF;
}

.col-md5s{
	float: left;
	width: 100%;
	color: #FFF;
}

.col-md6s{
	float: left;
	width: 100%;
	color: #FFF;
	margin-bottom: 35px;
}
		
#form_areas{
	float: left;
	width: 100%;
}

.form_areas{
	color: #FFF;
	text-align: left;
	font-size: 100%;
	float: left;
	width: 50%;
	padding-top: 8px;
	padding-bottom: 8px;
}	


.form_areass{
	color: #FFF;
	text-align: left;
	font-family: "微軟正黑體";
	font-size: 108%;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
}

.form_areasxs{
	color: #FFF;
	text-align: left;
	font-size: 100%;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
}

.wbks{
	padding: 3px;
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	box-shadow: inset 0 2px 5px #eee;
	color: #333333;
	font-family: "微軟正黑體";
	font-size: 100%;
}

.wbks2{
	padding: 4px;
	color: #333333;
	font-family: "微軟正黑體";
	font-size: 100%;
	box-shadow: inset 0 2px 5px #eee;
	border-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4D4D4;
	border-right-color: #D4D4D4;
	border-bottom-color: #b8b8b8;
	border-left-color: #D4D4D4;
}

/*------------------------------ 工程進度 內容區 ----------------------------------*/	
.project-areas{
	float: left;
	width: 100%;
	margin-top: 20px;
	background-image: url(../images/progress/img2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
.project-areas-eml{
	float: left;
	width: 80%;
}
.project-areas-emr{
	float: left;
	width: 20%;
	margin-top: 1%;
	margin-bottom: 1%;
}	


.project-areas-emr-box{
	width: 46%;
	float: left;
	background-color: #FFF;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
	margin: 1%;
	padding: 1%;
}

.project-areas-emr-img{
	width: 100%;
	float: left;
}
.project-areas-emr-h1{
	width: 100%;
	float: left;
	text-align: center;
	line-height: 1.75em;
	padding-top: 5px;
}

.project-areas-emr-main{
	float: left;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 45px;
}

.project-areas-emr-title{
	width: 100%;
	float: left;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.project-areas-emr-icon{
	float: left;
	margin-right: 10px;
}


.project-h2s{
	width: 100%;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #616e6d;
}


/*------------------------------ 典藏作品區 ----------------------------------*/

#architecture{
	float: left;
	width: 100%;
	position: relative;
	}
	
.architecture-content{
	float: left;
	width: 100%;
	padding-top: 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding-bottom: 20px;
	margin-top: 20px;
	}
		
.architecture-main{
	float: left;
	width: 100%;
	}		

.architecture-main-time{
	float: left;
	width: 100%;
	text-align: center;
	}
	
.architecture-main-time-h1{
	float: left;
	width: 100%;
	text-align: center;
	color: #87ae46;
	font-size: 200%;
	line-height: 1.75em;
	}
.architecture-main-time-h2{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 160%;
	line-height: 1.75em;
	color: #FFF;
	}
.architecture-main-time-line{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 200%;
	font-weight: normal;
	color: #CCC;
	}			
.architecture-main-p{
	float: left;
	width: 100%;
	margin-top: 10px;
	}

/*------------------------------ 聯絡我們區 ----------------------------------*/

#contact{
	float: left;
	width: 100%;
	position: relative;
	}
	
.contact-con{
	float: left;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #91ba4f;
	color: #FFF;
	width: 99%;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
.contact-content{
	float: left;
	width: 100%;
	padding-top: 20px;
	}
	
.google-map{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.contactwap{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	margin-top: 10px;
	padding-right: 1%;
	}
	
.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}

.col-md{
	float: left;
	width: 22%;
	color: #FFF;
	font-size: 15px;
	text-align: right;
}

.col-md2{
	float: left;
	width: 78%;
	color: #FFF;
}

.col-md3{
	float: left;
	width: 11%;
	color: #FFF;
	font-size: 15px;
	text-align: right;
}

.col-md4{
	float: left;
	width: 89%;
	color: #FFF;
}

.col-md5{
	float: left;
	width: 100%;
	color: #FFF;
}

.col-md6{
	float: left;
	width: 100%;
	color: #FFF;
	margin-bottom: 35px;
}
		
#form_area{
	float: left;
	width: 100%;
}

.form_area{
	color: #FFF;
	text-align: left;
	font-size: 100%;
	float: left;
	width: 50%;
	padding-top: 8px;
	padding-bottom: 8px;
}	


.form_areas{
	color: #FFF;
	text-align: left;
	font-family: "微軟正黑體";
	font-size: 108%;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
}

.form_areasx{
	color: #FFF;
	text-align: left;
	font-size: 100%;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 8px;
}

.wbk{
	padding: 3px;
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	box-shadow: inset 0 2px 5px #eee;
	color: #333333;
	font-family: "微軟正黑體";
	font-size: 100%;
}

.wbk2{
	padding: 4px;
	color: #333333;
	font-family: "微軟正黑體";
	font-size: 100%;
	border-radius: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4D4D4;
	border-right-color: #D4D4D4;
	border-bottom-color: #b8b8b8;
	border-left-color: #D4D4D4;
}	

/*------------------------------ 版權聲明區 ----------------------------------*/

#footer{
	float: left;
	width: 100%;
	position: relative;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
}

.footer-menu{
	float: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	display: block;
	line-height: 1.75em;
	padding-top: 5px;
	font-size: 90%;
}

.footer-menu a{
	color: #FFF;
}

.footer-menu a:hover{
	color: #FF0;
}

.footer{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1600px;
}


.footer-copyright{
	color: #999999;
	line-height: 26px;
	font-size: 80%;
}
.footer-content{
	width: 96%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5c6364;
	margin-top: 5px;
	color: #FFF;
	text-align: center;
	font-size: 90%;
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 2%;
	padding-left: 2%;
}


@media screen and (max-width: 1366px) {
	

#header{
	float: left;
	width: 100%;
	position: relative;
	height: 500px;
}

}


@media screen and (max-width: 1024px) {

/*------------------------------ 工程進度 內容區 ----------------------------------*/	

.project-areas-eml{
	float: left;
	width: 100%;
}
.project-areas-emr{
	float: left;
	width: 98%;
	margin-top: 1%;
	margin-bottom: 1%;
}	


.project-areas-emr-box{
	width: 95%;
	float: left;
	background-color: #FFF;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
	padding: 1.5%;
	margin-bottom: 10px;
}	
	
	}

@media screen and (max-width: 768px) {
	

.header-title{
	float: left;
	width: 100%;
	position: absolute;
	z-index: 888;
	top: 25%;
	}
.header-title-h1{
	width: 160px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 160%;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	font-family: 'cwTeXFangSong', sans-serif;
	line-height: 1.75em;
}

.header-title-line{
	background-color: rgba(255, 255, 255, 0.6);;
	height: 20px;
	width: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-title-en{
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 1.75em;
	color: #ececec;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	font-family: 'Philosopher', sans-serif;
	text-align: center;
}	
	
#header{
	float: left;
	width: 100%;
	position: relative;
	height: 210px;
}
	
.main-radius{
	float: left;
	width: 3px;
	position: absolute;
	z-index: 777;
	top: -166px;
	background-image: url(../images/radius-img.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 190px;
	width: 100%;
	
}
	
/*------------------------------ 內頁熱銷推案區 ----------------------------------*/
.case-em{
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-right: 0%;
	margin-bottom: 40px;
	margin-left: 0%;
}


.case-main-more{
	width: 140px;
	position: absolute;
	z-index: 888;
	right: 20px;
	background-color: #87ae46;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
	bottom: -20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFF;
}

.case-border{
	width: 100px;
	float: left;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	position: absolute;
	z-index: 888;
	left: 0px;
	top: -35px;
}



	
	
.news-main-em{
	width: 100%;
	float: left;
	font-size: 100%;
	line-height: 1.75em;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 15px;
}

.brand-title-h1s{
	float: left;
	width: 100%;
	text-align: left;
	color: #5f4339;
	font-size: 160%;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	line-height: 2em;
	padding-top: 5px;
	}
	
.title-waps{
	float: left;
	width: 100%;
	padding-top: 25px;
	margin-bottom: 20px;
}
	
.decoration-em3{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	}	
	
.content-d{
	width: 100%;
	color: #FFF;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
}
	
	
.decoration-em{
	float: left;
	width:100%;
	}
	
.decoration-em-left{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	margin-right: 0%;
	}
	
.decoration-em-right{
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-left: 0%;
	}
	
/*------------------------------ 工程進度 登入區 ----------------------------------*/	
.progress-em{
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-right:0%;
	margin-bottom: 10px;
	margin-left: 0%;
}


.col-mds{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-align: left;
}

.col-md2s{
	float: left;
	width: 100%;
	color: #FFF;
}

.col-md3s{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-align: left;
}

.col-md4s{
	float: left;
	width: 100%;
	color: #fff;
}

.col-md5s{
	float: left;
	width: 100%;
	color: #FFF;
}

.col-md6s{
	float: left;
	width: 100%;
	color: #FFF;
	margin-bottom: 35px;
}
		
#form_areas{
	float: left;
	width: 100%;
}

.form_areas{
	color: #FFF;
	text-align: left;
	font-size: 100%;
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}
	
	
/*------------------------------ 首頁消息區 ----------------------------------*/

.news-area{
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.news-em{
	width: 98%;
	float: left;
	position: relative;
	margin-right: 1%;
	margin-left: 1%;

}	


.news-ems{
	width: 100%;
	float: left;
	background-color: #FFF;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
	margin-right: 0%;
	margin-left:0%;
	margin-bottom: 20px;
}

	
	
.footer-menu{
	float: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	display: none;
	line-height: 1.25em;
	padding-top: 5px;
	font-size: 90%;
}
.footer-content{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5c6364;
	margin-top: 15px;
	color: #FFF;
	text-align: left;
	font-size: 90%;
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 22px;
}



/*----------------- 聯絡我們 ----------------------*/	

.text-left{text-align:left}.text-right{text-align:left}.text-center{text-align:left}

.col-md{
	float: left;
	width: 100%;
	color: #FFF;
	text-align: left;
}

.col-md2{
	float: left;
	width: 100%;
	color: #FFF;
	text-align: left;
}

.col-md3{
	float: left;
	width: 100%;
	color: #FFF;
	font-size: 15px;
	text-align: left;
}

.col-md4{
	float: left;
	width: 100%;
	text-align: left;
}

.form_area{
	color: #FFF;
	text-align: left;
	font-family: "微軟正黑體";
	font-size: 100%;
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}	

}	
