@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*-------------------------------------------
     基本版面設定區
-------------------------------------------*/		
body {
	line-height: 1.75em;
	margin: 0px;
	padding: 0px;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	background-repeat: repeat;
}
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: 15px;
	padding-left: 15px;
}
html{
  scroll-behavior: smooth;
}


.icon{
	float: left;
	width: 45px;
	padding: 5px;
	margin-right: 5px;
}

.icn_blue {
	color: #C96;
}
.col_third{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}



/*------------------------------------------ 
                   分頁
------------------------------------------ */
#pagination{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.pagination {display: inline-block;padding: 0;margin: 0;}
ul.pagination li {display: inline;}
ul.pagination li a {color: #333;float: left;text-decoration: none;border-radius: 20px;font-size: 90%;padding-top: 2px;
padding-right: 14px;padding-bottom: 2px;padding-left: 14px;border-radius: 50px;}
ul.pagination li a.active {color: #FFF;border-radius: 5px;background-color: #8bc34a;}
ul.pagination li a:hover:not(.active) {color: #FC0;}

/*---------------------------------- 
      麵包屑導航
---------------------------------- */	
.breadcrumb{
	position: absolute;
	z-index: 888;
	left: 15px;
	top: -50px;
	width: 180px;
}
ul.breadcrumb {
	display: block;
	margin: auto;
	list-style-type: none;
	background-color: #FFF;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
	border-radius: 50px;
	padding-left: 18px;
}
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: #333;font-size: 13px;padding-left: 0px;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{cursor: pointer;transition: .2s border-color linear;color: #666;}
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: #d0a371;
}
/*-----------------------------------------------------
                   首頁版面設定區
-----------------------------------------------------*/
#wap{
	width: 100%;
	position: relative;
}

#header-area{
	float: left;
	width: 100%;
	position: relative;
	background-color: #000;
}

.header-area{
	float: left;
	width: 100%;
	position: relative;
}
.content{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1280px;
	position: relative;
}

.contents{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1280px;
	position: relative;
}

.container{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1170px;
} 
.container-top{
	width: 100%;
	padding-top: 125px;
	padding-bottom: 60px;
}
.content-area{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width:768px;
}
.header-text .plogo{
	width: 75%;
}
.header-text .pimg{
	width: 100%;
	text-align: center;
}


.header-text h1{
	font-size: 24px;
	line-height: 1.75em;
	color: #FFF;
	font-weight: normal;
}


.header-text{
	font-size: 20px;
	line-height: 1.55em;
	color: #FFF;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 888;
	bottom: 26%;
}

.header-log{
	position: absolute;
	z-index: 9999;
	height: 60px;
	width: 150px;
	display: block;
}

.map{
	width: 100%;
	float: left;
	padding-top: 20px;
}

/*-----------------------------------------------------
                   標題&個單元區版面設定區
-----------------------------------------------------*/
.title-eng{
	font-family: "EB Garamond", serif;
	font-size: 32px;
	line-height: 1.75em;
	color: #d0a371;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.title-h1{
	font-size: 20px;
	line-height: 2em;
	color: #000;
	font-family: 'Noto Serif TC', serif;
	text-align: center;
	padding-bottom: 10px;
}

.title-h2{
	font-size: 15px;
	line-height: 1.75em;
	color: #000;
	text-align: center;
}

.title-line{
	background-color: #bda78e;
	height: 1px;
	width: 35px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.story-area{
	float: left;
	width: 100%;
	position: relative;
	padding-top: 25px;
}

.all-main{
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 25px;
}


/*-----------------------------------------------------
                   選單版面設定區
-----------------------------------------------------*/

.btn-area{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}

/*-----------------------------------------------------
                   品牌版面設定區
-----------------------------------------------------*/
.store-top{
	background-image: url(../images/a-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
	width: 100%;
}

.store-bottom{
	background-image: url(../images/a-bg2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	float: left;
	width: 100%;
}

.store-main{
	padding-top: 0px;
	padding-bottom: 40px;
	width: 100%;
	text-align: center;
	float: left;
}
.store-main h1{
	font-size: 26px;
	line-height: 2em;
	font-weight: bold;
	color: #274e7f;
	font-family: 'Noto Serif TC', serif;
}

.store-main .p-text{
	font-size: 16px;
	line-height: 1.75em;
	color: #000;
}


.store-mains{
	padding-top: 0px;
	padding-bottom: 40px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	max-width:800px;
}

.store-mains h1{
	font-size: 24px;
	line-height: 4em;
	font-weight: bold;
	color: #1d73af;
	font-family: 'Noto Serif TC', serif;
}

.store-mains .slogn{
	width: 25%;
	float: left;
	text-align: left;
	padding-bottom: 120px;
	padding-top: 20px;
}


.store-mains .name{
	font-family: "Libre Baskerville", serif;
	color: #d0a371;
	font-size: 36px;
	line-height: 1em;
}

.store-mains .names{
	font-family: "Libre Baskerville", serif;
	color: #626262;
	font-size: 26px;
	line-height: 1em;
	text-transform: uppercase;
}

.store-mains .texts{
	color: #000;
	font-size: 18px;
	line-height: 1.75em;
}


.brand-area{
	float: left;
	width: 100%;
	display: flex;
	padding-top: 6%;
	padding-bottom: 6%;
}
.brand-area .eml{
	float: left;
	width: 55%;position: relative;
}
.brand-area .eml-f{
	float: left;
	width: 100%;
	position: absolute;
	bottom: -20px;
	font-size: 100px;
	color: rgba(0, 0, 0, 0.1);
	left: 25%;
	font-family: "Libre Baskerville", serif;
	letter-spacing: 1px;
	z-index: 999;
}

.brand-area .emr{float: left;width: 45%;position: relative;}


.brand-area .emrs{
	float: left;
	width: 45%;
	position: absolute;
	bottom: -80px;
	left: 0px;
	display: block;
}

.em-icon{
	float: left;
	position: absolute;
	bottom: 0px;
	display: block;
	z-index: 999;
	right: -280px;
}
.em-icons{
	float: left;
	position: absolute;
	bottom: 0px;
	display: none;
	z-index: 999;
}
.emrs-w{
	float: left;
	width: 45%;
	position: absolute;
	bottom: -80px;
	left: 0px;
	display: none;
	z-index: 888;
}

.brand-area .area{
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 35px;
	padding-left: 35px;
}

.brand-area h1{
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 1.75em;
	font-weight: bold;
	color: #274e7f;
	font-family: 'Noto Serif TC', serif;
	letter-spacing: 1px;
}
.brand-area p{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 1.75em;
	color: #000;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-align:justify;
}

/*-----------------------------------------------------
                   新案版面設定區
-----------------------------------------------------*/
.newcase-area{
	float: left;
	width: 100%;
	position: relative;
	padding-top: 55px;
	padding-bottom: 55px;
}
.newcase-area .neml{
	float: left;
	width: 3%;
	padding-left: 12%;
	text-align: right;
}
.newcase-area .nemr{float: left;width: 85%;}
.newcase-area .main{
	float: left;
	width: 32%;
	background-color: #FFF;
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: 999;
	left: 0px;
	bottom: 0px;
	padding-bottom: 50px;
}

.newcase-area .r{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 50px;
}

.newcase-area .more{
	text-align: right;
	float: left;
	width: 100%;
	font-size: 15px;
	color: #666;
}

.newcase-area .newscase-title{
	float: left;
	width: 100%;
	position: absolute;
	font-size: 48px;
	color: #fff;
	left: 45%;
	font-family: "Libre Baskerville", serif;
	letter-spacing: 1px;
	z-index: 999;
	top: -30px;
	display: block;
}

.newcase-area h1{
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 1.75em;
	font-weight: bold;
	color: #274e7f;
	font-family: 'Noto Serif TC', serif;
	letter-spacing: 1px;
}

.newcase-area h2{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 1.75em;
	font-weight: bold;
	color: #ba7c4f;
}


.newcase-area p{
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 1.55em;
	color: #333;
	letter-spacing: 1px;
}

.newcase-area .nml{
	float: left;
	width: 54%;
	margin-right: 2%;
	padding-right: 2%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ececec;
}

.newcase-area .nmr{
	float: left;
	width: 31%;
	padding-right: 1%;
}

/*-----------------------------------------------------
                   內頁-新案版面設定區
-----------------------------------------------------*/

.newcase-area-n{
	float: left;
	width: 100%;
	position: relative;
	padding-top: 30px;
}
.newcase-area-n .ngm{
	width: 70%;
	padding-right: 30%;
	margin-bottom: 90px;
}

.newcase-area-n .nlogo{
	width: 150px;
	position: absolute;
	left: 30px;
	top: 0px;
	z-index: 999;
}

.newcase-area-n .ngmr{
	width: 45%;
	position: absolute;
	z-index: 888;
	background-color: #FFF;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	right: 0px;
	bottom: 20px;
}

.newcase-area-n .mr{
	padding-top: 45px;
	padding-right: 45px;
	padding-bottom: 35px;
	padding-left: 45px;
}
.newcase-area-n .engs{
	font-size: 12px;
	line-height: 0.9em;
	color: #999;
	width: 100%;
	text-align: left;
	float: left;
	text-transform: uppercase;
}


.newcase-area-n h1{	text-align: left;
	width: 100%;font-family: 'Noto Serif TC', serif;
font-size: 28px;
	line-height: 1.75em;
	color: #274e7f;}
.newcase-area-n h2{
	text-align: left;
	width: 100%;
	font-family: 'Noto Serif TC', serif;
	font-size: 22px;
	line-height: 1.75em;
	color: #300;
}
.newcase-area-n .ptext{
	font-family: 'Noto Serif TC', serif;
	font-size: 16px;
	line-height: 1.75em;
	color: #333;
	text-align: left;
	width: 100%;
	padding-top: 10px;
}

.newcase-area-n .line-area{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDD;
	border-bottom-color: #DDD;
	float: left;
	width: 100%;
}

.newcase-area-n .line-el{
	text-align: left;
	width: 50%;
	float: left;
	line-height: 1.75em;
}

.newcase-area-n .line-text{
	text-align: left;
	width: 100%;
	font-size: 18px;
	line-height: 1.75em;
	color: #333;
	float: left;
}
.newcase-area-n .line-texts{
	text-align: left;
	width: 100%;
	font-size: 14px;
	line-height: 1.75em;
	color: #C96;
	float: left;
}

.newpimg{
	position: absolute;
	z-index: 999;
	width: 100px;
	right: 15px;
	top: -50px;
}

/*-----------------------------------------------------
                   內容-2 熱銷版面設定區
-----------------------------------------------------*/
.newcase-areas{
	float: left;
	width: 100%;
	position: relative;
	padding-top: 65px;
	padding-bottom: 35px;
}

.newcase-areas .logo-area{
	position: absolute;
	width:150px;
	top: 15px;
	left: 50%;
	margin: -0px 0 0 -75px;
	z-index: 999;
}

.case-areas{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.title-area{float: left;width: 100%;}
.title-engs{
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 1.75em;
	color: #c0a06f;
	text-transform: uppercase;font-family: "Libre Baskerville", serif;
}
.title-ch1{
	font-size: 20px;
	line-height: 1.75em;
	color: #000;
	font-family: 'Noto Serif TC', serif;
}

.title-cline{
	background-color: #c0a06f;
	height: 1px;
	width: 40px;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 20px;
}

.case-main{
	float: left;
	width: 100%;
	line-height: 1.75em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}




/*-----------------------------------------------------
                   首頁-消息版面設定區
-----------------------------------------------------*/
.news-body{
	float: left;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/news-body.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.news-area{
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.news-area .nember{
	text-align: center;
	width: 100%;
	padding-bottom: 5px;
}

.h1{	text-align: center;
	width: 100%;font-family: "Libre Baskerville", serif;
font-size: 28px;
	line-height: 1em;
	color: #274e7f;}
.h2{
		text-align: center;
	width: 100%;font-family: 'Noto Serif TC', serif;
font-size: 22px;
	line-height: 1.55em;
	color: #333;}
.ptext{
	font-family: 'Noto Serif TC', serif;
	font-size: 16px;
	line-height: 1.75em;
	color: #333;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}
.p-line{
	background-color: #CCC;
	height: 60px;
	width: 1px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-areas{
	float: left;
	width: 100%;
}
.newem{
	width: 33.3333%;
	float: left;
	padding-bottom: 30px;
}

.new-moon{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 1.55em;
	color: #00ae94;
	text-transform: uppercase;
	font-weight: bold;
}

.new-date{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 28px;
	line-height: 1em;
	color: #000;
	font-family: "Annapurna SIL", serif;
}
.new-year{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 15px;
	line-height: 1.75em;
	color: #333;
}

.new-img{
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.new-title{
	width: 100%;
	float: left;
	text-align: center;
	font-size:16px;
	line-height: 1.75em;
	color: #000;
}

/*-------------------------------------------
                內頁 最新消息 設定區
-------------------------------------------*/

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

.news-box{
	width: 100%;
	float: left;
	background-color: #FFF;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-top: 65px;
}

.boxs{
	float: left;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.boxs .em{
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.news-con{
	float: left;
	background-color: #227bc6;
	position: absolute;
	top: -50px;
	color: #FFF;
	padding: 10px;
	width: 75px;
	left: 20px;
}

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

.news-contents{
	width: 100%;
	float: left;
	background-color: #FFF;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	
}
.news-r{
	float: left;
	width: 92%;
	padding: 4%;
}
.news-eml{
	float: left;
	width: 83%;
	line-height: 1.75em;
}
.news-emr{
	float: left;
	width: 17%;
}

.news-contents h1{
	font-size: 24px;
	color: #2e548e;
	line-height: 1.55em;
}

.news-contents .p-text{
	line-height: 2em;
	float: left;
	width: 100%;
	padding-top: 15px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	text-align:justify;
}

.ps-class {
	float: left;
	width: 100%;
	font-size: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	padding-top: 10px;
	margin-top: 15px;
}

.news-cons{
	float: left;
	background-color: #227bc6;
	color: #FFF;
	padding: 10px;
	width: 70px;
	left: 20px;
}

.news-time{
	float: left;
	width: 100%;
	font-size: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c5e1a5;
	line-height: 1.75em;
}

.news-year{
	font-size: 16px;
	float: left;
	width: 100%;
	line-height: 1.75em;
}
.em h1{
	font-size: 24px;
	color: #2e548e;
	line-height: 1.75em;
}

.em .p-text {
	float: left;
	width: 100%;
	line-height: 1.75em;
	padding-bottom: 50px;
	text-align:justify;
	
}

.p-class {
	float: left;
	width: 98%;
	text-align: right;
	color: #666;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-bottom: 20px;
	padding-right: 2%;
	font-size: 15px;
}

.p-class-m {
	float: left;
	width: 95%;
	text-align: right;
	color: #666;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-bottom: 50px;
	padding-right: 2%;
	font-size: 15px;
	margin-top: 5px;
	padding-top: 5px;

}
.p-icon{
	float: left;
	width: 100%;
}


.ps{
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
.pss{
	float: left;
	line-height: 1.75em;
	width: 28px;
	padding-right: 3px;
	padding-left: 3px;
}


/*-------------------------------------------
                 業績 設定區
-------------------------------------------*/
#achievement-area{width: 96%;float: left;padding-right: 2%;padding-left: 2%;margin-bottom: 30px;}
.achievement-area{
	width: 100%;
	float: left;
	padding-top: 35px;
	padding-bottom: 35px;
}
.achievement-areas{
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 0px;
	position: relative;
}

.achievement-areass{
	width: 100%;
	float: left;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}

.achievement-areas .logo{
	position: absolute;
	width: 150px;
	left: 20px;
	bottom: -50px;
	z-index: 888;
}

.achievement-areas .pic{
	position: absolute;
	width: 150px;
	right: 0px;
	z-index: 888;
	bottom: 0px;
}

.achievement-areas .area{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	position: relative;
	padding-top: 15px;
}

.achievement-areas h1{
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 1.75em;
	font-weight: bold;
	color: #274e7f;
	font-family: 'Noto Serif TC', serif;
	letter-spacing: 1px;
}

.achievement-areas h2{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 1.75em;
	font-weight: bold;
	color: #4d1407;
}


.achievement-areas p{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 1.75em;
	color: #333;
	letter-spacing: 1px;
}

.el{
	float: left;
	width: 18%;
	max-width: 250px;
	position: relative;
}
.er{
	float: left;
	width: 82%;
}



.achievement-areass .grml{
	float: left;
	width: 33.3333%;
}
.achievement-areass .img{
	float: left;
	width: 100%;
}

.achievement-areass h3{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 2em;
	color: #000;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
}

/*-----------------------------------------------------
                   工程進度專區版面設定區
-----------------------------------------------------*/
.project-area{
	width: 100%;
	float: left;
	padding-bottom: 0px;
	background-image: url(../images/work-body.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
.project-bg-em{float: left;width: 100%;padding-top: 10px;padding-bottom: 10px;}
.login-area{
	width: 100%;
	float: left;
	margin-bottom: 25px;
}	
.login-area .coleml{width: 40%;float: left;}	
.login-area .colemr{width: 100%;float: left;text-align: center;}
.login-area .cols{width: 33.3333%;float: left;text-align: center;display: block;}	
.login-area .col{width: 33.3333%;float: left;text-align: center;}		
.login-area .box{
	width: 100%;
	float: left;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	border-radius: 20px;
	margin-bottom: 10px;
	border: 0px solid #FFF;
	padding-bottom: 15px;
	text-align: center;
	background-color: #FFF;
	margin-top: 10px;
	padding-top: 15px;
}
.bo{width: 100px;margin-right: auto;margin-left: auto;max-width: 100px;}
.login-area .box-area{float: left;width: 100%;padding-top: 10px;padding-bottom: 10px;}
.box-areas{float: left;width: 100%;}
.box-areas .t{float: left;width: 100%;font-size: 20px;padding-top: 2px;padding-bottom: 10px;}
.t-h1{float: left;width: 100%;color: #333333;line-height: 1.55em;font-size: 26px;}
.t-h1-eng{float: left;width: 100%;color: #999;line-height: 1.55em;font-size: 36px;}
.t-h2{float: left;width: 100%;color: #d66a9f;line-height: 1.55em;font-size: 28px;}
.t-p{float: left;width: 100%;color: #333;line-height: 1.75em;font-size: 16px;padding-top: 10px;padding-bottom: 10px;}
.t-nm-area{float: left;width: 100%;display: block;padding-top: 20px;padding-bottom: 20px;background-image: url(../images/classic/line.png);background-repeat: repeat-x;background-position: center center;}			
.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;}
.project-con{	float: left;width: 100%;}
.project-con .logo{width: 100%;text-align: center;padding-top: 10px;padding-bottom: 10px;margin-right: auto;margin-left: auto;max-width:150px;}
.project-text-area{float: left;width: 100%;padding-top: 10px;padding-bottom: 10px;border-top-width: 1px;border-bottom-width: 2px;border-top-style: solid;border-bottom-style: solid;border-top-color: #c6c6c6;border-bottom-color: #bfbfbf;margin-top: 10px;margin-bottom: 10px;}
.project-text-area .boxz{float: left;line-height: 2em;padding-right: 15px;padding-left: 15px;}
.project-text-area .boxzs{float: left;line-height: 2em;padding-right: 0px;padding-left: 0px;display: block;}
.project-area .img-area{float: left;width: 100%;padding-top: 10px;}
.project-area .img-em{float: left;width: 48%;background-color: #fff;box-shadow: 0px 0px 6px rgba(0,0,0,0.1);margin-bottom: 10px;margin-top: 10px;margin-right: 1%;margin-left: 1%;}
.project-area .img-title{float: left;color: #333;text-align: center;line-height: 1.75em;width: 100%;padding-bottom: 10px;}
.project-area .img-titles{position: absolute;z-index: 888;left: -2px;top: 71px;height: 17px;width: 17px;}
.ws{padding: 10px;}
.wp{padding: 10px;}


.progress-text-area{
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	line-height: 2em;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.progress-text-area{
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	line-height: 2em;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.progress-text-areas{
	float: left;
	width: 100%;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 2em;
}
.contents-all{
	float: left;
	width: 100%;
	text-align: center;
}
.progress-text-area .line{
	float: left;
	width: 100%;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADADA;
	text-align: left;
	font-size: 108%;
	line-height: 1.75em;
}

.progress-text-area .p-text{
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.progress-text-area .boxz{
	float: left;
	line-height: 2em;
	padding-right: 15px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.progress-text-area .boxzs{float: left;line-height: 2em;padding-right: 0px;padding-left: 0px;display: block;}
.progress-areas .img-areas{
	float: left;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.progress-areas .img-ems{width: 100%;float: left;}
.progress-areas .img-title{
	float: left;
	color: #300;
	text-align: center;
	line-height: 1.75em;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 20px;
}
.progress-areas .img-titles{position: absolute;z-index: 888;left: -2px;top: 71px;height: 17px;width: 17px;}
.wss{padding: 0px;}
.wps{padding: 10px;}

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

.work-logo{
	width: 125px;
	margin-right: auto;
	margin-left: auto;
}

/*-----------------------------------------------------
                   聯絡我們版面設定區
-----------------------------------------------------*/


.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%;
	padding-bottom: 15px;
	}
	
.contact-content{
	float: left;
	width: 100%;
	padding-top: 20px;
	}
	
.google-map{
	width: 100%;
	float: left;
}

.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%;
	color: #333;
	font-size: 15px;
	text-align: right;
}

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

.col-md3{
	float: left;
	width: 11%;
	color: #333;
	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-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: 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;
}

.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;
	}

/*-----------------------------------------------------
                   版權版面設定區
-----------------------------------------------------*/
.footer{
	font-size: 16px;
	line-height: 1.75em;
	color: #FFF;
	background-color: #c8ab8c;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

.footer-logo{
	width: 12%;
	text-align: left;
	float: left;
	padding-right: 2%;
	padding-left: 0%;
}

.footer .add{
	width: 100%;
	text-align: left;
	float: left;
	font-size: 15px;
	line-height: 1.55em;
}

.footer-ptext{
	width: 55%;
	text-align: left;
	float: left;
	font-size: 15px;
	line-height: 1.55em;
}

.footer-ptext a:link{
	font-size: 15px;
	line-height: 1.55em;
	color: #FFF;
}

.footer-ptext a:hover{
	font-size: 15px;
	line-height: 1.55em;
	color: #FC3;
}

.footer-copyright{
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 1.55em;
	color: #edd7c7;
	float: left;
}
.footer-s-right{
	width: 30%;
	text-align: right;
	float: left;
	font-size: 18px;
	line-height: 3em;
}
.footer span{
	text-align: left;
	float: left;
	padding-right: 10px;
}


/*-----------------------------------------------------
                   Rwd版面設定區
-----------------------------------------------------*/
@media screen and (max-width: 1440px) {

.header-text .plogo{
	width: 70%;
}
.header-text{
	font-size: 18px;
	line-height: 1.55em;
	color: #FFF;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 999;
	bottom: 10%;
}

.brand-area .eml-f{
	float: left;
	width: 100%;
	position: absolute;
	bottom: -20px;
	font-size: 72px;
	color: rgba(0, 0, 0, 0.1);
	left: 15%;
	font-family: "Libre Baskerville", serif;
	letter-spacing: 1px;
	z-index: 999;
}

/*---------------------------------- 
      麵包屑導航
---------------------------------- */	
.breadcrumb{
	position: absolute;
	z-index: 888;
	left: 15px;
	top: -35px;
	width: 180px;
}

/*-----------------------------------------------------
                   新案版面設定區
-----------------------------------------------------*/

.newcase-area .newscase-title{
	float: left;
	width: 100%;
	position: absolute;
	font-size:48px;
	color: #fff;
	left: 35%;
	font-family: "Libre Baskerville", serif;
	letter-spacing: 1px;
	z-index: 999;
	top: -30px;
}

}

@media screen and (max-width: 1281px) {
/*-----------------------------------------------------
                   品牌版面設定區
-----------------------------------------------------*/

.brand-area .area{
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 25px;
}
.brand-area h1{
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 1.75em;
	font-weight: bold;
	color: #274e7f;
	font-family: 'Noto Serif TC', serif;
	letter-spacing: 1px;
}
.brand-area p{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 1.75em;
	color: #000;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-align:justify;
}
.brand-area .eml-f{
	float: left;
	width: 100%;
	position: absolute;
	bottom: -20px;
	font-size: 72px;
	color: rgba(0, 0, 0, 0.1);
	left: 10%;
	font-family: "Libre Baskerville", serif;
	letter-spacing: 1px;
	z-index: 999;
}

/*-----------------------------------------------------
                   新案版面設定區
-----------------------------------------------------*/

.newcase-area .main{
	float: left;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	position: static;
}

.newcase-area .newscase-title{
	float: left;
	width: 100%;
	position: absolute;
	font-size: 62px;
	color: #fff;
	left: 42%;
	font-family: "Libre Baskerville", serif;
	letter-spacing: 1px;
	z-index: 999;
	top: -35px;
	display: none;
}

.newcase-area-n .ngm{
	width: 100%;
	padding-right: 0%;
	margin-bottom: 0px;
}
.newpimg{
	position: absolute;
	z-index: 999;
	width: 90px;
	right: 0px;
	bottom: 0px;
}
.newcase-area-n .nlogo{
	width: 80px;
	position: absolute;
	left: 20px;
	top: 0px;
	z-index: 999;
}
.newcase-area-n .mr{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.newcase-area-n .line-el{
	text-align: left;
	width: 100%;
	float: left;
	line-height: 1.75em;
}


/*-----------------------------------------------------
                   內頁-新案版面設定區
-----------------------------------------------------*/


.newcase-area-n .ngmr{
	width: 100%;
	position: static;
	background-color: #FFF;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	float: left;
}



}

@media screen and (max-width: 1024px) {
/*-----------------------------------------------------
                   品牌版面設定區
-----------------------------------------------------*/

.brand-area{float: left;width: 100%;flex-direction:column-reverse;}	
	
	
.header-text .pimg{
	width: 100%;
	text-align: center;
	float: left;
}

.header-text .plogo{
	width: 30%;
	text-align: center;
}

.header-text h1{
	font-size: 18px;
	line-height: 1.55em;
	color: #FFF;
	font-weight: normal;
}


.header-text{
	font-size: 12px;
	line-height: 1.55em;
	color: #FFF;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 999;
	bottom: 12%;
}

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

.brand-area .eml-f{
	float: left;
	width: 100%;
	position: absolute;
	bottom: -20px;
	font-size: 48px;
	color: rgba(0, 0, 0, 0.1);
	left: 0px;
	font-family: "Libre Baskerville", serif;
	letter-spacing: 1px;
	z-index: 999;
	text-align: center;
}

.brand-area .emr{float: left;width: 100%;position: relative;}
.brand-area .emrs{
	float: left;
	width: 45%;
	position: absolute;
	bottom: -80px;
	left: 0px;
	display: none;
}
.emrs-w{
	width: 80%;
	position: static;
	display: block;
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
}

.brand-area .area{
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 25px;
}

.brand-area h1{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 1.75em;
	font-weight: bold;
	color: #274e7f;
	font-family: 'Noto Serif TC', serif;
	letter-spacing: 1px;
}

.em-icon{
	float: left;
	position: absolute;
	bottom: 0px;
	display: none;
	z-index: 999;
}
.em-icons{
	float: left;
	position: static;
	display: block;
	text-align: right;
	width: 100%;
}
/*-----------------------------------------------------
                   熱銷版面設定區
-----------------------------------------------------*/
.newcase-area .nemr{float: left;width: 100%;}
.newcase-area .neml{
	float: left;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	width:50px;
	padding-left: 0%;
}
.newcase-area .r{
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 45px;
}


.newcase-area .nml{
	float: left;
	width: 100%;
	margin-right: 0%;
	padding-right: 0%;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.newcase-area .nmr{
	float: left;
	width: 100%;
	padding-right: 0%;
	margin-top: 5px;
	padding-top:5px;
}	

/*-------------------------------------------
                內頁-最新消息 設定區
-------------------------------------------*/
.news-eml{
	float: left;
	width: 100%;
	line-height: 1.75em;
}
.news-emr{
	float: left;
	width: 100%;
}

/*-----------------------------------------------------
                   版權版面設定區
-----------------------------------------------------*/	
.footer-logo{
	width: 100%;
	text-align: center;
	float: left;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 10px;
}

.footer .add{
	width: 100%;
	text-align: center;
	float: left;
	font-size: 15px;
	line-height: 1.75em;
}


.footer-ptext{
	width: 100%;
	text-align: center;
	float: left;
	font-size: 15px;
	line-height: 1.75em;
}
.footer-s-right{
	width: 100%;
	text-align: center;
	float: left;
	font-size: 18px;
	line-height: 1.75em;
}

.footer span{
	text-align: center;
	float: left;
	padding-right: 10px;
}

.footer-copyright{
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 1.75em;
	color: #edd7c7;
	float: left;
	letter-spacing: 0px;
}

.footer span{
	text-align: center;
	float: left;
	width: 100%;
	padding-right: 0px;
}	
	}
@media screen and (max-width: 768px) {
/*---------------------------------- 
      麵包屑導航
---------------------------------- */	
.breadcrumb{
	position: absolute;
	z-index: 888;
	left: 10px;
	top: -15px;
	width: 180px;
}


/*-----------------------------------------------------
                   品牌版面設定區
-----------------------------------------------------*/	



.brand-area .eml-f{
	float: left;
	width: 98%;
	position: absolute;
	bottom: -20px;
	font-size: 42px;
	color: rgba(0, 0, 0, 0.1);
	left: 2%;
	font-family: "Libre Baskerville", serif;
	letter-spacing: 1px;
	z-index: 999;
}


/*-----------------------------------------------------
                   內容-2 熱銷版面設定區
-----------------------------------------------------*/
.newcase-areas{
	float: left;
	width: 100%;
	position: relative;
	padding-top: 65px;
	padding-bottom: 35px;
}

.newcase-areas .logo-area{
	position: absolute;
	width:100px;
	top: 15px;
	left: 50%;
	margin: -0px 0 0 -50px;
	z-index: 999;
}

	
/*-----------------------------------------------------
                   首頁-消息版面設定區
-----------------------------------------------------*/
.news-area{
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
}
.newem{
	width: 100%;
	float: left;
}

/*-------------------------------------------
                內頁-最新消息 設定區
-------------------------------------------*/


.p-icon{
	float: left;
	width: 100%;
	margin-left: 0px;
	text-align: right;
	padding-top: 20px;
}

.boxs .em{
	float: left;
	width: 100%;
}
.em h1{
	font-size: 20px;
	color: #2e548e;
	line-height: 1.75em;
}
.em .p-text {
	float: left;
	width: 100%;
	line-height: 1.75em;
	padding-bottom: 10px;
	text-align:justify;
	
}


.p-class {
	float: left;
	width: 95%;
	text-align: left;
	color: #666;
	position: static;
	right: 0px;
	bottom: 0px;
	padding-bottom: 20px;
	padding-left: 5%;
	font-size: 14px;
}

.p-class-m {
	float: left;
	width: 95%;
	text-align:left;
	color: #666;
	position: static;
	right: 0px;
	bottom: 0px;
	padding-bottom: 10px;
	padding-left: 5%;
	font-size: 14px;
	margin-top: 5px;
	padding-top: 5px;

}

/*-------------------------------------------
                 業績 設定區
-------------------------------------------*/

.el{
	float: left;
	width: 100%;
	max-width: 0px;
	position: static;
	display: none;
}
.er{
	float: left;
	width: 100%;
}
.achievement-areas .pic{
	position: static;
	width: 100%;
	max-width: 100px;
	float: left;
	text-align: right;
	display: none;
}
.achievement-areass .grml{
	float: left;
	width: 100%;
}


/*---------- 工程進度專區 ------------------*/
.login-area .cols{width: 33.3333%;float: left;text-align: center;display: none;}	
.login-area .col{width: 100%;float: left;}
.progress-areas .img-areas{	float: left;width: 100%;background-color: #fff;box-shadow: 0px 0px 6px rgba(0,0,0,0.1);margin-bottom: 10px;margin-top: 10px;margin-right: 0%;margin-left: 0%;}
/*-----------------------------------------------------
                  聯絡我們區
-----------------------------------------------------*/

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

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

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

.col-md3{
	float: left;
	width: 100%;
	color: #333;
	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;
}
}
@media screen and (max-width: 481px) {
/*-----------------------------------------------------
                   品牌版面設定區
-----------------------------------------------------*/	

.store-main{
	padding-top: 0px;
	padding-bottom: 40px;
	width: 100%;
	text-align: left;
	float: left;
}

.store-mains .slogn{
	width: 50%;
	float: left;
	text-align: left;
	padding-bottom: 30px;
	padding-top: 20px;
}
}
