﻿/*通用*/
body {
	margin:0; 
	padding:0; 
	line-height:190%; 
	font-size:14px; 
	font-family:Open Sans, Arial, sans-serif,"微軟正黑體" !important;
	color:#333;
	/*background:#fff;*/
	background: url(../img/bg_03.jpg);
}
a{
	text-decoration:none;	
}
a:hover, a:focus{
	color:#a91b22;
	text-decoration:none;
}
img{
	max-width:100%; 
	height:auto;
}
p {
    color: #333;
	line-height:170%;
}
*{
	padding:0;
	margin:0;
}
li {
    line-height: none;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}
.display_none{
	display:none;
}
.float_left{
	float:left;
}
.btn {
    padding: 5px 10px;
}
.btn_01{
	/*font-size:13px;*/
	padding:8px 20px;
	/*background:#c99838;*/
	color:#fff;
	cursor:pointer;
	margin:5px 0;
	border-radius:5px;
	border:none;
	background: url(../img/color_bg_02.jpg);
    background-size: cover;
    background-position: center;
}
.btn_01:hover,.btn_02:hover{
	background:#661117;
	color:#fff;
}
.btn_02{
	padding:3px 15px;
	background: #666;
	color:#fff;
	font-size:0.9em;
	border:none;
	cursor:pointer;
	margin:5px 0;
	border-radius:5px;
}
button.btn_01{
	padding:3px 15px;
}
.new_icon{
	background:red;
	padding:0 5px 2px 5px;
	border-radius:3px;
	color:#fff;
}
.form-control_01 {
    border-radius: 5px !important;
    border: #ccc solid 1px;
    padding: 5px 10px;
    margin: 5px 0;
    width: 100%;
}
.form-control_02{
	background:#666;
	/*background: transparent;*/
	color:#fff;
	border:none;
	font-size:0.8em;
}
.form-control_03 {
    display: block;
    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;
	width:100%;
}
.form-control_04 {
    display: block;
    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;
}
.input-small {
    width: 145px!important;
}
.input-xsmall {
    width: 80px!important;
}
.title_01{
	font-size:26px;
	color:#333;
	font-weight:bold;
	line-height: 150%;
}
.title_02{
	font-size:26px;
	color:#9b2616;
	line-height: 150%;
	font-weight: bold;
}
.title_03 {
    font-size: 16px;
    font-weight: bold;
    color: #c99838 /*#18219b*/;
}
/*.title_04 {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    color: #fff;
}
.title_05 {
    font-size: 18px;
    font-weight: bold;
    color: #c99838;
}
.title_contact {
    color: #9b2616  ;
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid #ccc 1px;
    border-left: solid #9b2616 3px;
}
.title_font{
	font-size:18px;
	font-weight:bold;
	color:#333;
	font-family:"微軟正黑體", "Times New Roman", sans-serif;
	padding:0 0 10px 0;
}
.font_01{
	font-size: 12px;
    color: #999;
}*/
.more_01{
	color:#c99838;
}
.img_padding {
    padding: 10px;
}
.text-indent {
    text-indent: 2em;
}
.display_inline {
    display: inline-block !important;
}
.picli02{
	padding:10px;
}
.bg-gray {
    background: #efefef;
}
.red{
	color:red;
}
.box-shadow {
    box-shadow: 0px 0px 5px 3px rgba(20%,20%,20%,0.1);
}
.table {
  display: table;
}
.table-row {
  display: table-row;    
}
.table-cell {
  display: table-cell;   
}
.scroll-to-top:hover{
	background:#9b2616;
	color:#fff;
}


/*header*/
#header{
	border-bottom: solid #eee 1px;
}
#header .header-column .header-row{
	padding-right: 5px;
}
.nav-pills > li + li {
    margin-left: 0;
}
.dropdown-menu > li > a:focus {
	background:rgba(0,0,0,0.3);
}
.dropdown-menu>.dropdown-submenu:last-child>a{
	border-bottom:none !important;
}
.dropdown-submenu>.dropdown-menu li:last-child>a{
	border-bottom:none !important;
}
.header-nav-main ul li:last-child .dropdown-menu{
	right:0;
}
.header-nav-top li:last-child{
	border-radius:0 0 4px 0;
}
.dropdown-submenu .dropdown-menu li a{
	border-bottom: 1px dotted rgba(255,255,255,.3);
}
.header-nav-top{
	margin: 0 0 7px 0;
    background: #661117;
    border-radius: 0 0 5px 5px;
	position:relative;
}
.header-nav-top li{
	border-right:solid rgba(255,255,255,0.2) 1px;
	line-height: 130%;
	height:21px;
}
.header-nav-top li:hover{
	background: #c99838 /*#1e90ff rgba(0,0,0,0.5)*/;
	background: url(../img/color_bg_02.jpg);
	background-size: cover;
	background-position: center;
}
.header-nav-top li:nth-child(1):hover{
	border-radius:0 0 0 5px;
}
.header-nav-top li:last-child{
	border-right:none;
}
.header-nav-top li:last-child a{
	border-right:none;
	padding: 3px 0 2px 5px;
}
.header-nav-top li:last-child:hover{
	border-right:none;
	border-radius:0 0 5px 0;
}
.header-nav-top .form-control_02{
	padding:0 4px 1px 7px;
	vertical-align: top;
	min-height:20px;
}
.header-nav-top li a:hover{
	background:none !important;
}
.header-nav-top select:hover{
	background:#c99838;
	border-radius:0 0 4px 0 ;
}


/***Hover效果1: 放大淡出***/
.imh_opacity{
	background:#000;
	overflow:hidden;}

.imh_opacity img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;}

.imh_opacity:hover img{
	opacity:0.8;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出Detail***/
.imh_detail{
	background:#000;
	overflow:hidden;
    	position: relative;}

.imh_detail img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;}

.imh_detail a:before{
	display:block;
	content:"Details+";
	padding:10px 20px;
	font-size:13px;
	color:#FFF;
	border:2px solid #FFF;
	opacity:0;
	position:absolute;
	left:50%;
	margin-left:-45px;
	top:50%;
	margin-top:-80px;
	z-index:99;
	
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;}

.imh_detail:hover a:before{
	opacity:1;
	margin-top:-20px;}

.imh_detail:hover img{
	opacity:0.3;
	transform:scale(1.05);}
	
/***Hover效果1: 放大淡出zoom***/
.imh_zoom{
	background:#000;
	overflow:hidden;
	position:relative;}

.imh_zoom img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;}

.imh_zoom:before{
	display:block;
	font-family: 'FontAwesome';
	content:"\f002";
	font-size:18px;
	color:#FFF;
	background:#9b2616;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:100%;
	
	position:absolute;
	left:50%;
	top:-30px;
	margin-top:-20px;
	margin-left:-20px;
	z-index:99;
	
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

.imh_zoom:hover:before{
	top:50%;}

.imh_zoom:hover img{
	opacity:0.6;
	transform:scale(1.05);}



/*index banner*/
.index_banner{
	position: relative;
}
.owl-carousel .owl-dots{
	position:relative;
	margin-top:-31px;
}
.owl-carousel .owl-nav {
	margin-top: 0;
}
.owl-carousel .owl-nav .owl-prev:before , .owl-carousel .owl-nav .owl-next:before{
	display:none;
}
.owl-carousel .owl-nav .owl-prev {
    background: url(../img/icon_left.png) !important;
}
.owl-carousel .owl-nav .owl-prev:hover {
    background: url(../img/icon_left_02.png) !important;
}
.owl-carousel .owl-nav .owl-next {
    background: url(../img/icon_right.png) !important;
}
.owl-carousel .owl-nav .owl-next:hover {
    background: url(../img/icon_right_02.png) !important;
}
.index_banner .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:-33px;
}


/*index_about*/
.index_about{
	float:left;
	width:100%;
	background:url(../img/index_about_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#a91b22;
}
.index_about .container{
	padding:50px 5%;
}
.index_about .img{
	float:left;
	width:40%;
	padding:5%;
}
.index_about .img img{
	border-radius:50%;
}
.index_about .font_con{
	float:left;
	width:60%;
	padding-top:3%;
}
.index_about .font_con .title_01{
	color:#c99838;
	margin-bottom:15px;
}
.index_about .font_con .title_01:after{
	content:url(../img/index_about_icon.png);
	position: absolute;
    padding-left: 10px;
}
.index_about .font_con .con_font{
	color:#fff;
	margin-bottom:25px;
}


/*index_news_3*/
.index_news_3{
	/*background:#333;*/
	padding:60px 0;
	float: left;
    width: 100%;	
}
.index_news_3 .title_01{
	text-align:center;	
	padding:20px 0;
	color:/*#c99838*/ #a91b22;
}
.index_news_3 .title_01:before{
	content:url(../img/title_icon_left.png);
	padding-right: 5px;	
}
.index_news_3 .title_01:after{
	content:url(../img/title_icon_right.png);
	padding-left: 5px;
}
.index_news_list{
	list-style:none;
}
.index_news_list li{
	float:left;
	width:29.3%;
	margin:2%;
	background:#fff;
	min-height: 410px;
	box-shadow:0px 0px 5px 5px  rgba(20%,20%,20%,0.1);
	border-radius:10px;
}
.index_news_list li img{
	width:100%;
	border-radius:10px 10px 0 0;
	border-bottom: solid #a91b22 5px;
}
.index_news_list li .list_title{
	background:rgba(0,0,0,.6);
	text-align:center;
	color:#fff;
	font-size:26px;
	padding:15px;
	position:relative;
	margin-top:-55px;
	border-left:solid #777 1px;
	border-right:solid #777 1px;
}
.index_news_list .item_date{
	color:#c99838 /*#c99838*/;
	margin-top:15px;
	padding:0 5%;
	float:left;
	width:100%;
}
.index_news_list .class_btn{
	color:#c99838;
	border:solid #c99838 1px;
	margin-left:10px;
}
.index_news_list .title{
	padding:10px 5% 15px 5%;
	float:left;
	width:100%;
	line-height:170%;
	font-size:16px;
	font-weight:bold;
}
.index_news_3 .btn_box{
	float:left;
	width:100%;
	text-align:center;
	margin:20px 0;
}


/*index_album*/
.index_album{
	background:#fff;
    padding: 50px 0;
    float: left;
    width: 100%;
    background-position: right top;
    background-repeat: no-repeat;
	background:url(../img/index_album_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
}
.index_album .container {
    padding:0 60px 0 20%;
}
.index_album .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.index_album .owl-carousel .owl-nav .owl-next {
    right: -50px;
}
.index_album .title_01{
	text-align:center;
	padding: 20px 0;
	color:#a91b22;
}
.index_album .title_01:before{
	content:url(../img/title_icon_left.png);
	padding-right: 5px;	
}
.index_album .title_01:after{
	content:url(../img/title_icon_right.png);
	padding-left: 5px;
}
.index_album_list{
	float:left;
	width:100%;
}
.index_album_list .item{	
	margin:18px;
}
.index_album_list .item a{
	padding:20px;
	width: 100%;
    float: left;
	background:rgba(201,152,56,0.1);
	border-radius:10px;	
}
.index_album_list img{
	width:100%;
	border-radius: 5px;
    margin-right: 15px;
}
.index_album_list .imh_zoom{
	border-radius: 5px;
	border:solid #fff 1px;
}
.item_date{
	font-size:13px;
	color:#c99838;
}
.item_date:before{
	content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}
.index_album_list .item_title{
    margin: 5px 0;
	font-size:16px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.index_album_list .item_font{
	line-height:150%;
	color:#333;
	word-break: break-all;
}
.index_album .btn_box{
	text-align:center;
	width:100%;
	float:left;
	padding:40px 0;
}
.index_album .btn_box .btn_01{
	/*padding: 8px 30px !important;*/
} 
.index_album .owl-dots{
	display:none;	
}
.index_album_list a:hover .imh_zoom:before{
	top:50%;
}
.index_album_list a:hover .imh_zoom img{
	opacity:0.6;
	transform:scale(1.05);
}

/*index_video*/
.index_video{
	float:left;
	width:100%;
	background-image:url(../img/index_video_bg_02.png);
	background-position: right bottom;
    background-size: 50%;
    padding: 5% 0;
    background-color:rgba(0,0,0,0.8);
	background-repeat:no-repeat;
}
.index_video .container{
	padding:0 5%;
}
.index_video .left{
	width:67%;
	padding: 0 5% 0 0;
	float:left;
}
.index_video .right{
	width:33%;
	float:left;
}
.index_video .right .title_01{
	padding: 15px 0 10px 55px;
	/*background:url(../img/index_icon_03.png);
	background-repeat:no-repeat;*/
	color:#fff;
	display:none;
}
.index_video .right .item{
	background:rgba(255,255,255,0.3);
	padding:15px;
	margin:10px 0;
}
.index_video .right .item .item_box{
	background: rgba(255,255,255,.8);
	padding:20px;
}
.index_video .right .item .item_title{
	font-size:20px;
	padding-bottom:10px;
	color:#9b2616;
	font-weight:bold;
}
.index_video .right .item .item_font{
	border-top:dotted #ccc 2px;
	padding-top:10px;
}
.index_video .right .btn_01{
	text-align:center;
}

/*google map*/
.index_map{
	margin-bottom:-8px;
}

/*footer*/
footer{
	background:#333 /*#f5f5f5*/;
	padding:30px 0 0 0;
	float:left;
	width:100%;
	background-image: url(../img/index_video_bg.png);
    background-position: right top;
    background-size: 55%;
    background-repeat: no-repeat;
}
footer .container{
	padding:0 20px;
}
footer .footer_list:nth-child(6n+1){
	clear:both;
}
.footer_list{
	width:12.6%;
	margin:1% 2%;
	color:#fedb8f;
	font-size:16px;
	vertical-align:top;
	float:left;
	font-weight:bold;
	text-align: center;
}
.footer_list>a{
	color:#fedb8f;
}
.footer_list span{
	/*border-bottom: dotted #555 2px;
    content: "";
    width: 100%;
    float: left;
	margin:10px 0;*/
}
.footer_list>div{
	/*background:#c99838;*/
	color:#fff;
	padding:4px 10px;
	border-radius:30px;
	background: url(../img/color_bg_02.jpg);
    background-size: cover;
    background-position: center;
}
.footer_list>div a{
	color:#fff !important;
}
.footer_list_01{
	list-style:none;
	margin-top: 10px;
}
.footer_list_01 li{
	margin: 10px 0;
    line-height: 130%;
}
.footer_list_01 li a{
	width:100%;
	color:#ccc;
	font-size:14px;
	font-weight:normal;
	margin-bottom: 10px;
    line-height: 130%;
}
footer a:hover{
	color:#c99838;
}
.copyright{
	border-top: solid #666 1px;
	padding-top:10px;
	margin-top:20px;
	font-size:12px;
	line-height:140%;
	color:#999;
}
.copyright ul{
	list-style:none;
	float:left
}
.copyright ul li ,.copyright ul li a{
	display:inline-block;
	color:#999;
}
.copyright ul li a:hover{
	color:#c99838;
}
.copyright ul li:after{
	content:"∣";
	padding: 0 7px 0 6px;
	color:#ccc;
}
.copyright ul li:last-child:after{
	content:"";
	padding: 0;
}
.copyright .copyright_font{
	float:right;
}
.footer_design{
	text-align:right;
	color:rgba(255,255,255,0.3);
	/*margin-top:-15px;*/
	font-size:12px;
}
.footer_design a{
	color:rgba(255,255,255,0.3) !important;
}



/*page banner*/
.page_banner{
	background:url(../img/page_top_bg.jpg);
	background-position:center top;
	height:200px;
	position:relative;
	float:left;
	width:100%;
	text-align: center;
}
.page_banner .container{
	width:100%;
}
.page_title{
	position: absolute;
    color: #fff;
    font-size: 28px;
    /* padding: 25px 15px 10px; */
    /* border-right: solid #9b2616 1px; */
    /* top: 50%; */
    height: auto;
    float: left;
    width: 100%;
    top: 61%;
    margin: 0 auto;
	font-weight:bold;
	text-shadow: 2px 2px 2px #000;
}

/*page top*/
.page_top{
	background:#661117;
	padding:8px 10px;
	border-bottom:#ccc solid 1px;
	width:100%;
	float:left;
}
.page_top ul{
	list-style:none;
	margin-bottom: 0px;
	line-height: 130%;
}
.page_top ul li{
	display:inline-block;
	font-size:12px;
	color:#fff;
}
.page_top ul li a{
	color:#fff;
}
.page_top ul li a:hover{
	color:#c99838;
}
.page_top ul li:after {
    content: "∣";
    padding: 0 5px 0 8px;
    color: #ccc;
}
.page_top ul li:first-child:before {
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    position: relative;
    left: 0;
	/*font-size:15px;*/
}
.page_top ul li:last-child:after {
    content: "";
}
.page_top_right{
	float:right;
	/*height: 25px;*/
}
.page_top_right img{
	width: 25px;
	vertical-align: top;
}

/*page content*/
.page_content{
	float:left;
	width:100%;
}
.page_content .container{
	padding:3% 3% 6% 3%;
	min-height:600px;
}
.page_con ul ,.page_con ol{
	padding-left:20px;
}
.page_content .title_02{
	padding-bottom:15px;
}
.page_info{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.page_info .item_date{
	display:inline-block;
	float:left;
}
.page_info .item_class{
	display:inline-block;
	font-size:11px;
	color:#c99838;
	float:left;
	/*margin-left: 10px;*/
    padding: 1px 5px;
	border-radius:5px;
	/*border:solid #c99838 1px;*/
	line-height: 170%;
	margin-top: 3px;
}
.btn_back{
	margin:40px 0 20px 0;
	width: 100%;
    float: left;
}
.btn_back .btn_01:before{
	/*content: "\f177";*/
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}

/*管理項目*/
.table-toolbar {
    /*margin-bottom: 5px;*/
	width:100%;
	float: left;
}
.class_title{
	padding:5px 10px 5px 3px;
	float:left;
}
.form_02{
	border-radius:5px !important;
	border:#ccc solid 1px;
	/*padding:2px 8px 6px 3px;*/
	vertical-align:middle;
	margin:4px;
	float:left;
	background: #fff;
	height: 34px;
}

/*table scroll*/
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	/*margin:5px 0 15px 0 !important;
	float:left;
	border-top: none;
	border-bottom: 1px solid #e7ecf1;
	border-left: 1px solid #e7ecf1;
	border-right: 1px solid #e7ecf1;*/
	border:none;
	margin-bottom: 10px;
}
.table-scrollable>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:1px solid #ddd;
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
}
.table-scrollable>.table{
	width:100%!important;
	margin:0!important;
	min-width:650px;
	background:#fff;
}
.table-scrollable>.table>thead{
	border-top: solid 1px #ddd;
}
.table-scrollable>.table>thead>tr>th , .table-scrollable th ,table>thead>tr>th{
	white-space:nowrap; 
	padding:8px; 
	background:#666; 
	color:#fff;
	font-weight:500;
	text-align:center;
}
/*.table-bordered{
    border: 1px solid #e7ecf1 !important;
}*/
.table-bordered > tbody > tr > td{
    border: 1px solid #ddd;
	/*border: 1px solid #e7ecf1 !important;*/
}
.table-hover > tbody > tr:hover{
	background:#f2fbfe;
}
.table>tbody>tr>td{
	vertical-align: middle !important;
	padding: 9px 8px;
}
.table_icon{
	padding:3px 3px 2px 3px !important;
	vertical-align:middle;
}
.table thead tr th {
    font-weight: normal;
}
.table {
    margin-bottom: 0px;
}
.table-odd > .table > tbody > tr:nth-child(odd){
	background:#eff5fa;
}

/*table scroll_01*/
.table-scrollable_01{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
	font-size:12px;
	background: #f5f5f5;
}
.table-scrollable_01>.table-bordered>thead>tr:last-child>th,.table-scrollable_01>.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:none;
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
}
.table-scrollable_01>.table{
	width:100%!important;
	margin:0!important;
	min-width:850px;
	font-size:12px;
}
.table-scrollable_01>.table>thead{
	/*border-top: solid 1px #ddd;*/
}
.table-scrollable_01>.table>thead>tr>th , .table-scrollable_01>.table-scrollable th ,.table-scrollable_01>table>thead>tr>th{
	white-space:nowrap; 
	padding:8px; 
	background:#fff; 
	color:#9b2616;
	text-align:center;
	border: none;
	font-weight: bold;
}
.table-scrollable_01 .table tbody>tr>td {
	border: none;
	color: #7d7d7d;
}
.table-scrollable_01 .table>tbody>tr>td:nth-child(even) {
	background:#fafafa;
	border-right:solid #fff 2px;
	border-left:solid #fff 2px;
}
.table-scrollable_01 .table>tbody>tr>td {
    vertical-align: top !important;
	padding: 0 0 0 8px;
}

/*table-scrollable_02*/
.table-scrollable_02{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
	font-size: 12px !important;
}
/*.table-scrollable_02>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:1px solid #ddd;
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
}*/
.table-scrollable_02>.table{
	width:100%!important;
	margin:0!important;
	min-width:850px;
	font-size: 12px !important;
}
.table-scrollable_02>.table>thead{
	/*border-top: solid 1px #ddd;*/
}
.table-scrollable_02>.table>thead>tr>th , .table-scrollable_02>.table-scrollable th ,.table-scrollable_02>table>thead>tr>th ,.table-scrollable_02 table tr th{
	white-space:nowrap; 
	padding:8px; 
	background:#9b2616; 
	color:#fff;
	font-weight:500;
	border:none;
	border-right: solid #6f81a5 1px;
	text-align: center;
}
.table-scrollable_02>.table td{
	border-top:none;
	text-align: center;
	padding:8px 5px;
	border-left: solid #ededed 1px;
	font-family: "PT Sans",Arial,sans-serif;
}
.table-scrollable_02>.table td:first-child{
	border-left:none;
}
.table-scrollable_02>.table tr:nth-child(even){
	background:#f5f5f5;
}

table caption{
	display:none
}
table{
	font-size:14px;
}


/*頁碼*/
#page_number{
	padding-top:10px;
}
.page_total{
	vertical-align:middle;
	margin:0 0 10px 0;
}
.page_icon{
	text-align:right;
	margin-bottom:10px;
}
.btn_page{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none /*1px solid #ccc*/;
    padding: 1px 12px;
    font-size: 14px;
	background:#666;
	/*margin-left:-5px;*/
	border-radius:5px;
	margin-top: -4px;
	color:#fff;
}
.page_list{
	border: 1px solid #ccc;
	display:inline-block;
	width:77px;
	cursor: pointer;
	box-shadow:none;
}
.btn_page:hover{
	background:#9b2616;
	color:#fff;
}


/*print*/
.con_box{
	padding: 2%;
    margin: 2%;
    border: solid 1px #ccc;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	background: #fff;
}
.con_banner{
	margin-bottom:15px;
}
.con_banner img{
	border-radius:10px;
	box-shadow: 0px 0px 6px 2px rgba(20%,20%,20%,0.1);
	border: solid 1px #fff;
	width:100%;
}
.con_box .page_title{
	/*text-align: center;
    font-size: 24px;
    color: #673c08;
    font-weight: bold;
    padding: 20px 0 20px 0;*/
}
.con_box .page_title_item{
	text-align:left;
}
.con_box .form_con {
    padding: 10px 0 0 0;
}
.con_footer{
	font-size:12px;
	padding: 0 20px 20px 20px;
	line-height:150%;
}
.con_float{
	float:left;
	width:100%;
}
.remark{
	font-size:12px;
	color:#666;
	line-height:150%;
}
#print_box .container{
	max-width:740px;
	padding:1%;
}
#print_box .page_content .container{
	height:auto;
}
#print_box .toggle > label + div {
	overflow: inherit;
	text-overflow: inherit;
    white-space: normal;
}
#print_box .faq_print_a{
	height:100%;
}
#print_box .page_banner{
	display:none;
}
#print_box .page_top{
	display:none;
}


/*表單管理*/
.table-row {
    display: table-row;
}
.submit_btn{
	width:100%;
	float:left;
	text-align:center;
	margin: 15px 0;
}
.form_con{
	margin:0 auto;
	max-width:600px;
	padding:3% 0 0 0;
	width:100%;
}
.form_box{
	border: solid #f5f5f5 10px;
	padding:10px;
	background:#fff;
	display: table;
}
.form_box .table-row{
	border-bottom:#ccc dotted 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:10px 8px;
	text-align:right;
	/*border-bottom: #ccc dotted 1px;*/
	border-right: #ccc dotted 1px;
	/*font-weight:bold;*/
	color:#000;
	vertical-align: top;
}
.form_q .required{
	margin-left:-2px;
	font-weight:400;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:8px;
	margin:8px;
	/*border-bottom: #ccc dotted 1px;*/
	line-height:170%;
}
.form_a .mt-radio,.form_a .mt-checkbox{
	margin:5px 25px 5px 5px;	
}
.form_box .table-row:nth-child(even){
	background:#f5f5f5;
}
.form-control{
	box-shadow:none;
}
.required{
	color:red;
	font-size:0.9em;
	line-height:140%;
	padding:3px 0;
}
.form_a i{
	padding:0 5px 0 10px;
}
.form_a label{
	font-weight:normal;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}
.code_img{
	padding-top: 5px;
    margin-left: 10px;
    float: left;
}
.input_code {
    width: 100px;
    border: #ccc solid 1px;
    padding: 5px 10px;
	height:34px;
    float: left;
	border-radius:4px;
}


/*sitemap*/
.sitemap_con{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.sitemap_class{
	font-weight: bold;
    padding: 6px 0;
    float: left;
    width: 100%;
    margin: 5px 0;
    font-size: 20px;
	border-bottom: dashed #c99838 1px;
	color:#c99838;
}
.sitemap_class:before {
    content: "\f02b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 1em;
    position: relative;
    left: 0;
    float: left;
    width: 20px;
}
.sitemap_box{
	padding:10px 20px;
}
.sitemap_con .sitemap_box:nth-child(4n+1){
	clear:both;	
}
.sitemap_title{
	background:#9b2616;
	color:#fff;
	border-radius:20px;
	padding:5px 10px;
	text-align:center;
}
.sitemap_item_01{
	list-style:none;
	border-right:solid #ddd 1px;
	border-bottom:solid #ddd 1px;
	border-left:solid #ddd 1px;
	border-radius:0 0 5px 5px;
	margin-top:-13px;
}
a >.sitemap_title:hover {
    background: #c99838;
}
.sitemap_item_01 li{
	padding:6px 15px 6px 30px;
	border-top:dotted #ddd 1px;
	line-height:150%;
}
.sitemap_item_01>li:before{
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    position: relative;
    right: 0;
    float: left;
	font-size:12px;
	margin-left: -10px;
}
.sitemap_item_01>li:first-child{
	border-top:none;
	padding-top:20px;
}
.sitemap_item_02{
	list-style:none;
	background:rgba(201,152,56,.2);
	margin:6px 0 6px -15px;
	border-radius:5px;
	font-size:13px;
}
.sitemap_item_02 li{
	padding:6px 15px;
	border-top:dotted #ccc 1px;
}
.sitemap_item_02>li:first-child{
	border-top:none;
}

/* Toggles */
.toggle > label + div {
	color: #333;
	display: block;
	overflow: hidden;
	padding-left: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 25px;
}
.toggle > .toggle-content > div {
	margin-bottom: 0;
	padding: 10px 0;
}

.toggle.active > div {
	white-space: normal;
}

.toggle > div.preview-active {
	height: auto;
	white-space: normal;
}

.toggle.toggle-sm .toggle > .toggle-content > div {
	font-size: 0.9em;
}

.toggle.toggle-lg .toggle > .toggle-content > div {
	font-size: 1.1em;
}
.toggle.active > label {
    margin-bottom: 10px;
}

/*news*/
.news_list{
	float:left;
	width:100%;
}
.news_list .news_list_item{
	padding:1%;
}
.news_list .news_list_item:nth-child(1n){
	padding:1% 1% 1% 0;
}
.news_list .news_list_item:nth-child(2n){
	padding:1% 0 1% 1%;
}
.news_list .news_list_item:nth-child(2n+1){
	clear:both;
}
.news_list .news_list_box{
	padding:20px;
	background:rgba(255,255,255,0.9);
	border-radius:10px;
	float:left;
	width:100%;
	cursor:pointer;
	border:solid rgba(201,152,56,.2) 1px;
}
.news_list .news_list_box:hover{
	border:solid rgba(169,27,34,0.7) 1px;
}
.news_list_box{
	min-height: 160px /*225px*/;
}
.news_list_box > a{
	float:left;
	width:100%;
}
.news_list_box img{
	width:240px;
	border-radius:5px;
	margin-right:15px;
}
.news_list_box .tab_item_title{
	font-size:16px;
	/*color:#9b2616;
	border-bottom: dotted #ccc 1px;
    line-height: 130%;*/
    margin: 5px 0;
	font-weight:bold;
}
.news_list_box .tab_item_font{
	/*border-top: dotted #ccc 1px;*/
	padding-top:5px;
}
.class_btn {
    font-size: 13px;
    padding: 2px 5px 1px 6px;
    border-radius: 5px;
    /*color: #FFF ;*/
    margin: 2px 5px;
    white-space: nowrap;
    border: solid #c99838 1px;
    /*background: #ccc;*/
}

/*表單管理*/
.table-row {
    display: table-row;
}
.submit_btn{
	width:100%;
	float:left;
	text-align:center;
}
.form_con{
	margin:0 auto;
	max-width:600px;
	padding:40px 0 0 0;
	width:100%;
}
.form_box{
	border: solid #f5f5f5 10px;
	padding:10px;
	background:#fff;
	display: table;
}
.form_box .table-row{
	border-bottom:#ccc dotted 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:10px 8px;
	text-align:right;
	border-right: #ccc dotted 1px;
	/*font-weight:bold;*/
	color:#000;
	vertical-align: top;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:4px 12px 4px 4px;
	/*margin:8px;
	border-bottom: #ccc dotted 1px;*/
	line-height:170%;
}
.form_a .mt-radio,.form_a .mt-checkbox{
	margin:5px 25px 5px 5px;	
}
.form_box .table-row:nth-child(even){
	background:#f5f5f5;
}
.form-control{
	box-shadow:none;
}
.required{
	color:red;
	font-size:0.9em;
	line-height:140%;
	/*padding:3px 0;*/
	margin-left:6px;
}
.form_a i{
	padding:0 5px 0 10px;
}
.form_a input ,.form_a textarea ,.form_a select{
	margin:4px 0 4px 4px;
}
.form_a label{
	font-weight:500;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}
input[type="radio"], input[type="checkbox"] {
	margin: 0 3px 0 10px;
    width: 20px;
    height: 20px;
    background: #fff !important;
    border: 1px solid #ccc;
	vertical-align: middle;
}
.form_a textarea ,.form_a select{
	margin:4;
}


/*album*/
.album_list{
	list-style:none;
	float: left;
    width: 100%;
	padding-left: 0 !important;
}
.album_list li{
	float:left;
	width:28.3%;
	margin:2.5%;
	/*text-align:center;*/
	padding: 10px;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    border: solid #eee 1px;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.05);
	min-height: 325px;
}
.album_list li .line:after {
  	content: '';
 	display: block;
  	margin: auto;
  	height: 2px;
 	width: 0px;
  	background: transparent;
  	transition: width .5s ease, background-color .5s ease;
}
.album_list li:hover .line:after {
  	width: 100%;
  	background: #c99838;
}
.album_list .imh_zoom{
	border-radius:10px;
	margin-bottom:5px;
}
.album_list li .line {
    width: 50px;
    /*margin: 10px auto 5px auto;
    border-bottom: 1px solid #c99838;
    transform: rotate(45deg);*/
	margin:8px auto 5px auto;
	display:none;
}
.album_list .item_date{
	padding:0 5px;
}
.album_list li .item_title {
	font-size:16px;
	margin:5px 0 0 0;
	padding:0 5px;
	font-weight:bold;
}
.album_list li:hover .item_title {
	/*color:#552C00;*/
}
.album_list li:hover .imh_zoom:before{
	top:50%;
}
.album_list li:hover .imh_zoom img{
	opacity:0.6;
	transform:scale(1.05);
}
.album_list_img div{
	width:18%;
	margin:1%;
	float:left;
}
.mfp-counter{
	display:block !important;
}
.mfp-container{
	height:100vh !important;
}
.img-thumbnail.img-thumbnail-hover-icon ,.img-thumbnail.img-thumbnail-hover-icon img {
    width: 100%;
}


/*-------------------------------------------------------------------------------------------------------*/
/* 大螢幕 */
@media (min-width: 1200px) {
.container {
    width: 1200px;
	padding-right: 0px;
    padding-left: 0px;
}


/*header*/
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	min-width: 120px;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 14px;
}


/*index banner*/
.owl-theme .owl-dots .owl-dot span{
	width:15px !important;
	height:15px !important;
}
.owl-carousel .owl-dots {
    margin-top: -34px;
}

/*album*/
.album_list li:nth-child(3n+1){
	clear:both;
}
.album_list_img div:nth-child(5n+1){
	clear:both;
}
}
 
/* 一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1200px) {
#header .header-body {
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
}
#header .header-logo img {
    width: 278px !important;
}
#header .header-nav-top {
    float: right;
}

/*index banner*/
.owl-theme .owl-dots .owl-dot span{
	width:15px !important;
	height:15px !important;
}
.owl-carousel .owl-dots {
    margin-top: -34px;
}

/*album*/
.album_list li:nth-child(3n+1){
	clear:both;
}
.album_list_img div:nth-child(5n+1){
	clear:both;
}
}

/* 平板電腦、橫向手機解析度 */
@media (min-width: 768px) and (max-width: 991px) {
#header .header-logo img {
	width:270px !important;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 14px;
    font-style: normal;
    line-height: inherit;
    padding: 5px 7px;
    text-transform: uppercase;
}


/*index banner*/
.index_banner_top{
	background-size:100%;
	height:55px;
	margin-top:-33px;
}


/*index_news_3*/
.index_news_3 {
    /*background: #333;*/
    padding: 40px 10px;
}
.index_news_list li {
	min-height:365px
}
.index_news_list li .list_title {
    font-size: 20px;
}
.index_news_list .title {
    font-size: 16px;
}


/*index_album*/
.index_album{
	background-size:250%;
}
.index_album_list {
    padding: 10px 0 30px 0;
}


/*index_video*/
.index_video{
	background-size: 100%;
}


/*footer*/
.footer_list {
    font-size: 14px;
}
.footer_list_01 li {
    font-size: 12px;
}


/*page banner*/
.page_banner{
	height:150px;
}
.page_title{
	font-size:24px;
	/*padding:10px 20px 10px 5px;*/
}

/*news*/
.news_list_box img {
    width: 135px !important;
}

/*album*/
.album_list li{
	min-height:265px;
}
.album_list li:nth-child(3n+1){
	clear:both;
}
.album_list_img div{
	width:21%;
	margin:2%;
}
.album_list_img div:nth-child(4n+1){
	clear:both;
}

}
 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
body {
	font-size:14px;
}
.title_01{
	font-size:20px;
}
.title_02{
	font-size:18px;
}
.item_title{
	font-size:16px !important;
}

/*header*/
#header {
	height:50px !important;
	position: fixed;
    width: 100%;
    top: 0px;
	box-shadow: 0px 0px 3px 3px rgba(20%,20%,20%,0.1);
}
#header .header-logo img {
	margin:4px 0 4px 5px;
	height: 42px;
    width: auto;
}
#header .header-nav-main nav > ul li a:focus ,#header .header-nav-main nav > ul li a:hover{
	background-color:transparent;
	background:transparent;
}
html.sticky-header-enabled #header .header-nav-main {
	max-height:100% !important;
}
.dropdown > .dropdown-menu> li a{
	padding-left:30px !important;
}
.dropdown-submenu>.dropdown-menu> li a{
	padding-left:45px !important;
}
.dropdown-submenu .dropdown-menu li a{
	border-bottom: none;
}
#header .header-nav-main nav > ul li a {
    padding: 9px 15px !important;
}


/*手機版選單右側出*/
/*right*/    
.side-collapse-container-right{
	position:relative;
	right:0;
	transition:right .4s;
  }
.side-collapse-container-right.out{
	right:80%;
  }
.side-collapse-right {
	top:50px;
	bottom:0;
	right:0;
	width:80%;
	position:fixed;
	overflow:hidden;
	transition:width .4s;
  }
.side-collapse-right.in {
	width:0;
 }
 

/*手機版tophome*/
#header .header-column .header-row{
	padding-right: 0;
}
#header .header-column {
	padding-right: 0;
}
.top_home{
	background:#666;
}
.top_home li{
    border-top: 1px solid #999 !important;
	border-bottom:none !important;
}
.top_home li:last-child{
	border-bottom:none !important;
}


/*index banner*/
.owl-carousel .owl-dots{
	margin-top:-30px;
}
.index_banner{
	margin-top: 50px;
}
.owl-theme .owl-dots .owl-dot span{
	margin:5px !important;
}
.owl-carousel .owl-nav .owl-prev:before {
	top: 3px;
}
.owl-carousel .owl-nav .owl-next:before {
	top: 3px;
}


/*index_about*/
.index_about {
    background-size: cover;
	background-position: -600px top;
}
.index_about .img {
    padding: 5% 5% 5% 0;
}

/*index_news_3*/
.index_news_3 {
    padding: 40px 10px;
}
.index_news_list li {
    width: 96%;
	min-height:auto;
}
.index_news_list li .list_title {
    font-size: 20px;
}
.index_news_list .title {
    font-size: 16px;
}
.index_news_list .item_date {
    margin-top: 15px;
}
.index_news_list .btn_box {
    margin-top: 5px;
}

/*index_album*/
.index_album {
    padding: 8% 0 6% 0;
	background-size: 350%;
    background-position-x: -450px;
}
.index_album .container {
    padding: 0 50px;
}
.index_album_list {
    /*padding:10px 0;*/
}
.index_album_list .item {
    margin: 15px;
}
.index_album_list .item_title {
    font-size: 16px;
}
.index_album .btn_box {
	margin: 20px 0;
	padding-top: 10px;
}
.index_album .title_01:after {
    margin: 10px auto;
}

/*index_video*/
.index_video {
    padding: 10% 0;
	background-size: 100%;
}
.index_video .left{
	width:100% ;
	padding: 0 0 15px 0;
}
.index_video .right{
	width:100% ;
}

/*footer*/
footer {
	padding:0;
	background:#333;
	background-image:none;
}
.copyright {
    border-top:none;
    padding-top: 0;
	margin:10px 0;
	text-align: center;
}


/*page banner*/
.page_banner{
	background:url(../img/page_top_bg.jpg);
	background-size:120%;
	margin-top:50px;
	height:70px;
	background-position: center;
}
.page_title{
	font-size:20px;
	/*padding:5px 20px 10px 5px;*/
	top: 30%;
}

/*page top*/
.page_top{
	padding:3px;
}
.page_top ul li{
	font-size:10px;
}
.page_top ul li:after {
    padding: 0 1px 0 4px;
}
.page_top_right {
	padding-bottom:5px;
}

/*page content*/
.page_content .container{
	padding:20px;
}
.page_info .item_class{
	padding:2px 10px 0 10px;
}


/*頁碼*/
.page_icon {
    text-align: center;
}
.btn_page{
	margin-top: -2px;
}

/*sitemap*/
.sitemap_box{
	width:50%;
}

/*news*/
.news_list .news_list_item:nth-child(1n) ,.news_list .news_list_item:nth-child(2n){
	padding:2% 0;
	float:left;
	width:100%;
}
.news_list .news_list_box {
    padding: 10px;
}

/*album*/
.album_list li{
	width:44%;
	margin:3%;
	min-height: auto;
}
.album_list li:nth-child(2n+1){
	clear:both;
}
.album_list li .line:after {
 	display: none;
}
.album_list li .line {
    width: 40px;
    border-bottom: 2px solid #c99838;
	margin:11px auto 6px auto;
}
.album_list_img div{
	width:29.3%;
	margin:2%;
}
.album_list_img div:nth-child(3n+1){
	clear:both;
}

}

 
/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) { 
/*index banner*/
.owl-carousel .owl-dots{
	margin-top:-28px;
}
.index_banner_top{
	background-size:cover;
    height: 30px;
    margin-top: -30px;
}
.owl-theme .owl-dots .owl-dot span{
	width:10px !important;
	height:10px !important;
	margin:3px !important;
}
.index_banner .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -26px;
}


/*index_album*/
.index_album_list img{
	width:100% !important;
}
.index_album_list .item a {
    padding: 5%;
}


/*footer*/
.copyright ul {
	text-align:center;
	width:100%;
}
.copyright .copyright_font {
    text-align:center;
	float: none;
}
.footer_design{
	text-align:center;
}


/*page content*/
.page_content .container{
	padding:5% 5% 10% 5%;
	min-height: 320px;
}


/*表單管理*/
.form_box {
	border: solid #f5f5f5 5px;
    padding: 5px;
}
.form_q{
	border-right:none;
	text-align:left;
	width:100%;
	display:block;
	margin: 0 0 -10px 0;
	padding:8px 15px 0 15px;
}
.form_a {
    width: 100%;
	display:block;
	margin: 0;
	padding:15px;
	border-bottom: #ccc dotted 1px;
	float: left;
}
.form_box .table-row:last-child .form_a {
	border-bottom:none;
}
.verification_code{
	margin:5px 0 3px 0;
	display:inline-block;
}
.forum_subject img {
	width:100px;
}


/*sitemap*/
.sitemap_box{
	width:100%;
}


/*print*/
.con_box{
	padding: 3%;
}


/*news*/
.news_list_box img {
    width: 100%;
    margin-right: 0;
	margin-bottom:10px;
}
.news_list_item .tab_item_date {
    padding: 0 0 5px 0 !important;
    display: table-cell;
}


/*album*/
.album_list li{
	width:100%;
	margin:4% 0;
}
.album_list_img div{
	width:46%;
	margin:2%;
}
.album_list_img div:nth-child(3n+1){
	clear:none;
}
.album_list_img div:nth-child(2n+1){
	clear:both;
}
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

/*ad_01
#SubForm{
	z-index: 101; 
	display: block; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.7); 
	text-align:center;
	position: fixed;
    left: 0;
    top: 0;
}
.ad_scroll_01{
	margin: 0 auto; 
	text-align:left;
	max-width:500px;
}
.ad_scroll_01 ol li{
	line-height:150%;
	margin-bottom:5px;
}
.ad_scroll_01 .con_box{
	padding:5%;
	background: #fff;
	margin: 0;
}
.ad_scroll_01 .btn_box{
	text-align:center;
	padding:20px 0 0 0;
	width:100%;
}*/



/*-----------------------------------------for編輯器--------------------------------------------*/
.w-100{
	width:100%;
}
.w-80{
	width:80%;
}
.w-800{
	max-width:800px;
}
.w-auto{
	width:auto;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.text_center ,.text-center {
    text-align: center;
}
.text_right ,.text-right {
    text-align: right;
}
.text_left ,.text-left {
    text-align: left;
}
.red {
    color: #c00;
}
.white{
	color:#fff;
}
.black{
	color:#000;
}
.gray{
	color:#666;
}
.blue_01{
	color:#3e76b6;
}
.blue_02{
	color:#003f86;
}
.green_01{
	color:#588216;
}
.green_02{
	color:#00693E;
}
.orange_01{
	color:#C45519;
}
.orange_02{
	color:#a6410a;
}
.brown_01{
	color:#817461;
}
.brown_02{
	color:#513710;
}
.pink{
	color:#B648B7;
}
.purple{
	color:#800080;
}
.required {
    color: #c00;
    font-size: 0.9em;
    line-height: 140%;
    padding: 3px 0;
}
.img_padding {
    padding: 10px;
}
.img_pic {
    border: solid #ccc 1px;
    padding: 10px;
    box-shadow: 0px 0px 2px 2px rgba(20%,20%,20%,0.1);
}
.blockquote_font{
	max-width: 96%;
    margin: 30px auto;
    color: #333;
    border-left: 6px solid #2b50a8;
	padding-left: 1.5em;
}


/*for 後台 table scroll*/
.bootbox-body{
	width:100%;
}
.bootbox-body .table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: none;
}
.bootbox-body .table-scrollable > .table-bordered > thead > tr:last-child > th,.bootbox-body .table.table-bordered thead > tr > th {
	border-bottom: 0;
	border: 1px solid #ddd;
	line-height: 130%;
	vertical-align: middle;
	padding: 10px;
}
.bootbox-body .table-scrollable > .table {
	width: 100% !important;
	margin: 0 !important;
	min-width: 650px;
}
.bootbox-body .table{
	margin-bottom:5px;
}
.bootbox-body .table > tbody > tr > td {
    line-height: 190%;
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.bootbox-body .table-scrollable > .table > thead {
    border-top: solid 1px #ddd;
}
.bootbox-body .table-scrollable > .table > thead > tr > th,.bootbox-body .table-scrollable th,.bootbox-body .table > thead > tr > th {
	white-space: nowrap;
	padding: 8px;
	background: #666;
	color: #fff;
	font-weight: 500;
}
.bootbox-body .table-hover > tbody > tr:hover {
    background: rgba(0,105,62,0.05);
}
.bootbox-body .table-even > tbody > tr:nth-child(even) {
    background: rgba(0,105,62,0.05);
}
.bootbox-body .delete_th {
    padding: 10px 0 !important;
}


/*table*/
.table {
    display: table;
	border-color: rgba(0,0,0,.1);
	width:100%;
}
.table_01 {
    display: table;
	border:none;
	text-align:left;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
}


/*縮排*/
.paddingleft22{
	padding-left:22px;
}
.textindent22{
	text-indent: -22px;
}
.text_indent{
	text-indent: 2em;
}


/*清單*/
.ol_01{
	list-style-type:cjk-ideographic; /*一, 二, 三*/
}
.ol_02{
	list-style-type:upper-latin; /*A, B, C*/
}
.ol_03{
	list-style-type:lower-alpha; /*a, b, c*/
}
.ul_01{
	list-style-type:square; /*實心方塊*/
}
.ul_02{
	list-style-type: disc; /*實心圓*/
}
.ul_none ,.ol_none{
	list-style:none;
	padding-left: 0;
}


/*錨點*/
.anchor_list{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:20px;
	padding-left:0 !important;
}
.anchor_list a{
	float:left;
	padding:5px 15px;
	border-radius:5px;
	color:#333;
	margin:5px;
	border: solid #ccc 1px;
	text-decoration:none;
}
.anchor_list li{
	float:left;
}
.anchor_list a:hover ,.anchor_list a:focus{
	background:#98672d;
	color:#fff;
	box-shadow:none;
	border: solid #98672d 1px;
}


/*併排4*/
.list_04{
	float:left;
	width:100%;
}
.list_04 .item {
	float: left;
	width: 22%;
	margin: 1.5%;
}
.list_04 .item img{
	margin-bottom:10px;
}
.list_04 .item:nth-child(4n+1) {
	clear: both;
}

@media (max-width: 767px) {
.list_04 .item  {
	width: 29.3%;
	margin:2%;
}
.list_04 .item:nth-child(4n+1) {
	clear: none;
}
.list_04 .item:nth-child(3n+1) {
	clear: both;
}
}

@media (max-width: 480px) {
.list_04 .item{
	width: 44%;
	margin: 3%;
}
.list_04 .item:nth-child(4n+1) ,.list_04 .item:nth-child(3n+1) {
	clear: none;
}
.list_04 .item:nth-child(2n+1) {
	clear: both;
}
.list_04 .item img {
	width: 100%;
}
}


/*併排3*/
.list_03{
	float:left;
	width:100%;
}
.list_03 .item {
	float: left;
	width: 29.3%;
	margin: 2%;
}
.list_03 .item img{
	margin-bottom:10px;
}
.list_03 .item:nth-child(3n+1) {
	clear: both;
}

@media (max-width: 767px) {
.list_03 .item  {
	width: 46%;
}
.list_03 .item:nth-child(3n+1) {
	clear: none;
}
.list_03 .item:nth-child(2n+1) {
	clear: both;
}
}

@media (max-width: 480px) {
.list_03 .item{
	width: 90%;
	margin: 5%;
}
.list_03 .item img {
	width: 100%;
}
}


/*併排2*/
.list_02{
	float:left;
	width:100%;
}
.list_02 .item {
	float: left;
	width: 44%;
	margin: 3%;
}
.list_02 .item img{
	margin-bottom:10px;
}
.list_02 .item:nth-child(2n+1) {
	clear: both;
}

@media (max-width: 767px) {
.list_02 .item{
	width: 90%;
	margin: 5%;
}
}


/*youtube影片*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}


/*表單checkbox radio*/
.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox.mt-checkbox-disabled, .mt-checkbox.mt-radio-disabled, .mt-radio.mt-checkbox-disabled, .mt-radio.mt-radio-disabled {
    opacity: .6;
    filter: alpha(opacity=60);
}
.mt-checkbox>input, .mt-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.mt-checkbox>span, .mt-radio>span {
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background: #E6E6E6;
	margin-top:3px;
}
.mt-checkbox>span:after, .mt-radio>span:after {
    content: '';
    position: absolute;
    display: none;
}
.input-icon>i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox>input:checked~span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio>input:checked~span:after {
    display: block;
}
.mt-checkbox:hover>input:not([disabled])~span, .mt-checkbox>input:focus~span, .mt-radio:hover>input:not([disabled])~span, .mt-radio>input:focus~span {
    background: #d9d9d9;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox:hover>input:not([disabled]):checked~span, .mt-checkbox>input:checked~span, .mt-radio:hover>input:not([disabled]):checked~span, .mt-radio>input:checked~span {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #d9d9d9;
}
.icon-btn, .icon-btn:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mt-checkbox>input:disabled~span, .mt-radio>input:disabled~span {
    opacity: .6;
    filter: alpha(opacity=60);
    pointer-events: none;
}
.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-checkbox-outline>input:checked~span, .mt-checkbox.mt-checkbox-outline>input:focus~span, .mt-checkbox.mt-checkbox-outline>span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-radio-outline>input:checked~span, .mt-checkbox.mt-radio-outline>input:focus~span, .mt-checkbox.mt-radio-outline>span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-radio.mt-checkbox-outline>input:checked~span, .mt-radio.mt-checkbox-outline>input:focus~span, .mt-radio.mt-checkbox-outline>span, .mt-radio.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-radio-outline:hover>input:not([disabled])~span, .mt-radio.mt-radio-outline>input:checked~span, .mt-radio.mt-radio-outline>input:focus~span, .mt-radio.mt-radio-outline>span {
    border: 1px solid #ccc;
    background: 0 0;
}
.mt-radio>span, .timeline .timeline-badge-userpic img {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}
.mt-radio>span {
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    border-radius: 50%!important;
}
.mt-radio>span:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #666;
}
.mt-radio>input:disabled~span:after {
    background: #666;
}
.mt-checkbox>span:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mt-checkbox>input:disabled~span:after {
    border-color: #666;
}
.mt-checkbox-list, .mt-radio-list {
    padding: 10px 0;
}