﻿@import url(08037b79c7ba4620a185ec54fafa1dcf.css);

/* Bootstrap Fix
============================================================================ */

/* 去NAV背景 */
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a{
	background: none;
}

.nav > li > a{
	color: #fff;
	position: relative;
    display: block;
    padding: 10px 0px 10px 20px;
}

/* 去row的padding 特殊用途：class="row row-no-padding" */
.row-no-padding {
  margin-right:0;
  margin-left:0;
}

.row-no-padding > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

/* Fix bootstrap 列印出現link文字 */
a[href]:after {
	content: "";
}

/* Fix bootstrap 主選單.navbar下方margin:20px */
.navbar{
	margin-bottom: 0;
}

/* Fix bootstrap focus 去除底線 */
.a:focus,a:hover{text-decoration: none;}

/* Fix bootstrap breadcrumb */
.breadcrumb > li + li:before {
	content: none;
	padding: 0;
}

.breadcrumb > li > span {
	padding:0;
}

.breadcrumb li .divider {
	padding: 0 10px;
}

.breadcrumb li .divider:first-child {
	padding: 0;
}

.breadcrumb {
	background: none;
	padding:15px 0; 
	margin: 0;
}

.breadcrumb a {
	text-decoration: none;
}

/* Fix bootstrap form */
label{
	font-weight: normal;
}
/* Fix bootstrap 文章上下頁 */
.pager li > a, .pager li > span{
	border-radius:0;
}
.pager li > a:hover{
	border: 1px solid #CCC;
	background: #FFF;
}
/* Remove default blue outline after click */
a:hover, a:active, a:focus{
	outline:none ; 
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


/* import
============================================================================ */
/* 版型架構主樣式(依上下區塊排序)
============================================================================ */

/* Body */
body{
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	background: #fff;
}

h1, h2, h3, h4, h5, h6, .site-title{
	font-weight: 300;
	color: #111;
}

a,a:hover,a:link,a:visited{ /* 預設連結文字色彩 */
	color: #333;
}

.btn-primary{
	background-color: #BBB;
	border: none;
}

.btn-primary:hover{
	background-color: #AAA;
}

/* Header */
#header{
	
}

.header{
	position: relative;
}

/* LOGO */
.logo{
	width:167px;
	height:90px;
	padding:0;
	margin:0;
	position:absolute;
	left: 30px;
	top: 10px;
	background: url(../images/logo_1.png) no-repeat;
	z-index:999;
}

.logo a {
	display:block;
	height:65px;
}

.logo a span{
	position: absolute;
	top:-1000px;
	z-index:999;
}

/* Mainmenu 主選單 */
.mainmenu{
	position: absolute;
    right: 0;
    top: 25px;
    font-size: 16px;
    letter-spacing: 3px;
    z-index:999;
}

.mainmenu .nav > li > a{
	padding: 10px 25px;
    margin: 0 3px;

}

.mainmenu .nav > li.item-154 > a{
	padding: 10px 35px;
    
}

.mainmenu ul li.active a{
	/*border-top:1px solid #fff;
	border-bottom: 1px solid #fff;**/
}

/* Menu Effect */

nav.mainmenu a {
	position: relative; /* set relative */
	display: inline-block;
	outline: none;
	text-decoration: none;
}

nav a:hover,
nav a:focus {
	outline: none;
}

/* Effect 7: second border slides up */
.cl-effect-7 a {
	padding: 15px 10px;
	color: #fff;
	text-shadow: none;
}

.cl-effect-7 a::before,
.cl-effect-7 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0.3;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85);
}

.cl-effect-7 ul li a::after,.cl-effect-7 ul li a::before{
	content:none;
}

.cl-effect-7 a:hover::before,
.cl-effect-7 a:hover::after{
	opacity: 1;
}

.cl-effect-7 a::after {
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.cl-effect-7 a:hover::before,
.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::before,
.cl-effect-7 a:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::after {
	top: 0%;
}

/* Menu dropdown */
.mainmenu ul li ul li {
  display: block;
  position: relative;
  padding: 0;
  margin-left: 10px;
  border-bottom: none;
}

.mainmenu ul li ul {
  position: absolute;
  opacity: 0;
}

.mainmenu ul > li:hover > ul {
  position: absolute;
  padding: 0;
  padding: 25px 0 0 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  opacity: 1;
  left: 0;
}

.mainmenu ul li ul li a {
  display: block;
  padding: 15px 30px;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}

.mainmenu ul li ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  transition:0.5s ease-in-out;
  -moz-transition:0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}

.mainmenu ul li ul li.active a{
	 color: #fff;
  background: rgba(255, 255, 255, 0.3);
}

.mainmenu ul li ul li:first-child a {
  padding-top: 15px;
}

.mainmenu ul li ul li:last-child a {
  padding-bottom: 15px;
}



/* Menu dropdown End */

/* sub-banner */
.sub-banner img{
	max-width: 100%;
}


/* 主選單Search鈕 */

.search-btn{
	position:absolute;
	right: 0;
	top:25px;
}
.search-btn-m{
	position: absolute;
	right: 15px;
	top: 15px;
}

/* Submenu 次選單 */

.submenu li{		/* Bootstrap menu置中 */
	float:none;
	display:inline-block;
	*display:inline; /* ie7 fix */
	*zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
}

.submenu h3{
	font-size: 50px;
	border: none;
}
.submenu .nav > li > a{
	padding: 5px 5px;
	letter-spacing:5px;
	border-bottom: 2px solid #F6F6F6;
}
.submenu .nav > li.active > a{
	border-bottom: 2px solid #E9360A;
}
.submenu .nav > li:hover > a{
	border-bottom: 2px solid #E9360A;
}
.submenu .nav > li{
	padding: 0 20px;
	margin-bottom: 20px;
	font-size: 18px;
	border-right: 1px solid #CCC;
}
.submenu .nav > li:last-child{ /* 去掉最後的border */
	margin: 0;
	border-right: none;
 }




/* 首頁區塊
==============================================*/

/* 版權列 copyright */
.copyright .fa{
	color: #AAA;
	font-size: 16px;
	padding-right: 5px;
}

/* 黑色底link */
a.more_01{
	background: #000;
	color: #FFF;
	padding: 5px 20px;
}
a.more_01:hover{
	background: #333;
	text-decoration: none;
}
a.more_01:before{
	content: "+";
	padding-right: 10px;
}
/* 黑色字link */
a.more_02{
	color: #000;
	padding: 5px 0;
	margin: 20px 0;
	font-size: 18px;
	border-bottom: 2px solid #000;
}
a.more_02:hover{
	text-decoration: none;
	border: none;
}
a.more_02:before{
	content: "+";
	padding-right: 7px;
}
/* 白色字link */
a.more_03{
	color: #FFF;
	padding: 5px 7px 5px 5px;
	margin: 20px 0;
	font-size: 18px;
	border-bottom: 2px solid #FFF;
}
a.more_03:hover{
	text-decoration: none;
	border: none;
}
a.more_03:before{
	content: "+";
	padding-right: 7px;
}

a.scrollToTop{
	text-decoration: none;
}

/* 網站主架構
================================================= */

/* component content 主內容 */
#content{
	min-height: 400px;
	padding-top:40px;
	padding-bottom:60px;
}



/* Content Bottom */

.content-bottom .module{
	border-top: 1px solid #CCC;
}

/* 相關文章 */
.tagssimilar{
	font-size: 16px;
}
.tagssimilar li{
	line-height: 180%;
}
.tagssimilar a{
	border-bottom: 1px solid #E9360A;
	padding-bottom: 2px;
}
.tagssimilar a:hover{
	border: none;
	color: #E9360A;
}


/* Breadcrumbs Custom */
.breadcrumbs-wrap{

}
.breadcrumbs-wrap a{
	color: #999;
}
.breadcrumb > .active{
	color: #2693FF;
}

/* Footer */
.fullblock p{
	margin:0;
}
.warning{
	text-align: center;
	padding:10px 5px 10px 10px;
	background: #222;
	color:#9a9a9a;

}

.footer-wrap{
	background: #333;
	color:#C9C4C4;
}

.footnav{
	display:inline-block;
	padding-right: 10px;
}

.footnav li{		/* Bootstrap menu置中 */
	float:none;
	display:inline-block;
	*display:inline; /* ie7 fix */
	*zoom:1; /* hasLayout ie7 trigger */
}

.footnav li a{		/* Bootstrap menu置中 */
    color:#9a9a9a;
}

.copyright{
	text-align: center;
	padding: 15px 10px 0px 10px;
	color: #bbb;
}

/* language */
.language{
   display:inline-block;
}
div.mod-languages ul.lang-inline li{
	border-left: none;
	padding: 0 0 0 13px;
}
div.mod-languages ul.lang-inline li:nth-child(1){
	border-left: 1px solid #444;
}
.language a{
	color:#9a9a9a;
}
.language li{
    padding: 0px 5px 0px 10px;
}


/* cadiis */
#cadiis{
	text-align:left;
	color:#4A4A4A;
}

#cadiis a{
	text-align:left;
	color:#4A4A4A;
}

/* 內頁編排設計
======================================================================================== */



/* 文章列表
================================= */

/* blog */

.blog{
	margin-bottom:130px;
}

.blog-date {
	color: #777;
	font-size: 18px;
	text-align: left;
}

.blog-title{
	color: #212121;
	font-size: 22px;
	text-align: left;

}

.blog-intro{
	color: #444;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: left;

}

.blog-article{
	border-bottom: 1px solid #ddd;
	padding: 20px 0px;

}

.blog-more{
	color: #535353;
	font-size: 18px;
	text-align: right;

}

.circle-more {
    background: url(../images/article-more01.png) no-repeat;
    padding: 10px 0px 40px 50px;
    margin: 0px;
    text-align: right;

}

a.circle-more{
	padding: 10px 0px 40px 50px;
	float: right;
}
 
a:hover.circle-more{
	background: url(../images/article-more02_1.png) no-repeat;
	padding: 10px 0px 40px 50px;
    margin: 0px;
    float: right;
    /*動作*/
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); / linear /	   
}

/* bloglist2 */
.wrap-content{
	overflow:hidden;
	position: relative;
    overflow: hidden;
    background: #E7E7E7;
    height: 245px;
     width: 295px;
}
.wrap-list2:hover{
	box-shadow: 1px 1px 4px 5px #E5E4E4;
	/*動作*/
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); / linear /
}
.wrap-content .blog-title-2{
	color: #3B7BCB;
    font-size: 20px;
    margin-top: 0;
    line-height: 140%;
    text-decoration: none;
    margin: 20px 20px 0px 20px;
}  
.wrap-content .blog-intro-2{
	color: #444;
    font-size: 15px;
    text-align: left;
    margin: 15px 20px;
}
.wrap-content .blog-intro-2 p{

}
.circle-more-2{
	position: absolute;
    bottom: 0;
}
.circle-more-2{
   	color: #666;
    font-size: 13px;
    padding: 13px 120px 13px 110px;
    background: #E7E7E7;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-top: 1px solid #ccc;
}

/* 文章內頁
================================= */

/* wrap */
.page-header{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.item-page{
	font-size: 18px;
	padding: 15px;
	line-height: 160%;
	
}


.contact h2:before, .contact  h2:after , .blog h2:before, .blog h2:after, .kkcontent-category h2:before, .kkcontent-category h2:after, .item-page h3.page-header:before, .item-page h3.page-header:after{
    background: url(../images/title-icon_1.png) no-repeat center;
    content: "";
    display: inline-block;
    width: 131px;
    height: 13px;
    margin: 0 10px 0 10px;
}

.item-page .contact h2,.item-page .kkcontent-category h2{
	border:none;
	text-align:center;
}


/* 文章標題 */
.item-page h2{
	line-height: 150%;
    font-size: 30px;
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
 .blog h2, .item-page h3.page-header{
	line-height: 150%;
	font-size: 30px;
	text-align: center;
	margin-bottom: 80px;
}

/* 日期、作者 */
.item-page .create,
.item-page .createdby{
	color: #999;
	font-size: 15px;
	font-style: italic;
	padding-right: 10px;
	margin-bottom: 20px;
}


/* 段落 */
.articleBody p{

}

.articleBody a{

}
.articleBody a:hover{

}

/* 圖片 */
.articleBody img{
	max-width: 100% !important;
	height: auto !important;
}

/* tag */
ul.tags{
	list-style-type:none;
	padding: 0;
	margin-top:5px;
}
ul.tags li{
	display:inline;
	padding-right:10px;
}
.label-info{
	background:#ccc;
}
.label-info[href]:hover, .label-info[href]:focus{
	background:#666;
}

/* 相關文章 */
ul.relateditems{
	list-style-type: none;
    padding: 10px;
    margin-top: 5px
}
.relateditems a:hover{
	color:#2693FF;
}

/* 網頁標題 */
h3.page-header, .submenu h3.module-header{
	font-size: 50px;
	border: none;
	font-family: lato, "微軟正黑體",  Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #000;
	text-transform:uppercase; /* 英文都大寫 */
	margin: 40px 0 20px;

}

/* 相關連結 */
.content-links{
	display: none;
}

/* about */

.bg_about_1{
	background: #005685 url(../images/about_bg_01_1.jpg) no-repeat top center;
}
.bg_about_2{
	background: url(../images/about_bg_02_1.jpg) no-repeat bottom center;
}

.itemid_128 .articleBody{ 
	color: #FFF;
	margin: 120px 0 100px 0;
	font-size:20px;
}
.title03{
	font-size: 40px;
	padding-bottom:20px;
	letter-spacing: 5px;
}

.title04{
	font-size: 50px;
	letter-spacing: 5px;
	padding-bottom: 25px;
}



/* 產品介紹 */

body.itemid_200, body.itemid_201{
	background: #000 url(../images/product_bg_01_1.jpg) center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

.product_article{
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
}

.product_article p{
	line-height:15px; 
	margin: 0 0 25px;

}

.product_article li{
	list-style-type: disc;
}

/* qa */

body.itemid_175{
	background:url(../images/qa_bg_01_1.jpg) no-repeat top right;
}



/* 去除bootstrap自適應
============================== */
.container {
		width: 970px;
}


/* Medium devices (desktops, 992px and up) PC以上
====================================================================== */
@media (min-width: 992px) {

	/* Search */
	.acesearch_input_module_simple{
		width: 600px;
		border: none;
		font-size: 25px;
		padding-left: 10px;
		color: #AAA;
	}
	#jcemediabox-popup-frame{margin-top: 0;} /* PC版歸零 */
	

	/* 單篇文章 */
	.item-page{
		font-size: 16px;
	}

}

/* Large devices (large desktops, 1200px and up 大螢幕以上) */
@media (min-width: 1200px) {}