@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url(font-awesome.min.css);
@import url(sel.css);
@import url(dar.css);

body{
	background:#104626;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	overflow-x:hidden;}
.m_trans{
float:right;
padding-top:17px;}
/*css3*/
a{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a{
	cursor:pointer;
	color:#77701f;}

a:hover{
	color:#589000;}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.col-1{
	width:100%;}

.col-2{
	width:50%;}

.col-3{
	width:33.33%;}

.col-4{
	width:25%;}

.col-5{
	width:20%;}

.btn_color1{
background: #7cb525; /* Old browsers */
background: -moz-linear-gradient(top,  #7cb525 0%, #476d10 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cb525), color-stop(100%,#476d10)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7cb525 0%,#476d10 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7cb525 0%,#476d10 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7cb525 0%,#476d10 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7cb525 0%,#476d10 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb525', endColorstr='#476d10',GradientType=0 ); /* IE6-9 */
}

a.btn_color1:hover{
	background:#7cb525;}

a.btn_color2{
background: #c86d14; /* Old browsers */
background: -moz-linear-gradient(top,  #c86d14 0%, #e23c06 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c86d14), color-stop(100%,#e23c06)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c86d14 0%,#e23c06 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c86d14 0%,#e23c06 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c86d14 0%,#e23c06 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c86d14 0%,#e23c06 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86d14', endColorstr='#e23c06',GradientType=0 ); /* IE6-9 */
}

a.btn_color2:hover{
	background:#c86d14;}

input[type="text"]{
	-webkit-appearance: none;}

textarea{
	-webkit-appearance: none;}

.outerWrap{}

.wrap{
	width:1160px;
	margin:0 auto;}

#gmap{
	display:none;
	height:400px;}

.label{
	padding:5px 7px;
	color:#FFF;
	background:rgba(0,0,0,0.8);}

/*****banner******/
.bannerArea{
	clear:both;
	position:relative;
	overflow:hidden;}

.bannerArea .wrap{
	width:100%;
	padding:0;}

/*****網頁頭*****/
header{
	margin-top:-88px;
	background:#104626;
	position:relative;
	z-index:99;}

header h1{
	float: left;
	margin-top:-67px;}

header h1 a{
	display: block;
	width: 276px;
	height: 155px;
	background:url(../images/logo.png) no-repeat;
	text-indent: -9999px;}

/*menu*/
header nav{
	float:left;}

ul.menu{}

ul.menu li{
	float:left;}

ul.menu li > a{
	display:block;
	padding:25px 17px;
	
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;}

ul.menu li > a b{
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #8a592d;
}

ul.menu li > a:hover{
	background-color: #8a592d;
}

ul.menu li > a:hover b{
	color:#FFF;}

ul.menu li.dropDown{
	position:relative;}

ul.menu li.dropDown .submenu{
	display:none;
	width:150px;
	
	position:absolute;
	bottom:100%;
	left:0;
	z-index:9999;}

ul.menu li.dropDown .submenu a{
	display:block;
	padding:10px 20px;
	background:rgba(255,255,255,0.7);
	margin-bottom:1px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:15px;
	color:#000;}

ul.menu li.dropDown .submenu a:hover{
	background:#8a592d;
	color:#FFF;}

ul.menu li.dropDown .submenu a:first-child{
	border:none;}

.m_menu{
	display:none;}
	
header .rightBox{
	float:right;
	text-align:right;
	padding-top: 9px;}

header .rightBox .other{
	margin-bottom: 5px;
	text-align: center;}

header .rightBox .other > a{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	color:#FFF;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	border-radius:100%;
	border:1px solid #FFF;}

header .rightBox .other > a i{}

header .rightBox .other > a:hover{
	background:#8a592d;}

header .rightBox .other > a b{
	display:none;
	font-weight:normal;}

.g_trans{
	clear:both;}
	
.m_menu{
	display:none;}

/*頁尾資訊*/
footer{
	padding:30px 0;
	background:url(../images/bg_down.jpg) repeat-x center bottom #040402;
	position:relative;}

footer a.logo_down{
	display:block;
	margin-bottom:15px;}

footer .row{}

footer .col-3{
	padding:0 35px;}

footer .col-3:first-child{
	padding-left:0;
	border:none;
	box-shadow:none;}

footer .col-3:last-child{
	padding-right:0;}

footer h3{
	margin-bottom:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	padding:8px 0;
	color:#FFF;
	
	position:relative;}

footer h3:before{
	content:"";
	width:100%;
	height:1px;
	background:#FFF;
	
	position:absolute;
	left:0;
	top:50%;
	z-index:1;}

footer h3 strong{
	display:inline-block;
	padding-right:15px;
	background:#040402;
	font-weight:normal;
	position:relative;
	z-index:2;}

footer .qrcode{
	float:left;
	margin-right:15px;}

h5.copyright{
	font-size:12px;
	line-height:1.8;
	font-weight:normal;
	color:#FFF;}

ul.downMenu{}

ul.downMenu li{}

ul.downMenu li a{
	font-family:"微軟正黑體", "新細明體", sans-serif;
	display: block;
	padding: 8px 0;
	font-size: 15px;
	color: #FFF;}

ul.downMenu li a b{
	font-size:15px;
	font-weight:normal;
	text-transform:capitalize;}

ul.downMenu li a b:before{
	content:"│";
	font-size:13px;
	padding:0 5px;}

ul.downMenu li a:hover{
	text-decoration:underline;}

.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important;}

footer .dec{
	clear:both;
	padding-top:8px;}

footer .dec img{
	max-width: 100%;}

/*share*/
.social{
	clear:both;
	padding-top:10px;
	padding-bottom:5px;}

.social a{
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #8f8f8f;
	text-align: center;}

.goTopBox{
	position:fixed;
	bottom:50px;
	right:50px;}

.goTop{
	display:block;
	background:url(../images/gotop.png) no-repeat;
	width:41px;
	height:41px;
	text-indent:-9999px;}

/*********內頁**********/
/**********************/
.bannerBox{}

.bannerBox .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:10px;
	z-index:999;}

.bannerBox .bx-wrapper .bx-pager.bx-default-pager a{
	background:none;
	border:2px solid #FFF;
	border-radius:100%;}

.bannerBox .bx-wrapper .bx-pager.bx-default-pager a:hover, .bannerBox .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#FFF;
	border:2px solid #FFF;}

.bannerBox img{
	display:block;
	width:100%;}
	
.mainArea{
	padding:35px 0;
	background: url(../images/bg_main.jpg);
	position:relative;}

.mainArea .wrap{}

.mainArea .titleBox{
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #D5BB98;
	box-shadow: 0 10px 10px -10px #D3D0CB;}

.mainArea .titleBox h2{
	float:left;
	margin-right:10px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:27px;
	color:#48240c;
}

.mainArea .titleBox h2 em{
	margin-left:10px;
	font-size:15px;
	color:#999;
	
	text-transform:capitalize;}

/*網站導覽bread*/
.mainArea .titleBox .bread{
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:12px;
	color:#ad9568;
	
	position:absolute;	
	right:10px;
	top:25px;}

.mainArea .titleBox .bread a{
	color:#ad9568;}

.mainArea .titleBox .bread a i{
	font-size:20px;}

.mainArea .titleBox .bread span{
	padding:0 3px;
	color:#ad9568;}

.mainArea .contentBox{
	clear:both;
	padding:20px 10px;}

.mainArea .contentBox h3.articleTitle{/*文章標題*/
	clear:both;
	margin-bottom:25px;
	border-bottom:1px dashed #d1d1d1;/*下邊線*/
	padding:10px 0;/*下邊線與標題距離*/
	
	font-size: 18px;
	font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-weight: normal;
	color: #116800;}

.mainArea .contentBox h3.articleTitle strong{
	font-weight:normal;}

/*文字編輯器*/
.textEditor{
	clear:both;
	font-size:15px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	color:#2f2f2f;
	line-height:1.8;
	text-align:justify;}

.textEditor a{
	color:#06F;}

.textEditor img{
	max-width:100%;}

.textEditor ul{
	list-style:disc outside;
	padding-left:30px;}

.textEditor ol{
	list-style:decimal outside;
	padding-left:30px;}

.textEditor table{
	border-collapse:collapse;}

.textEditor table th{
	padding:5px;
	text-align:center;
	background:#104626;
	color:#FFF;
	border:1px solid #e1e1e1;}

.textEditor table td{
	padding:5px;
	border:1px solid #e1e1e1;}

table.breakpoint > tbody > tr > td.expand{
	cursor:pointer;
	background: url(../images/plus.png) no-repeat 5px center;
	padding-left: 40px;}

.textEditor strong.title{
	display:block;
	font-size:18px;
	font-weight:normal;
	color:#1B8517;}

/*類別*/
.classBox{
	padding-top:10px;
	overflow:hidden;}

ul.classLink{}

ul.classLink li{
	display:inline-block;}

ul.classLink li a{
	display:block;
	margin:0 3px;
	font-size:15px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	padding:3px 8px;
	color:#00727c;
	
	position:relative;}

ul.classLink li a:hover{
	background: #00727c;
	color: #FFF;}

ul.classLink li a.current{
	background:#00727c;
	color:#FFF;}

/*標題字*/
.sectionTitle{
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:22px;
	font-weight:normal;
	color: #7f8d32;
	padding:0 8px;
	border-bottom: 1px solid #D6D6D6;}

.sectionTitle strong{
	color:#116800;
	font-weight:normal;
	
	display:block;
	padding-bottom:5px;
	position:relative;}

.sectionTitle strong:before{
	font-family: 'FontAwesome';
	content: "\f054";
	margin-right: 5px;
	font-size: 13px;
	vertical-align: middle;
	color: #B6B6B6;

	position: relative;
	top: -2px;}

.sectionTitle strong a{
	display:block;	
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;}

.sectionTitle strong a:hover{}

/******頁籤*******/
.tab{
	margin-top:25px;}

.tab a{
	display:block;
	float:left;
	padding: 12px 10px;
	font-size:13px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	color:#1c1c1c;
	border-radius:5px 5px 0 0;}

.tab a.current{
	border: 1px solid #C0C0C0;
	border-top:1px solid #C0C0C0;
	border-bottom: 1px solid #F5E9D9;
	box-shadow: inset 0 5px 5px #E2E2E2;}

ul.tabContent{
	margin-top:-1px;
	padding:20px 5px;
	border-top: 1px solid #D6D6D6;}

ul.tabContent > li{
	display:none;}

ul.tabContent li .textEditor{
	margin:0;}

ul.tabContent h3.sectionTitle{
	display:none;}

/*側邊_menu*/
.side_menu{
	margin-bottom:50px;}

.side_menu ul{
	margin-top:10px;}

.side_menu ul li{
	border-bottom:1px solid #e1e1e1;
	position:relative;}

.side_menu ul li a{
	display:block;
	padding:10px 15px;
	font-size:16px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;}

.side_menu ul li a:hover{}

.side_menu ul li a.current{
	background:#876525;
	color:#FFF;}

.side_menu ul li a b{
	margin-left:10px;
	font-size:13px;
	font-weight:normal;
	color:#808080;}

/*側邊_相簿*/
ul.side_album{
	margin-top:30px;
	margin-bottom:30px;
	margin-right:-10px;}

ul.side_album li{
	float:left;
	width:33.3%;
	padding:0 10px 10px 0;}

ul.side_album li a{
	display:block;
	box-shadow:2px 2px 5px #c3c3c3;}

ul.side_album li a img{
	display:block;
	width:100%;}

/*側邊_線上訂房*/
.side_booking{
	margin-bottom:30px;}

.side_booking a{
	display:block;
	background:#f05b8f;
	border-radius:4px;
	box-shadow: 0 1px 1px #8D2121;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#FFF;
	
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;}

.side_booking a i{
	display:inline-block;
	font-size:28px;
	padding:10px 15px;
	margin-right:15px;
	border-right: 1px solid #D33434;
	box-shadow: 1px 0 #F38A8A;}

.side_booking a:hover{
	box-shadow: inset 0 3px 3px #8D2121;}

/*側邊_聯絡資訊*/
.side_contactInfo{
	margin-bottom:30px;}

.side_contactInfo h3{
	margin-bottom:20px;}

.side_contactInfo ul{}

.side_contactInfo ul li{
	margin-bottom:20px;}

.side_contactInfo ul li a{
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:16px;
	color:#414141;}

.side_contactInfo ul li a i{
	display:inline-block;
	vertical-align:middle;
	margin-right:8px;
	border:3px solid #9f785c;
	width:40px;
	height:40px;
	font-size:20px;
	color:#9f785c;
	line-height:40px;
	text-align:center;
	border-radius:100%;}

.side_contactInfo ul li a b{
	display:inline-block;
	vertical-align:middle;
	font-weight:normal;}

/*側邊_房型*/
.side_room{
	margin-bottom:50px;}

.side_room .sectionTitle{
	margin-bottom:15px;}

.side_room ul{}

.side_room ul li{}

.side_room ul li .Img{}

.side_room ul li .Img img{
	width:100%;}

.side_room ul li .Txt{
	margin-top:5px;}

.side_room ul li .Txt h3 strong a{
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:16px;
	font-weight:normal;}

.side_room ul li .Txt h3 strong a:hover{}

.side_room ul li .Txt p{
	font-size: 13px;
	color: #858383;
	line-height: 1.8;
	max-height:100px;
	overflow:hidden;}

.side_room .bx-wrapper .bx-controls-direction a{
	width:25px !important;
	height:25px !important;
	top:0 !important;
	right:0;
	margin:0 !important;}
	
.side_room .bx-wrapper .bx-prev{
	left:auto;
	right:25px !important;
	background:url(../images/bx_arrow_square_prev.png) !important;}

.side_room .bx-wrapper .bx-next{
	background:url(../images/bx_arrow_square_next.png) !important;}

/*側邊_分享*/
.side_share{
	clear:both;
	display:none;
	margin-bottom:30px;}

.side_share a{
	width:100%;
	margin-top:5px;
	display:block;
	padding:15px 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color:#FFF;
	text-align:center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-radius:4px;
	
	-web-box-sizing:border-box;
	box-sizing:border-box;}

.side_share a.line{
	box-shadow:0 0 0 1px #22a00b;
	border-top:1px solid #e1ffa9;
background: #a7e732;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(-45deg,  #a7e732 0%, #1fb50e 35%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a7e732), color-stop(35%,#1fb50e));
background: -webkit-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: -o-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: -ms-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: linear-gradient(135deg,  #a7e732 0%,#1fb50e 35%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7e732', endColorstr='#1fb50e',GradientType=1 );
}

.side_share a.fb{
	box-shadow:0 0 0 1px #235c9b;
	border-top:1px solid #8DCFF5;
	background: rgb(93,160,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,160,234,1)), color-stop(100%,rgba(61,140,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da0ea', endColorstr='#3d8ce6',GradientType=0 ); /* IE6-8 */}

.side_share a.gPlus{
	box-shadow:0 0 0 1px #874138;
	border-top:1px solid #fd816b;
	background: rgb(214,81,48); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,81,48,1)), color-stop(100%,rgba(208,68,43,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65130', endColorstr='#d0442b',GradientType=0 ); /* IE6-8 */
}

.side_share a i{
	padding-right:5px;
	font-size:18px;}

.side_share a:active{}

/*側邊_其他相關訊息*/
.side_news{
	margin-bottom:30px;}

.side_news ul{
	margin-top:20px;}

.side_news ul li{
	margin-bottom:25px;}

.side_news ul li .Img{
	float:left;
	margin-right:12px;
	width:60px;
	overflow:hidden;}

.side_news ul li .Img img{
	height:60px;}

.side_news ul li .Txt{
	overflow:hidden;}

.side_news ul li .Txt a{
	display:block;
	font-size:14px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-weight:bold;
	line-height:1.5;}

.side_news ul li .Txt a:hover{
	text-decoration:underline;}

.side_news ul li .Txt b{
	display:block;
	font-size:12px;
	color:#999;
	font-weight:normal;
	margin-top:5px;}

/*側邊_匯款通知按鈕*/
.side_notice{
	margin-bottom:30px;}

.side_notice a{
	display:inline-block;
	width:49%;
	padding:7px 0;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	box-shadow:2px 2px 2px #CCC;
	border-radius:3px;
	
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;}


/**********適應性**********/
/************************/
@media (max-width: 1160px){

.outerWrap{
	padding-top:60px;}

.wrap{
	width:100%;
	padding:0 20px;}

header{
	display:none;}

/*mobile menu*/
ul.menu{
	display:none;}

/*手機menu*/
.m_menu{
	display:block;
	width:100%;
	box-shadow:0 2px 5px rgba(126, 126, 126, 0.68);
	
	position:fixed;
	top:0;
	left:0;
	z-index:9999;}

.m_menu .mask{
	display:none;
	background:rgba(255,255,255,0.7);
	position:fixed;
	width:100%;
	height:100%;
	padding-bottom:60px;
	top:0;
	left:0;}

.m_menu .controlBox{
	background:#104626;}

.m_menu .controlBox a.main{
	display: block;
	float: left;
	margin-right:5px;
	width: 50px;
	height: 60px;
	font-size: 20px;
	color: #204A0F;
	border-right: 1px solid #e1e1e1;
	line-height: 60px;
	text-align: center;
	background: #FFF;}

.m_menu .controlBox .m_logo{
	float:left;}
	
.m_menu .controlBox .m_logo img{
	display:block;}

.m_menu .controlBox .language:hover .submenu{
	display:block;}

.m_menu .hideBox{/*手機menu內容*/
	display:none;
	background: url(../images/bg_main.jpg);
	width:220px;
	height:100%;
	padding-bottom:50px;
	overflow-y:auto;
	
	position:fixed;
	left:0;
	top:0;}

.m_menu .hideBox p.sp{
	background:#8E6329;
	padding:10px;
	font-size:13px;
	color:#FFF;}

.m_menu .mfun{
	padding:10px;
	text-align:center;}

.m_menu .mfun a{
	margin:0 1px;
	display: inline-block;
	font-size: 20px;
	background:#8E6329;
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;}

.m_menu ul.nav{}
	
.m_menu ul.nav li{
	border-top: 1px solid #D7D7D7;}

.m_menu ul.nav li a{
	padding:20px 10px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	display:block;
	font-size:15px;
	color:#3A3A3A;}

.m_menu ul.nav li a i{
	float:right;}
	

	

	

.m_menu ul.nav li .submenu{
	display:none;}

.m_menu ul.nav li .submenu a{
	padding:10px 20px;}

.m_menu ul.nav li .submenu a:hover{
	background:#999;}

}

@media (max-width: 767px){

/*banner*/
.bannerBox .bx-wrapper .bx-controls-direction a{
	display:none;}

/*bread*/
.mainArea .titleBox .bread{
	display:none;}

/*main*/
.mainArea{}

.mainArea .wrap{
	padding:0 20px;}

.mainArea .cotentBox{
	padding:20px 0;}

/*footer*/

footer .col-3{
	float:none;
	width:100%;
	padding:0;
	padding:25px 0;
	box-shadow:none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #111111;
}

.goTop{
	display:none;}

/*側邊_分享*/
.side_share{
	clear:both;
	display:block;
	margin-bottom:30px;}
}

/*640*/
@media (max-width: 640px){
.mainArea .titleBox h2{
	float:none;}	

.classBox{
	padding-top:30px;}
	
/*類別*/
ul.classLink{
	clear:both;
	display:block;
	margin:0;}

ul.classLink li{
	display: block;
	float:left;
	width:50%;
	margin-bottom:8px;}

ul.classLink li:before{
	content:none;}

ul.classLink li:last-child:after{
	content:none;}

ul.classLink li a{
	background:#7A671B;
	display:block;
	font-size:13px;
	height:44px;
	line-height:44px;
	color:#FFF;
	text-shadow:0 -1px #7c7c7c;
	border-radius:4px;
	text-align:center;}

ul.classLink li a.current{
	background:#948755;
	border:none;}

ul.classLink li a.current:after{
	display:none;}
}

/*360*/
@media (max-width: 360px){

.col-2{
	float:none;
	width:100%;}

.col-3{
	float:none;
	width:100%;}

.col-4{
	float:none;
	width:100%;}

.col-5{
	float:none;
	width:100%;}

/*頁籤*/
.tab{}

.tab a{}

/*側邊_聯絡資訊*/
.side_contactInfo ul{
	text-align:center;}
.side_contactInfo ul li{
	display:inline-block !important;}
.side_contactInfo ul li a b{
	display:none;}
}

