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




/*========================================================
                      	 最新案例
=========================================================*/

.case-list [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.case-list [class*="col-"]:nth-of-type(1) {
	background: url(../../images/case_pic1.jpg) no-repeat right top;
	background-size: cover;
}
.case-list [class*="col-"]:nth-of-type(2) {
	background: url(../../images/case_pic2.jpg) no-repeat center top;
	background-size: cover;
	padding: 50px 20px;
}
.case-list [class*="col-"]:nth-of-type(2) h2 {
	color: #20120b;
	font-size: 36px;
	margin-bottom: 30px;
}
.case-list [class*="col-"]:nth-of-type(2) h3 {
	color: #808408;
	font-size: 20px;
	margin-bottom: 30px;
}
.case-list [class*="col-"]:nth-of-type(2) .more {
}
.case-list [class*="col-"]:nth-of-type(2) .more a {
	display: inline-block;
	background-color: #aa704b;
	padding: 15px 40px;
	color: #fff;
	font-size: 20px;
}
.case-list [class*="col-"]:nth-of-type(2) .more a:hover {
	background-color: #20120b;
}

/* 尺寸設定 */
@media (min-width: 640px) {
	.case-list > .row {
		display: flex;
	}
}
@media (min-width: 768px) {
	.case-list [class*="col-"]:nth-of-type(2) {
		padding: 60px 50px;
	}
	.case-list [class*="col-"]:nth-of-type(2) h2 {
		font-size: 42px;
	}
	.case-list [class*="col-"]:nth-of-type(2) h3 {
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	.case-list [class*="col-"]:nth-of-type(2) {
		padding: 90px 100px;
	}
	.case-list [class*="col-"]:nth-of-type(2) h2 {
		font-size: 48px;
	}
	.case-list [class*="col-"]:nth-of-type(2) h3 {
		font-size: 28px;
	}
}

/*========================================================
                      	 新聞中心
=========================================================*/


.news-list {
    background: url(../../images/news_bg.jpg) no-repeat center top;
    background-size: cover;
}
.news-list img {
    width: 100%;
    vertical-align: bottom;
}
.news-list h1 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 0;
}
.news-list h1 span {
	position: relative;
	z-index: 9;
	display: inline-block;
	padding-left: 5%;
	padding-right: 5%;
}
.news-list h1:before {
	content: "";
	position: absolute;
	top : 50%;
	left : 0%;
	transform : translate(-0%,-50%);
	z-index: 1;
	width: 28%;
	height: 1px;
	background-color: #fff;
}
.news-list h1:after {
	content: "";
	position: absolute;
	top : 50%;
	right : 0%;
	transform : translate(-0%,-50%);
	z-index: 1;
	width: 28%;
	height: 1px;
	background-color: #fff;
}
.news-list h1+p { 
    color: #fff;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.news-list .row {
	list-style: none;
	margin: 0 auto 50px;
	padding: 40px 5% 0;
	text-align: center;
	background-color: #e1ddd7;
	width: 100%;
}
.news-list ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.news-list ul li {
	border-bottom: 1px solid #9e7f49;
}
.news-list ul li:last-of-type {
	border-bottom: none;
}
.news-list ul li a {
	color: #404040;
	display: block;
	padding: 15px;
	font-size: 18px;
}
.news-list ul li a:hover {
	background-color: #b99961;
	color: #fff;
}

.news-list .more {
	text-align: center;
	margin-bottom: 50px;
}

.news-list .more a {
	border: 1px solid #292929;
	color: #292929;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 10%;
}
.news-list .more a:hover {
	padding: 10px 12%;
	background: #8b7a59;
	border: 1px solid #8b7a59;
	color: #FFF;
}


/*  尺寸設定 */
@media (min-width: 768px) {
	.news-list h1 {
		font-size: 38px;
	}
	.news-list h1:before {
		width: 34%;
	}
	.news-list h1:after {
		width: 34%;
	}
}
@media (min-width: 1200px) {
	.news-list .row {
		padding: 50px 10% 0;
	}
	.news-list h1 {
		font-size: 44px;
	}
	.news-list h1:before {
		width: 40%;
	}
	.news-list h1:after {
		width: 40%;
	}
}




/*========================================================
                      	 服務項目
=========================================================*/


.service-list {
}
.service-list a {
    display: block;
    padding: 1em;
    box-sizing: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 1px;
	color:#404040;
}

.service-list img {
    width: 100%;
    vertical-align: bottom;
}
.service-list h1 {
	text-align: center;
	color: #4e4e4e;
	font-size: 32px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 0;
}
.service-list h1 span {
	position: relative;
	z-index: 9;
	display: inline-block;
	padding-left: 5%;
	padding-right: 5%;
}
.service-list h1:before {
	content: "";
	position: absolute;
	top : 50%;
	left : 0%;
	transform : translate(-0%,-50%);
	z-index: 1;
	width: 28%;
	height: 1px;
	background-color: #959595;
}
.service-list h1:after {
	content: "";
	position: absolute;
	top : 50%;
	right : 0%;
	transform : translate(-0%,-50%);
	z-index: 1;
	width: 28%;
	height: 1px;
	background-color: #959595;
}
.service-list h1+p { 
	color: #4e4e4e;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.service-list [class*="col-"] dl dd { 
    background: url(../../images/service_icon.jpg) no-repeat left 2px;
	padding-left: 30px;
}

.service-list .more {
	display: block;
	margin: 70px auto 40px;
	text-align: center;
}
.service-list .more a {
	display: inline-block;
	background-color: #787878;
	color: #fff;
	width: 80%;
	padding: 7px;
	position: relative;
	font-size: 20px;
}
.service-list .more a:before {
	content: '\f100';
	font-family:'FontAwesome';
	position: absolute;
	top : 50%;
	left : 1%;
	transform : translate(-1%,-50%);
	z-index: 1;
	font-size: 20px;
}
.service-list .more a:after {
	content: '\f101';
	font-family:'FontAwesome';
	position: absolute;
	top : 50%;
	right : 1%;
	transform : translate(-1%,-50%);
	z-index: 1;
	font-size: 20px;
}



/*  尺寸設定 */

@media (min-width: 768px) {
	.service-list h1 {
		font-size: 38px;
	}
	.service-list h1:before {
		width: 34%;
	}
	.service-list h1:after {
		width: 34%;
	}
	.service-list .more a {
		width: 60%;
	}
}
@media (min-width: 1200px) {
	.service-listt h1 {
		font-size: 44px;
	}
	.service-list h1:before {
		width: 40%;
	}
	.service-list h1:after {
		width: 40%;
	}
	.service-list .more {
		margin: 20px auto 40px;
	}
	.service-list .more a {
		width: 40%;
	}
}



/*========================================================
                         關於冠亨
=========================================================*/

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


.about-list > [class*="col-"]:nth-of-type(1) {
	padding-left: 0;
	padding-right: 0;
}
.about-list > [class*="col-"]:nth-of-type(2) {
	padding-left: 0;
	padding-right: 0;
}

.about-list > [class*="col-"]:nth-of-type(1) {
	background-color: #d7cebe;
}

.about-list .info {
	padding: 40px;
	font-size: 20px;
	line-height: 36px;
}
.about-list .info p {
	margin-bottom: 20px;
}
.about-list .more a {
	background-color: #866444;
	border-radius: 20px;
	padding: 10px 30px;
	color: #fff;
}
.about-list .more a:hover {
    background-color: #20120b;
}



/*  尺寸設定 */
@media (max-width: 992px) {
	.about-list .col-md-5 {
		display: none;
	}
}
@media (max-width: 1367px) {
	.about-list .p2 {
		display: none;
	}
}
@media (min-width: 992px) {
	.about-list {
		display: flex;
	}
}
@media (min-width: 1200px) {
	.about-list .info {
		padding: 60px;
		font-size: 24px;
		line-height: 36px;
	}
}


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

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

a.figure:hover:before {
    opacity: 0.3;
    -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-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}

