
html,body {
	height:100%;/* 設定body高度為100% 拉到視窗可視的大小 */	
}

body {
	background-color: #fff2d9;
	font-family: "微軟正黑體";
	font-size: 18px;
}

a {
  color: #134E9A;
  text-decoration: none;
}

a:hover {
  color: #cb2b00;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}


#wrapper {
    /* 設定高度最小為100%, 如果內容區塊很多, 可以長大 */
    min-height: 100%;
    /* 位置設為relative, 作為footer區塊位置的參考 */
    position: relative;
    background: url(../images/pic.png) no-repeat 75% 0;
}

#content {
    /* 留出footer區塊的空間 */
    padding-bottom: 220px;

}

#contentInside {
    /* 留出footer區塊的空間 */
    padding-bottom: 140px;

}


img {
	border:0;
	margin:0;
	padding:0;
	
}

img.map, map area {
	/*去除影像地圖外框線*/
    outline: none;
}

header .logo {
	padding:20px 0;
	margin-top: 50px;
}


footer {
	padding: 40px 0 0 0;
	margin:25px 0 0 0;
	/* 設定footer的高度 */
    height: 180px;
    box-sizing: border-box;
    /* 設定footer絕對位置在底部 */
    position: absolute;
    bottom: 0;
    /* 展開footer寬度 */
    width: 100%;
}

footer a, footer a:hover {
	color: #f25822;
	text-decoration: none;
}

.coryright {
	padding:20px 0 10px 0;
}



/*內頁*/



.insidePage {
	background-color: #FFFFFF;
	border-radius:15px;
	margin-top: 0;	
}



.insideMain {
	padding:0 30px 80px 30px;
	min-height: 650px;

}

.insideMain h1 {
	border-bottom: 10px solid #e7e7e7;
	color: #864e2d;
	font-weight: bold;
	font-size:28px;
	padding:10px 0;
	margin:30px 0 15px 0;
}

.insideMain h1 span {
	position: relative;
    top: -2px;
    display: inline-block;
	line-height: 1;
}

.insideMain .row {
	padding:0 30px;
	/*min-height: 450px;*/
}








.insideMain h3 {
	font-size:20px;
	font-weight:bold;
	padding:5px 0;
	margin:15px 0;
	float:left;
	color:#864e2d;
}

.insideMain h3.no-border {
	border-bottom:none;
}


/*線上通報彈出視窗*/

.modal-content {
	background-color:#f6ebe0;	
	color:#fff;
}

.modal-content a{	
	color:#fff;
}

.modal-content .modal-header, .modal-content .modal-footer {
	border:none;	
	
}

.modal-content .modal-header {
	margin:0 20px;	
	
}

.modal-content .modal-header .people {
	background-color:#e5966b;	
	
}

.modal-content .modal-header h4{
	font-size:24px;
	font-weight:bold;
	color:#755f56;
}

.modal-content .modal-header .close {
	font-size: 36px;
  	font-weight: bold;
	color: #000;
	opacity: .6;
}

.modal-body {
	overflow:hidden;
	padding: 0px 35px;
}

.modal-content .modal-body ul{	
	list-style:none;
	width:100%;
	margin:0 auto;
	padding:0;
	
}

.modal-content .modal-body li{
	width:50%;
	float:left;
	cursor: pointer;
	
}


.modal-content .modal-body li a.people {
	background-color:#e5966b;	
	float: left;
	display:block;
	overflow:hidden;
	padding:20px;
	margin:10px;
	text-decoration: none;
	
}


.modal-content .modal-body li a.legal {
	background-color:#47b793;	
	float: right;
	display:block;
	overflow:hidden;
	padding:20px;
	margin:10px;
	text-decoration: none;

}

.modal-content .modal-body li a:hover {
	background-color:#7E7E7E;	
	
}

.modal-content .modal-body h5 {
	font-size:22px;
	font-weight:bold;
}

.modal-content .modal-body h5 span{
	margin:0 10px 0 0;
}


/*線上通報表*/

.insideMain .insideContent.form h2{
	color:#897064;
	background:none;
	font-weight: bold;
}

.note {
	float:right;
	
	margin: 8px 0;
	font-weight: bold;
	border-bottom: 1px solid #f41a1a;
}

.insideMain .insideContent.form .formDetail {
	padding: 0;
	margin: 0;
}

.insideMain .insideContent.form .formDetail .notice {
	margin: 0;
	padding: 0;
}

.red {
	color: #f41a1a;
}

.pink {
	background-color: #ffb8b6;
}

.lightPink {
	background-color: #ffe4e3;
}

.pinkMid {
	background-color: #ffc8c7;
}

.yellow {
	background-color: #ffde9d;
}

.lightYellow {
	background-color: #fbe6bd;
}

.yellowMid {
	background-color: #ffd685;
}


.green {
	background-color: #a5e6d0;
}

.greenMid {
	background-color: #85D9BC;
}

.lightGreen {
	background-color: #cdf0e4;
}

.blue {
	background-color: #acd8ff;
}

.lightBlue {
	background-color: #d9edff;
}

.purple {
	background-color: #dab6ec;
}

.lightPurple {
	background-color: #f3ddfd;
}



.insideMain .insideContent.form .formDetail .notice .title {
	padding:30px;
	font-size:2.2rem;
}

.insideMain .insideContent.form .formDetail .notice .list {	
	padding: 0;
	margin:0;
}

.insideMain .insideContent.form .formDetail .row, 
.insideMain .insideContent.form .formDetail .col-md-12,
.insideMain .insideContent.form .formDetail .col-md-12 .row,
.insideMain .insideContent.form .formDetail .col-md-12 .row .col-md-6 {
	padding: 0;
	margin:0;
}

.insideMain .insideContent.form .formDetail .notice .col-md-12  {
	border-bottom:2px solid #fff;
}

.insideMain .insideContent.form .formDetail .notice .col-md-12 .row .col-md-6, 
.insideMain .insideContent.form .formDetail .notice .col-md-12.padding{
	padding: 10px 10px 0 10px;

}

.insideMain .insideContent.form .formDetail .notice .col-md-12.padding.no-border {
	border-bottom:none;
}

.insideMain .insideContent.form .formDetail .notice .col-md-12.no-border {
	border-bottom:none;
}

.insideMain .insideContent.form .formDetail .notice .col-md-12 .row .col-md-6:last-child{
	border-left:2px solid #fff;
}


.listBlock {
	margin:0;

}

.listBlock .col-sm-2 {
	padding:0;
	margin:2px 5px;
}

.listBlock.noTopPadding {
	margin:0px 5px 5px 5px;
}

.gray {
	background-color: #e2e2e2;
}

.btn-brown {
	color: #fff;
    font-weight: bold;
    background-color: #a0775c;
    border-color: #6e5746;
    margin: 0 20px;
}

.btn-brown:hover,.btn-brown:focus {
	color: #fff;
    font-weight: bold;
    background-color: #6e5746;
    border-color: #6e5746;
}


.insideMain .insideContent {
	padding: 0 20px;

}

.insideMain .insideContent h2 {
	background-color: #AE9282;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 8px;
    border-radius: 8px;
    margin:0;

}

.form-horizontal .control-label {
	text-align: left;
}

/*clander*/
#datepicker > span:hover{cursor: pointer;}


@media (max-width: 1215px)  {
	
.mainContent .row .col-md-7 {
	background-color:#FFF;
	-webkit-border-top-left-radius: 15px;
	-moz-border-top-left-radius:15px;
	border-top-left-radius:15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;
	-webkit-box-shadow: 0px 3px 3px #a6a6a6;
	-moz-box-shadow: 0px 3px 3px #a6a6a6;
	box-shadow: 0px 3px 3px #a6a6a6;
	padding:20px 30px;
	height:302px;
}

.mainContent .row .col-md-5 .events {
	height:302px;

}

.newsContent p{
	font-weight: bold;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 8px 0;
}

.newsContent p .title {
	display:block;
	float:left;
	white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	-o-text-overflow: ellipsis;
 	width: 370px;
}

.carousel-inner .item {
  height: 302px;
  overflow:hidden;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
}

           
}

@media (max-width: 991px)  {
.mainContent .row .col-md-7 {
	background-color:#FFF;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius:0;
	border-top-left-radius:0;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;
	-webkit-box-shadow: 0px 3px 3px #a6a6a6;
	-moz-box-shadow: 0px 3px 3px #a6a6a6;
	box-shadow: 0px 3px 3px #a6a6a6;
	padding:20px 30px;
	height:330px;
}

.insideMain .insideContent.news .detail .pic{	
    float:none;
	width:100%;	
}

.insideMain .insideContent.news .detail .pic img{	
	width:100%;	
}

.insideMain .insideContent.news .detail .text{		
  	margin:20px 0 0 0;
}

.mainContent .row .col-md-5 .events {
	height:450px;

}

.newsContent p{
	font-weight: bold;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px 0;
}

.newsContent p .title {
	display:block;
	float:left;
	white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	-o-text-overflow: ellipsis;
 	width: 550px;
}

#ad-carousel.carousel {
  position: relative;
  float: left;
}

.carousel-inner .item {
  height: 450px;
  overflow:hidden;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
}

.searchResources .col-md-6.line{
    border-right: none;
}



}

@media (max-width: 768px) {
	
header .logo {
	padding:20px;
	
}

header .logo img{
	width:100%;
	height:auto;
	
	
}

.navbar-default .navbar-toggle {
	border-color:#edc7b2;
}

.navbar-toggle {
	background-color:#f5d2bc;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color:#f5d2bc;
}

nav.mainMenu .navbar-toggle .icon-bar {
	background-color: #724f33;
}

.navbar-nav .open .dropdown-menu {
	background-color: #937868;
}





.modal-content .modal-body li{
	width:100%;
	float:left;
	
}


.modal-content .modal-body li a.people {
	background-color:#e5966b;	
	float: none;
	display:block;
	overflow:hidden;
	padding:20px;
	margin:10px;
}

.modal-content .modal-body li a.legal {
	background-color:#47b793;	
	float: none;
	display:block;
	overflow:hidden;
	padding:20px;
	margin:10px;
}


.table-responsive table tr th:nth-child(1){
    border-radius: 0;
}
.table-responsive table tr th:nth-last-child(1){
    border-radius: 0;
}

.mainContent .row .col-md-7 {
	background-color:#FFF;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius:0;
	border-top-left-radius:0;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;
	-webkit-box-shadow: 0px 3px 3px #a6a6a6;
	-moz-box-shadow: 0px 3px 3px #a6a6a6;
	box-shadow: 0px 3px 3px #a6a6a6;
	padding:20px 30px;
	height:auto;
}

.insideMain .insideContent.news .detail .pic{	
    float:none;
	width:100%;	
}

.insideMain .insideContent.news .detail .pic img{	
	width:100%;	
}

.insideMain .insideContent.news .detail .text{		
  	margin:20px 0 0 0;
}

.mainContent .row .col-md-5 .events {
	height:450px;
	overflow:hidden;

}

.newsContent p{
	font-weight: bold;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 8px 0;
}

.newsContent p .title {
	display:block;
	float:left;
	white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	-o-text-overflow: ellipsis;
 	width: 480px;
}

#ad-carousel.carousel {
  position: relative;
  float: none;
}

.carousel-inner .item {
  height: 450px;
  overflow:hidden;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
}

.insideMain .maplist li a{
  float:left;
  display:block;
  width:45%;
  background-color: #ad7b5e;
  color:#fff;
  text-align: center;
  padding:20px;
  margin:5px;
}

.searchResources .col-md-6.line{
    border-right: none;
}

.insideMain .insideContent.form .formDetail .notice .col-md-12 .row {
	border-bottom:none;
}

.insideMain .insideContent.form .formDetail .notice .col-md-12 .row .col-md-6, 
.insideMain .insideContent.form .formDetail .notice .col-md-12.padding{
	padding: 15px 10px 15px 10px;
	overflow: hidden;
}


.insideMain .insideContent.form .formDetail .notice .col-md-12 .row .col-md-6:last-child{
	border-left:none;
	padding: 15px 10px 15px 10px;
}


.insideMain .insideContent.form .formDetail .notice .col-md-12 .row .col-md-6 {
	border-bottom:2px solid #fff;
	border-left:none;
	padding: 15px 10px 0 10px;
}



}

@media (max-width: 480px) {



.mainContent .row .col-md-5 .events {
	height:345px;
	overflow:hidden;

}

.carousel-inner .item {
  height: 345px;
  overflow:hidden;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
}

.insideMain .maplist li a{
  float:left;
  display:block;
  width:45%;
  background-color: #ad7b5e;
  color:#fff;
  text-align: center;
  padding:20px;
  margin:5px;
}

.searchResources .col-md-6.line{
    border-right: none;
}

.insideMain .insideContent.form .formDetail .notice .col-md-12 .row {
	border-bottom:none;
}

.insideMain .insideContent.form .formDetail .notice .col-md-12 .row .col-md-6, 
.insideMain .insideContent.form .formDetail .notice .col-md-12.padding{
	padding: 15px 10px 0 10px;
}


.insideMain .insideContent.form .formDetail .notice .col-md-12 .row .col-md-6:last-child{
	border-left:none;
	padding: 15px 10px 15px 10px;
}


.insideMain .insideContent.form .formDetail .notice .col-md-12 .row .col-md-6 {
	border-bottom:1px solid #fff;
	border-left:none;
	padding: 15px 10px 0 10px;
}

.insideMain .insideContent.news .detail .pic{	
    float:none;
	width:100%;	
}

.insideMain .insideContent.news .detail .pic img{	
	width:100%;	
}

.insideMain .insideContent.news .detail .text{		
  	margin:20px 0 0 0;
}



}



