﻿@charset "utf-8";
/* CSS Document */

html,body{
	height:100%;
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	font-size:16px;
	}
#header{
	width:100%;
	min-height:20px;
	background:#1ab2f1;
	z-index: 1007;
	}
@media (max-width: 768px) { /*平板,手機*/
.navbar-brand {
  max-width:80%;
  float: left;
  padding:5px 0px 0px 5px;
  height:70px;
}
.navbar-brand img{
  max-width:95%;

}
}

#content-body,#sidebar{
	border:solid 1px #333;
	}

#wrap{
	min-height:96%;
	height:auto;
	margin:0 auto -60px;
	padding:0 0 60px;
	background:#fcfbf4;
	}
@media (max-width: 1024px) { 
#wrap{
	min-height:92%;
	}
}
@media (max-width: 800px) { /*大平版*/
#wrap{
	min-height:66%;
	}
}
#footer{
	position: relative;
	height:60px;
	background:#1ab2f1;
	}
@media (min-width: 800px){
.container {
   width:100%;
	padding:0px; 
	}
	}
@media (max-width: 768px) {
.container {
	padding:0px; 
	}

	}
.section{
  position: relative;
  margin:0px auto;
  }
  
 .form-group {
    margin-bottom: 10px;
	}
/*=====================*/

/*選單置中*/
.navbar{
	min-height:50px;
	margin-bottom: 0px;
    background: #fbdeeb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbdeeb 16%, #f393bd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fbdeeb 16%,#f393bd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fbdeeb 16%,#f393bd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdeeb', endColorstr='#f393bd',GradientType=0 ); /* IE6-9 */

    border:none;
	}
.nav{
	
	display: flex; /*顯示模式設為flex*/
	}

.navbar-nav{
	float:none;
	margin: auto;/*當在flex下，設為auto時，就會垂直與水平居中*/
    display:flex;
    align-items:center; /*文字水平居中*/
    justify-content:center;/*文字垂直居中*/

	}
.dropdown-menu{
	min-width:130px;
	}


@media (max-width: 768px) {/*手機*/
	.nav{
	display: block; /*顯示模式設為flex*/
	}
	}

.navbar-nav>li>a{
	padding:15px 10px;
	}
@media (min-width: 1280px){
.navbar-nav>li>a{
	padding:15px 15px;
	}
	}
.navbar-default .navbar-nav>li>a{
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	font-weight:bold;
	color:#5d308e; /*第一層字顏色*/
	}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{
	color:#e8217d; /*第一層滑過的字顏色*/
	background-color:transparent
	}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	background:#f392bd;/*點選後第一層背景色*/
	color:#FFF;
	}

.dropdown-menu{
	background:#f392bd;/*下拉後第二層背景色*/
	border:none;
	}

.dropdown-menu>li>a{
	color:#FFF;
	}

.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{
		background:#f4bcd5;/*第二層滑過切換的背景*/
		}

@media (max-width: 768px) {/*手機*/
    .navbar-nav .open .dropdown-menu{
	    background:#f4bcd5;/*第二層選單拉開後背景*/
	}

}

.navbar-toggle{
	background:#e7659f; /*手機版選單按鈕顏色*/
	
	}

.navbar-default .navbar-toggle{
	border-color:#e7659f;  /*手機版選單按鈕外框顏色*/
	}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{
	background-color:#f592bf; /*手機版選單按鈕點選顏色*/
	}

.navbar-default .navbar-toggle .icon-bar{
	background:#fff; /*手機版選單按鈕三條線顏色*/
	}

@media (max-width: 800px) { /*大平版*/
.nav>li>a{ /*選單左右空間*/
	padding:10px 8px;	
	}
.navbar-nav{
	padding-top:8px;
	
	}
.dropdown-menu>li>a{
	padding:3px 10px 3px 20px;
	}
}
/*滑入展開選單*/
@media (min-width: 1280px){
.dropdown:hover .dropdown-menu{
	display: block;
	}
.dropdown-menu li:hover .sub-menu {
	visibility: visible;
	}


.dropdown:hover .dropdown-submenu>.dropdown-menu{ /*隱藏第三層次選單*/
        display: none;
    } 

.dropdown:hover .dropdown-menu li:hover>.dropdown-menu{ /*滑過去第三層選單出現*/
	display: block;
	}
/*.dropdown:hover .open>.dropdown-menu{ /*另一種寫法點選後打開第三層次選單*/
	/*display: block;
	}*/

}
@media (max-width: 768px){

.navbar-nav .open .dropdown-submenu>.dropdown-menu {
	padding:0 10px 0 10px;
    background:#fbf2fd;/*手機第三層背景色*/
}
}
	
/*第三層選單*/
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background-color: #f392bd;
	}
.dropdown-menu > li > a {
	white-space: pre-wrap;/*文字換行*/
	}


.marginBottom-0 {
	margin-bottom:0;
	}
 
.dropdown-submenu{
	position:relative;
	}
.dropdown-submenu>.dropdown-menu{
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
	}
.dropdown-submenu>a:after{
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#b14a78;
	margin-top:5px;
	margin-right:-10px;}
.dropdown-submenu:hover>a:after{
	border-left-color:#555;
	}
.dropdown-submenu.pull-left{
	float:none;
	}
.dropdown-submenu.pull-left>.dropdown-menu{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
	}
/*=====================*/
/*上標*/
#nav_top_logo{
	position: relative;
	/*float:left;
	text-align:right;*/
	width:100%;
	margin:0px auto ;
	padding:0px 0 10px 0;
	z-index: 1005;
	top:0px;
	right:0px;
	background:#f3ecf4;
	height:100px;
}

@media (max-width: 768px) { /*手機*/
	#nav_top_logo{
	height:80px;
	padding:0px 0 0px 0;
	text-align:center;

}
}
#nav_top_logo img{
	max-height:100%;
	
	}
#nav_top{	
    position: relative;
	float:right;
	text-align:right;
	width:60%;
	margin:0px 0px 0px 0px;
	padding:1px 0 1px 0;
	z-index: 1005;
	top:0px;
	right:0px;
	font-size:14px;
}

@media (max-width: 768px) { /*手機*/
	#nav_top{
	width:100%;
	text-align: center;


}
}

#nav_top ul{
	color:#fff;
	margin:4px -25px 2px 0;
	padding:0px;
	list-style: circle;
}

@media (max-width: 768px) { /*手機*/
	#nav_top ul{
	margin:2px 20px 2px 0;
}
	
	}

#nav_top ul li{
	margin:0px;
	padding:0px;
	display:inline;
}
#nav_top ul li a{
	color:#717171;
	line-height:22px;
	margin:0px;
	padding:2px 3px 2px 3px;
	display:inline-block;
}
#nav_top ul li a:hover{
	color:#cfcfcf;
}

#nav_radio{	
    position: relative;
	float:right;
	text-align:right;
	width:60%;
	margin:0px 30px 0px 0px;
	padding:1px 0 1px 0;
	z-index: 1005;
	top:0px;
	right:0px;
	font-size:14px;

}
#nav_radio img{
	max-height:100%;
	}
@media (max-width: 768px) { /*平板*/
#nav_radio{	
	float:left;
	text-align: center;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:1px 0 1px 0;
	z-index: 1005;
	top:0px;
	right:0px;
	font-size:14px;

}
}
#nav_donation{	
	float:right;
	text-align:right;
	width:60%;
	margin:0px 50px 0px 0px;
	padding:1px 0 1px 0;
	z-index: 1005;
	top:0px;
	right:0px;
	font-size:14px;

}
#nav_donation img{
	max-height:100%;
	}
	
.navbar-form_fix{
	margin:5px 0 5px 0;
	
	}

#nav_top_1{	/*手機使用*/
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:1px 0 1px 0;
	z-index: 1005;
	top:0px;
	right:0px;
}


@media (max-width: 768px) { /*手機*/
.navbar-form_fix{
	margin:-10px 0 0px 0;
	}
.form-control_fix{
	text-align:left;
	display: inline;
	 width:70%; /*搜尋欄位的尺寸*/
	 height:34px;
	 padding:6px 12px;
	 font-size:14px;
	 line-height:1.42857143;
	 color:#555;
	 background-color:#fff;
	 background-image:none;
	 border:1px solid #ccc;
	 border-radius:4px;
	 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	 -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	 -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	 transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s
	 }
	}

.facebook_color{
	color:#45619d;
	
	}

/*手機版選單位置*/	
.navbar-toggle{
	float:right;
	margin-right:10px;
	/*float:left;
	margin-left:10px;*/
}
/*============================*/
/*主視覺*/

.carousel{
    width: 100%;
	margin: 0 auto;
}

.carousel-indicators li{ /*pc版主視覺切換小圓點尺寸-未選擇*/
	border:#f1f1f1 1px solid;
	background-color:#c5c5c5;
	
	}

.carousel-caption{
	width:70%;
	left:10%;
	text-align:left ;
	font-weight:bold;
	color:#660099; /*主視覺內容文字顏色*/
	}

.carousel-caption a{
	font-weight:bold;
	color:#660099;/*主視覺內容文字顏色*/
	text-decoration:none;
	}
.carousel-caption h3{
	font-size:1.5em;

	}
.carousel-caption p{
	font-size:1.0em;
	line-height:28px;

	}
	
@media (max-width: 768px) { /*手機*/
.carousel-control{
	top:0px; /*左右切換鍵頭對上方距離*/
	}
.carousel-indicators{
	bottom:-10px; /*主視覺切換小圓點對下方的距離*/
	}
.carousel-indicators li{ /*主視覺切換小圓點尺寸-未選擇*/
	width: 5px; 
    height: 5px;
	}
.carousel-indicators .active{ /*主視覺切換小圓點尺寸-已選擇*/
	width: 5px;
    height: 5px;
	}

.carousel-caption{ /*主視覺文字*/
	width:75%;
	bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
	}

.carousel-caption h3{ /*主視覺h3字型*/
	font-size:0.8em;

	}
.carousel-caption p{ /*主視覺p字型*/
	font-size:0.3em;
	line-height:22px;


	}
}

@media (max-width: 800px) { /*平板*/
.carousel-control{
	top:10px; /*左右切換鍵頭對上方距離*/
	}
.carousel-indicators{
	bottom:-10px; /*主視覺切換小圓點對下方的距離*/
	}
.carousel-indicators li{ /*主視覺切換小圓點尺寸-未選擇*/
	width: 10px; 
    height: 10px;
	}
.carousel-indicators .active{ /*主視覺切換小圓點尺寸-已選擇*/
	width: 10px;
    height: 10px;
	}

.carousel-caption{ /*主視覺文字*/
	width:75%;
	bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
	}

.carousel-caption h3{ /*主視覺h3字型*/
	font-size:1em;

	}
.carousel-caption p{ /*主視覺p字型*/
	font-size:0.6em;
	line-height:21px;

	}
}

@media screen and (min-width: 992px){ /*pc*/
	.carousel-indicators{
	bottom:10px; /*pc版主視覺切換小圓點對下方的距離*/
	
	}
	
	}

.carousel-control.left{
	background-image: none;
    width:10%;
	}
.carousel-control.right{
	background-image: none;
	}
	
/*首頁切換1-2*/
.row_home{
	margin:0px 5px 0px 5px;
	}
	
.thumbnail{
	margin-bottom:0px
	}
.home_ad{
	margin:10px 0 10px 0;
	padding:0 5px 0 10px;
	
	}

.home_ad img{
	width:100%;	
	
	}
.home_ad_1 img{
	padding-right:18px;
	}
	
@media (max-width: 1024px){
.home_ad{
	margin:10px 0 10px 0;
	padding:0 5px 0 10px;
	
	}
.home_ad img{
	max-width:93%;	
	
	}

.home_ad_1 img{
	padding-right:0px;
	}
	}
@media (max-width: 768px) { /*手機*/
.home_ad{
	margin:0px 0 10px 0;
	padding:0 5px 0 10px;
	
	}
}
.home_mo{
	margin:0px 0 8px 0;
	overflow:hidden
	
	}
.index_bg{
	background:#fcfbf4;
	
	}
/*footer*/
/*footer底部div同高*/

ul{
	padding:0 0;
	margin:0 0;	
}
.product-section {
  padding: 2em 0.1em;
  background: url("../image/index_01.png") no-repeat right bottom , url("../image/index_02.png");
  background-color:#f3e2f6;
}

.product-section h4 {
  font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
  font-size: 1.2em;
  font-weight:500;
  color: #7d6767;
  padding-left:0px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  
 }
h4.underline{
	border-bottom: 2px solid #c6c6c6;
	}
h4.underline:after {
    margin-bottom: -2px;
	}
.underline:after {
    display: block;
    content: "";
    background: #f392bd;
    width: 30px;
    height: 3px;
    margin-top: 13px;
	}
.product {
	margin-bottom:15px;
}
.product li {
  list-style: none;
}

.product ul li a {
  font-size: 0.9em;
  text-decoration: none;
  line-height: 1.0em;
  color: #9D8C8C;
  list-style: none;
  padding: 6px 16px;
  background: url(../image/SB001-3.png) no-repeat 0px 8px;
  cursor: pointer;
  list-style-type: none;
}
.product ul li a:hover {
  color:#7e6969;
  }

.product ul li ul li a{
  padding: 6px 5px 6px 25px;
  background: url(../image/SB001-5.png) no-repeat 8px 8px;

}
.footer-section{
	padding:0.5em 0.2em;
	text-align:center;
	background:#f3ecf4;
}
@media (max-width: 800px) {/*大平板*/
.product-section {
  padding: 3em 0.2em;
 }
.product-section h4 {
  font-size: 1.0em;
}
.product {
  float: left;
  padding: 0 0 0 4px;
  margin-bottom:8px;
}
.product ul li a {
  font-size: 1em;
  line-height:28px;
  }
  
.footer-section {
  padding: 0.5em 0.2em;
 }
	
	}
@media (max-width: 768px) { /*手機*/
.product {
  float: left;
  padding: 1em 0 0 1em;
}
.product-section {
  padding: 1em 0.4em 3em 0em;
}
.product-section h4 {
  font-size: 1.0em;
}
.product ul li a {
  font-size: 1em;
  line-height:28px;
  }
.product ul li ul li a{
  padding: 6px 5px 6px 20px;
  }
.footer-section {
  text-align:left;
  padding: 1em 0.4em;
}
}


.footer-top p {
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	font-size: 13px;
	color: #626262;
	margin-bottom:5px;
	/*font-weight: 400;*/
}
.footer-top  a {
	font-size: 15px;
	color:#626262;
	/*font-weight: 400;*/
	/*text-transform: capitalize;第一個英文字轉大寫*/
	margin: 0 6px 0 6px;
}
.footer-top a:hover {
	color: #1B1B1B;
}
/*===============================*/
/*內頁1-1*/
.row-a{
	margin:20px auto;
	/*background-color:#fff;	*/
	}
.row_1-0{
	line-height:28px;
	padding:0 10px 0 10px;
	}
@media (max-width: 800px) {/*大平板*/
.row_1-0{
	padding:0 5px 0 5px;
	line-height:28px;
	}
}
@media (max-width: 768px) { /*手機*/
.row_1-0{
	padding:0 5px 0 5px;
	line-height:25px;
	}

}
.row_1-0 h1{
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	color:#5d308e;
	font-size:18px;
	padding-left:15px;
	margin:0px 0 10px 0;
	}

.row_1-0 h2 {
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	color:#f789a2;
	font-size:16px;
	padding-left:0px;
	margin:5px 0 10px 0;
	}

.row_1-0 h2 a{
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	color:#f789a2;
	font-size:16px;
	padding-left:0px;
	margin:0px 0 0px 0;
	}
.row_1-0 h3 {
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	color:#333;
	font-size:14px;
	padding-left:0px;
	margin:5px 0 10px 0;
	}
.row_1-0_2 p{
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	color:#333;
	font-size:16px;
	padding-left:20px;
	padding-right:15px;
	/*text-align:justify;左右對齊*/
	}
.row_1-0_2 img{
	max-width:100%
	
	}
.row_1-0a{
    margin: auto;/*當在flex下，設為auto時，就會垂直與水平居中*/
    display:flex;
    align-items:center; /*文字水平居中*/
    justify-content:center;/*文字垂直居中*/
	min-height:120px; 	/*firefox可正常顯示的最小高度 */
    height: auto !important;/*修正ie6的欄位高度顯示方式 */
    height: 120px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */
}
@media (max-width: 768px) { /*手機*/

.row_1-0a{
	min-height:40px; 	/*firefox可正常顯示的最小高度 */
    height: auto !important;/*修正ie6的欄位高度顯示方式 */
    height: 40px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */
}
}

.img_01{
	padding:0px;
	
	}

.row_1-0-1{
	border-bottom:#c4c4c4 1px dashed;
	margin-bottom:15px;
	padding:15px 0 15px 0;
	min-height:20px; 	/*firefox可正常顯示的最小高度 */
    height: auto !important;/*修正ie6的欄位高度顯示方式 */
    height: 20px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */

	}

.row_1-0-1 h2{
	margin:0px 0 10px 0;
	line-height:22px;
	}

.row_1-0-1 p{
    line-height:22px;
	}

.row_1-0-1 img{
	margin-bottom:10px;
	}
.row_4-0 h2{
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	color:#f789a2;
	font-size:16px;
	float:left;
	padding-left:0px;
	margin: 5px 0 5px 0;
	width:100%;
	line-height:23px;
	}
row_4-0 p{
	padding-left:0px;
	}
.row_4-1{
	border-bottom:#c4c4c4 1px dashed;
	margin-bottom:15px;
	padding:15px 0 15px 0;
	min-height:170px; 	/*firefox可正常顯示的最小高度 */
    height: auto !important;/*修正ie6的欄位高度顯示方式 */
    height: 170px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */

	}
.row_4-1 h2{
	color: #EC8D24;
	}
.row_4-1 p{
	padding-left:0px;
	}

.row_8-7 p{
/*text-align:justify;左右對齊*/
}
.row_8-7 img{
	max-width:100%;

}
/*平板手機使用*/
.mo_row_1-0{
padding:0 15px 0 15px;
line-height:28px;
}

.mo_row_1-0 h2 {
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	color:#f789a2;
	font-size:16px;
	padding-left:0px;
	margin:5px 0 10px 0;
	line-height:22px;
	}

.mo_row_1-0 h2 a{
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	color:#f789a2;
	font-size:16px;
	padding-left:0px;
	margin:0px 0 0px 0;
	}
.mo_row_1-0 p{
/*text-align:justify;左右對齊*/
}
.mo_row_1-0-1{
	border-bottom:#c4c4c4 1px dashed;
	padding:15px 0 15px 0;
	min-height:80px; 	/*firefox可正常顯示的最小高度 */
    height: auto !important;/*修正ie6的欄位高度顯示方式 */
    height: 80px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */

	}
.mo_row_list h2{
	background:url(../image/SB001-3.png) top left no-repeat;
	background-position:5px 3px;
	padding-left:20px;
	line-height:22px;
	color:#666;
	
	}
.mo_row_list h2 a{
	color:#666;
	text-decoration:none;
	}

/*燈箱設定*/

#slide_background{
    -webkit-transition: all 0.3s 0.3s;
       -moz-transition: all 0.3s 0.3s;
            transition: all 0.3s 0.3s;
}
#slide,
#slide_wrapper {
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}
#slide {
	max-width:90%;
	line-height:28px;
    -webkit-transform: translateX(0) translateY(-40%);
       -moz-transform: translateX(0) translateY(-40%);
        -ms-transform: translateX(0) translateY(-40%);
            transform: translateX(0) translateY(-40%);
}

.popup_visible #slide {
    -webkit-transform: translateX(0) translateY(0);
       -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
}

#basic {
	max-width:70%;
   
}

/*form-group設定*/


@media (max-width: 768px) { /*手機*/
.form-group {
    margin-bottom: 5px;
}
}

/*行事曆*/
#calendar {
		max-width: 100%;
		margin: 0 auto;
	}

#square_1 {/*手機版日曆畫方框*/
margin:0px 0 10px 15px;
width: 50px;
height: 50px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */

}

#square_1 h2{
	font-size:18px;
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	font-weight:bold;
	color:#FFF;
	line-height:14px;
	padding-top:8px;
	}

#square_1 h3{
	font-size:16px;
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	color:#FFF;
	line-height:14px;
	
	}

/*--活動紀要--*/
@media (max-width: 768px) { /*大平版*/
.banner-grid > .h3_align{
	font-size:1.2em;
	text-align:left;
	padding-left:10px;
	
	}
}

.banner-grids {
    padding: 0 0.2em;
}
.banner-grid {
	padding-left:0px;
 /*padding: 0 0.2em;
  margin-bottom: 0.4em;*/
}
.banner-grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width:100%;
}
.banner-grid figure img {
	position: relative;
	display: block;
}
.banner-grid figure figcaption {
	padding: 0.8em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.banner-grid figure figcaption::before,
.banner-grid figure figcaption::after {
	pointer-events: none;
}

.banner-grid figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	  background-color:#fff;
	  margin:10px;
}

figure.effect-bubba img{
	width:100%;
}

figure.effect-bubba:hover img {
	opacity: 0.2;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 2px solid #d3a7d4;
	border-bottom: 2px solid #d3a7d4;
	transform: scale(0,1);
	-webkit-transform:scale(0,1);
	-moz-webkit-transform: scale(0,1);
	-o-webkit-transform:scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 2px solid #d3a7d4;
	border-left: 2px solid #d3a7d4;
	-webkit-transform: scale(1,0);
	-moz-webkit-transform: scale(1,0);
	-o-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h4 {
  padding-top:20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
  opacity: 0;
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
  font-weight: 600;
  letter-spacing:0.1em;
  color:#a573a6;
}
figure.effect-bubba h4 a{
	color:#a573a6;
	text-decoration:none;
	}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	-moz-transform: translate3d(0,20px,0);
	-o-transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*活動紀要內容左邊次選單*/
.advn-two {
	margin-top: 7%;
	margin-bottom:3%;

}
@media (max-width: 1024px) { 
.advn-two {
	margin-top: 1%;
}
}
@media (max-width: 768px) { /*平板,手機*/
.advn-two {
	margin-top: 2%;
}
}

@media (max-width: 800px) { /*大平版*/
.advn-two {
	margin-top: 2%;
}
}
.advn-two ul {
	padding: 0;
	margin-top: 3%;
}
.advn-two ul li {
	list-style-image: url(../image/marker.png);
	margin: 0px 0px 12px 18px;
	vertical-align: top;
}
.advn-two p{
	color: #000;
	font-size: 15px;
	line-height: 1.6em;
	margin-top: 8px;
}

.advn-two ul li a {
	color: #6cc2e9;
	font-size: 18px;
	font-weight: 400;
	text-decoration:none;
}
.advn-two ul li a:hover{
	  color: #EC8D24;
      margin-left: 10px;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

/*活動紀要內容右邊條列*/
.advn-one {
	margin-top: 7%;
}
@media (max-width: 1024px) { 
.advn-one {
	margin-top: 0%;
}
}

@media (max-width: 800px) { /*大平版*/
.advn-one {
	margin-top: 2%;
}
}

@media (max-width: 768px) { /*平板,手機*/
.advn-one {
	margin-top: 2%;
}
}

.ad-mian {
	margin-top: 3%;
}

.ad-left {
	width: 8%;
	float: left;
}

@media (max-width: 800px) { /*大平版*/
.ad-left {
	width: 15%;
	float: left;
}
}
@media (max-width: 768px) { /*平板,手機*/
.ad-left {
	width: 23%;
	float: left;
}
}

.ad-left p {
	color: #fff;
	padding: 13px 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	font-size: 20px;
	
background: #febbbb; /* Old browsers */
background: -moz-linear-gradient(top,  #febbbb 0%, #fe9090 45%, #ff5c5c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #febbbb 0%,#fe9090 45%,#ff5c5c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #febbbb 0%,#fe9090 45%,#ff5c5c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 ); /* IE6-9 */

}
.ad-right {
	width: 100%;
	float: right;
	padding-left:10px;
	margin-bottom:15px;
}
.ad-right h4{
	font-family: 'Josefin Slab', serif;
	color: #000;
	font-size: 1.1em;
	font-weight: 400;
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	margin: 0;
	line-height: 1.4em;
	color: #EC8D24;
}
.ad-right h4 a{
	font-size: 1.1em;
	font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
	text-decoration:none;
	color: #EC8D24;
}
.ad-right p {
  color: #000;
  font-size: 1em;
  line-height: 1.8em;
  margin-top: 8px;
}

/*活動紀要-活動花絮title*/
.title_1-3-3 h2{
	color: #EC8D24;
	}

/*table 條列-大事紀*/

table.list {
	width:100%;
}
.list tr{
}
.list th{
	padding:10px 5px 10px 5px;
	text-align:center;
	background:#e9b80d;
}
.list td{
	font-size:13px;
	line-height:23px;
	border-bottom:#ccc 1px dashed; /* 每個外框的下底線*/
}
.list a{
	color:#333;
	text-decoration: none; /* 超連結的字不要有下底線*/
}
.list a:hover{
	color:#666;
	text-decoration: none;  /* 字有超連結移過去不要有下底線*/
}

/*rwd table切換*/
.rwd-table{
	background:#fff;
	overflow:hidden;
	}
.rwd-table tr:nth-of-type(2n){
	background:#f2f2f2;
	}
.rwd-table th,.rwd-table td{
	/*margin:1em 1em;*/
	}
.rwd-table{
	min-width:100%;
	}
.rwd-table th{
	display:none;
	background-color:#ffe5ac;
	padding:0.7em!important;/*手機版欄位高度*/

	}
.rwd-table td{
	display:block;
	padding:0.7em!important;/*手機版欄位高度*/
	font-size:15px;
	line-height:25px;
	}
.rwd-table td:before{
	content:attr(data-th) " : ";
	font-weight:bold;
	width:3.5em;
	display:inline-block;
	}
.rwd-table th,.rwd-table td{
	text-align:left;
	}
.rwd-table th,.rwd-table td:before{
	color:#37a3d6; /*手機版th的字顏色*/
	font-weight:bold;
	}
@media (min-width: 480px) {
.rwd-table td:before{
		display:none;
		}
.rwd-table th,.rwd-table td{
	display:table-cell;
	padding:0.25em 0.5em;
       }
.rwd-table th:first-child,.rwd-table td:first-child{
	padding-left:0;
	}
.rwd-table th:last-child,.rwd-table td:last-child{
	padding-right:0;
	}
.rwd-table th,.rwd-table td{
	padding:1em!important;
	}
.rwd-table th,.rwd-table td:before{
	color:#333; /*桌機,平版th的字顏色*/
	font-weight:bold;
	}
}

/*病友指南*/
#fh5co-team {
  clear: both;
  padding: 1em 0;
  margin:0 1em 0 1em;
  
}
@media screen and (max-width: 768px) {
  #fh5co-team {
    padding: 1em 0;
  }
}
#fh5co-team .fh5co-staff {
  margin-bottom: 10px;
}
#fh5co-team .fh5co-staff figure {
  margin-bottom: 10px;
}
#fh5co-team .fh5co-staff h3 {
  font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  /*padding-bottom: 20px;
  margin-bottom: 20px;*/
}
/*#fh5co-team .fh5co-staff h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #e32929;
}*/

@media (max-width: 768px) { /*平板,手機*/
#fh5co-team .fh5co-staff h3 {
  font-size: 14px;
  line-height: 22px;
  position: relative;

}
}
#fh5co-team .fh5co-staff h3 a{
	color:#525252;
}
#fh5co-team .fh5co-staff .fh5co-social a {
  color: #ccc;
}
#fh5co-team .fh5co-staff .fh5co-social a:hover {
  color: #000;
}

#fh5co-services {
  padding: 7em 0;
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  #fh5co-services {
    padding: 4em 0;
  }
}
#fh5co-services .fh5co-service {
  margin-bottom: 30px;
  float: left;
}
#fh5co-services .fh5co-service .fh5co-icon {
  float: left;
  width: 20%;
}
#fh5co-services .fh5co-service .fh5co-icon i {
  font-size: 40px;
  color: #e32929;
}
#fh5co-services .fh5co-service .fh5co-desc {
  width: 70%;
  float: right;
}
#fh5co-services .fh5co-service .fh5co-desc h3 {
  margin-top: 0;
  font-size: 18px;
}

.to-animate{ /*動畫開始前先隱藏*/
  opacity: 0;
}

/*你問我答*/
.faq_title {
  border:#c590bf 1px dotted;
  background: url(../image/SB001-3.png) no-repeat top left;
  background-position:5px 10px;
  height: 40px;
  text-align: left;
  padding: 5px 10px 5px 18px;

}
.faq_title h3{
 font-size:18px;
 font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
 font-weight:bold;
 color:#c590bf;
 letter-spacing:2px;
 
}
.faq li { 
padding: 10px; 
display: block;
}

.faq li.q {
  font-size: 18px;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.faq li.a {
  background: #fdd9e1;
  display: none;
  color:#666;
  font-size: 16px;
  list-style:none;
  /*text-align:justify;左右對齊*/
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 800px) {
.faq li.q {
  font-size: 16px;

}

.faq li.a {
  font-size: 14px;
}
	}


/*字典*/
.word_feature_right{
 width:33%;
 border-right: 1px dotted #cbcbcb;
 border-bottom:1px dotted #cbcbcb;
 padding:20px 10px;
 vertical-align:top;
	}

.word_feature_left{
	width:33%;
 border-right:none;
 border-bottom:1px dotted #cbcbcb;
 padding:20px 10px;
 vertical-align:top;
	}

.word_size{
	color:#7e5b19;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	word-wrap: break-word; /*英文單字的斷行*/
    
	}

.mo_word_feature{
 border-bottom:1px dotted #cbcbcb;
 vertical-align:top;
 padding:10px;
 margin-bottom:5px;
 
	}
.mo_word_feature h1{
	color:#7e5b19;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	word-wrap: break-word; /*英文單字的斷行*/
	padding-left:0px;
	}
.mo_word_feature h2{
	color:#000;
	font-size:16px;
	}
	
/*愛波記事*/
.content_func{
	text-align:right;
	/*float:right;
	padding:0px 8px 10px 5px;*/
	/*position: relative;
	clear:both;
	background: url(../image/1-1_12.png) repeat;*/
}
.content_func img{
	max-width:100%;
}
/*愛波留言版*/
.list_4-2{
	margin:5px 0px 5px 0px;
	
	}
.list-group-item > .date{
	padding:0 20px 0 0;
	float:left;
	color:#666;
	}
.list-group-item > a{
	color:#666;
	text-decoration:none;
	
	}
.badge {
	background-color: #F9C;
	}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	background-color: #ffd098;
    border-color: #ffd098;
	}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text{
	color: #333;
	line-height:25px;
	padding-left:10px;
	}
.list-group-item-name{
	font-size:16px;
	color:#333;
	padding-left: 10px;
	}
.list-group-item-date{
	font-size:13px;
	color:#333;
	padding-left: 10px;
	}
.list-group-item-text{
	padding-left:10px;
	/*text-align:justify;左右對齊*/
	}
.label_4-2{
	padding:0px;
	
	}
/*優良志工*/
.h3_align{
	text-align:center;
   }
.h3_align a{
	text-decoration:none;
   }
  
/*會員團體*/
.member_size a{
	color:#777777;
	font-family:"Adobe 黑体 Std R", "Adobe 繁黑體 Std B", "微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
	word-wrap: break-word; /*英文單字的斷行*/
    
	}

.mo_member_feature{
 border-bottom:1px dotted #cbcbcb;
 vertical-align:top;
 padding:10px;
 margin-bottom:5px;
 
	}
.mo_member_feature h1{
	color:#777777;
	font-family:"Adobe 黑体 Std R", "Adobe 繁黑體 Std B", "微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	word-wrap: break-word; /*英文單字的斷行*/
	padding-left:0px;
	}

.mo_member_feature h1 a{
	color:#7e5b19;
	text-decoration:none;

	}
.mo_member_feature h1 img{
	max-width:100%;
	}