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



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

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

ul.prodList .row {
  margin-left: -3.5%;
  margin-right: -3.5%;
}

ul.prodList li {
	margin-bottom: 90px;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}

ul.prodList li.col-sm-6 {
	padding-left: 3.5%;
	padding-right: 3.5%;
}

ul.prodList li h3.prodName {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 27px;
	line-height: 24px;
	-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.prodName {
	color: #01a9e8;
}

ul.prodList li figure {
	width: 48%;
	display: inline-block;
	vertical-align: middle;
}

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 {
	opacity: 0.5;
    -ms-filter: alpha(Opacity=50);
    filter: alpha(Opacity=50);
}

ul.prodList li .summaryBox {
	width: 50%;
	display: inline-block;
	padding-left: 35px;
	vertical-align: middle;
}

ul.prodList li .summaryBox p {
	font-size: 14px;
	color: #3f3f3f;
	line-height: 24px;
}

ul.prodList li .summaryBox p.fileBtn {
	width: 100%;
	font-size: 15px;
	color: #fff;
	margin-top: 40px;
	padding: 7px 0;
	display: block;
	text-align: center;
	background-color: #00aeef;
	-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 .summaryBox p.fileBtn {
	background-color: #000;
}



/*----- 產品詳細頁 -----*/
.prodDetail {
	padding-bottom: 45px;
	margin-bottom: 70px; 
	border-bottom: 1px solid #c1c1c1;
}

.prodDetail:last-of-type {
	padding-bottom: 0;
	margin-bottom: -15px; 
	border-bottom: none;
}

.prodBox {
	margin-bottom: 40px;
}

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

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

.rightBox {
	float: right;
	width: 65%;
}

.productName {
	font-size: 22px; 
	color: #0099d3;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 32px;
}

.featureBox {
	line-height: 30px;
}

.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;
	margin-left: -20px;
}

a.downloadBtn {
	width: 150px;
	font-size: 16px;
	color: #fff;
	margin: 30px 0 0 2px;
	padding: 8px 0;
	display: block;
	text-align: center;
	background-color: #333;
}

a.downloadBtn i {
	font-size: 17px;
	margin-right: 10px;
	vertical-align: baseline;
}

a.downloadBtn:hover {
	background-color: #00aeef;
}

.specTitle {
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}


.table-responsive {
	margin-bottom: 30px;
}


/*規格表樣式*/
.table {
  margin-bottom: 0;
}

.specTable {
}

.specTable th,
.specTable td {
    border: 1px solid #bdbdbd;
	line-height: 20px;
	vertical-align: middle;
}

.specTable th {
	font-size: 15px;
	color: #fff;
	padding: 7px 8px;
	border-bottom: none;
	background-color: #0093cc;
	text-align: center;
}

.specTable td {
	font-size: 15px;
	color: #222;
	padding: 5px 10px;
	text-align: center; 
}

.specTable tr:nth-child(2n) > td {
	background-color: #e9e9e9;
}

a.backBtn {
	width: 120px;
	margin: 0 auto;
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 8px 0;
	margin-top: 45px;
	border-radius: 30px;
	border: 1px solid #0093cc;
	background: #0093cc;
	text-align: center;
}

a:hover.backBtn {
	color: #0093cc;
	background: #fff;
}





@media (max-width: 1199px){

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



}



@media (max-width: 991px){

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

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



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

	
}


@media (max-width: 767px){

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

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

ul.prodList li .summaryBox p.fileBtn {
	margin-top: 28px;
}



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


}


@media (max-width: 575px){

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

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

ul.prodList li.col-sm-6 {
	padding-left: 0;
	padding-right: 0;
}

ul.prodList li h3.prodName {
	font-weight: normal;
}



/*----- 產品詳細頁 -----*/
.prodDetail {
	padding-bottom: 25px;
	margin-bottom: 50px; 
}

.leftBox {
	float: none;
	width: 100%;
	text-align: center;
}

.leftBox img {
	width: 90%;
}

.rightBox {
	float: none;
	width: 100%;
	padding-top: 40px;
}

a.downloadBtn {
	width: 100%;
	padding: 10px 0;
}



}


@media (max-width: 479px){

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


}


