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



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


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

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


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

.content {
	min-height: 500px;
}
.content_2 {
	min-height: 400px;
	width: 100%; 
    float: left; 
}
.content-box {
}


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


/*========================================================
                         左側選單
=========================================================*/

.navsub {
	/*text-align: center;*/
	display: none;	
	
}
.navsub h2 {
	background: #9c7045;
	font-weight: bold;
	color:#fff;
	padding: 8px 15px;
	font-size:24px;
/*	border-width: 7px 0 7px 0;
	border-style: solid;
	border-color: #650a01;
	text-shadow: 0 0 5px #341c18, 0 0 10px #341c18, 0 0 15px #341c18;*/
}
.navsub ul {
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0;
}
.navsub ul li {
	border-bottom: 1px dashed #AFAFAF;
}
.navsub ul li:last-of-type {
	border-bottom: none;
}
.navsub ul li a {
	display: block;
	color: #878485;
	padding: 10px 0;
}
.navsub ul li a:hover {
	color: #3e588a;
	padding:5px 5px;
}
.navsub ul li span{
	color:#2b4981;	
	/*margin:0 5px;*/
	}

/* 只限第一層設定 */
.navsub > li > a {
	display: block;
	/*line-height: 30px;*/
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.navsub > li > a:hover {
}
.navsub li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */
}
.navsub ul {
	width: 100%;
	list-style: none;
	/* left offset of submenus need to match (see below) */
}
.navsub ul li {
	width: 100%;
	
}
.navsub li li a,
.navsub li.sfHover li a {
	display: block;
	color: #fff;
	font-size: 0.8em;
	/*padding: 6px 10px;*/
	text-align: center;
	text-decoration: none;
	/*border-bottom: 1px dotted #eca5e6;*/
	
}

.navsub li li a:hover, .sf-menu li li.sfHover a {
	/*background: #cd72cc;*/
}

/* 快速選單adv */
.adv-list {
	margin: 0 20px;	
}
.adv-list img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 10px;
}

/* 手機用選單 */

.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
	}
.navsub-select h2 {
	color: #4f4f4f;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}


@media (min-width: 768px){
.navsub {
	display: block;
	}
.navsub-select {
	display: none;
	}
}
/*========================================================
                         內頁分享
=========================================================*/
.about-1 .share {
    text-align: center;
    margin: 0px 0;
}
.about-1 .share img {
    width: 28px;
    height: auto;
    margin: 0 2px;
}
.about-1 img {
    width: 100%;
    vertical-align: bottom;
}
@media (min-width: 640px){
.about-1 .share {
    text-align: right;
    position: absolute;
    left: 50%;
    /*top: 25px;*/
    width: 200px;
    margin-left: 90px;
}
}

@media (min-width: 992px){
.about-1 .share {
    text-align: right;
    position: absolute;
    left: 50%;
    /*top: 25px;*/
    width: 200px;
    margin-left: 320px;
}
}
@media (min-width: 1200px){
.about-1 .share {
    margin-left: 380px;
}
}

@media (min-width: 1600px){
.about-1 .share {
    margin-left: 555px;
}
}


.content-main .share {
    text-align: center;
    margin: 10px 0;
}
.content-main .share img {
    width: 28px;
    height: auto;
    margin: 0 2px;
}
.content-main img {
    width: 100%;
    vertical-align: bottom;
}
@media (min-width: 640px){
.content-main .share {
    text-align: right;
    position: absolute;
    left: 50%;
    top: -10px;
    width: 200px;
    margin-left: 90px;
}
}

@media (min-width: 768px){
.content-main .share {
    text-align: right;
    position: absolute;
    left: 50%;
    top: 10px;
    width: 200px;
    margin-left: 60px;
}
}

@media (min-width: 992px){
.content-main .share {
    text-align: right;
    position: absolute;
    left: 50%;
    top: 10px;
    width: 200px;
    margin-left: 150px;
}
}

@media (min-width: 1200px){
.content-main .share {
    margin-left: 220px;
}
}
@media (min-width: 1600px){
.content-main .share {
    margin-left: 355px;
}
}


.adv-1 .share {
     text-align: right;
    position: absolute;
    left: 50%;
    /*top: -10px;*/
    width: 180px;
    margin-left: 70px;
    margin: 0px 0;
}
.adv-1 .share img {
    width: 28px;
    height: auto;
    margin: 0 2px;
}
.adv-1 img {
    width: 100%;
    vertical-align: bottom;
}
@media (min-width: 640px){
.adv-1 .share {
    text-align: right;
    position: absolute;
    left: 50%;
    /*top: -10px;*/
    width: 200px;
    margin-left: 90px;
}
}

@media (min-width: 768px){
.adv-1 .share {
    text-align: right;
    position: absolute;
    left: 50%;
    /*top: 10px;*/
    width: 200px;
    margin-left: 150px;
}
}

@media (min-width: 992px){
.adv-1 .share {
    text-align: right;
    position: absolute;
    left: 50%;
    /*top: 10px;*/
    width: 200px;
    margin-left: 250px;
}
}

@media (min-width: 1200px){
.adv-1 .share {
    margin-left: 380px;
}
}
@media (min-width: 1600px){
.adv-1 .share {
    margin-left: 550px;
}
}

.case-list .share {
     text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: -10px;
    width: 340px;*/
    margin-left: 70px;
    margin: 10px 0;
}
.case-list .share img {
    width: 28px;
    height: auto;
    margin: 0 2px;
}
.case-list img {
    width: 100%;
    vertical-align: bottom;
}
@media (min-width: 640px){
.case-list .share {
    text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: -10px;*/
    width: 500px;
    margin-left: 90px;
}
}

@media (min-width: 768px){
.case-list .share {
    text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: 10px;*/
    width: 580px;
    margin-left: 150px;
}
}

@media (min-width: 992px){
.case-list .share {
    text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: 10px;*/
    width: 700px;
    margin-left: 250px;
}
}

@media (min-width: 1200px){
.case-list .share {
    margin-left: 380px;
	width: 770px;
}
}
@media (min-width: 1600px){
.case-list .share {
    margin-left: 550px;
	width: 830px;
}
}

.news .share {
     text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: -10px;*/
    width: 330px;
    margin-left: 70px;
    margin: 10px 0;
}
.news .share img {
    width: 28px;
    height: auto;
    margin: 0 2px;
}
.news img {
    width: 100%;
    vertical-align: bottom;
}
@media (min-width: 640px){
.news .share {
    text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: -10px;*/
    width: 500px;
    margin-left: 90px;
}
}

@media (min-width: 768px){
.news .share {
    text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: 10px;*/
    width: 580px;
    margin-left: 150px;
}
}

@media (min-width: 992px){
.news .share {
    text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: 10px;*/
    width: 700px;
    margin-left: 250px;
}
}

@media (min-width: 1200px){
.news .share {
    margin-left: 380px;
	width: 770px;
}
}
@media (min-width: 1600px){
.news .share {
    margin-left: 550px;
	width: 830px;
}
}

.news-detail .share {
     text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: -10px;*/
    width: 330px;
    margin-left: 70px;
    margin: 10px 0;
}
.news-detail .share img {
    width: 28px;
    height: auto;
    margin: 0 2px;
}
.news-detail img {
    width: 100%;
    vertical-align: bottom;
}
@media (min-width: 640px){
.news-detail .share {
    text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: -10px;*/
    width: 500px;
    margin-left: 90px;
}
}

@media (min-width: 768px){
.news-detail .share {
    text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: 10px;*/
    width: 580px;
    margin-left: 150px;
}
}

@media (min-width: 992px){
.news-detail .share {
    text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: 10px;*/
    width: 700px;
    margin-left: 250px;
}
}

@media (min-width: 1200px){
.news-detail .share {
    margin-left: 380px;
	width: 770px;
}
}
@media (min-width: 1600px){
.news-detail .share {
    margin-left: 550px;
	width: 830px;
}
}

.qac .share {
     text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: -10px;*/
    width: 330px;
    margin-left: 70px;
    margin: 10px 0;
}
.qac .share img {
    width: 28px;
    height: auto;
    margin: 0 2px;
}
.qac img {
    width: 100%;
    vertical-align: bottom;
}
@media (min-width: 640px){
.qac .share {
    text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: -10px;*/
    width: 200px;
    margin-left: 360px;
}
}

@media (min-width: 768px){
.qac .share {
    text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: 10px;*/
    width: 200px;
    margin-left: 500px;
}
}

@media (min-width: 992px){
.qac .share {
    text-align: right;
    /*position: absolute;*/
    left: 50%;
    /*top: 10px;*/
    width: 200px;
    margin-left: 720px;
}
}

@media (min-width: 1200px){
.qac .share {
    margin-left: 920px;
}
}
@media (min-width: 1600px){
.qac .share {
    margin-left: 1300px;
}
}
.contact-list{
	padding-bottom: 30px;
}
.contact-list .share {
     text-align: right;
    position: absolute;
    left: 50%;
    /*top: -10px;*/
    width: 160px;
    margin-left: 70px;
    margin: 25px 0;
}
.contact-list .share img {
    width: 28px;
    height: auto;
    margin: 0 2px;
}
.contact-list img {
    /*width: 100%;*/
    vertical-align: bottom;
}
@media (min-width: 640px){
.contact-list .share {
    text-align: right;
    position: absolute;
    left: 50%;
    /*top: -10px;*/
    width: 200px;
    margin-left: 90px;
}
}

@media (min-width: 768px){
.contact-list .share {
    text-align: right;
    position: absolute;
    left: 50%;
    /*top: 10px;*/
    width: 200px;
    margin-left: 150px;
}
}

@media (min-width: 992px){
.contact-list .share {
    text-align: right;
    position: absolute;
    left: 50%;
    /*top: 10px;*/
    width: 200px;
    margin-left: 250px;
}
}

@media (min-width: 1200px){
.contact-list .share {
    margin-left: 380px;
}
}
@media (min-width: 1600px){
.contact-list .share {
    margin-left: 550px;
}
}
/*========================================================
                         關於冠亨
=========================================================*/

.about {
	padding-top: 60px;
	padding-bottom: 80px;
	text-align: center;
	
}
.about h2 {
	font-size: 36px;
}
.about p {
	font-size: 20px;
	line-height: 36px;
}



/* -------關於冠亨------- */
.about_box1{
/*background-image: linear-gradient(to top, #dfe9f3 0%, #fff 100%);*/	
background-color: rgb(236, 236, 236);
    background-size: 100% 50%;
    background-image: repeating-linear-gradient(50deg,transparent,transparent 30px,hsla(0, 0%, 70%, 0.1) 30px,hsla(0, 0%, 81%, 0.1) 60px), repeating-linear-gradient(130deg,transparent,#dedede00 30px,hsla(0, 0%, 84%, 0.15) 30px,hsla(0,100%,100%,0.15) 60px);
    background-repeat: no-repeat;
    background-position: 0 0,0 100%;
/*background-color:hsl(207, 14%, 92%);
    background-size: 36px 36px,108px 108px,180px 108px,216px 144px,144px 72px,108px 108px,180px 108px,216px 144px,144px 72px, 36px 36px,108px 108px,180px 108px,216px 144px,144px 72px,108px 108px,180px 108px,216px 144px,144px 72px;
    background-image: radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px), radial-gradient(11px at 10px 10px,hsla(0,0%,100%,0.1) 10px,transparent 10px);
    background-position: 0 0,36px 0,108px 0,36px 0,108px 0,0 36px,144px 36px,108px 36px,144px 36px, 18px 18px,54px 18px,90px 18px,18px 18px,90px 18px,54px 54px,18px 54px,54px 54px,90px 54px;
    -webkit-animation-name: ani3-3,ani3-3-1;
    -webkit-animation-duration: 90s,60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 5s;
    animation-name: ani3-3,ani3-3-1;
    animation-duration: 90s,60s;
    animation-iteration-count: infinite;
    animation-delay: 5s;	
*/		}
.about-1 {
	padding-bottom: 50px;
 }
.about-1 img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 20px;
}
.about-1 h2 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}
.about-1 p {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 20px;
}
.ben {
    background: #ffecdb;
    border: 1px dashed #866444;
    text-align: left;
    padding: 10px 10px 10px 5px;
    margin: 10px 0 0;
    font-size: 18px;
}
/* -------經營理念------- */

.about-2 {
	background: url(../images/about_b01.jpg) no-repeat center top fixed;
	background-size: cover;
}
.about-2 > div {
	color: #fff;
	font-size: 20px;
	
}
/* -------經營精神------- */
.app_pic img {
    margin: 0 auto;
    padding-bottom: 15px;
}
.pic-768 {
    display: none;
}
.pic-640 {
    display: block;
}
@media (min-width: 768px){
.pic-768 {
    display: block;
}
.pic-640 {
    display: none;
}
}
/* -------服務流程------- */
.about-3 {
		padding-bottom: 50px;

}
.about-3 h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
	font-size:36px;
}
.about-3 dl {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	margin: 0 0 20px 0;
}
.about-3 dl dt {
	float: left;
	width: 56px;
	height: 56px;
	margin-right: 20px;
	margin-top: 30px;
}
.about-3 dl dd {
	overflow: hidden;
}
.about-3 dl dd h3 {
    font-size: 22px;
}
.about-3 dl dd h3 span {
    font-family: "Playfair Display","Times New Roman",Times,serif;
    font-size: 40px;
    font-weight: 900;
/*    color: #77a4c2;*/
	margin-right: 10px;
}


.service-pic img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 20px;
	border: 1px solid #bdbdbd;
}

.s1 {
	display: none;
}

@media (min-width: 640px) {
	.about-3 dl {
		width: 47%;
		margin: 0 2% 20px 0;
	}
}
@media (min-width: 768px) {
	.s1 {
		display: block;
	}
	.s2 {
		display: none;
	}

}
@media (min-width: 992px) {
	.about-3 dl {
		width: 30.5%;
		margin: 0 2% 20px 0;
	}
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
	.about-3 dl {
		width: 22.2%;
		margin: 0 2% 20px 0;
	}
}






/*========================================================
                         產品介紹
=========================================================*/
.prod-list ul [class *= col-] {
	margin-bottom: 10px;
	padding-right: 15px;
    padding-left: 15px;
}
.prod-list ul {
	max-width: 79em;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}
.prod-list li.shown,
.no-js .product-list li,
.no-cssanimations .works-list li {
	opacity: 1;
}
.prod-list li img {
	width: 100%;
	vertical-align: bottom;
	outline: none;
	border: none;
	display: block;
	border: 1px solid #ccc;
	padding: 9px;
}
.prod-list li img:hover {
	/*border: 1px solid #5c84ea;*/
}

.prod-list li p {
	font-size: 20px;
	/*font-weight:bold;*/
    text-align: center;
	padding:10px 0 0 0;
}
.prod-list li .more {
	background: #7b7b7b; /* Old browsers */
	text-align: center;	
	color:#fff;
	}
.prod-list li .more:hover {
	border-radius: 10px;
}	
.prod-list li .more a{
	color:#fff;
	text-decoration: none;
	}
	
/*========================================================
                         核心優勢
=========================================================*/
.adv_box1{
background-image: linear-gradient(to top, #fff 0%, #dfe9f3 100%);	
	}
.adv {
	padding-top: 60px;
	padding-bottom: 80px;
	text-align: center;
}
.adv h2 {
	font-size: 36px;
}
.adv p {
	font-size: 20px;
	line-height: 36px;
}

.adv_pic{
	text-align:center;
}

.adv_pic img {
    margin: 0 auto;
    padding-bottom: 15px;
}
map *:focus{
outline:none;
}
/* -------技術資源------- */

.adv-1 {
	padding-bottom: 50px;
}
.adv-1 img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 20px;
}
.adv-1 h2 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}
.adv-1 p {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 20px;
}
.adv-1 p span{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
	color:#00C;
}

.ben {
    background: #ffecdb;
    border: 1px dashed #866444;
    text-align: left;
    padding: 10px 10px 10px 5px;
    margin: 10px 0 0;
    font-size: 18px;
}
.app_pic img {
    margin: 0 auto;
    padding-bottom: 15px;
}
.pic-768 {
    display: none;
}
.pic-640 {
    display: block;
}
@media (min-width: 768px){
.pic-768 {
    display: block;
}
.pic-640 {
    display: none;
}
}
/* -------設備介紹------- */

.adv-2 {
	background: url(../images/adv_b01.jpg) no-repeat center top fixed;
	background-size: cover;
}
.adv-2 > div {
	color: #fff;
	font-size: 20px;
	
}

/* -------技術與材質------- */

.adv-3 {
	padding-bottom: 50px;
}
.adv-3 img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 20px;
}
.adv-3 h2 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}
.adv-3 p {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 20px;
}


/*========================================================
                         Q&A
=========================================================*/
.qa_box1{
background-color: rgb(230, 230, 230);
background-image: linear-gradient(-50deg,hsl(0, 0%, 94%),hsla(0, 0%, 100%, 0.4) 25%,hsl(0, 0%, 100%) 60%,transparent), repeating-linear-gradient(hsla(0,0%,100%,0.4),hsla(0, 0%, 100%, 0.4) 2px,hsla(0,0%,100%,0) 3px,hsla(0, 0%, 100%, 0) 5px);
width: 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
margin:0 0 50px 0;
}
#qaContent {
	
}
#qaContent h3 {
	
}
#qaContent h3.qa_group_1 {
	background: url(qa_group_1.gif) no-repeat;
}
#qaContent h3.qa_group_2 {
	background: url(qa_group_2.gif) no-repeat;
}
#qaContent ul.accordionPart {
	/*margin: 10px 10px 50px 30px;*/
}
#qaContent ul.accordionPart li {
	/*border-bottom: solid 1px #e3e3e3;*/
	padding-bottom: 12px;
	margin-top: 12px;
}
#qaContent ul.accordionPart li .qa_title {
	clear: left;
    width: 100%;
    margin: 0.2em 0 0;
    padding: 0.5em 0.8em;
    list-style: none;
    background-color: #dedede;
    border-left: 5px solid #003842;
    cursor: pointer;
    color: #333;
    position: relative;
    z-index: 2;
}
#qaContent ul.accordionPart li .qa_title:hover {
  background-color:#f2f2f2;
  border-color:#00BDE8;
  text-decoration: none;
}
#qaContent ul.accordionPart li .qa_title_on {
	text-decoration: underline;
}
#qaContent ul.accordionPart li .qa_content {
    padding-left: 28px;
    color: #666;
	border: 1px solid #c0c0c0;
	padding: 20px 20px 30px;
	background-color:#fff;
}
@media (min-width: 640px) {
#qaContent ul.accordionPart li .qa_title {
	font-size:22px;
}
#qaContent ul.accordionPart li .qa_content{
	font-size:18px;
	}
}

/*========================================================
                        實績案列
=========================================================*/


/*.case-list ul [class *= col-] {
	margin-bottom: 10px;
	padding-right: 15px;
    padding-left: 15px;
}*/
.case-list ul {
	max-width: 79em;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}
.case-list ul li{
	margin-bottom:40px;
}

.case-list li.shown,
.no-js .product-list li,
.no-cssanimations .works-list li {
	opacity: 1;
}
.case-list li img {
	width: 100%;
	vertical-align: bottom;
	outline: none;
	border: none;
	display: block;
	border: 1px solid #ccc;
	padding: 9px;
}
.case-list li img:hover {
	border: 1px solid #5c84ea;
	
}
.case-list li p {
	font-size: 20px;
	font-weight:bold;
    text-align: center;
	padding:10px 0 0 0;
}

/*========================================================
                         圖片效果
=========================================================*/

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

a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
	background: url(../images/magnifier.png) no-repeat center center;
	background-color: rgba(0,0,0,0.5);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
.case-list li .more {
	background: #7b7b7b; /* Old browsers */
	text-align: center;	
	color:#fff;
	}
.case-list li .more:hover {
	border-radius: 10px;
}	
.case-list li .more a{
	color:#fff;
	text-decoration: none;
	}

.product-detail {
	padding: 30px 0;
}
.product-detail .pdd {
	padding-left: 15px;
	padding-right: 15px;
}
.product-img {
  margin: 0 0 30px 0;
  position: relative;
}


.product-img dt {
	text-align: left;
}
.product-img dt .show_big {
	border: 1px solid #cfcfcf;
	text-align: center;
}
.product-img dt img {
	max-width: 100%;
	vertical-align: bottom;
	max-height: 240px;
}
.product-img dd {
  overflow: hidden;
}
.product-img dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-img dd ul li {
	border-bottom: 1px dotted #d1d1d1;
	padding: 5px 10px 5px 16px;
	position: relative;
}
.product-img dd ul li:nth-of-type(2n) {
	background-color: #f7f9fb;
}
.product-img dd ul li:before {
    position: absolute;
    left: 2px;
    top: 8px;
    z-index: 9;
    font-family: "FontAwesome";
    content: "\f054";
    color: #c3232a;
	font-size: 12px;
}
.product-img dd ul li span {
	font-weight: bold;
}

/* 加入詢價列表 */
.price {
	text-align: right;
	margin-top: -46px;
	padding: 0 20px ;
}
.price a {
	background: rgb(28,97,139); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(28,97,139,1) 0%, rgba(12,83,129,1) 50%, rgba(28,97,139,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(28,97,139,1) 0%,rgba(12,83,129,1) 50%,rgba(28,97,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(28,97,139,1) 0%,rgba(12,83,129,1) 50%,rgba(28,97,139,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c618b', endColorstr='#1c618b',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	color: #fff;
	padding: 7px 20px;
}
.price a:hover {
	background: rgb(255,127,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,127,0,1) 0%, rgba(204,109,14,1) 50%, rgba(255,127,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,127,0,1) 0%,rgba(204,109,14,1) 50%,rgba(255,127,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,127,0,1) 0%,rgba(204,109,14,1) 50%,rgba(255,127,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#ff7f00',GradientType=0 ); /* IE6-9 */
}



/* 小圖片顯示 */
.show_small {
	list-style: none;
	margin: 6px 0 15px;
	padding: 0;
}
.show_small li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 5px 0 0;
	width: 60px;
	height: 50px;
	border: 1px solid #cfcfcf;
	padding: 2px;
	text-align: center;
}
.show_small li img {
	max-width: 56px;
	max-height: 36px;
	cursor: pointer;
}

/* 產品說明 */
.product-info {
	padding-left: 15px;
	padding-right: 15px;
}
.product-info h5 {
	color: #0c5381;
	font-size: 20px;
	font-weight: bold;
}
.product-info img {
	max-width: 100%;
	vertical-align: bottom;
}

/* ----------------- 跳出視窗 ----------------- */

#show_iframe {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	background-color: rgba(0,0,0,0.6);
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}
#show_iframe a:before {
   /* content: "\e003";*/
}

.show_content {
	background-color: #fff;
	width: 400px;
	height: 210px;
	padding: 20px;
	border: 1px solid #999;
	position: absolute;
	overflow: auto;
	top: 50%;
	left: 50%;
	margin-top: -105px; 
	margin-left: -200px;
}
.show_content h1 {
	background-color: #9a6938;
	font-size: 22px;
	padding: 7px ;
	color: #fff;
	margin: 0 0 10px 0;
}
.show_content p {
	font-size: 21px;
	padding: 7px;
	color: #000;
	margin: 0 0 10px 0;
}

#show_btn {
	cursor: pointer;
	}
#hide_btn {
/*	background: url(../images/cross.png) no-repeat left top;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	cursor: pointer;*/
	text-align: center;
	margin-top: 30px;
}
#hide_btn a {
	display: inline-block;
	/*background-color: #f7d3a5;*/
	border: 1px solid #c0c0c0; 
	border-radius: 10px;
	
	color: #666;
	padding: 5px 20px;
	margin: 0 3px;
}	


/*========================================================
                         新聞中心
=========================================================*/
.news {
}
.news h1 {
	margin-top: 30px;
}
.news dl {
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #b5b5b5;
	padding: 35px 15px 0 15px;
	margin: 0;
}
.news dl:nth-of-type(2n) {
	background-color: #f3f5f7;
}
/*.news dl:first-of-type {
	border-top: 1px dotted #b5b5b5;
}
.news dl:last-of-type {
	margin: 0;
}*/

.news dl dt {
   
}
.news dl dt .day::before {
    content: " / ";
	}
	.news dl dt .yearmonth {
    color: #afafaf;
    display: inline-block;
	}
	.news dl dt .day {
		color: #afafaf;
		display: inline-block;
		
	}
.news dl dt img {
width: 100%;
border: 2px solid #fff;
}
.news dl dd {
	overflow: hidden;
	line-height: 28px;
}
.news dl dd h5 {
	color: #866444;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	text-align: left;
}
.news dl dd p {
	color:#333;
	font-size: 16px;
	text-align: left;
}

.img_ss {
	width: 98%;
	float: none;
	margin: 0 auto 2%;
}

.news dd .more {
    text-align: right;
    margin: 50px 0;
}
.news dl dd p {
    color: #333;
    font-size: 16px;
    text-align: left;
}
.news dd .more a {
    padding: 6px 80px;
    background-color: #535353;
    /*border-radius: 20px;*/
    color: #fff;
    border: 1px solid #c0c0c0;
}
.news dd .more a:hover {
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	border-radius: 20px;
}

@media (min-width: 640px) {

/* 最新消息 */
	.news dl dt {
		width: 25%;
		float: left;
		margin: 0 2% 0 0;
		margin-top: 10px;
		border-right: 1px solid #cccccc;
	}
	.news dl dt .yearmonth {
	color: #afafaf;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 30px;
	}
	.news dl dt .day {
		color: #4b4b4b;
		font-size: 48px;
		display: block;
	}
	.news dl dt .day::before {
		display: none;
		}
}
@media (min-width: 768px) {
.news-list [class *=col-] {
        border: none;
        margin: 0;
    }		
}

@media (min-width: 1200px) {

/* 最新消息 */
	.news dl dt {
		width: 20%;
	}
	.img_sm {
		width: 34%;
		float: left;
		margin: 10px 2% 2% 0;
	}	
}
/*========================================================
                   	最新消息內頁
=========================================================*/

.news-detail {
	margin-bottom: 50px;
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #2e3138;
}
.news-content {
	padding-bottom: 20px;
	border-bottom: 2px dashed #adadad;
}
.news-content img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
	margin: 0 auto 20px;
}
/*回目錄頁*/
.news-detail .back {
	text-align: right;
	padding-top: 30px;
}
.news-detail .back a {
	background-color: #2e3138;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.news-detail .back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #1b67b2;
	color: #fff;
	text-decoration: none;
}


/* 尺寸設定 */

@media (min-width: 992px) {
	.news-content img {
		float: left;
		width: 40%;
		margin: 6px 30px 20px 0;
	}
}



/*========================================================
                         活動相簿
=========================================================*/

.album-post {
	text-align: center;
}


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

.album-post .post-minimal .post-body .post-more {
	margin-top: 10px;
}
.album-post .post-minimal .post-body .post-more a {
	background-color: #32353c;
	color: #fff;
	padding: 3px 10px;
	font-size: 15px;
}
.album-post .post-minimal .post-body .post-more a:hover {
	background-color: #1b65b1;
}



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

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

@media (min-width: 1200px) {
	.album-post .post-minimal .post-body {
		padding: 40px 26px 30px 40px;
	}
	.album-post .post-minimal .post-left {
		width: 240px;
	}
	.album-post .post-minimal .post-text {
		min-height: 90px;
	}
	.album-post .post-minimal .post-body {
    padding: 40px 26px 30px 40px;
}
}

/*========================================================
                   	活動相簿內頁
=========================================================*/

.album-top {
	margin: 0 15px 50px 15px;
	background-color: #ededed;
	border-left: 15px solid #33383e;
	padding: 25px 30px;
}
.album-top h2 {
	margin: 0 0 10px 0;
	font-size: 28px;
}
.album-detail ul [class *= col-] {
	margin-bottom: 10px;
	padding-right: 15px;
    padding-left: 15px;
}
.album-detail ul {
	max-width: 1600px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.album-detail li.shown,
.no-js .album-detail li,
.no-cssanimations .album-detail li {
	opacity: 1;
}
.album-detail li a {
	outline: none;
	border: none;
	display: block;
}
.album-detail li img {
	width: 100%;
	vertical-align: bottom;
	border: 1px solid #cdcdcd;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}


.album-detail li .pic {
	position: relative;
    display: block;
    overflow: hidden;
    z-index: 2;
}
.album-detail li .pic:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.album-detail li .pic span:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.album-detail li .pic span:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
	background: url(../images/magnifier.png) no-repeat center center;
	background-color: rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
.album-detail li .pic span:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	content: "";
	width: 100%;
	height: 100%;
	border: 3px solid #fff;
}
.album-detail li p {
    text-align: center;

}
.album-detail li p a {
    color: #333;
}








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

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

.map {
	margin-bottom: 50px;
}

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



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

/* 說明 */
.form-info {
	border: 2px dashed #adadad;
	padding: 20px 20px 20px 20px;
	margin-bottom: 20px;
	min-height: 60px;
}
.form-info p {
	margin-bottom: 6px;
}



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

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

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

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

/* 意見表單 */

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


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

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

/* 尺寸設定 */

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


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

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

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


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