@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
/*-------------------------------------------
     基本版面設定區
-------------------------------------------*/

body {
	background-color: #FFFFFF;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
}

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%;
}

.row {
	padding-right: 25px;
	padding-left: 25px;
}

.rows {
	padding-right: 25px;
	padding-left: 25px;
}

.text-p {
	color: #333;
	line-height: 1.75em;
}

.pc {
	float: left;
	width: 100%;
	display: block;
}

.phone {
	float: left;
	width: 100%;
	display: none;
}

/*---------------------------------- 
      文字顏色
---------------------------------- */
.s-fontcolor {
	color: #CC9966;
}

.s-fontcolor a {
	color: #a1663f;
	font-size: 11px;
}

.s-fontcolor:link {
	color: #FF0000;
}

.s-fontcolor:hover {
	color: #a1663f;
}

.b-fontcolor {
	color: #333333;
	padding-right: 8px;
	font-size: 16px;
}

.b-fontcolor:link {
	color: #336699;

}


.b-fontcolor:hover {
	color: #0099FF;

}

.bs-fontcolor {
	color: #333;
	font-size: 16px;
	line-height: 1em;
	font-family: "微軟正黑體 Light";
}

.l-fontcolor {
	color: #009933;
	padding-right: 8px;
}

.l-fontcolor:link {
	color: #009933;
}


.l-fontcolor:hover {
	color: #99CC00;

}

.p-fontcolor {
	color: #b98048;
	padding-right: 8px;
}

.p-fontcolor:link {
	color: #b98048;
}


.p-fontcolor:hover {
	color: #d4af4c;
}

.c-fontcolor {
	color: #8a6d54;
}

.g-fontcolor {
	color: #628251;
}

.s-fontcolor {
	font-size: 15px;
	text-transform: uppercase;
}


/*---------------------------------- 
      麵包屑導航
---------------------------------- */
.breadcrumb {
	float: right;
}

ul.breadcrumb {
	display: block;
	height: 26px;
	margin: auto;
	list-style-type: none;
}

ul.breadcrumb>li.crumb.first-crumb {
	z-index: 300;
}

ul.breadcrumb>li.crumb.middle-crumb {
	z-index: 200;
}

ul.breadcrumb>li.crumb.last-crumb {
	z-index: 100;
}

ul.breadcrumb>li.crumb {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	color: #999;
	font-size: 13px;
	padding-left: 5px;
	transition: .2s border-color linear;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

ul.breadcrumb>li.crumb:hover,
ul.breadcrumb>li.crumb:hover:after {

	transition: .2s border-color linear;
	color: #C96;
}

li.crumb:after,
li.crumb:before {
	content: '';
	position: absolute;
	left: 0;
	transition: .2s border-color linear;
}

li.crumb:after {
	width: 100%;
	top: 25px;
	z-index: -1;
}

li.crumb:before {
	top: 100%;
}

.crumb {
	font-size: 15px;
	color: #C96;
}

.logo {
	text-align: center;
	float: left;
	width: 100%;
}

.l-site {
	margin: 0 auto;
	max-width: 1920px;
	position: relative;
	z-index: 1;
}

.l-site:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
	z-index: 1;
	background-color: #fff;
}

.l-page {
	position: relative;
	background-image: url(../images/body-menu2.jpg);
	z-index: 2;
	box-shadow: 1px 0 25px rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	transition: 0.35s;
	margin-left: 240px;
	background-repeat: repeat;
	background-attachment: fixed;
}

.l-nav {
	position: fixed;
	width: 240px;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background-color: #eaeaea;
	background-image: url(../images/body-menu.jpg);
	background-attachment: fixed;
	box-shadow: 1px 0 8px rgba(0, 0, 0, 0.4);

}

.band h1 {
	margin: 0;
	padding: 0 0 10px;
	color: #630;
	font-size: 28px;
	font-family: "微軟正黑體";
}

.band p {
	margin: 0;
	padding: 0;

}

.band-container {
	left: 0;
	right: 0;
	min-height: 100vh;
	max-width: 100%;
	display: table;
	position: relative;
	margin: 0px;
	width: 100%;
}

.band-inner {
	display: block;
	vertical-align: top;
	background-color: rgba(255, 255, 255, 0.0);
	box-shadow: 1px 0 8px rgba(0, 0, 0, 0.0);
	float: left;
	width: 100%;
}

.band-inner-area {
	border: 0px solid rgba(255, 255, 255, 0.4);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	width: 100%;
}

.band-inner-areas {
	border: 0px solid rgba(255, 255, 255, 0.4);
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

.band-inner-area-pro {
	border: 1px solid #7a6243;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}

.band-inner-area-news {
	border: 1px solid #7a6243;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 220px;
	padding-left: 50px;
}

.band-inner-title {
	float: left;
	width: 100%;
	padding-top: 25px;
	margin-bottom: 15px;
}

.band-inner-line {
	float: left;
	width: 50px;
	background-color: #c8c0bb;
	height: 3px;
}

.band-inner-eng {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #999999;
	padding-left: 10px;
	font-weight: normal;
}


.band-inner-main {
	width: 100%;
	margin-top: 20px;
}

.band-container h2 {
	font-family: 'cwTeXFangSong', sans-serif;
	color: #CC9966;
	text-decoration: none;
	font-size: 160%;
	font-weight: normal;
	line-height: 1em;
}

.h2 {
	font-family: 'cwTeXFangSong', sans-serif;
	color: #CC9966;
	text-decoration: none;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.55em;
}

.band-a {}

.band-a-img-down {
	width: 100%;
	position: fixed;
	z-index: 2;
	bottom: 0px;
}

.band-b {}

.band-c {}

.band-d {}

.band-e {}


.band-f {}

.eng {
	font-size: 14px;
	color: #999;
	text-align: center;
	float: left;
	width: 100%;
	line-height: 2px;
}

.nav {
	width: 220px;
	position: fixed;
	top: 0;
	bottom: 0;
	margin: 0;
	overflow: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li {
	margin: 0;
	padding: 0;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;
}

.nav a {
	font-family: 'cwTeXFangSong', sans-serif;
	color: #3e281c;
	text-decoration: none;
	font-size: 146%;
	display: block;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 2em;
}

.nav .nav-primary {
	opacity: 1;
	padding-bottom: 20px;
}

.nav .nav-primary a:hover {
	color: #a75325;
}

.nav .nav-secondary {
	opacity: 0.4;
}

.nav .nav-secondary:hover {
	color: #a1663f;
}

.menu {
	display: none;
	position: fixed;
	top: 25px;
	left: 1.5em;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 10;
}

.menu:hover .menu-hamburger:before,
.menu:hover .menu-hamburger:after {
	width: 24px;
}

.menu.is-active .menu-hamburger {
	background: none;
}

.menu.is-active .menu-hamburger:before,
.menu.is-active .menu-hamburger:after {
	top: 0;
	width: 24px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu.is-active .menu-hamburger:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu.is-active .menu-hamburger:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.menu-hamburger {
	position: relative;
	width: 24px;
	height: 4px;
	margin: 10px 0;
	background: #3e281c;
	border-radius: 4px;
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu-hamburger:before,
.menu-hamburger:after {
	content: '';
	display: block;
	width: 24px;
	height: 4px;
	background: #3e281c;
	position: absolute;
	border-radius: 4px;
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu-hamburger:before {
	top: -8px;
	left: 0;
	width: 22px;
}

.menu-hamburger:after {
	top: 8px;
	width: 16px;
	left: 0;
}

.left-area {
	float: left;
	width: 96%;
	text-align: left;
	padding-right: 2%;
	padding-left: 2%;
}

.left-area-add {
	float: left;
	text-align: left;
	font-size: 15px;
	width: 100%;
}

.left-area-icon {
	float: left;
	text-align: center;
	font-size: 15px;
	width: 100%;
	padding-bottom: 10px;
}

.left-area-icon .icon {
	float: left;
	height: 46px;
}

.left-area-icon .icon:link {
	float: left;
}

.left-area-copy {
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	font-family: "微軟正黑體";
	margin-top: 27px;
	padding-top: 20px;
}

/*------------------------------ 標題區 ----------------------------------*/
.title-wap {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.title-h1 {
	width: 320px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	font-size: 148%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	line-height: 1.75em;
	position: relative;
}

.title-h1s {
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
}

.title-en {
	width: 100%;
	float: left;
	font-size: 108%;
	color: #a1663f;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	line-height: 0.9em;
}

.title-dline {
	width: 35px;
	background-color: #c49f58;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.title-dlines {
	width: 40px;
	background-color: #999999;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

/*------------------------------ 團隊理念區 ----------------------------------*/
.corporate-area {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 35px;
}

.corporate-area .t-name {
	position: absolute;
	font-size: 100px;
	color: #C96;
	text-transform: uppercase;
	bottom: 72px;
	font-family: 'Josefin Sans', sans-serif;
	right: 72px;
}

.corporate-area .t-names {
	position: absolute;
	font-size: 100px;
	color: #CCC;
	text-transform: uppercase;
	bottom: 0px;
	font-family: 'Josefin Sans', sans-serif;
	right: 0px;
}

.box-line {
	padding: 25px;
	border: 3px solid #C96;
	position: absolute;
	width: 85%;
	height: 90%;
	bottom: -20px;
	right: 0px;
}

.corporate-eml {
	float: left;
	width: 50%;
	position: relative;
}

.corporate-emr {
	float: left;
	width: 50%;
	padding-top: 50px;
	position: relative;
}

/*------------------------------ 企業文化區 ----------------------------------*/
.culture-area {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
	position: relative;
}

.culture-eml {
	float: left;
	width: 40%;
	position: relative;
}

.culture-emr {
	float: left;
	width: 60%;
}

.culture-h2 {
	float: left;
	width: 100%;
	font-family: 'cwTeXFangSong', sans-serif;
	color: #CC9966;
	text-decoration: none;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.75em;
}

.culture-h3 {
	float: left;
	width: 100%;
	font-family: 'cwTeXFangSong', sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 160%;
	font-weight: normal;
	line-height: 1.75em;
	text-transform: uppercase;
}

.culture-line {
	float: left;
	width: 50%;
	background-color: #C96;
	height: 3px;
	position: absolute;
	left: 25px;
	top: 50px;
	z-index: 888;
}

.culture-p-text {
	float: left;
	width: 100%;
	line-height: 1.75em;
	padding-top: 20px;
}


.culture-p-texts {
	float: left;
	width: 100%;
	color: #999;
	font-size: 100%;
	font-family: 'cwTeXFangSong', sans-serif;
}

.cultures-area {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cultures-em {
	float: left;
	width: 40%;
	padding-top: 100px;
}

.cultures-ems {
	float: left;
	width: 60%;
}

.cultures-eml {
	float: left;
	width: 45%;
}

.cultures-emr {
	float: left;
	width: 55%;
	padding-top: 50px;
}

.cultures-h2 {
	float: left;
	width: 100%;
	font-family: 'cwTeXFangSong', sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.75em;
	text-transform: uppercase;
}

.cultures-line {
	width: 60px;
	background-color: #C96;
	height: 3px;
}

.cultures-p-text {
	float: left;
	width: 100%;
	line-height: 1.75em;
	padding-top: 0px;
}

.cultures-p-texts {
	float: left;
	width: 100%;
	color: #999;
	font-size: 100%;
	font-family: 'cwTeXFangSong', sans-serif;
}

.cultures-areas {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.cultures-areas-eml {
	float: left;
	width: 55%;
}

.cultures-areas-emr {
	float: left;
	width: 45%;
}

/*------------------------------ 永續 工程進度區 ----------------------------------*/
.project-area {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
}

.project-em {
	float: left;
	width: 50%;
	position: relative;
}

.project-ems {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.project-ems-main {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
}

.project-ems-img {
	width: 200px;
	position: absolute;
	bottom: 0px;
	right: -100px;
	display: block;
}

.concact-forms {
	float: left;
	width: 100%;
	position: absolute;
	top: -20px;
	right: 0px;
}

.contactwaps {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
}


.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 {
	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;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.col-mds {
	float: left;
	width: 100%;
	font-size: 15px;
	text-align: left;
	line-height: 1.75em;
}

.col-md2s {
	float: left;
	width: 100%;
}

.col-md3s {
	float: left;
	width: 100%;
	font-size: 15px;
	text-align: left;
	line-height: 1.75em;
}

.col-md4s {
	float: left;
	width: 100%;
	color: #666;
}

.col-md5s {
	float: left;
	width: 100%;
	color: #FFF;
}

.col-md6s {
	float: left;
	width: 100%;
	color: #FFF;
}

.form_areasxs {
	color: #333;
	text-align: left;
	font-size: 100%;
	float: left;
	width: 40%;
	padding-bottom: 10px;
}

.form_areasxsz {
	color: #333;
	text-align: left;
	font-size: 100%;
	float: left;
	width: 32%;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 10px;
}

/*------------------------------ 工程進度 內容區 ----------------------------------*/
.case-borders-main {
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


.project-areas {
	float: left;
	width: 100%;
}

.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;
	color: #333;
}

.project-areas-emr-main {
	float: left;
	color: #333;
	margin-top: 10px;
	width: 100%;
	text-align: left;
}

.project-areas-emr-title {
	width: 100%;
	float: left;
	color: #333;
	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: 0px;
	text-align: right;
}


.project-name {
	width: 100%;
	float: left;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	line-height: 2.5em;
}

/*--------------------- pro -------------------------------*/
.pro-area {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #960;
	padding-bottom: 20px;
}

.pro-area .pem {
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 20px;
}

.pro-area .pimg {
	float: left;
	width: 100%;
	text-align: center;
}

.pro-area .ptitle {
	float: left;
	font-size: 108%;
	line-height: 1.75em;
	color: #FC0;
	text-align: center;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a1663f;
	margin-bottom: 10px;
}

.pro-area .ptitle a:link {
	float: left;
	font-size: 108%;
	line-height: 1.75em;
	color: #FC0;
	text-align: center;
	width: 100%;
}

.pro-area .ptitle a:hover {
	float: left;
	font-size: 108%;
	line-height: 1.75em;
	color: #F60;
	text-align: center;
	width: 100%;
}

.pro-area-left {
	float: left;
	width: 49%;
	margin-right: 1%;
}

.pro-area-right {
	float: left;
	width: 50%;
	color: #FFF;
}

.pro-area-right .ptitle {
	float: left;
	font-size: 126%;
	line-height: 1.75em;
	color: #FC0;
	text-align: left;
	width: 100%;
	font-weight: bold;
}


.pro-area-main {
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 20px;
}

.pro-area-mains {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pro-area-main .title-h1 {
	font-size: 108%;
	line-height: 2.5em;
	color: #096;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #096;
	margin-bottom: 10px;
}

.pro-area-main .title-p {
	line-height: 1.75em;
	color: #fff;
}

.pro-em {
	float: left;
	width: 15%;
}

.pro-em2 {
	float: left;
	width: 85%;
}

/*--------------------- pro shop -------------------------------*/

#pro-area {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#pro-area h1 {
	font-family: "微軟正黑體";
	font-size: 1.2em;
	font-weight: bold;
	color: #00CC99;
	text-align: left;
	line-height: 26px;
}

#pro-area p {
	font-family: "微軟正黑體";
	line-height: 1.75em;
	color: #FFFFFF;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}

.pro-flow {
	float: left;
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	line-height: 1.75em;
	color: #FFF;
}

.wbk {
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	box-shadow: inset 0 2px 5px #eee;
	color: #333333;
	width: 100%;
	margin-top: 0px;
	font-family: "微軟正黑體";
	font-size: 15px;
}


.wbk {
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	box-shadow: inset 0 2px 5px #eee;
	color: #333333;
	width: 100%;
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 28px;
	margin: 2px;
}

.wbk2 {
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	box-shadow: inset 0 2px 5px #eee;
	color: #333333;
	width: 70%;
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 28px;
	margin: 2px;
}

.wbk3 {
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	box-shadow: inset 0 2px 5px #eee;
	color: #333333;
	width: 50%;
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 28px;
	margin: 2px;
}

.wbk4 {
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	box-shadow: inset 0 2px 5px #eee;
	color: #333333;
	width: 25%;
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 28px;
	margin: 2px;
}

.wbk5 {
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	box-shadow: inset 0 2px 5px #eee;
	color: #333333;
	width: 10%;
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 32px;
	margin: 2px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}


.shopbtn {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pro-title-black {
	color: #333;
	font-weight: normal;
}

.pro-area-flow {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.pro-area-flow-em {
	float: left;
	width: 20%;
}

.pro-area-flow-em-line {
	float: left;
	width: 20%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F39;
	padding-top: 26px;
	display: block;
}

.pro-area-flow-em-lines {
	float: left;
	width: 20%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 26px;
	display: block;
}

.pro-area-flow .radius {
	float: left;
	width: 50px;
	height: 30px;
	border-radius: 99em;
	background-color: #F39;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 200%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.pro-area-flow .radius-text {
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #F39;
	float: left;
	margin-left: 5px;
	font-size: 126%;
	line-height: 1.25em;
}

.pro-area-flow .radius-a {
	float: left;
	width: 50px;
	height: 30px;
	border-radius: 99em;
	background-color: #999;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 200%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.pro-area-flow .radius-text-a {
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #999;
	float: left;
	margin-left: 5px;
	font-size: 126%;
	line-height: 1.35em;
}

.ordering-information {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfb194;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.ordering-information-title {
	border-radius: 6px;
	background-color: #73c949;
	float: left;
	color: #FFF;
	text-align: left;
	margin-bottom: 5px;
	line-height: 32px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	width: 98%;
}

#s-field-area {
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.s-field-area {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

.p-text {
	font-family: "微軟正黑體";
	line-height: 28px;
	color: #FFF;
	max-width: 1170px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	font-weight: normal;
}

.p-text-center {
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 28px;
	color: #333;
	max-width: 1170px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 2em;
}

#s-field-area {
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.s-field-area {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

.s-field-l {
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 32px;
	color: #FFF;
	text-align: left;
	float: left;
	width: 130px;
	padding-left: 20px;
}

.s-field-r {
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 32px;
	float: left;
	width: 850px;
	text-align: left;
	color: #FFF;
}

.main-areas {
	float: left;
	width: 100%;
}

.main-areas .title-con {
	float: left;
	width: 100%;
	border-bottom-style: solid;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}

.main-areas .title-name {
	float: left;
	line-height: 0.9em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e4cf96;
	font-size: 148%;
	color: #990000;
	padding-bottom: 10px;
}

.main-areas .title-eng {
	float: left;
	width: 100%;
	font-size: 160%;
	line-height: 10px;
	color: #d2b972;
	text-transform: uppercase;
	font-family: "Noto Serif TC", Times, "Times New Roman", "儷宋 Pro", "LiSong Pro Light", "宋体", SimSun, serif;
}

.main-areas h1 {
	float: left;
	width: 100%;
	font-size: 200%;
	line-height: 12px;
	color: #CC9933;
}

.main-areas h2 {
	float: left;
	width: 100%;
	font-size: 148%;
	line-height: 18px;
	color: #a1663f;
	font-family: "Noto Serif TC", Times, "Times New Roman", "儷宋 Pro", "LiSong Pro Light", "宋体", SimSun, serif;
}

.main-areas .text-p {
	float: left;
	width: 100%;
	line-height: 1.75em;
}

/*------------------------------ 森態 新案預告 ----------------------------------*/
.news-h2s {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	padding-top: 5px;
	margin-top: 5px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}

.case-main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}

.case-area {
	float: left;
	width: 100%;
	margin-top: 30px;
	position: relative;
	margin-bottom: 40px;
}

.case-areas {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.case-area .grem-rs {
	float: left;
	width: 100%;
}

.case-area-con {
	float: left;
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	background-color: #FFF;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
}

.case-area-con .title-line {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #CC9933;
	height: 2px;
}

.case-area-con .em {
	float: left;
	width: 4%;
	margin-right: 1%;
	display: block;
}

.case-area-con .eml {
	float: left;
	width: 30%;
}

.case-area-con .emr {
	float: left;
	width: 65%;
}

.case-title {
	float: left;
	width: 100%;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
}

.case-title-h1 {
	float: left;
	font-size: 160%;
	line-height: 1.75em;
	color: #333;
	font-weight: bold;
}


.case-text {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	line-height: 1.75em;
	padding-bottom: 10px;
	color: #333;
}

.case-text p {
	float: left;
	width: 100%;
	color: #333;
}

.case-text-h2 {
	line-height: 1.75em;
	font-size: 136%;
	color: #CC9966;
}

.case-icon {
	float: left;
	padding-top: 10px;
	width: 100%;
}

.case-icon:link {
	color: #333;

}

.case-icon-a {
	float: left;
	text-align: center;
	font-size: 100%;
	color: #333;
	padding: 10px;
}



/*--------------------- contact -------------------------------*/

.contact-list-em2 {
	float: left;
	width: 100%;
	text-align: left;
}

.contact-list-em-form {
	float: left;
	width: 100%;
	text-align: left;
}



.contactwap {
	width: 100%;
	max-width: 600px;
	font-family: "微軟正黑體";
	line-height: 1.75em;
	margin-right: auto;
	margin-left: auto;
}


form {
	float: left;
	width: 100%;
	font-size: 15px;
	font-family: "微軟正黑體";
}

.wbk {
	padding: 0px;
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	box-shadow: inset 0 2px 5px #eee;
	color: #333333;
	width: 100%;
	margin-top: 0px;
	font-family: "微軟正黑體";
	font-size: 100%;
}

#form_area {
	float: left;
	width: 100%;
}

.form_area {
	float: left;
	width: 100%;
	color: #333;
	text-align: left;
	font-family: "微軟正黑體";
	font-size: 108%;
	margin-bottom: 8px;
}

/*--------------------- 會員專區 -------------------------------*/
#member-area {
	border-radius: 10px;
	width: 100%;
	text-align: left;
}


.member-area {
	border-radius: 10px;
	width: 100%;
	text-align: left;
	float: left;
}

.member-pro {
	float: left;
	width: 100%;
	color: #FFF;
}

.member-pro h3 {
	font-family: "微軟正黑體";
	font-size: 1.3em;
	font-weight: bold;
	color: #00CC66;
	line-height: 18px;
}

.member-top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.member-top h2 {
	font-family: "微軟正黑體";
	font-size: 1.5em;
	line-height: 28px;
	font-weight: bold;
	color: #a1663f;
}

.member-top p {
	font-family: "微軟正黑體";
	line-height: 1.75em;
	font-weight: normal;
	color: #FFFFFF;
}

.member-left {
	float: left;
	width: 30%;
	color: #FFF;
	line-height: 1.75em;
	padding-top: 10px;
}

.member-lefts {
	float: left;
	width: 49%;
	color: #FFF;
	line-height: 1.75em;
	padding-top: 10px;
}


.member-left h3 {
	font-family: "微軟正黑體";
	color: #FFCC00;
}

.member-left-menu {
	font-family: "微軟正黑體";
	font-size: 100%;
	line-height: 1.75em;
	font-weight: normal;
	color: #fff;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.member-left-menu a:link {
	font-family: "微軟正黑體";
	font-size: 100%;
	line-height: 1.75em;
	font-weight: normal;
	color: #fff;
	float: left;
}

.member-left-menu a:hover {
	font-family: "微軟正黑體";
	font-size: 100%;
	line-height: 1.75em;
	font-weight: normal;
	color: #FFCC00;
	float: left;
}

.member-left-menu a:active {
	font-family: "微軟正黑體";
	font-size: 100%;
	line-height: 1.75em;
	font-weight: normal;
	color: #fff;
	float: left;
}

.member-left-menu a:visited {
	font-family: "微軟正黑體";
	font-size: 100%;
	line-height: 1.75em;
	font-weight: normal;
	color: #fff;
	float: left;
}

.member-right {
	float: left;
	width: 68%;
	font-family: "微軟正黑體";
	font-weight: normal;
	padding-left: 1%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	color: #FFF;
	line-height: 1.75em;
	padding-top: 10px;
}

.member-rights {
	float: left;
	width: 49%;
	font-family: "微軟正黑體";
	font-weight: normal;
	padding-left: 2%;
	color: #FFF;
	line-height: 1.75em;
	padding-top: 10px;
}

.member-right h3 {
	font-family: "微軟正黑體";
	line-height: 1.75em;
	font-weight: bold;
	color: #FFCC00;
}

.member-right-form {
	width: 100%;
	font-family: "微軟正黑體";
	line-height: 1.75em;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	max-width: 480px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
}

.member-right-input {
	margin-top: 0px;
	margin-bottom: 10px;
}

.star {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #FF99CC;
}


.wbk {
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #D4D4D4;
	box-shadow: inset 0 2px 5px #eee;
	color: #333333;
	width: 100%;
	margin-top: 0px;
	font-family: "微軟正黑體";
	font-size: 15px;
}

.member-text {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.member-line {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	float: left;
	width: 100%;
	text-align: right;
}

.member-area-icon {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	padding-top: 20px;
}

.member-area-icon .iem {
	float: left;
	width: 20%;
	color: #999;
	text-align: center;
}

.member-area-icon .iems {
	float: left;
	width: 20%;
	color: #FFF;
	text-align: center;
}

.member-area-icon .iem-line {
	float: left;
	width: 6%;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: center;
}

/*--------------------- 聯絡我們 -------------------------------*/
.main-emr {
	float: left;
	width: 100%;
	font-family: "微軟正黑體";
	padding-bottom: 30px;
}

.contact-area {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.contact-area .img {
	float: left;
	width: 100%;
}

.contact-area .text {
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}

.contact-area .form {
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}

.contact-area .forms {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}

.contact-area .em {
	float: left;
	width: 20%;
	color: #FFF;
}

.contact-area .em2 {
	float: left;
	width: 80%;
}

/*------------------------------ 永續 線上諮詢 ----------------------------------*/

.cont-area {
	float: left;
	width: 100%;
}

.cont-area .title {
	color: #a1663f;
	font-size: 18px;
	float: left;
	width: 94%;
	line-height: 2.8em;
	padding-left: 1%;
}

.cont-area .title-line {
	float: left;
	width: 5%;
	margin-top: 30px;
	margin-bottom: 0px;
	background-color: #CC9966;
	height: 2px;
}

.cont-areas {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 10px;
}

.cont-areas .em {
	float: left;
	width: 33.3333%;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
}


.cont-areas .emx {
	float: left;
	width: 32.3333%;
	text-align: center;
}

.cont-areas .ems {
	float: left;
	width: 100%;
}

/*------------------------------ 聯絡我們區 ----------------------------------*/

.about-main-p {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.about-main-ps {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}



.about-main-ps .em {
	color: #333;
	font-size: 106%;
	line-height: 1.75em;
}


.concact-map {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.concact-form {
	float: left;
	width: 100%;
	position: absolute;
	top: -20px;
	right: 0px;
}

#contact {
	float: left;
	width: 100%;
	position: relative;
}

.contact-con {
	float: left;
	color: #333;
	width: 100%;
}

.contact-content {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.google-map {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.contactwap {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	padding-right: 1%;
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.col-md {
	float: left;
	width: 22%;
	font-size: 15px;
	text-align: right;
	color: #333;
}

.col-md2 {
	float: left;
	width: 78%;
	color: #FFF;
}

.col-md3 {
	float: left;
	width: 11%;
	font-size: 15px;
	text-align: right;
	color: #333;
}

.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-size: 108%;
	float: left;
	width: 18%;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 2%;
}

.form_areasx {
	color: #FFF;
	text-align: left;
	font-size: 100%;
	float: left;
	width: 100%;
	padding-top: 10px;
}

.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;
}

.contact-info {
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
	padding: 20px;
	position: absolute;
	z-index: 888;
	top: 20%;
	right: 10%;
	width: 320px;
	line-height: 1.75em;
}

.contact-info-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.contact-info-p {
	float: left;
	width: 100%;
}

.contact-info-p a:link {
	color: #333;
}

.contact-info-p a:hover {
	color: #C90;
}


.g {
	float: left;
	width: 31%;
	padding: 1%;
}


.companyTabs {
	padding: 0;
	display: table;
	margin: 0 auto;
}

.companyTabs li {
	width: 100px;
	margin-right: 20px;
	text-align: center;
	float: left;
	list-style: none;
	margin-top: 20px;
	padding: 5px;
	border: 0px solid #666666;
	background-color: #330000;
	color: #ffffff;
}
.companyTabs li a{
	color: #ffffff;
}

.companyTabs li:last-child {
	margin-right: 0;
}

.companyTabs li.active{
	background-color: #CC9966;
}

/*-------------------------------------------
     RWD版面設定區
-------------------------------------------*/

@media screen and (max-width: 1280px) {

	/*------------------------------ 企業理念區 ----------------------------------*/
	.corporate-area {
		float: left;
		width: 100%;
		position: relative;
		padding-top: 25px;
	}

	.corporate-area .t-name {
		position: static;
		font-size: 48px;
		color: #C96;
		text-transform: uppercase;
		bottom: 0px;
		font-family: 'Josefin Sans', sans-serif;
		right: 0px;
		padding-bottom: 20px;
	}

	.corporate-area .t-names {
		position: static;
		font-size: 48px;
		color: #CCC;
		text-transform: uppercase;
		bottom: 0px;
		font-family: 'Josefin Sans', sans-serif;
		right: 0px;
		padding-left: 20px;
		padding-bottom: 30px;
	}

	.box-line {
		padding: 20px;
		border: 3px solid #C96;
		position: absolute;
		width: 75%;
		height: 80%;
		bottom: -20px;
		right: 0px;
	}

	.corporate-eml {
		float: left;
		width: 100%;
		position: relative;
	}

	.corporate-emr {
		float: left;
		width: 100%;
		padding-top: 30px;
		position: relative;
		padding-bottom: 20px;
	}

	.cultures-h2 {
		float: left;
		width: 100%;
		font-family: 'cwTeXFangSong', sans-serif;
		color: #666666;
		text-decoration: none;
		font-size: 128%;
		font-weight: normal;
		line-height: 1.75em;
		text-transform: uppercase;
	}

	.cultures-p-texts {
		float: left;
		width: 100%;
		color: #999;
		font-size: 15px;
		font-family: 'cwTeXFangSong', sans-serif;
	}


	.cultures-em {
		float: left;
		width: 100%;
		padding-top: 20px;
	}

	.cultures-ems {
		float: left;
		width: 100%;
	}

	.cultures-eml {
		float: left;
		width: 100%;
	}

	.cultures-emr {
		float: left;
		width: 100%;
		padding-top: 50px;
	}

	.cultures-areas-eml {
		float: left;
		width: 100%;
	}

	.cultures-areas-emr {
		float: left;
		width: 100%;
	}

}


@media screen and (max-width: 980px) {
	.g {
		float: left;
		width: 100%;
		padding-top: 0%;
		padding-right: 0%;
		padding-bottom: 20px;
		padding-left: 0%;
	}

	.all-center {
		text-align: left;
	}


	.menu {
		display: block;
	}

	.l-site.is-open {
		overflow: hidden;
	}

	.l-site.is-open .l-page {
		-webkit-transform: translateX(240px);
		-moz-transform: translateX(240px);
		-ms-transform: translateX(240px);
		-o-transform: translateX(240px);
		transform: translateX(240px);
	}

	.l-page {
		margin-left: 0;
		z-index: 3;
	}

	.l-nav {
		z-index: 2;
	}



	.band-container {
		left: 0;
		right: 0;
		min-height: 100vh;
		max-width: 100%;
		display: table;
		margin: 0px;
		width: 95%;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 2%;
	}

	/*-------------------------------------------
     版面設定區
-------------------------------------------*/

	.band-inner-area-pro {
		border: 1px solid #399D7A;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
	}

	/*-------------------------------------------
    最新消息 版面設定區
-------------------------------------------*/
	.news-area .main-em {
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	.news-area .main-em2 {
		width: 100%;
		float: left;
	}

	.news-area .main-em3 {
		width: 100%;
		float: left;
		margin-left: 0%;
		text-align: left;
		margin-top: 10px;
	}

	.news-area .main-em4 {
		width: 100%;
		float: left;
	}

	.news-area .main-em5 {
		width: 100%;
		float: left;
	}

	/*-------------------------------------------
    最新消息 按鈕版面設定區
-------------------------------------------*/
	.button {
		color: white;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 15px;
		margin: 4px 2px;
		cursor: pointer;
		font-family: "微軟正黑體";
		background-color: #CCC;
		border: none;
		transition: 1s;
	}

	.button:hover {
		color: white;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 15px;
		margin: 4px 2px;
		cursor: pointer;
		font-family: "微軟正黑體";
		background-color: #4CAF50;
		border: none;
		transition: 1s;
	}

	.button-current {
		background-color: #4CAF50;
		/* Green */
		border: none;
		color: white;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 15px;
		margin: 4px 2px;
		cursor: pointer;
		font-family: "微軟正黑體";
	}

	/*--------------------- pro -------------------------------*/
	.pro-area .pem {
		float: left;
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;
	}

	.pro-area-left {
		float: left;
		width: 100%;
	}

	.pro-area-right {
		float: left;
		width: 100%;
	}

	.pro-em {
		float: left;
		width: 100%;
	}

	.pro-em2 {
		float: left;
		width: 100%;
	}


	/* -------------------- pro ------------------------ */

	.pro-area-flow-em {
		float: left;
		width: 20%;
	}

	.pro-area-flow-em-line {
		float: left;
		width: 20%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #F39;
		padding-top: 26px;
		display: block;
	}

	.pro-area-flow-em-lines {
		float: left;
		width: 20%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999;
		padding-top: 26px;
		display: block;
	}

	.pro-area-flow .radius {
		float: left;
		width: 50px;
		height: 30px;
		border-radius: 99em;
		background-color: #F39;
		text-align: center;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		font-size: 200%;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
	}

	.pro-area-flow .radius-text {
		height: 30px;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		color: #F39;
		float: left;
		margin-left: 5px;
		font-size: 126%;
		line-height: 1em;
	}

	.pro-area-flow .radius-a {
		float: left;
		width: 50px;
		height: 30px;
		border-radius: 99em;
		background-color: #999;
		text-align: center;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		font-size: 200%;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;

	}

	.pro-area-flow .radius-text-a {
		height: 30px;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		color: #999;
		float: left;
		margin-left: 5px;
		font-size: 126%;
		line-height: 1.5em;
	}

	.s-field-l {
		font-family: "微軟正黑體";
		font-size: 15px;
		line-height: 32px;
		color: #333;
		text-align: left;
		float: left;
		width: 100%;
		padding-left: 5px;
	}

	.s-field-r {
		font-family: "微軟正黑體";
		font-size: 15px;
		line-height: 32px;
		color: #333;
		float: left;
		width: 100%;
		text-align: left;
	}

	.wbk2 {
		padding: 2px;
		border-radius: 5px;
		border: 1px solid #D4D4D4;
		box-shadow: inset 0 2px 5px #eee;
		color: #333333;
		width: 100%;
		font-family: "微軟正黑體";
		font-size: 15px;
		line-height: 28px;
		margin: 2px;
	}

	.wbk3 {
		padding: 2px;
		border-radius: 5px;
		border: 1px solid #D4D4D4;
		box-shadow: inset 0 2px 5px #eee;
		color: #333333;
		width: 100%;
		font-family: "微軟正黑體";
		font-size: 15px;
		line-height: 28px;
		margin: 2px;
	}

	.wbk4 {
		padding: 2px;
		border-radius: 5px;
		border: 1px solid #D4D4D4;
		box-shadow: inset 0 2px 5px #eee;
		color: #333333;
		width: 100%;
		font-family: "微軟正黑體";
		font-size: 15px;
		line-height: 28px;
		margin: 2px;
	}

	.wbk5 {
		border-radius: 5px;
		border: 1px solid #D4D4D4;
		box-shadow: inset 0 2px 5px #eee;
		color: #333333;
		width: 100%;
		font-family: "微軟正黑體";
		font-size: 15px;
		line-height: 32px;
		margin: 2px;
		padding-top: 5px;
		padding-right: 2px;
		padding-bottom: 5px;
		padding-left: 2px;
	}



	.s-field-l {
		font-family: "微軟正黑體";
		font-size: 15px;
		line-height: 32px;
		color: #FFF;
		text-align: left;
		float: left;
		width: 100%;
	}

	.s-field-r {
		font-family: "微軟正黑體";
		font-size: 15px;
		line-height: 32px;
		color: #FFF;
		float: left;
		width: 100%;
		text-align: left;
	}


	/* -------------------- member ------------------------ */
	.member-left {
		float: left;
		width: 100%;
		color: #FFF;
		line-height: 1.75em;
		padding-top: 0px;
	}

	.member-right {
		float: left;
		width: 100%;
		font-family: "微軟正黑體";
		font-weight: normal;
		padding-left: 0%;
		border-left-width: 0px;
		border-left-style: solid;
		border-left-color: #999999;
		color: #FFF;
		line-height: 1.75em;
		padding-top: 10px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #999999;
		margin-top: 10px;
	}

	.member-lefts {
		float: left;
		width: 100%;
		color: #FFF;
		line-height: 1.75em;
		padding-top: 0px;
	}

	.member-rights {
		float: left;
		width: 100%;
		font-family: "微軟正黑體";
		font-weight: normal;
		padding-left: 0%;
		color: #FFF;
		line-height: 1.75em;
		padding-top: 0px;
	}

	/*--------------------- 聯絡我們 -------------------------------*/

	.contact-area .text {
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: dashed;
		border-bottom-style: dashed;
		border-top-color: #CCC;
		border-bottom-color: #CCC;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		text-align: left;
	}

	.contact-area .form {
		width: 100%;
	}

	.contact-area .em {
		float: left;
		width: 100%;
		color: #fff;
	}

	.contact-area .em2 {
		float: left;
		width: 100%;
	}

}

@media screen and (max-width: 768px) {
	.pc {
		float: left;
		width: 100%;
		display: none;
	}

	.phone {
		float: left;
		width: 100%;
		display: block;
	}

	.row {
		padding-right: 10px;
		padding-left: 10px;
	}

	.rows {
		padding-right: 0px;
		padding-left: 0px;
	}

	.form_areasxsz {
		color: #333;
		text-align: left;
		font-size: 100%;
		float: left;
		width: 100%;
		padding-bottom: 10px;
		padding-right: 0px;
		padding-left: 0px;
	}

	.h2 {
		font-family: 'cwTeXFangSong', sans-serif;
		color: #CC9966;
		text-decoration: none;
		font-size: 148%;
		font-weight: normal;
		line-height: 1.55em;
	}

	/*------------------------------ 企業文化區 ----------------------------------*/
	.culture-area {
		float: left;
		width: 100%;
		position: relative;
	}

	.culture-eml {
		float: left;
		width: 100%;
		position: relative;
	}

	.culture-emr {
		float: left;
		width: 100%;
	}

	.culture-h2 {
		float: left;
		width: 100%;
		font-family: 'cwTeXFangSong', sans-serif;
		color: #CC9966;
		text-decoration: none;
		font-size: 180%;
		font-weight: normal;
		line-height: 1.75em;
	}

	.culture-line {
		float: left;
		width: 3px;
		background-color: #C96;
		height: 260px;
		position: absolute;
		z-index: 888;
		top: 155px;
		left: 94%;
	}

	.culture-p-text {
		float: left;
		width: 100%;
		line-height: 1.75em;
		padding-top: 0px;
	}


	.culture-p-texts {
		float: left;
		width: 95%;
		color: #ccc;
		font-size: 15px;
		font-family: 'cwTeXFangSong', sans-serif;
		line-height: 20px;
	}



	/*-------------------------------------------
    最新消息 版面設定區
-------------------------------------------*/
	.button {
		color: white;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 15px;
		cursor: pointer;
		font-family: "微軟正黑體";
		background-color: #CCC;
		border: none;
		transition: 1s;
		width: 48%;
		margin-top: 4px;
		margin-right: 2px;
		margin-bottom: 4px;
		margin-left: 2px;
		float: left;
	}

	.button:hover {
		color: white;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 15px;
		cursor: pointer;
		font-family: "微軟正黑體";
		background-color: #4CAF50;
		border: none;
		transition: 1s;
		width: 48%;
		float: left;
		margin-top: 4px;
		margin-right: 2px;
		margin-bottom: 4px;
		margin-left: 2px;
	}

	.button-current {
		background-color: #4CAF50;
		/* Green */
		border: none;
		color: white;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 15px;
		cursor: pointer;
		font-family: "微軟正黑體";
		width: 48%;
		transition: 1s;
		float: left;
		margin-top: 4px;
		margin-right: 2px;
		margin-bottom: 4px;
		margin-left: 2px;
	}

	/*------------------------------ 工程進度 內容區 ----------------------------------*/

	.project-areas-eml {
		float: left;
		width: 100%;
	}

	.project-areas-emr {
		float: left;
		width: 100%;
		margin-top: 0%;
		margin-bottom: 0%;
	}


	.project-areas-emr-box {
		width: 96%;
		float: left;
		background-color: #FFF;
		box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
		padding: 2%;
		margin-bottom: 10px;
	}

	/* -------------------- pro ------------------------ */

	.pro-area-flow-em {
		float: left;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.pro-area-flow-em-line {
		float: left;
		width: 20%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #9C0;
		padding-top: 26px;
		display: none;
	}

	.pro-area-flow-em-lines {
		float: left;
		width: 20%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999;
		padding-top: 26px;
		display: none;
	}

	.pro-area-flow .radius {
		float: left;
		width: 50px;
		height: 30px;
		border-radius: 99em;
		background-color: #9C0;
		text-align: center;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		font-size: 200%;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
	}

	.pro-area-flow .radius-text {
		height: 30px;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		color: #F39;
		float: left;
		margin-left: 5px;
		font-size: 126%;
		line-height: 1.75em;
	}

	.pro-area-flow .radius-a {
		float: left;
		width: 50px;
		height: 30px;
		border-radius: 99em;
		background-color: #999;
		text-align: center;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		font-size: 200%;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
	}

	.pro-area-flow .radius-text-a {
		height: 30px;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		color: #999;
		float: left;
		margin-left: 5px;
		font-size: 126%;
		line-height: 1.75em;
	}

	/*----------------- 聯絡我們 ----------------------*/

	.text-left {
		text-align: left
	}

	.text-right {
		text-align: right
	}

	.text-center {
		text-align: left
	}

	.col-md {
		float: left;
		width: 100%;
		text-align: left;
	}

	.col-md2 {
		float: left;
		width: 100%;
		color: #333;
		text-align: left;
	}

	.col-md3 {
		float: left;
		width: 100%;
		font-size: 15px;
		text-align: left;
	}

	.col-md4 {
		float: left;
		width: 100%;
		text-align: left;
	}

	.form_area {
		color: #333;
		text-align: left;
		font-family: "微軟正黑體";
		font-size: 100%;
		float: left;
		width: 100%;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	/*------------------------------ 永續 線上諮詢 ----------------------------------*/

	.cont-area {
		float: left;
		width: 100%;
	}

	.cont-area .title {
		color: #c17d62;
		font-size: 108%;
		float: left;
		width: 94%;
		line-height: 2em;
		padding-left: 1%;
	}

	.cont-area .title-line {
		float: left;
		width: 5%;
		margin-top: 25px;
		margin-bottom: 0px;
		background-color: #CC9966;
		height: 2px;
	}

	.cont-areas {
		float: left;
		width: 100%;
	}

	.cont-areas .em {
		float: left;
		width: 100%;
		text-align: center;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #dddddd;
		padding-bottom: 10px;
		border-right-width: 0px;
	}


	.cont-areas .emx {
		float: left;
		width: 100%;
		text-align: center;
	}

	.cont-areas .ems {
		float: left;
		width: 100%;
	}

	/*------------------------------ 森態 新案預告 ----------------------------------*/


	.case-area {
		float: left;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 50px;
		position: relative;
	}


	.case-area .grem-rs {
		float: left;
		width: 100%;
		position: static;
		right: 0px;
		bottom: 0px;
	}

	.case-area-con {
		float: left;
		width: 90%;
		padding-top: 5%;
		padding-right: 5%;
		padding-bottom: 5%;
		padding-left: 5%;
		background-color: #FFF;
		box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
	}

	.case-area-con .title-line {
		float: left;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		background-color: #99ab3c;
		height: 2px;
	}

	.case-area-con .em {
		float: left;
		width: 4%;
		margin-right: 1%;
		display: none;
	}

	.case-area-con .eml {
		float: left;
		width: 100%;
	}

	.case-area-con .emr {
		float: left;
		width: 100%;
	}

	.case-title {
		float: left;
		width: 100%;
		border-bottom-width: 0px;
		border-bottom-style: solid;
		border-bottom-color: #ececec;
	}

	.case-title-h1 {
		float: left;
		font-size: 160%;
		line-height: 1.75em;
		color: #333;
		font-weight: bold;
	}


	.case-text {
		float: left;
		width: 100%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ececec;
		line-height: 1.75em;
		padding-bottom: 10px;
	}

	.case-text-h2 {
		line-height: 1.75em;
		font-size: 136%;
		color: #CC9966;
	}

	.case-icon {
		float: left;
		padding-top: 10px;
		width: 100%;
	}

	.case-icon-a {
		float: left;
		text-align: center;
		font-size: 100%;
		color: #333;
		padding: 5px;
	}


}