﻿@charset utf-8;

/* 一般設定 */
html {
    font-size: 0.75em;
}
body {
  margin: 0;
	padding:0 0 0 0;
	font-size: medium;
	font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;
	background: #FFF url(../images/Bg_Page.jpg) center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;	
	}


div {font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;}
td {font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;}
p {font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;}
h1, h2, h3, h4, h5, h6 { font-family: "微軟正黑體", "新細明體", sans-serif, SimSun; margin:0; padding:0;}


#fatmenu_btn {
	width: 100px;
	margin: auto;
	left: 0;
	right: 0;
}

/*--------------------------------------------------------------------------------[ 間格空白 ]-----*/
.NewsSpace{height:8px;}
.cleaner { clear: both }

.NavigationMenu a {
	color: #FFF; 
	text-decoration: none; 
}
.NavigationMenu a:hover {
	color: #FEE2A6;
	text-decoration: none; 
}
/* 水平線 Css Style */

hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

/*首頁圖片*/
.AlbumImage {
	width:160px;
	margin-bottom:10px;
	padding: 0px 15px 1px 0px ;
	border:5px solid #F6F6F6;
	background-color:#FFFFFF;
}

.AlbumImage_Title {
	padding:3px 10px;
	font-size: 0.8em;
	color: #666666;
}

.AlbumImg     { position: relative; overflow: hidden; }
.AlbumImg img { position: absolute; }

	.AlbumImage:hover {
	 	opacity: 0.5;
		-webkit-transition: opacity 0.1s linear;
		-moz-transition: opacity 0.1s linear;
		-o-transition: opacity 0.1s linear;
		transition: opacity 0.1s linear;
	}


/*--------------------------------------------------------------------------------[ 內容標題列 ]-----*/

.border_title_h3 {color:#D4394B;}

input[type="text"]  {
    -moz-border-radius:5px; // Firefox
    -webkit-border-radius: 5px; // Safari 和 Chrome
    border-radius: 5px; // Opera 10.5+
}
 /* 無障礙需要加　*/
input[type="text"]:focus  {
	background:#D8FEFF;
}


/* 現在位置的標誌*/
.PosMark {
   margin-left: 18px;
   font-size:1em;
}

.breadcrumbCus {
  padding: 5px 2px;
  margin-bottom: 2px;
  list-style: none;
  display: inline-block;
}

.breadcrumbCus > li {
  display: inline-block;
}

.breadcrumbCus > li + li:before {
  padding: 0 3px;
  color: #666666;
  content: "/\00a0";/* /0003E */
}

.breadcrumbCus > .active {
  color: #000;
}

/* 右側圖片選單設定 */
.imageAnchor img {
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.imageAnchor:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
  opacity: 0.9;
}

/* 首頁最新消息 */
.news_date {
	font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;
	font-size: 1em;
	color: #990000;
	margin-bottom: 5px;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 3px;
	width:100px;
	background:rgba(255,255,255,0.3);
}

.news_class {
	font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;
	font-size: 1em;
	margin-bottom: 5px;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 3px;
	width:100px;
	background:rgba(255,255,255,0.3);
}

.news_content {
	font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;
	font-weight:bold;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	background:rgba(255,255,255,0.3);
}

.news_content a{
	color:#000000;
}

.news_content a:hover{
	color:#006835;
}

/* 現在位置的標誌*/
.PosMark {
   margin-left: 18px;
   font-size:1em;
}

.breadcrumbCus {
  padding: 5px 2px;
  margin-bottom: 2px;
  list-style: none;
  border-radius: 4px;
  display: inline-block;
}
.breadcrumbCus > li {
  display: inline-block;
}
.breadcrumbCus > li + li:before {
  padding: 0 3px;
  color: #666666;
  content: "/\00a0";/* /0003E */
}
.breadcrumbCus > .active {
  color: #000;
}

/* 現在位置的標誌  end*/
/* Page.aspx CSS */
.FocusText {
	font-size: 1.3em;
	font-family: "微軟正黑體", "新細明體", sans-serif, SimSun;
	color:#FFF;
	background-color:#2D2D2D;
	background-image:url(../images/BannerBg.jpg);
	text-align:left;
	padding:6px 20px;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom:5px;
}
.FocusText a{ color: #FFF; text-decoration: none;}
.FocusText a:hover{ color: #FFF; text-decoration: none;}
	
.FocusMain {
	padding:6px 10px;
	background: rgba(100%,100%,100%, 1.0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	//-webkit-border-bottom-left-radius: 5px;
	//-moz-border-bottom-left-radius: 5px;
	//border-bottom-left-radius: 5px;
	//border-bottom-right-radius: 5px;
	min-height:300px;
}


/* 服務項目 大圖 */
.CardDetail {
	border: 5px solid #FFF;
	text-align:center;
	width:234px;
	height:300px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.CardDetail.Case{
	background-image:url(../images/Bg_Card.png);
}

.CardDetail a {color:#666; text-decoration: none;}
.CardDetail a:hover {color:#000; text-decoration: none;}

.CardTitle {
	padding: 5px 0px;
	color:#000;
	font-size: 1.125em;
	font-weight: bold;
	line-height:120%;
}


.CardRM {
	color:#666;
	font-size: 0.8em;
	line-height:120%;
	text-align:right;
	padding-bottom:10px;
}

.circle {
    display: inline-block;
    width: 190px;
    height:190px;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 5px;
    background:#fff;
}

.inner {    
    background-size:cover;
    background-position:center center;
    height: 100%;
    border-radius:50%;
}

/* 服務項目 小圖 */
.SCardDetail {
	border: 5px solid #FFF;
	text-align:center;
	width:150px;
	height:190px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.SCardDetail.Case{
	background-image:url(../images/Bg_Card.png);
	background-color:#FFF;
}

.SCardDetail a {color:#666; text-decoration: none;}
.SCardDetail a:hover {color:#000; text-decoration: none;}

.SCardTitle {
	padding: 0px 0px;
	color:#000;
	font-size: 0.8em;
	font-weight: bold;
	line-height:120%;
}

.Scircle {
    display: inline-block;
    width: 110px;
    height: 100px;
    border: 1px solid #eee;
    padding: 3px;
    background:#fff;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* 網頁導覽 0410 */
.SiteMap{
	font-size:1.25rem;
	line-height:160%;
}
/* 網頁導覽 0410 end*/
/* SiteMap 網頁導覽 */
ul.tree {
	margin: 0px 0px 0px 20px;
	padding: 3px 0px 0px 0px;
	list-style: none;
	background-image:url("../images/Icon_arrow.png");
	background-repeat:no-repeat;
	background-position:0.6em 0.9em; 
}

.tree li {
	margin: 3px 7px 3px 25px;
	list-style: none;
	font-weight: bold;
}

.tree li a{color:#363B61;}
.tree li a:hover {color:#C16AE6; text-decoration: none;}

ul.tree ul {
	margin: 5px 0px 0px 3px;
}

ul.tree ul li{
	margin: 0px;
	padding:5px 0px 0px 20px;
	list-style: none;
	height: 24px;
	background-image:url("../images/Icon_arrowB.png");
	background-repeat:no-repeat;
	background-position:0em 0.3em; 
	font-weight: normal;
}

ul.tree ul li a{color:#113495;}
ul.tree ul li a:hover {color:#B51142; text-decoration: none;}


/*跳到主要內容區塊
  */
#gotocenter{
	background:#fff;
	top:0px;  
	position:absolute;	
} 
#gotocenter a{
	color: #368CCF; 
	text-decoration: none; 
} 
#gotocenter a:hover{
	color: #FF7519; 
	text-decoration: none; 
} 

/* ----- goTop ----- */
#goTop {
	position:fixed;
	display:block;
	right:15px;
	bottom:15px;
	z-index:900;
}
#goTop a {
	float:left;
	display:block;
	width:50px;
	height:50px;
	font-size:0;
	border:1px solid #CCC;
	box-sizing:border-box;
	background:rgba(255, 255, 255,1.0) url(../images/btn-top.png) no-repeat 50% 50%;
}
#goTop a:hover,
#goTop a:focus {
	border:1px solid rgba(204, 230, 255,.5);
	background:rgba(204, 230, 255,0.8) url(../images/btn-top-hover.png) no-repeat 50% 50%;
}
@media screen and (min-width: 991px) {
	#goTop {
		right:30px;
		bottom:30px;
	}
}
/*導盲磚*/
.FocusText .accesskey a {
    display: none;
}


.AccesskeyArea {
	padding-right:3px;
}  
/*搜尋結果無資料顯示*/
.SearchNoData {
	background-color:#ffffff;
	color: #0000FF; 
	font-size: 1.5em;
	text-align:center;
	padding: 2px 5px;
}  
/*搜尋結果資料顯示*/
.SearchData {
	min-height:100px;
	background-color:#ffffff;
}  

/* 網頁底部 Web Footer Css */
.Page_Footer {
	line-height:120%;
	font-size: 1em;
	color: #333;
	
}
.Page_Footer >.FatMenu {
	background:rgba(255,255,255,0.5);
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    text-align: left;
    margin: auto;	
}
.Page_Footer >.FatMenu >.row >div >h4 {
    line-height: 1.7;
    display: block;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #b6b6b6;
    color: #f18800;
    font-weight:bold;
    font-size: 1.2em;
}
.Page_Footer >.FatMenu >.row >div >ul {
	padding:0; /*這行可讓li的前面不會有空白*/
    border: 0;/*這行可讓li的前面不會有空白*/
    list-style: none;
    font-size: 1.1em;
    
}
.Page_Footer >.FatMenu >.row >div >ul >li{
	padding-left: 12px ;
	line-height: 1.7;
}
.Page_Footer >.FatMenu >.row >div >ul >li > a{
	color: #000000; 
}
.Page_Footer >.FatMenu >.row >div >ul >li > a:hover{
	color: #FF7519; 
}

.Page_Footer >.Footer_Info {
	background-color: none; 
	padding:16px 36px 0px;
	text-align:center;
	line-height: 1.8;
	font-size:0.9em;
}

.Page_Footer >.Footer_Info a {
	color: #FFF; 
	text-decoration: none; 
}

.Page_Footer >.Footer_Info a:hover {
	color: #FFF; 
	text-decoration: none; 
}

.Page_Footer a {
	color: #000000; 
	text-decoration: none; 
}
.Page_Footer a:hover {
	color: #006835;
	text-decoration: none; 
}


.Page_Footer a.AdminLogin {
	color: #FFFFFF; 
	text-decoration: none; 
}
.Page_Footer a:hover.AdminLogin {
	color: #FFFFFF;
	text-decoration: none; 
}

/*客製panel*/
.panel-custom {
  border-color: #E3E3E3;
}
.panel-custom > .panel-heading {
  color: #FFFFFF;
  border-color: #E3E3E3;
}

.panel-custom > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #E3E3E3;
}
.panel-custom > .panel-heading .badge {
  color: #FFFFFF;
  background-color: #7A7A7A;
}
.panel-custom > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #E3E3E3;
}

/*胖選單*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}
/*GOOGLE客製搜尋元件*/
.csetext {
margin-left: 20px;
padding: 2px 5px;
width: 50%;
height: 30px;
border: solid 1px #e1e1e1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: url(https://www.google.com/cse/intl/zh-Hant/images/google_custom_search_watermark.gif) #fff 5px 50% no-repeat;
color: #5e7380;
}
.search_btn{
height: 30px;
background: #eee;
border:0;
border-radius: 2px;
padding: 0 8px;
min-width: 54px;
}
.csetext.focus {
	background-image: none;
	color:#000;
}


.form-well-blue {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #F2FFFF;
  border: 1px solid #F2FFFF;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.linkcss a {color:#0B9D74;}
.linkcss a:hover {color:#0B9D74;}