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



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

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

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

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

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

ul.prodList li .prodBox {
	position: relative;
	overflow: hidden;
	padding: 18px;
	vertical-align: top;
	cursor: pointer;
	background: #fff;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	-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 .prodBox {
	background: #e3e3e3;
	box-shadow: none;
}

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

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 .prodInfo {
	margin-top: 12px;
	padding-top: 13px;
	border-top: 2px solid #d1d1d1;
}

ul.prodList li h3 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	position: relative;
	font-family: 'Roboto Condensed', 微軟正黑體, 新細明體, sans-serif;
	-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 h3 {
	color: #0070e6;
}

ul.prodList li h3:before {
	content: " ";
	display: block;
	width: 62px;
	height: 2px;
	background: #0070e6;
	position: absolute;
	top: -15px;
	left: 0;
	transition: all .4s ease-out;
}

ul.prodList li:hover h3:before {
	width: 100%;
}

ul.prodList li p.summary {
	font-size: 15px;
	color: #777;
	margin-top: 4px;
	line-height: 1.4;
}



/*----- 產品詳細頁 -----*/
.mainBox {
	margin: 10px 0 80px; 
}

.leftBox {
	float: left;
	width: 44%;
}

.leftBox figure {
	background-color: #fff;
	text-align: center;
}

.leftBox figure img {
	width: 100%;
	height: auto;
}

ul.smallImg {
	margin-top: 25px;
}

ul.smallImg li {
	float: left;
	width: 18.64%;
	margin: 0 1.7% 2.2% 0;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.smallImg li:nth-child(5n) {
	margin-right: 0;
}

ul.smallImg li:hover {
	transform: translateY(-12px)
}

ul.smallImg li img {
	width: 100%;
}

ul.smallImg li a,
ul.smallImg li a img {
}



/*右側產品資訊樣式*/
.rightBox {
	float: right;
	width: 48%;
}

.productName {
	font-size: 30px; 
	color: #0070e6;
	font-weight: 500;
	font-family: 'Roboto Condensed', 微軟正黑體, 新細明體, sans-serif;
	padding-bottom: 18px;
	border-bottom: 1px solid #b4b4b4;
	line-height: 1.4;
}


.featureBox {
	padding: 35px 2px 60px;
	line-height: 2.0;
}

.featureBox ul,
.featureBox ol {
	list-style: none; 
}

.featureBox ul li {
	padding-left: 19px;
}

.featureBox ul li:before {
    content: "•";
    padding-right: 8px;
    margin-left: -14px;
    color: #333;
}

.featureBox ol li {
	list-style: decimal;
}

a.contactBtn {
	width: 200px;
	font-size: 19px;
	color: #0070e6;
	font-weight: 500;
	padding: 8px 0;
	display: inline-block;
	position: relative;
	border-radius: 99em;
	border: 2px solid #0070e6;
	text-align: center;
	font-family: 'Roboto Condensed', 微軟正黑體, 新細明體, sans-serif;
}

a.contactBtn span {
	font-size: 22px;
	font-weight: normal;
	margin-right: 9px;
	vertical-align: text-bottom;
}

a.contactBtn:hover {
	color: #fff;
	background-color: #0070e6;
}

.heading {
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #0070e6;
	text-align: center;
	font-family: 'Roboto Condensed', 微軟正黑體, 新細明體, sans-serif;
}

.heading::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 9px solid;
	border-color: #0070e6 transparent transparent transparent;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);
}

.specBox {
	margin: 50px 0 30px;
	line-height: 2.2;
	position: relative;
}

.specBox ul,
.specBox ol {
	padding-left: 18px;
	margin-bottom: -15px;
}

.specBox ul li,
.specBox ol li {
	margin-bottom: 15px;
}

.specBox ol li {
	list-style-type: decimal;
}

.specBox ul li {
	list-style-type: disc;
}

.specBox ol li {
	list-style-type: decimal;
}

.specBox h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	font-family: 'Roboto Condensed', 微軟正黑體, 新細明體, sans-serif;
}

.specBox a {
	color: #0070e6;
}

.specBox a:hover {
	text-decoration: underline;
}

a.backBtn {
	width: 150px;
	margin-bottom: -100px; 
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 11px 0 8px;
	position: absolute;
	bottom: 0;
	right: 15px;
	background: #000;
	text-align: center;
	z-index: 1;
}

a.backBtn i {
    font-size: 14px;
    margin-right: 9px;
}

a.backBtn:hover {
	background-color: #0070e6;
    transition: top .3s ease-out, background-color .2s ease-out, box-shadow .5s ease-out, color .3s ease-out .2s;
}

a.backBtn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: #0070e6;
  transition-duration: .3s;
}

a.backBtn:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}



/*規格表*/
.specTable {
}

.specTable th,
.specTable td {
	padding: 11px 8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
}

.specTable th {
	color: #fff;
	background-color: #0070e6;
}

.specTable td {
	background-color: #e6e6e6;
}

.specTable th:first-child,
.specTable td:first-child {
	border-left: 0;
}

.specTable tr:last-child > td {
	border-bottom: 0;
}

.discolor tr:nth-child(2n+1) > td {
	background-color: #c9c9c9;
}



@media (max-width: 1399px){

/*----- 產品詳細頁 -----*/
a.backBtn {
	right: 0;
}


}


@media (max-width: 991px){

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

a.backBtn {
	margin-bottom: -130px; 
}


}


@media (max-width: 767px){

/*----- 產品列表 -----*/
ul.prodList .row {
    margin-left: -15px;
    margin-right: -15px;
}

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



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

}


@media (max-width: 575px){

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

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: 50px;
}

ul.prodList li h3 {
	font-size: 17px;
}



/*----- 產品詳細頁 -----*/
.mainBox {
	margin: 15px 0 60px; 
}

.leftBox {
	float: none;
	width: 100%;
}

.rightBox {
	float: none;
	width: 100%;
	padding-top: 30px;
	clear: both;
}

.productName {
	font-size: 24px; 
}

a.contactBtn {
	width: 100%;
}

.heading {
	font-size: 24px;
}

.specBox {
	margin-top: 40px;
}

a.backBtn {
	margin-bottom: -90px;
}

}

