@charset "utf-8";

body , .wrapper{ color:#333; background:#0054A6;}

body , .wrapper{ min-width:1280px; }


/*a 鏈結字*/
a { color:#333;}
a:hover, a:focus { color:#e27b2a; text-decoration:none; }


/*圖片*/
.pic img{ width:100%; height:auto;}
.maxpic img{ max-width:100%; height:auto;}


/*方形圖設定*/
.item-thumb-frame { position: relative; display: block; width: 100%; overflow: hidden; }
.item-thumb { display: block; max-width: 100%; padding-bottom: 100%; }

.flex-container{ display: flex; flex-wrap:wrap; align-items:center; }


body { -moz-user-select:none; -webkit-user-select: none; }


/*====================================================================*/

 
/*page 分頁*/
.page{
	margin:45px 0;
	font-size:0.75rem;
	text-align:center;
	color:#333;
}
.page a , .page span{
	display:inline-block;
	border: 1px solid #333;
	padding: 6px 6px;
	margin:0 3px;
	font-size:0.8rem;
	line-height:1.1;
	min-width:30px;
	
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-bborder-radius:2px;
	border-radius:2px;
}
.page span{ 
	background:#0054A6;
	color:#fff; 
	border-color:#0054A6;
}

.page a{ color:#333; }
.page a:hover{ background:#333; color:#fff; border-color:#333; }


/*====================================================================*/

/*輪播-左右按鈕*/
.owl-nav-style .owl-next , .owl-nav-style .owl-prev{
	position: absolute;
	top:50%;
	width: 35px;
	height: 35px;
	margin-top:-20px;
	opacity:0;
	transition: all 0.2s ease-in-out;
}
.owl-nav-style .owl-prev { left: 0px; }
.owl-nav-style .owl-next{ right: 0px; }
.owl-nav-style .owl-prev:before , .owl-nav-style .owl-prev:after , .owl-nav-style .owl-next:before , .owl-nav-style .owl-next:after{
	position:absolute;
	z-index:5;
	left:50%;
	margin-top:-6px;
	width:4px;
	height:16px;
	content:"";
	background:#fff;
	
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-bborder-radius:2px;
	border-radius:2px;
}
.owl-nav-style .owl-prev:before , .owl-nav-style .owl-next:after{ bottom:50%; margin-bottom:-12px; }
.owl-nav-style .owl-prev:after , .owl-nav-style .owl-next:before{ top:50%; margin-top:-12px; }
.owl-nav-style .owl-prev:before , .owl-nav-style .owl-next:before{
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.owl-nav-style .owl-prev:after , .owl-nav-style .owl-next:after{
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.owl-nav-style:hover .owl-prev , .owl-nav-style:hover .owl-next{ opacity:0.8; }
.owl-nav-style .owl-prev:hover , .owl-nav-style .owl-next:hover{ opacity:1; }


/*輪播-底下圓圈*/
.owl-dots-style .owl-dots{ position:absolute; bottom:10px; left:1%; width:98%; z-index:3; text-align:right; padding:0 10px;}
.owl-dots-style .owl-dots .owl-dot { display:inline-block; zoom:1 }
.owl-dots-style .owl-dots .owl-dot span {
	width:15px;
	height:15px;
	margin:0px 7px;
	background:#fff;
	border:3px solid #fff;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-bborder-radius:50%;
	border-radius:50%;
}
.owl-dots-style .owl-dots .owl-dot.active span, .owl-dots-style .owl-dots .owl-dot:hover span { background:#EB6A26; border:3px solid transparent;}
@media (max-width:960px) { 
	.owl-nav-style .owl-prev { left: 0px; }
	.owl-nav-style .owl-next{ right: 0px; }
	
	.owl-dots-style .owl-dots{ bottom:5px; padding:0; line-height:1; }
	.owl-dots-style .owl-dots .owl-dot span { width:12px; height:12px; margin:0px 12px; border-width:2px; } 
}
 


/*====================================================================*/


/*回頂端按紐*/
.scrolltop{
	position: fixed;
	z-index: 999;
    right: 15px;
    bottom: 75px;
    display: block;
    cursor: pointer;
	background:#0054A6;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 33px;
    padding: 10px 5px;
	opacity:0;
}
.scrolltop img {
    animation: scroll-act1 2.5s infinite;
}
.scrolltop.show{ opacity:1; }

@keyframes scroll-act1{
	0% {
		opacity: 0;
		-webkit-transform: translateY(12px);
		-ms-transform: translateY(12px);
		transform: translateY(12px);
	}
	50% {
		opacity: 1;
		-webkit-transform: translateY(0px) scale(1);
		-ms-transform: translateY(0px) scale(1);
		transform: translateY(0px) scale(1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-10px) scale(1);
		-ms-transform: translateY(-10px) scale(1);
		transform: translateY(-10px) scale(1);
	}
}


/*====================================================================*/


.header{ background:#fff; } 

/*logo和選單列*/
.header-top-flex{ display: flex; flex-wrap:wrap;  /*align-items:center;*/ }
.header-top-left{ width:30%; margin-right:5%; padding:20px 0 15px 0; }
.header-top-right{ position:relative; width:65%; background:#0054A6; padding:60px 0 15px 0; }
.header-top-right:before{
	position:absolute;
	top:0;
	left:-60px;
	width:100px;
	height:100%;
	content:"";
	background:#fff;
	transform:skewX(-25deg);
}
.header-top-right:after{
	position:absolute;
	top:0;
	right:-700px;
	width:700px;
	height:100%;
	content:"";
	background:#0054A6;
}

.menu-list{ text-align:right; }
.menu-list li{ display:inline-block; width:130px; margin-left:50px; }
.menu-list li a{
	position:relative;
	display:block;
	text-align:right;
	padding:4px 0 28px 0;
	line-height:1;
	color:#fff;
	letter-spacing:0px;
}
.menu-list li a:before{
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	height:4px;
	content:"";
	background:rgba(255,255,255,0.5);
}
.menu-list li a .title{
	font-size:17px;
	font-weight:600;
}
.menu-list li a .subtitle{
	position:absolute;
	bottom:0;
	left:5px;
	font-size:14px;
	font-weight:100;
	text-transform:uppercase;
	opacity:0.5;
}
.menu-list li a .hexagon-shape{
	position:absolute;
	bottom:19px;
	left:-10px;
	display:block;
	width:10px;
	height:5px;
	background:rgba(255,255,255,0.5);
}
.menu-list li a .hexagon-shape:before {
	content:"";
	position:absolute;
	top:-3px;
	left:0;
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:3px solid rgba(255,255,255,0.5);
}
.menu-list li a .hexagon-shape:after {
	content:"";
	position:absolute;
	bottom:-3px;
	left:0;
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:3px solid rgba(255,255,255,0.5);
}
.menu-list li a:hover{ color:#fff; }
.menu-list li a:hover .subtitle{ opacity:1; }
.menu-list li a:hover:before{ background:#fff; }
.menu-list li a:hover .hexagon-shape{ background:#fff; }
.menu-list li a:hover .hexagon-shape:before{ border-bottom-color:#fff; }
.menu-list li a:hover .hexagon-shape:after{ border-top-color:#fff; }


.header-dec-line{ position:relative; height:10px; }
.header-dec-line:before{
	position:absolute;
	top:0;
	left:-700px;
	width:700px;
	height:100%;
	content:"";
	background:#0054A6;
}
.header-dec-line-left{ position:relative; width:35%; height:100%; background:#0054A6; }
.header-dec-line-left:before{
	position:absolute;
	top:0;
	right:-3px;
	width:10px;
	height:100%;
	content:"";
	background:#0054A6;
	transform:skewX(-25deg);
}




/*頁尾*/
.footer{ background:#0054A6; }
.footer-top-flex{ display: flex; flex-wrap:wrap; align-items:center; margin:45px auto 40px auto; }
.footer-top-left{ width:200px; margin-right:20px; }
.footer-top-center{ width:calc(100% - 440px); }
.footer-top-right{ width:200px; margin-left:20px; }

.footer-logo img{ display:block; max-width:100%; height:auto; }

.footer-info-list{ border-left:2px solid #fff; padding-left:20px; }
.footer-info-list li{ font-size:14px; }
.footer-info-list li span{ display:inline-block; margin-right:5px; }
/*.footer-info-list li span.title{ position:relative; width:64px; }*/
/*.footer-info-list li span.title:after{ position:absolute; top:0; right:0; content:"：";}*/
.footer-info-list li , .footer-info-list li a{ color:rgba(255,255,255,0.8); }
.footer-info-list li a:hover{ color:rgba(255,255,255,1); }

.social-list{ display:block; text-align:center; }
.social-list li{ 
	display:inline-block; 
	width:35px;  
	margin:3px 3px;
	
	transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.social-list li img{ display:block; max-width:100%; height:auto; }
.social-list li:hover{
	transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
}

.footer-bottom-wrap{ text-align:center; padding:10px 0; border-top:5px solid #fff;}
.web-copyright{ font-size:0.9em; color:#fff; }
.web-copyright span{ display:inline-block; }
.web-designer{ position:absolute; bottom:0; right:0; font-size:0.75em; }
.web-designer , .web-designer a{ color:rgba(255,255,255,0.5); }
.web-designer a:hover{ color:#e27b2a; }



.main{ position:relative; min-height:800px; background:#fff; }
.main:before{
	position:absolute;
	bottom:0;
	left:50%;
	width:1920px;
	height:780px;
	margin-left:-960px;
	content:"";
	background:url(../images/web-05.png) no-repeat center;
	background-size:cover;
}


.banner{ background:#fff; }
.banner img{ display:block; max-width:100%; height:auto; }




/*導覽路徑*/
.breadcrumbs{
	line-height:1.5;
	text-align:right;
	letter-spacing:0;
	margin:10px 0 20px 0;
}
.breadcrumbs , .breadcrumbs a{ color:#999999; }
.breadcrumbs a:hover{ color:#FF6D00; }
.breadcrumbs span{margin-right:0px; font-size:0.8em;}
.breadcrumbs span:after{ content:"/"; margin-left:5px; font-size:0.7em; }
.breadcrumbs span:last-child:after{display:none;}
/*.breadcrumbs span:last-child{ font-size:1em; font-weight:600; }*/


/*分類*/
.category-area{ margin:10px 0 30px 0; }
.category-list{ display:flex; flex-wrap:wrap; justify-content:center; }
.category-list li{ margin:5px 20px 15px 0; width:15%; margin-right:2%; }
.category-list li:nth-child(6n){ margin-right:0; }
.category-list li a{
	position:relative;
	display:block;
	background:rgba(0,84,167, 0.8);
	color:#fff;
	padding:10px 25px 8px 25px;
	text-align:center;
}
.category-list li a:before{
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	content:"";
	border-top: 15px solid #fff;
	border-left: 15px solid transparent;
}
.category-list li a:hover:before , .category-list li a:hover:after , 
.category-list li.active a:before , .category-list li.active a:after{ opacity:1; }

.category-list li a:hover{ background:rgba(0,84,167, 1) url(../images/web-06.png) no-repeat center; background-size:cover; }
.category-list li.active a{ cursor:default; background:#FF6D00 url(../images/web-06.png) no-repeat center; background-size:cover; }


/*編輯器區塊*/
.editor-area{ margin:15px 0; }
.editor-area img{ max-width:100%; height:auto; }




/*詳細頁縮圖*/
.thumbnail-area{ margin:20px auto; text-align:center;}
.thumbnail-list{}
.thumbnail-list li{ margin:10px 0; text-align:center; }
.thumbnail-list li a{ display:inline-block; }
.thumbnail-list li img{ display:block; max-width:100%; height:auto; }
.thumbnail-list li:hover{ opacity:0.8; }



/*影片*/
.video{ position:relative; text-align:center; margin:30px 0; }
.video iframe{ max-width:100%;}


/*檔案下載*/
.download-line{ text-align:center; }
.download-btn{
	position:relative;
	display:inline-block;
	background:rgba(0,84,167, 0.8) url(../images/web-06.png) no-repeat center; 
	background-size:cover;
	padding:12px 40px 10px 20px;
	margin:10px; 
	line-height:1;
	font-size:0.95em;
	font-weight:600;
	color:#fff;
}
.download-btn:before{
	position:absolute;
	z-index:1;
	top:50%;
	right:20px;
	width:16px;
	height:16px;
	margin-left:-8px;
	margin-top:-8px;
	content:"";
	background:url(../images/icon-arrow-bottom.png) no-repeat center;
	background-size:70% 70%;
}
.download-btn:after{
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	content:"";
	border-top:10px solid #fff;
	border-left:15px solid transparent;
}
.download-btn:hover{ background-color:#FF6D00; color:#fff; }



/*返回按鈕列*/
.pageback-line{margin:30px 0 60px 0; text-align:center; }
.pageback-btn span{ 
	position:relative; 
	display:inline-block; 
	vertical-align:bottom; 
	padding-left:16px; 
	color:rgba(0,84,167, 1); 
	font-weight:600; 
	font-size:0.95em; 
	line-height:1; 
}
.pageback-btn span:before{
	position:absolute;
	top:50%;
	left:0;
	width:14px;
	height:14px;
	margin-top:-7px;
	content:"";
	background:rgba(0,84,167, 1) url(../images/icon-arrow-left.png) no-repeat center;
	background-size:70% 70%;
}
.pageback-btn:hover span{ color:#FF6D00; }
.pageback-btn:hover span:before{ background-color:#FF6D00; }
















/*=======================================================================================================================
=======================================================================================================================*/


/*首頁*/
.idx-main{ position:relative; min-height:600px; padding-top:20px; }
.idx-main:before{
	position:absolute;
	bottom:0;
	left:50%;
	width:1920px;
	height:500px;
	margin-left:-960px;
	content:"";
	background:url(../images/web-03.png) no-repeat center;
	background-size:cover;
}


.idx-area{}
.idx-headline{ position:relative; z-index:2; width:500px; padding:15px 40px 15px 0; margin:80px 0 120px 0; text-align:right; }
.idx-headline:before{
	position:absolute;
	z-index:1;
	top:0;
	left:500px;
	width:1000px;
	height:100%;
	margin-left:-1000px;
	content:"";
	background:#B6DDEC;
	transform:skewX(-25deg);
}
.idx-headline:after{
	position:absolute;
	z-index:-0;
	top:5px;
	left:505px;
	width:1000px;
	height:100%;
	margin-left:-1000px;
	content:"";
	background:#0054A7;
	transform:skewX(-25deg);
}
.idx-headline .title , .idx-headline .subtitle{ position:relative; z-index:3; display:block; line-height:1.4; }
.idx-headline .title{ font-size:30px; font-weight:600; color:#0054A6; }
.idx-headline .subtitle{ font-size:20px; color:#fff; }

.idx-dec-photo{ position:absolute; z-index:99; top:0; right:0; width:700px; height:525px; }
.idx-dec-photo img{ display:block; width:100%; height:auto; }

.idx-desc{ font-size:20px; padding:0 550px 0 100px; }






/*最新消息*/
.news-item{ border-bottom:1px solid rgba(0,33,66, 0.5); margin-bottom:10px; }
.news-date{ 
	position:relative; 
	display:block;
	width:120px;
	/*background:rgba(0,84,167, 0.5) url(../images/web-06.png) no-repeat center;
	background-size:cover;*/
	background:rgba(0,84,167, 0.5);
	color:#fff; 
	font-size:0.85em; 
	padding:6px 25px 4px 10px; 
	line-height:1;
}
.news-date:before{
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	content:"";
	border-top:10px solid #fff;
	border-left:15px solid transparent;
}

.news-name a{ 
	position:relative; 
	z-index:2; 
	display:block; 
	color:#595959; 
	font-size:1em; 
	padding:10px 10px 20px 10px;
	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-name a:before{
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:rgba(0,84,167,0.2);
	background-size:auto 100%;
	
	opacity:0;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.news-name a:hover:before{ opacity:0.7; }




/*最新消息詳細*/
.news-view-name{
	position:relative;
	text-align:center;
	padding:12px 150px;
	margin-bottom:35px;
}
.news-view-name:before{
	position:absolute;
	bottom:-14px;
	left:0;
	width:100%;
	height:14px;
	content:"";
	background:#0054A7 url(../images/web-06.png) no-repeat center right;
}
.news-view-name .title{ font-weight:600; font-size:1.2em; color:#0054A7; }
.news-view-name .date{ 
	position:absolute; 
	bottom:0; 
	left:0; 
	font-size:14px; 
	color:#666;
	width:120px;
	background:rgba(0,84,167, 0.5);
	color:#fff; 
	font-size:0.85em; 
	padding:6px 25px 4px 10px; 
	line-height:1;
}
.news-view-name .date:before{
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	content:"";
	border-top:10px solid #fff;
	border-left:15px solid transparent;
}





/*商品介紹*/
.product-cols-gp{ display: flex; flex-wrap:wrap; margin:30px 0; }
.product-left-side{ width:22%; margin-right:5%; }
.product-right-side{ width:73%; }


.side-nav-heading{ position:relative;}
.side-nav-heading .title{
	position:relative; 
	display:block;
	background:#0054A7 url(../images/web-06.png) no-repeat center;
	background-size:cover;
	color:#fff; 
	font-size:1.6em; 
	padding:25px 20px 20px 20px; 
	line-height:1;
	font-weight:600;
	letter-spacing:3px;
}
.side-nav-heading .title:before{
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	content:"";
	border-top:30px solid #fff;
	border-left:35px solid transparent;
}






/*左側分類*/
.side-nav{ margin-bottom:60px; border:1px solid #0054A7; border-bottom-width:10px; padding-bottom:10px; }
ul.mtree li{ position:relative; }
ul.mtree li a{ position:relative; display:block; }


/*有下一層選項的項目設定*/
ul.mtree li.mtree-node > a:before{
	position:absolute;
	z-index:4;
	top:21px;
	right:15px;
	width:8px;
	height:8px;
	border-right:2px solid #444444; 
	border-top:2px solid #444444;
	margin-top:-5px;
	content:"";
	
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;

	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}

/*ul.mtree li li a , ul.mtree li li li a{ padding-left:35px;}*/

/*第二層*/
ul.mtree li li a{ padding-left:25px;}

/*第三層*/
ul.mtree li li li a{ padding-left:40px;}

/*第四層*/
ul.mtree li li li li a{ padding-left:54px;}

.side-nav{ padding:5px; }
.side-nav li{ border-top:1px solid rgba(51,51,51,0.5); }
.side-nav li a{ color:#444; font-size:15px; padding:8px 30px 6px 25px; }
.side-nav > li:first-child{ border-top-width:0px; }
.side-nav li a:hover{ color:#0054A7; }

.side-nav li.mtree-node:hover > a:before{ /*border-right-color:#444; border-top-color:#444;*/ }

.side-nav > li{ padding:5px 0; }
.side-nav > li > a{ font-size:18px; }
.side-nav > li > a:after{
	position:absolute;
	top:19px;
	left:5px;
	width:8px;
	height:8px;
	content:"";
	background:#333;
}
.side-nav li ul{}
.side-nav > li > a:hover:after{ background:#0054A7; }

/*.side-nav li.mtree-active > a{ background:rgba(47,47,47,0.5); color:#fff; }
.side-nav > li.mtree-active:before { opacity:1; }
ul.mtree li.mtree-active.mtree-node > a:before{ display:none;  }
ul.mtree li.mtree-active.mtree-node > a:after{ display:block; }*/

.side-nav li.mtree-open{ }
.side-nav li.mtree-open > a{ color:#FF6D00; }
.side-nav > li.mtree-open:before { opacity:1; }
.side-nav li.mtree-node.mtree-open > a:before{
	top:17px;
	border-right:2px solid #FF6D00;
	border-top:2px solid #FF6D00;
	
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
}
.side-nav > li.mtree-open > a:after { background:#FF6D00; }



/*商品分類大標*/
.product-cate-name{
	color:#06273D;
	font-weight:600; 
	font-size:1.4em;
	text-align:center;
	padding:6px 9px;
	margin-bottom:25px;
}


/*商品介紹*/
.product-list{ display: flex; flex-wrap:wrap; }
.product-list li{  position:relative; width:31%; margin-right:3.5%; margin-bottom:45px; }
.product-list li:nth-child(3n){ margin-right:0; }

.product-item{ position:relative; border:1px solid #ccc; border-bottom:10px solid #0054A7; height:100%; }
.product-item:before{
	position:absolute;
	bottom:-10px;
	right:-1px;
	width:30%;
	height:10px;
	content:"";
	background:#fff;
	opacity:0;
}
.product-item:after{
	position:absolute;
	bottom:-10px;
	right:30%;
	width:10px;
	height:10px;
	content:"";
	margin-right:-5px;
	background:#fff;
	transform:skewX(-25deg);
	opacity:0;
}
.product-item-photo{ border-bottom:1px solid #ccc; background:#fff; overflow:hidden; padding:5px 0; }
.product-item-more{
	position:absolute;
	z-index:2;
	bottom:0;
	left:0;
	width:100%;
	line-height:1;
	padding:10px 5px 8px 5px;
	text-align:center;
	color:#fff;
	font-weight:600;
	letter-spacing:3px;
	
	background:url(../images/web-31.png) no-repeat center;
	background-size:cover;
	
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	
	-moz-transform:translateY(50px);
	-webkit-transform:translateY(50px);
	-o-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.product-item-title{ padding:5px 10px; margin:5px 0; text-align:center;}
.product-item-title a{ display:block; color:#000; font-weight:600; font-size:1.1em; line-height:1.5;  }
.product-item-title a:hover{ color:#FF6D00;}

.product-item-photo a:hover:before{ opacity:1; }
.product-item-photo a:hover .product-item-more{
	-moz-transform:translateY(0px);
	-webkit-transform:translateY(0px);
	-o-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
}

.product-item-desc{ padding:5px 10px; margin:10px 0; color:#666; font-size:15px; height:86px; overflow:hidden; }

.product-item:hover{ background:#FF6D00; border-bottom-color:#FF6D00; }
.product-item:hover .product-item-title a{ color:#fff; }
.product-item:hover .product-item-desc{ color:#fff; }
.product-item:hover:before , .product-item:hover:after{ opacity:1; }




/*商品詳細頁*/
.product-view-heading{ border-bottom:15px solid #0054A7; text-align:center; padding:5px 0; margin-bottom:30px; }
.product-view-heading .title{ color:#0054A7; font-size:26px; font-weight:600; }






/*聯絡我們*/
.contact-heading{ position:relative; margin-bottom:30px; }
.contact-heading .title{
	position:relative; 
	display:block;
	background:#0054A7 url(../images/web-06.png) no-repeat center;
	background-size:cover;
	color:#fff; 
	font-size:1.3em; 
	padding:19px 20px 14px 20px; 
	line-height:1;
	font-weight:600;
	width:170px;
}
.contact-heading .title:before{
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:0;
	content:"";
	border-top:30px solid #fff;
	border-left:30px solid transparent;
}


.contact-gp{ display:flex; flex-wrap:wrap; margin:45px auto 75px auto;  }
.contact-gp-left{ position:relative; width:50%; }
.contact-gp-right{ width:45%; margin-left:5%; }


.contact-info-list{ padding-left:20px; }
.contact-info-list li{ position:relative; margin-bottom:15px; font-size:1em; padding-left:68px;  }
.contact-info-list li .title{ position:absolute; top:0; left:0; width:68px; }
.contact-info-list li .title:after{ position:absolute; top:0; right:0; content:"：";}
.contact-info-list li a { color:#424241; }
.contact-info-list li a:hover { color:#000; }

.contact-form-box{ padding-left:20px; margin-bottom:45px; }
.contact-form-note{ margin-bottom:15px; font-size:1em; color:#231815; }

.contact-logo{ margin-top:30px; }
.contact-logo img{ display:block; max-width:100%; height:auto; }



/* == 表單 套件組合 ======== */
.input-group {
	display: flex; 
	flex-wrap:wrap;
	align-items:center;
	width:100%; 
	color:#555555; 
	margin-bottom:0;
	padding-right:10px;
	margin-bottom:25px;
}
.input-group.half-width{ width:50%; } 

.require-mark{ color:red; font-size:0.85em; }
.input-title{
	align-self: baseline;
	width:85px;
	font-size:1em;
	text-align: left;
	padding-top:8px;
	color:#424241;
	height:31px;
}

.input-control {
	width: 100%;
	width:calc(100% - 85px);
    min-height: 2em;
}
.input-group input[type=text] {
    width: 100%;
    display: block;
	border:1px solid transparent;
	border-bottom:1px solid #ccc;
}
.input-remind{ font-size:0.8em; color:#666; }

.input-group textarea{ width: 100%; }

.form-bt-line{ width:100%; text-align:center; }

input.fbtn{
	position:relative;
	z-index:2;
	line-height:1; 
	cursor:pointer;
	border:1px solid transparent;
	background:transparent;
	color:rgba(0,84,166,0.5);
	font-size:1em;
	font-weight:600;
	padding:4px 15px;
	text-align:center;
	letter-spacing:5px;
}
.fbtn-outset{
	position:relative;
	display:inline-block;
	position:relative;
	margin:5px 10px;
	border-bottom:3px solid rgba(0,84,166,0.5);
	/*cursor:pointer;*/
}

.fbtn-outset .hexagon-shape{
	position:absolute;
	bottom:-4px;
	left:-10px;
	display:block;
	width:10px;
	height:5px;
	background:rgba(0,84,166,0.5);
}
.fbtn-outset .hexagon-shape:before {
	content:"";
	position:absolute;
	top:-3px;
	left:0;
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:3px solid rgba(0,84,166,0.5);
}
.fbtn-outset .hexagon-shape:after {
	content:"";
	position:absolute;
	bottom:-3px;
	left:0;
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:3px solid rgba(0,84,166,0.5);
}

.fbtn-outset:hover{ border-bottom-color:rgba(0,84,166,1); }
.fbtn-outset:hover input.fbtn{ color:rgba(0,84,166,1); }
.fbtn-outset:hover .hexagon-shape{ background:rgba(0,84,166,1); }
.fbtn-outset:hover .hexagon-shape:before{ border-bottom:3px solid rgba(0,84,166,1); }
.fbtn-outset:hover .hexagon-shape:after{ border-top:3px solid rgba(0,84,166,1); }





