﻿@charset "utf-8";
/* CSS Document */
html,body{
	height:100%;
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:16px;
	}
#header{
	width:100%;
	/*float: left;*/
	min-height:20px;

	}
#wrap{
	min-height:100%;
	height:auto;
	margin:0 auto -80px;
	padding:0 0 60px;
	}
		
.section{
  position: relative;
  padding: 0px 0 5px 0;
	}
	
label {
    font-size:18px;
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-weight:normal;
	/*padding:5px 0 5px 0;*/
	
	}

.radio label, .checkbox label {
    margin-bottom: 10px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:16px;
	padding:16px 8px;
	
	}
/*==================*/
body{
	font-family: "微軟正黑體", "新細明體" , Arial, Helvetica, sans-serif ;
	/*background:#caab85; 背景金色*/
	/*background:#000; 背景黑色*/
	/*padding-top:70px;*/
	}
	
@media (max-width: 992px) { /*平板*/
	body{
		/*padding-top:70px; 如果選單過長折行時,手動修改平版對上高度*/
	}
	
	}
@media (max-width: 767px) { /*手機*/
	body{
		/*padding-top:70px;*/
	}
	
	}

/*======================*/
.navbar {
    min-height: 110px;
}

.navbar-brand {
    padding: 10px 0px;
}

.navbar-brand>img {
    display: block;
    /*margin:0;*/
    text-align: center;
    height: 80px;
    /*width: 50%;*/
    padding: 10px 0 0 0;
}

@media (max-width: 992px) {
    /*平板*/
    .navbar {
        min-height: 80px;
    }
    nav.navbar .navbar-brand img.logo {
        width: 230px;
        height: auto;
    }
    .navbar-brand {
        padding: 0px 10px;
    }
}

@media (max-width: 479px) {
/*手機*/
nav.navbar.bootsnav .navbar-brand {
float: left;
}
nav.navbar .navbar-brand img.logo {
width: 210px;
height: auto;
}
.navbar-brand {
padding: 0px 0px 5px 60px;
}
}

@media (max-width: 400px) {
    /*手機*/
	nav.navbar.bootsnav .navbar-brand    {
        float: left;
    }
    nav.navbar .navbar-brand img.logo {
        width: 185px;
        height: auto;
    }
    .navbar-brand {
        padding: 0px 0px 5px 45px;
    }
}

@media (max-width: 320px) {
    /*手機*/
    nav.navbar .navbar-brand img.logo {
        width: 150px;
        height: auto;
    }
    .navbar-brand {
        padding: 10px 20px 5px 45px;
    }
}

.navbar-callus li {
    font-size: 14px;
    color: #444444;
}

.navbar-callus li i {
    font-size: 13px;
    color: #32c3b4;
}

.navbar-callus li a {
    font-size: 14px;
    padding: 10px;
    color: #444444;
    display: inline-block;
}

.navbar-callus li a i {
    font-size: 13px;
    color: #32c3b4;
    margin-right: 5px;
}

.navbar-socail li a {
    font-size: 0.95rem;
    padding: 10px;
    color: #aaaaaa;
    display: inline-block;
}

.navbar-socail li a:hover {
    /*background-color: #3765a3;*/
    color: #505050;
}


/*上標區第二層選單*/

ul {
    /* 取消ul預設的內縮及樣式 */
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.drop-down-menu-top {
    /*border: #ccc 1px solid;*/
    display: inline-block;
    font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
    font-size: 13px;
    height: 25px;
}

@media (max-width: 992px) {
    /*平板*/
    ul.drop-down-menu-top {
        height: 35px;
    }
}

@media (max-width: 767px) {
    /*手機*/
    ul.drop-down-menu-top {
        height: 30px;
    }
}

ul.drop-down-menu-top li {
    position: relative;
    white-space: nowrap;
    /*border-right: #ccc 1px solid;*/
}


/*ul.drop-down-menu-top > li:last-child {
       border-right: none;
    }*/

ul.drop-down-menu-top>li {
    float: left;
    /* 只有第一層是靠左對齊*/
}

ul.drop-down-menu-top a {
    /*background-color: #fff;*/
    color: #aaaaaa;
    display: block;
    padding: 0px 8px 0 8px;
    text-decoration: none;
    line-height: 35px;
}

ul.drop-down-menu-top a:hover {
    /* 滑鼠滑入按鈕變色*/
    /*background-color: #337ab7;*/
    color: #f7941d;
}

ul.drop-down-menu-top li:hover>a {
    /* 滑鼠移入次選單上層按鈕保持變色*/
    /*background-color: #337ab7;*/
    color: #f7941d;
}

ul.drop-down-menu-top a img {
    width: 70%
}

ul.drop-down-menu-top ul {
    background: #FFF;
    border: #ccc 1px solid;
    position: absolute;
    z-index: 99;
    left: -1px;
    top: 100%;
    min-width: 40px;
}

ul.drop-down-menu-top ul li {
    border-bottom: #ccc 1px solid;
    border-right: #ccc 1px solid;
}

ul.drop-down-menu-top ul li:hover>a {
    background: #f7941d;
    /*第二層滑過去底色*/
    color: #fff;
}

ul.drop-down-menu-top ul li:last-child {
    border-bottom: none;
}

ul.drop-down-menu-top ul ul {
    /*第三層以後的選單出現位置與第二層不同*/
    z-index: 999;
    top: 10px;
    left: 90%;
}

ul.drop-down-menu-top ul {
    /*隱藏次選單*/
    display: none;
}

ul.drop-down-menu-top li:hover>ul {
    /* 滑鼠滑入展開次選單*/
    display: block;
}

ul.drop-down-menu-top li>ul {
    margin: -5px 0 0 -20px;
}

ul.drop-down-menu-top li>ul.sec li {
    width: 80px;
    text-align: center;
}


/*加上淡入淡出效果*/

ul.drop-down-menu-top ul {
    /*隱藏次選單*/
    left: 99999px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

ul.drop-down-menu-top li:hover>ul {
    /* 滑鼠滑入展開次選單*/
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    left: -1px;
    border-right: 5px;
}

ul.drop-down-menu-top li:hover>ul ul {
    /* 滑鼠滑入之後、次選單之後的選單依舊隱藏*/
    left: 99999px;
}

ul.drop-down-menu-top ul li:hover>ul {
    /* 第二層之後的選單展開位置*/
    left: 90%;
}


/*大區塊下拉選單*/

nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav>li>a {
    color: #eee;
}

@media (min-width: 1024px) {
    /*pc版*/
    #navbar-menu {
        padding-top: 50px;
        padding-right: 0px
    }
}

.dropdown-menu {
    min-width: 100px;
}

@media (min-width: 1024px) {
    .btn-margin {
        margin-top: -10px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: -15px;
        margin: 0;
    }
}

img {
    vertical-align: middle;
    margin: auto;
    max-width: 100%;
}

.badge {
    background: #F00;
}

@media (max-width: 992px) {
    .badge {
        background: #f00;
        color: #fff;
    }
}
/*上標圖示尺寸*/

.fa-1x_01 {
    font-size: 1.3rem;
}

@media (max-width: 992px) {
    /*手機*/
    .fa-1x_01 {
        padding-top: 5px;
        font-size: 1.6rem;
    }
}

@media (max-width: 320px) {
    /*手機*/
    .fa-1x_01 {
        font-size: 2rem;
    }
}

/*購物車,搜尋,語系按鈕*/
.attr-nav {
    padding-top: 0px;
}

@media (max-width: 1024px) {
    .attr-nav {
        border-left: none;
        padding-top: 0px;
    }
}

.attr-nav > ul > li > a {
    padding: 20px 5px 5px 15px;
    /*間距*/
}

@media (max-width: 1024px) {
    .attr-nav > ul > li > a {
        padding: 20px 10px;
    }
}

/*gototop*/

.gototop {
    font-family: verdana;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*background:rgba(204,204,204,0.4);*/
    color: #999;
    position: fixed;
    bottom: 150px;
    right: 5px;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
    z-index: 999;
    /*先隱藏*/
    display: none;
}

/*footer*/
/*Footer section*/

footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f6f6f6;
    box-shadow: 2px 0px 7px 0px rgba(0, 0, 0, 0.4);
    margin-top: 40px;
    text-align: center;
}

.section-primary {
    font-size: 15px;
    font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
    /*color:#fff;*/
    line-height: 25px;
    padding: 10px 0 15px 0;
    text-align: left;
    /*background-color: #e4dccf !important;*/
}

.section-primary h4 {
    font-size: 18px;
    font-family: "微軟正黑體", "新細明體", "標楷體", Arial;
    text-align: left;
    /*color:#fff;*/
}


/*footer背景圖*/

.bg-photo {
    background: url(../images/index_13.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    width: 100%;
}

/*===================*/

/*form-group*/
.form-group {
  margin-bottom: 10px;
}

.form-control {
  display: inline;
  margin-bottom:5px;

}
@media (max-width: 767px) { /*手機*/
.form-control {
  width:75%

}

}


.form-horizontal .form-group {
   margin-left: 0px; 
}
/*=====主視覺======*/
.demo_block {
	width: 100%;
	margin: 0 auto;
	padding-top:0px;
}
.demo_block img{
	max-width: 100%;
}
/*=============*/
.row-a{ /*內容高度*/
    /*background:url(../image/index_02.png) top left repeat;*/
    margin:0px auto 20px auto;
	padding:20px 0;
	background-color:#fff;
	min-height:100px; 	/*firefox可正常顯示的最小高度 */
    height: auto !important;/*修正ie6的欄位高度顯示方式 */
    height: 100px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */
	
	}

.row_1-0 h1{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#cbab85;
	font-size:18px;
	padding-left:0px;
	margin:0px 0 20px 0;
	}

.row_1-0 h2 {
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#f0ad4e;
	font-size:16px;
	padding-left:0px;
	margin:5px 0 10px 0;
	}

.row_1-0 h2 a{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#f0ad4e;
	font-size:16px;
	padding-left:0px;
	margin:0px 0 0px 0;
	}

.row_1-0 p{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	line-height:25px;
	font-size:16px;
	color:#656565;
	text-align: justify; /*字左右對齊*/
    text-justify:inter-ideograph;/*字左右對齊*/
	}
	
/*.row_1-0-1{
	border-bottom:#c4c4c4 1px dashed;
	padding:15px 0 15px 0;
	min-height:170px;*/ 	/*firefox可正常顯示的最小高度 */
    /*height: auto !important;*//*修正ie6的欄位高度顯示方式 */
    /*height: 170px;*/ /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */

	/*}

.row_1-0-1 h2{
	margin:0px 0 10px 0;
	}

.row_1-0-1 p{
    line-height:25px;
	font-size:16px;
	text-align: justify;*/ /*字左右對齊*/
    /*text-justify:inter-ideograph;*//*字左右對齊*/
	/*}

.row_1-0-1 img{
	margin-bottom:10px;
	}*/

/*20240201修改條列式頁面圖片尺寸自動縮放*/
.row_1-0-1 {
	border: none;
	padding: 15px;
	display: inline-block;
}

	.row_1-0-1 img {
		width: 100%;
		aspect-ratio: 4/3;
		-o-object-fit: contain;
		object-fit: contain;
		padding: 0px;
	}

	.row_1-0-1 h2 {
		display: inline-block;
	}

.flex {
	display: flex;
	justify-content: flex-end;
}

p.btn-brown, p.btn-brown a {
	color: #ffff;
	background-color: #a67758;
	border-color: #a67758;
}

.card-outer {
	border: none;
	background-color: rgba(0,0,0,0);
	height: 100%;
	display: block;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,.2);
	padding: 15px 0;
}

/*簡述超過兩行出現點點點*/
/*電腦版*/
@media screen and (min-width: 1201px) {
	.card-outer h2 {
		display: -webkit-box;
		overflow: hidden;
		/*!autoprefixer:off*/
		-webkit-box-orient: vertical;
		/*autoprefixer:on*/
		-webkit-line-clamp: 1;
		min-height: 18px;
		/*margin-bottom: 0;*/
	}

	.card-outer p {
		display: -webkit-box;
		overflow: hidden;
		/*!autoprefixer:off*/
		-webkit-box-orient: vertical;
		/*autoprefixer:on*/
		-webkit-line-clamp: 2;
		min-height: 44px;
	}

		.card-outer p.btn {
			min-height: 0;
		}
}
/*手機版*/
@media screen and (max-width: 1200px) {
	.card-outer h2, .card-outer p {
		min-height: 10px;
		display: block;
	}

	.card-outer p {
		margin-bottom: 0;
	}
}

.row_2-0 h1{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#cbab85;
	font-size:18px;
	padding-left:0px;
	margin:0px 0 10px 0;
	}

.row_2-0 h2{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#11931d;
	font-size:16px;
	padding-left:0px;
	margin:5px 0 10px 0;
	}

.row_2-0 h2 a{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#11931d;
	font-size:16px;
	padding-left:0px;
	margin:0px 0 0px 0;
	}

.row_2-0 p{
    line-height:25px;
	font-size:16px;
	text-align: justify; /*字左右對齊*/
    text-justify:inter-ideograph;/*字左右對齊*/
	}

.row_4-0 h1{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#cbab85;
	font-size:18px;
	padding-left:0px;
	margin:0px 0 10px 0;
	}

.row_4-0 h2{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#5487d3;
	font-size:18px;
	font-weight:bold;
	padding-left:0px;
	margin:5px 0 10px 0;
	}

.row_4-0 h2 a{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#81a5db;
	font-size:16px;
	padding-left:0px;
	margin:0px 0 0px 0;
	}
.row_4-0 h3{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#e51743;
	font-size:16px;
	padding-left:0px;
	margin:5px 0 10px 0;
	}

.row_4-0 p{
    line-height:25px;
	font-size:16px;
	text-align: justify; /*字左右對齊*/
    text-justify:inter-ideograph;/*字左右對齊*/
	}

.sec_row_01{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	padding:20px 0px 20px 0px;
	background-color:#fff;

	}

.row_1-2{
	float:left;
	margin:0px 0 10px 0;
	
	}
.row_1-2 h1{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#f0ad4e;
	font-size:18px;
	padding-left:0px;
	margin:0px 0 10px 0;
	}
	
.row_1-2 p{ 
	color:#666;
	font-size:1.2em;
	line-height:28px;
	/*letter-spacing:0.1em;*/
	text-align: justify; /*字左右對齊*/
    text-justify:inter-ideograph;/*字左右對齊*/
    word-wrap: break-word; /*英文字換行*/
    word-break: break-all; /*英文字換行*/
	}

.row_2-2{
	float:left;
	margin:0px 0 10px 0;
	
	}
.row_2-2 h1{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#188a1e;
	font-size:18px;
	padding-left:0px;
	margin:0px 0 10px 0;
	}

.row_5-1{
	float:left;
	margin:0px 0 10px 0;
	
	}
.row_5-1 h1{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#a33737;
	font-size:18px;
	padding-left:0px;
	margin:0px 0 10px 0;
	}

.row_7-1{
	float:left;
	margin:0px 0 10px 0;
	
	}
.row_7-1 h1{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#f3a214;
	font-size:18px;
	padding-left:0px;
	margin:0px 0 10px 0;
	}

.row_9-1 h1{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#cbab85;
	font-size:18px;
	padding-left:0px;
	margin:0px 0 20px 0;
	}

.row_9-1 h2 {
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	/*color:#4693d4; 修改燈箱程式碼, 會造成此處顏色的變動 rocky mark*/
	font-size:16px;
	padding-left:0px;
	margin:5px 0 10px 0;
	}

.row_9-1 h3 {
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#9711b8;
	font-size:16px;
	padding-left:0px;
	margin:5px 0 10px 0;
	}

.row_9-1 p{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	line-height:25px;
	font-size:16px;
	color:#656565;
	text-align: justify; /*字左右對齊*/
    text-justify:inter-ideograph;/*字左右對齊*/
	}
	

/*==============*/

/*內容左選單*/
#sidebar_1{
	margin-top:0px;
	}
.sidebar_1_bg{
	background-color:#f8f8f8;
	border:#f4f2f2 1px solid;
	box-shadow:3px 3px 5px #d3d3d3;
	-webkit-box-shadow:3px 3px 5px #d3d3d3; /*chrome瀏覽器*/
	}

#sidebar_1 h2{
		font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
		display: block;
		color:#eb4889;
	    font-size:1.3em;
	    font-weight: 500;
	    line-height:22px;
		margin-top:2px;
	}
	

#sidebar_7-1{
	margin-top:0px;
	margin-bottom:15px;
	}

#sidebar_7-1 h2{
		font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
		display: block;
		color:#50921a;
	    font-size:1.3em;
	    font-weight: 500;
	    line-height:22px;
		margin-top:2px;
	}
	
/*=================*/
ul.style {
	list-style-type: none;
	padding-left:10px;
		}
		
ul.style li {
		margin: 0;
		padding: 0.2em 0em 0.2em 0em;
		border-bottom: 1px solid #ECECEC;
		min-height:50px; 	
        height: auto !important;
        height: 50px; 
		}
		
ul.style p {
	 padding-top: 10px;
		}
		
ul.style .posted {
    	margin-bottom:5px;
		padding: 0em 0em 0em 0em;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 8pt;
		color: #A2A2A2;
		}

ul.style .text {
	    margin-bottom:0px;
		padding: 1em 0em 0em 0em;
		letter-spacing: 1px;
		font-size: 11pt;
		color: #A2A2A2;
		height:50px;
		}

ul.style .text a{
		color: #727272;
		}

ul.style .text a:hover{
		color: #a98d6c;
		}


/*=================*/	
/*第一層選單*/
ul.first_style{
		}
		
ul.first_style li {
		margin:0px 0 0 -35px;
		padding: 0.1em 0em 0.1em 0.8em;
		border-bottom: 1px solid #ECECEC;
		background:url(../image/arrow_3rd.png) no-repeat top left;
		background-position:0px 10px;
		list-style-type: none;
		line-height:30px;
		}
		
ul.first_style p {
	 padding-top: 10px;
		}

ul.first_style .text {
	margin-bottom:0px;
		padding: 0em 0em 0em 0em;
		letter-spacing: 1px;
		font-size: 11pt;
		color: #A2A2A2;
		}

ul.first_style .text a{
		color: #727272;
		}

ul.first_style .text a:hover{
		color: #c4c4c4;
		}

/*第二層選單*/
ul.sec_style li {
		margin:0px 0 0 -35px;
		padding: 0.1em 0em 0.1em 0.9em;
		border-bottom: none;
		background:url(../image/SB001-3.png) no-repeat top left;
		background-position:0px 10px;
		list-style-type: none;
		}
		
ul.sec_style p {
	 padding-top: 10px;
		}

ul.sec_style .text {
	margin-bottom:0px;
		padding: 0em 0em 0em 0em;
		letter-spacing: 1px;
		font-size: 11pt;
		color: #A2A2A2;
		}

ul.sec_style .text a{
		color: #727272;
		}

ul.sec_style .text a:hover{
		color: #c4c4c4;
		}


/*===========================*/
/*切成左右兩個區塊*/

.sec_content{ 
	/*background-color:#fff;*/
	padding:15px 15px 0px 10px;
	/*min-height:525px; 	/*firefox可正常顯示的最小高度 */
    /*height: auto !important;/*修正ie6的欄位高度顯示方式 */
    /*height: 525px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */
	}

.sec_content h2{
	color:#666;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	}
	
.sec_content h3{
	color:#4aa1e4;
	font-size:16px;
	font-weight:bold;
	line-height:23px;
	padding-bottom:5px;
	}
	
.sec_content p{ 
	color:#666;
	font-size:1.2em;
	line-height:28px;
	letter-spacing:0.1em;
	
	}

.sec_content6-1{
	margin-top:30px;
	
	}
	
.sec_content7-1{ 
	/*background-color:#fff;*/
	padding:15px 15px 0px 25px;
	min-height:250px; 	/*firefox可正常顯示的最小高度 */
    height: auto !important;/*修正ie6的欄位高度顯示方式 */
    height: 250px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */
	}

.sec_content7-1 h2{
	color:#666;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	}
	
.sec_content7-1 h3{
	color:#4aa1e4;
	font-size:16px;
	font-weight:bold;
	line-height:23px;
	padding-bottom:5px;
	}
	
.sec_content7-1 p{ 
	color:#666;
	font-size:16px;
	line-height:25px;
	}

.sec_content8-1{
	margin-top:20px;
	
	}

.sec_content8-1 h2{
	color: #F00;
	font-size:18px;
	text-align:center;	
	}

/*捐款數字設定*/
.donation{
	clear:both;

	
	}
#d_100 {
    background-color: #bebebe;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 2px;
    padding: 2px;
}

    #d_100:hover {
        background-color: #efc420;
        color: #000;
        opacity: 0.6;
        margin: 2px;
        padding: 2px;
        cursor: pointer;
    }

#d_200 {
    background-color: #bebebe;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 2px;
    padding: 2px;
}

    #d_200:hover {
        background-color: #efc420;
        color: #000;
        opacity: 0.6;
        margin: 2px;
        padding: 2px;
        cursor: pointer;
    }

#d_500 {
    background-color: #bebebe;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 2px;
    padding: 2px;
}

    #d_500:hover {
        background-color: #efc420;
        color: #000;
        opacity: 0.6;
        margin: 2px;
        padding: 2px;
        cursor: pointer;
    }

#d_1000 {
    background-color: #bebebe;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 2px;
}

    #d_1000:hover {
        background-color: #efc420;
        color: #000;
        opacity: 0.6;
        margin: 2px;
        cursor: pointer;
    }

#d_2000 {
    background-color: #bebebe;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 2px;
}

    #d_2000:hover {
        background-color: #efc420;
        color: #000;
        opacity: 0.6;
        margin: 2px;
        cursor: pointer;
    }

#d_5000 {
    background-color: #bebebe;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 2px;
}

    #d_5000:hover {
        background-color: #efc420;
        color: #000;
        opacity: 0.6;
        margin: 2px;
        cursor: pointer;
    }

#d_8000 {
    background-color: #bebebe;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 2px;
}

    #d_8000:hover {
        background-color: #efc420;
        color: #000;
        opacity: 0.6;
        margin: 2px;
        cursor: pointer;
    }

#d_10000 {
    background-color: #bebebe;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 2px;
}

    #d_10000:hover {
        background-color: #efc420;
        color: #000;
        opacity: 0.6;
        margin: 2px;
        cursor: pointer;
    }

#d_20000 {
    background-color: #bebebe;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 2px;
}

    #d_20000:hover {
        background-color: #efc420;
        color: #000;
        opacity: 0.6;
        margin: 2px;
        cursor: pointer;
    }

/*燈箱設定*/

#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:70%;
    -webkit-transform: translateX(0) translateY(-40%);
       -moz-transform: translateX(0) translateY(-40%);
        -ms-transform: translateX(0) translateY(-40%);
            transform: translateX(0) translateY(-40%);
}
@media (max-width: 767px) { /*手機*/
#slide{
	max-width:100%;
	
	}
}
.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%;
   
}
@media (max-width: 767px) { /*手機*/
#basic{
	max-width:100%;
	
	}
}

#view{
	max-width:70%;
   
}
@media (max-width: 767px) { /*手機*/
#view{
	max-width:100%;
	
	}
}

#money{
	max-width:70%;
   
}
@media (max-width: 767px) { /*手機*/
#money{
	max-width:100%;
	
	}
}
/* 捐款徵信條列式 */

table.list {
	width:100%;
}
.list tr{
}
.list th{
	padding:10px 5px 10px 5px;
	text-align:center;
	background:#c7c7c7;
}
.list td{
	font-size:15px;
	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:#eee;
	}
.rwd-table th,.rwd-table td{
	/*margin:1em 1em;*/
	}
.rwd-table{
	min-width:100%;
	}
.rwd-table th{
	display:none;
	background-color:#888888;
	padding:0.7em!important;/*手機版欄位高度*/

	}
.rwd-table td{
	display:block;
	padding:0.7em!important;/*手機版欄位高度*/

	}
.rwd-table td:before{
	content:attr(data-th) " : ";
	font-weight:bold;
	width:6.5em;
	display:inline-block;
	}
.rwd-table th,.rwd-table td{
	text-align:left;
	}
.rwd-table th,.rwd-table td:before{
	color:#feac0f; /*手機版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:#feac0f; /*桌機,平版th的字顏色*/
	font-weight:bold;
	}
}
/* 線上報名條列式 */

table.list_1 {
	width:100%;
}
.list_1 tr{
}
.list_1 th{
	/*padding:10px 5px 10px 5px;*/
	text-align:center;
	/*background:#b2b2b2;*/
}
.list_1 td{
	font-size:16px;
	line-height:25px;
	border-bottom:#ccc 1px dashed; /* 每個外框的下底線*/
}
.list_1 a{
	color:#333;
	text-decoration: none; /* 超連結的字不要有下底線*/
}
.list_1 a:hover{
	color:#666;
	text-decoration: none;  /* 字有超連結移過去不要有下底線*/
}

/*rwd table切換,線上報名*/
.rwd-table_1{
	background:#fff;
	overflow:hidden;
	}
.rwd-table_1 tr:nth-of-type(2n){
	background:#e0f0fe;
	}
.rwd-table_1 th,.rwd-table td{
	/*margin:1em 1em;*/
	}
.rwd-table_1{
	min-width:100%;
	}
.rwd-table_1 th{
	display:none;
	background-color:#4183a5;
	padding:0.7em!important;/*手機版欄位高度*/
	}
.rwd-table_1 td{
	display:block;
	padding:0.7em!important;/*手機版欄位高度*/
	}
.rwd-table_1 td:before{
	content:attr(data-th) " : ";
	font-weight:bold;
	width:6.5em;
	display:inline-block;
	}
.rwd-table_1 th,.rwd-table_1 td{
	text-align:left;
	}
.rwd-table_1 th,.rwd-table_1 td:before{
	color:#2b93c9; /*手機版th的字顏色*/
	font-weight:bold;
	}
@media (min-width: 480px) {
.rwd-table_1 td:before{
		display:none;
		}
.rwd-table_1 th,.rwd-table_1 td{
	display:table-cell;
	padding:0.25em 0.5em;
       }
.rwd-table_1 th:first-child,.rwd-table_1 td:first-child{
	padding-left:0;
	}
.rwd-table_1 th:last-child,.rwd-table_1 td:last-child{
	padding-right:0;
	}
.rwd-table_1 th,.rwd-table_1 td{
	padding:1em!important; /*桌機,平版欄位高度*/
	}

.rwd-table_1 th,.rwd-table_1 td:before{
	color:#aedaf1;/*桌機,平版th的字顏色*/
	font-weight:bold;
	}
}

/*rwd table成果報告使用*/
.rwd-table_2{
	background:#fff;
	overflow:hidden;
	}
.rwd-table_2 tr:nth-of-type(2n){
	background:#f7f7f7;
	}
.rwd-table_2 th,.rwd-table td{
	/*margin:1em 1em;*/
	}
.rwd-table_2{
	min-width:100%;
	}
.rwd-table_2 th{
	display:none;
	background-color:#a5a5a5;
	padding:0.7em!important;/*手機版欄位高度*/
	}
.rwd-table_2 td{
	display:block;
	padding:0.7em!important;/*手機版欄位高度*/
	}
.rwd-table_2 td:before{
	content:attr(data-th) " : ";
	font-weight:bold;
	width:5.5em;
	display:inline-block;
	}
.rwd-table_2 th,.rwd-table_2 td{
	text-align:left;
	}
.rwd-table_2 th,.rwd-table_2 td:before{
	color:#a5a5a5; /*手機版th的字顏色*/
	font-weight:bold;
	}
@media (min-width: 480px) {
.rwd-table_2 td:before{
		display:none;
		}
.rwd-table_2 th,.rwd-table_2 td{
	display:table-cell;
	padding:0.25em 0.5em;
       }
.rwd-table_2 th:first-child,.rwd-table_2 td:first-child{
	padding-left:0;
	}
.rwd-table_2 th:last-child,.rwd-table_2 td:last-child{
	padding-right:0;
	}
.rwd-table_2 th,.rwd-table_2 td{
	padding:1em!important; /*桌機,平版欄位高度*/
	}

.rwd-table_2 th,.rwd-table_2 td:before{
	color:#f7f7f7;/*桌機,平版th的字顏色*/
	font-weight:bold;
	}
}


/* 募心專案最新消息條列式 */

table.list_3 {
	width:100%;
}
.list_3 tr{
}
.list_3 th{
	padding:10px 5px 10px 5px;
	text-align:center;
	background:#c7c7c7;
}
.list_3 td{
	font-size:15px;
	line-height:23px;
	border-bottom:#ccc 1px dashed; /* 每個外框的下底線*/
}
.list_3 a{
	color:#333;
	text-decoration: none; /* 超連結的字不要有下底線*/
}
.list_3 a:hover{
	color:#666;
	text-decoration: none;  /* 字有超連結移過去不要有下底線*/
}

/*rwd table切換,募心專案最新消息*/
.rwd-table_3{
	background:#fff;
	overflow:hidden;
	}
.rwd-table_3 tr:nth-of-type(2n){
	background:#eee;
	}
.rwd-table_3 th,.rwd-table td{
	/*margin:1em 1em;*/
	}
.rwd-table_3{
	min-width:100%;
	}
.rwd-table_3 th{
	display:none;
	background-color:#888888;
	padding:0.7em!important;/*手機版欄位高度*/

	}
.rwd-table_3 td{
	display:block;
	padding:0.7em!important;/*手機版欄位高度*/

	}
.rwd-table_3 td:before{
	content:attr(data-th) " : ";
	font-weight:bold;
	width:3em;
	display:inline-block;
	}
.rwd-table_3 th,.rwd-table_3 td{
	text-align:left;
	}
.rwd-table_3 th,.rwd-table_3 td:before{
	color:#feac0f; /*手機版th的字顏色*/
	font-weight:bold;
	}
@media (min-width: 480px) {
.rwd-table_3 td:before{
		display:none;
		}
.rwd-table_3 th,.rwd-table_3 td{
	display:table-cell;
	padding:0.25em 0.5em;
       }
.rwd-table_3 th:first-child,.rwd-table_3 td:first-child{
	padding-left:0;
	}
.rwd-table_3 th:last-child,.rwd-table_3 td:last-child{
	padding-right:0;
	}
.rwd-table_3 th,.rwd-table_3 td{
	padding:1em!important;
	}
.rwd-table_3 th,.rwd-table_3 td:before{
	color:#feac0f; /*桌機,平版th的字顏色*/
	font-weight:bold;
	}
}



/*按鈕顏色*/
.btn-pink {
  color: #ffffff;
  background-color: #f2b0cf;
  border-color: #f3a8cb;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active,
.open > .dropdown-toggle.btn-pink {
  color: #ffffff;
  background-color: #f49bc5;
  border-color: #eec2ca;
}
.btn-pink:active,
.btn-pink.active,
.open > .dropdown-toggle.btn-pink {
  background-image: none;
}
.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled.focus,
.btn-pink[disabled].focus,
fieldset[disabled] .btn-pink.focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
  background-color: #f2b0cf;
  border-color: #f3a8cb;
}

/*影音設定*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; 
	height: 0; 
	overflow: hidden;
	margin:20px 0 30px 10px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*收款作業*/
.collection{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 2px #ddd dotted;
	}
.collection .table{
	margin-bottom:0px;
	}
@media (max-width: 767px) { /*手機*/
.collection	{
    	padding-bottom:5px;
		margin-bottom:20px	
		}
	
	}

.color_th{
	background:#b6a992;
	text-align:center;
	
	}

.color_th_01{
	background:#d6cec0;
	text-align:center;
	
	}
	
	/*機構分類*/
.alert-default {
    background-color: #e2e2e2;
    border-color: #d1d0cf;
    color: #333;
}

.alert-default a{
    background-color: #e2e2e2;
    border-color: #d1d0cf;
    color: #333;
}

.online_01{
	padding-bottom:15px;
	}


/*上標圖示尺寸*/

.fa-1x_01 {
    font-size: 1.3rem;
}

@media (max-width: 992px) {
    /*手機*/
    .fa-1x_01 {
        padding-top: 5px;
        font-size: 1.6rem;
    }
}

@media (max-width: 320px) {
    /*手機*/
    .fa-1x_01 {
        font-size: 2rem;
    }
}
/*捐款金額樣式*/
.donate_amt {
    background-color: #bebebe;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 2px;
    padding: 2px;
}

    .donate_amt:hover {
        background-color: #efc420;
        color: #000;
        opacity: 0.6;
        margin: 2px;
        padding: 2px;
        cursor: pointer;
    }
