@charset "utf-8";
/* CSS Document */

/*** 關於我們 ***/
.about-pages .textEditor h3 {
	color:#9F3710;
	font-size:16px;
	font-weight:bold;
}

/*** 生產設備 ***/
#equipment table {
	border-bottom:1px solid #6EA9EC;
}
#equipment table th {
	font-size:15px;
	text-align:center;
	background-color:#232323;
	border-top:1px solid #6EA9EC;
	border-bottom:1px solid #6EA9EC;
}
#equipment table td {
	text-align:center;
	border-top:1px solid transparent;
}
#equipment table tr.c2 {
	background-color:#2C2C2C;
}

/*** 影片列表 ***/
@media (max-width: 480px) {
.mediaList .col-xs-6 {
	width:100%;
}
}
 /* youTube icon */
.mediaList .youtube-icon {
	display:block;
	background-color:rgba(255,255,255,0.8);
	width:50px;
	height:50px;
	line-height:50px;
	/*border:5px solid #FFF;*/
	border-radius:50%;
	box-shadow:2px 2px 5px #666;
	/*font-size:30px;*/
	color:#D03133;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
	z-index:99;
}
.mediaList .thumbnail .caption h3 {
	overflow:visible;
	white-space:normal;
}
.mediaList .thumbnail .caption p.ellipsis {
	height:auto;
}

/*** 常見問題 ***/
 /* 設定從第二個.panel開始與上一個區塊之間的距離 */
.faq-pages .faqList .panel + .panel {
	margin-top:10px;
}
.faq-pages .faqList .panel-heading {
	padding:0;
}
.faq-pages .faqList .panel-title > a {
	display:block;
	padding:10px 15px;
}
 /* 分類篩選切換時的縮放效果 */
.faq-pages .ds {}
.faq-pages .scale {}

/*** 檔案下載 ***/
.documentList h3 {
	font-size:20px;
	margin-top:0;
	margin-bottom:20px;
}
.documentList h3 > svg {
	display:inline-block;
	width:20px;
	height:20px;
	fill:currentColor;
	vertical-align:-0.125em;
	margin-right:10px;
}
.documentList .document-desc {
	color:#777;
	margin-bottom:20px;
}
.documentList .file-list {
	padding:12px 6px;
	border-top:1px dashed #DDD;
}
.documentList .file-title {
	max-width:70%;
}
.documentList .file-download {
	margin-left:auto;
}
.documentList .file-download a > svg {
	display:inline-block;
	width:16px;
	height:16px;
	fill:currentColor;
	vertical-align:-0.125em;
	margin-left:10px;
}

/*** 聯絡我們 ***/
.contact-pages .service-time {
	font-family:'Noto Sans TC', sans-serif;
	text-align:center;
	letter-spacing:1px;
	margin-bottom:20px;
}
.contact-pages ul.main_contact {
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	padding-left:0;
	margin:0 -15px;
}
.contact-pages ul.main_contact li {
	width:50%;
	padding:15px;
}
@media (max-width: 991px) {
.contact-pages ul.main_contact li {
	width:100%;
}
}
.contact-pages ul.main_contact li .item {
	display:flex;
	align-items:center;
	padding:30px 20px;
	height:100%;
	border-radius:10px;
	background-color:#282828;
	/*box-shadow:0px 0px 13px 0px rgba(119, 119, 119, 0.2);*/
}
.contact-pages ul.main_contact li .icon {
	width:76px;
	height:76px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#3D3D3D;
	border-radius:50%;
	position:relative;
}
.contact-pages ul.main_contact li .icon::before {
	content:"";
	border:1px solid rgba(255,255,255,0.1);
	border-radius:50%;
	position:absolute;
	left:5px;
	right:5px;
	top:5px;
	bottom:5px;
}
.contact-pages ul.main_contact li .box {
	width:calc(100% - 76px);
	padding-left:20px;
	font-family:'Noto Sans TC', sans-serif;
	letter-spacing:1px;
}
.contact-pages ul.main_contact li .box span {
	color:#999;
}
.contact-pages ul.main_contact li .box a {
	padding-left:15px;
}
.form-group em {
	color:#DA251C;
	font-style:normal;
}
 /* Google Maps */
.mapBox {
	padding-top:60px;
}
.mapBox h2 {
	margin-bottom:30px;
}
.mapBox h2 > svg {
	color:#999;
	vertical-align:-0.125em;
	margin-right:10px;
}
.mapBox .gmap iframe {
	display:block;
	width:100%;
}

/*** 會員專區 ***/

/*** shopcart 購物車 ***/
 /* 行動支付列表 */
@media (max-width: 480px) {
.shopcart-pages .paymentList .col-xs-6 {
	width:100%;
}
}
