@charset "utf-8";
/* CSS Document */



/*----- 產品列表 -----*/
/*ul.prodList {
	margin-bottom: -70px;
}*/

ul.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*
ul.prodList .row {
    margin-left: -11px;
    margin-right: -11px;
}

ul.prodList li.col-sm-4 {
	padding-left: 11px;
	padding-right: 11px;
}
*/

ul.prodList li {
	margin-bottom: 70px;
}

.photo-mask {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #dedbdb;
}

ul.prodList li figure img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.prodList li:hover figure img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15); 
}

ul.prodList li h3 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding: 13px 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
}

ul.prodList li:hover h3 {
	color: #fff;
	background-color: #00c4b3;
}

.prodTxt {
	margin-bottom: 50px;
}



/*----- 產品詳細頁 -----*/
.heading {
	font-size: 36px; 
	color: #000;
	font-weight: bold;
	padding-bottom: 9px;
	margin: -50px 0 35px;
	border-bottom: 1px solid #bebebe;
	line-height: 1.4;
}

.lineHeight {
	line-height: 2.0;
}

a.backBtn {
	width: 140px;
	margin: 0 auto;
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 10px 0;
	margin-top: 60px;
	border-radius: 30px;
	background: #131313;
	text-align: center;
}

a.backBtn:hover {
	background: #8d2005;
}

a.backBtn::before {
	content: '\f104';
    font-family: FontAwesome;
    font-size: 15px;
    display: inline-block;
    margin-right: 9px;
	vertical-align: middle;
}



@media (max-width: 1199px){

/*----- 產品詳細頁 -----*/
.heading {
	font-size: 32px; 
}


}



@media (max-width: 991px){

/*----- 產品詳細頁 -----*/


	
}


@media (max-width: 767px){

/*----- 產品列表 -----*/



/*----- 產品詳細頁 -----*/


}


@media (max-width: 575px){

/*----- 產品列表 -----*/
ul.prodList {
	margin-bottom: 20px;
}

ul.prodList .row {
    margin-left: -8px;
    margin-right: -8px;
}

ul.prodList li.col-6 {
	padding-left: 8px;
	padding-right: 8px;
}

ul.prodList li {
	margin-bottom: 30px;
}

ul.prodList li h3 {
	font-size: 16px;
	padding-top: 11px;
	padding-bottom: 11px;
}



/*----- 產品詳細頁 -----*/
.heading {
	font-size: 26px; 
	margin-top: -10px;
}


}


@media (max-width: 479px){

/*----- 產品列表 -----*/


}


