@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url(font-awesome.min.css);

body{
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;}

/*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:#f67288;}

a:hover{
	color:#a11526;}

[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-2{
	width:50%;}

.col-3{
	width:33.33%;}

.col-4{
	width:25%;}

.col-5{
	width:20%;}

.btn_color1{
	background: #ddbe85;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkYmU4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iI2EwNzk1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ddbe85 0%, #a07956 56%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddbe85), color-stop(56%,#a07956));
	background: -webkit-linear-gradient(top,  #ddbe85 0%,#a07956 56%);
	background: -o-linear-gradient(top,  #ddbe85 0%,#a07956 56%);
	background: -ms-linear-gradient(top,  #ddbe85 0%,#a07956 56%);
	background: linear-gradient(to bottom,  #ddbe85 0%,#a07956 56%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddbe85', endColorstr='#a07956',GradientType=0 );}

a.btn_color1:hover{
	background:#a07956;}

a.btn_color2{
	background: #ddbe85;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkYmU4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iI2EwNzk1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ddbe85 0%, #a07956 56%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddbe85), color-stop(56%,#a07956));
	background: -webkit-linear-gradient(top,  #ddbe85 0%,#a07956 56%);
	background: -o-linear-gradient(top,  #ddbe85 0%,#a07956 56%);
	background: -ms-linear-gradient(top,  #ddbe85 0%,#a07956 56%);
	background: linear-gradient(to bottom,  #ddbe85 0%,#a07956 56%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddbe85', endColorstr='#a07956',GradientType=0 );}

a.btn_color2:hover{
	background:#a07956;}

input[type="text"]{
	-webkit-appearance: none;}

textarea{
	-webkit-appearance: none;}

.outerWrap{		
	position:relative;}

.wrap{
	width:1160px;
	margin:0 auto;}

#gmap{
	display:none;
	height:400px;}

.label{
	display:none;
	padding:5px 7px;
	color:#FFF;
	background:rgba(0,0,0,0.8);}

.bannerArea{
	position:relative;}

.bannerArea h1{
	width:300px;
	position:absolute;
	left:50%;
	top:60px;
	margin-left:-150px;
	z-index:999;}

.bannerArea h1 a{
	display: block;
	width: 100%;
	height: 260px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat center center;}

/*****網頁頭*****/

/*menu*/
header nav{
	float:left;}

ul.menu{}

ul.menu li{
	float:left;
	padding:0 6px;}

ul.menu li > a{
	position:relative;
	display:block;
	padding:0 30px;
	background:url(../images/icon.png) no-repeat left center;
	line-height:50px;
	
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:15px;
	color:#454545;}

ul.menu li > a b{
	width:100%;
	font-size:13px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	opacity:0;
		
	position:absolute;
	left:0;
	top:0;
	
	background: #bba041; /* Old browsers */
background: -moz-linear-gradient(top,  #bba041 0%, #705a41 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bba041), color-stop(100%,#705a41)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bba041 0%,#705a41 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bba041 0%,#705a41 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bba041 0%,#705a41 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bba041 0%,#705a41 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bba041', endColorstr='#705a41',GradientType=0 ); /* IE6-9 */

	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

ul.menu li > a:hover b{
	display:block;
	opacity:1;}

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:13px;
	color:#000;}

ul.menu li.dropDown .submenu a:hover{
	background:#4f3018;
	color:#FFF;}

ul.menu li.dropDown .submenu a:first-child{
	border:none;}

.m_menu{
	display:none;}
	
header .rightBox{
	float:left;
	text-align:left;
	padding-top:0px;}

header .rightBox > a{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	background:#9f893d;
	color:#FFF;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:100%;
	margin-left:5px;}

header .rightBox > a i{}

header .rightBox > a:hover{
	background:#725d15;}

header .rightBox > a b{
	display:none;
	font-weight:normal;}

.g_trans{
	display:inline-block;
	vertical-align:middle;}

/*頁尾資訊*/
footer{
	background:url(../images/home/bg_home.jpg) no-repeat center top;
	background-size:cover;
	padding:60px 0;
	position:relative;}

footer .col-3{
	padding:10px 20px;
	border-left:1px solid #234321;
	min-height:260px;}

footer .col-3:first-child{
	border:none;}

footer .col-3:last-child{
	padding-right:0;}

.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important;}

ul.downMenu{}

ul.downMenu li{
	width:50%;
	float:left;}

ul.downMenu li a{
	display:block;
	padding:8px 0;
	font-size:13px;
	color:#FFF;}

ul.downMenu li a b{
	padding-left:8px;
	font-size:13px;
	font-weight:normal;
	text-transform:capitalize;}

ul.downMenu li a:hover{
	text-decoration:underline;}

footer .qrcode{
	float:left;
	margin-right:15px;}

h5.copyright{
	overflow:hidden;
	font-size:13px;
	line-height:1.5;
	font-weight:normal;
	color:#FFF;
	vertical-align:middle;}

/*share this*/
.social{
	clear:both;
	padding-top:10px;
	padding-bottom:5px;}

.social span{
	display:inline-block;}

.st_sina_large{
	width:32px;
	height:30px;
	background:#FFF;
	border-radius:4px;
	position: relative;}

.st_sina_large .stLarge{
	background-position: left -7px !important;
	background-repeat: no-repeat !important;}

.st_ibest{
	display:inline-block;
	margin:0 3px;
	width:32px;
	height:32px;
	background:url(../images/icon_ibest.png) no-repeat;
	position: relative;}

.endArea {
	padding: 15px 0;
	text-align:center;}

.endArea h6 {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	font-size: 12px;
	font-weight: normal;
	color: #493a0d;
	text-align: center;}

.translateIbest{
	width:122px;
	display:inline-block;
	vertical-align:middle;}

.translateIbest .design{}

.translateIbest .design span{/*網頁設計‧愛貝斯*/
	display:block;
	float:left;
	line-height:22px;
	font-size:9pt;
	color: #8c8162;}

.translateIbest .design a{/*網頁設計‧愛貝斯*/
	color: #8c8162;
	text-decoration: none;}
	
.translateIbest .design a:hover{
	text-decoration: underline;}

.translateIbest .design a.login{
	display:block;
	float: left;
	background: url(../images/lock.gif) no-repeat center 3px;
	text-indent: -10000px;
	height: 20px;
	width: 20px;}

.goTopBox{
	position:fixed;
	bottom:50px;
	right:50px;}

.goTop{
	display:block;
	background:url(../images/gotop.png) no-repeat;
	width:41px;
	height:41px;
	text-indent:-9999px;}

/*********內頁**********/
/**********************/
.bannerArea{}

.bannerArea .wrap{
	padding:0;
	width:100%;}

.bannerArea img{
	display:block;
	width:100%;}
	
.mainArea{
	padding:40px 0;
	position:relative;}

.mainArea .wrap{
	padding:0 20px;}

.mainArea .titleBox{
	padding-bottom:35px;
	background:url(../images/bg_line.jpg) center bottom no-repeat;
	position:relative;}

.mainArea .titleBox h2{
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#000;
	text-align:center;}

.mainArea .titleBox h2 em{
	margin-left:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#a9a9a9;
	text-transform:capitalize;}

/*網站導覽bread*/
.mainArea .titleBox .bread{
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:12px;
	color:#a2a2a2;
	
	position:absolute;
	right:10px;
	top:10px;}

.mainArea .titleBox .bread a{
	color:#a2a2a2;}

.mainArea .titleBox .bread a i{
	font-size:20px;}

.mainArea .titleBox .bread span{
	padding:0 3px;
	color:#a2a2a2;}

.mainArea .contentBox{
	clear:both;
	padding-top:20px;}

/*文字編輯器*/
.textEditor{
	clear:both;
	margin-top:20px;
	font-size:15px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	color:#222;
	line-height:1.8;}

.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:#b78c6a;
	color:#FFF;
	border:1px solid #9E6F49;}

.textEditor table td{
	padding:5px;
	border:1px solid #9E6F49;}

.textEditor hr{
	border:0;
	border-bottom:1px solid #f1f1f1;
	height:1px;
	margin:20px 0;}

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;
	background:url(../images/icon.png) no-repeat left center;
	padding-left:35px;
	font-size:22px;
	font-weight:normal;
	color:#7C6321;}

/*類別*/
ul.classLink{
	text-align:center;}

ul.classLink li{
	display:inline-block;
	margin:0 3px;}

ul.classLink li a{
	background:#9f893d;
	font-size:13px;
	padding:7px 10px;;
	color:#FFF;
	border-radius:5px;
	
	position:relative;}

ul.classLink li a:hover{
	background:#725d14;
	color:#FFF;}

ul.classLink li a.current{
	background:#725d14;
	color:#FFF;}

/*標題字*/
.sectionTitle{
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#b78c6a;
	border-bottom: 2px solid #E0E0E0;}

.sectionTitle strong{
	color:#9f893d;
	font-weight:normal;
	
	display:block;
	padding-bottom:5px;
	position:relative;}

.sectionTitle strong:before{
	content: "\f101";
	font-family: FontAwesome;
	margin-right:5px;}

.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 20px 12px 20px;
	font-size:15px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	color:#f1f1f1;
	border-top:4px solid transparent;}

.tab a:first-child{}

.tab a.current{
	border-top:4px solid #f05b8f;}

ul.tabContent{
	margin-top:-1px;
	padding:20px 5px;
	border-top: #b78c6a 1px solid;}

ul.tabContent > li{
	display:none;}

ul.tabContent li .textEditor{
	margin:0;}

ul.tabContent h3.sectionTitle{
	display:none;}

/*側邊_menu*/
.side_menu{
	margin-bottom:30px;}

.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:#f05b8f;
	color:#FFF;}

.side_menu ul li a.current:before{
	content:" ";
	position:absolute;
	left:-10px;
	top:50%;
	margin-top:-10px;
	
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #f05b8f transparent transparent;}

.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 #302608;}

ul.side_album li a img{
	display:block;
	width:100%;}

/*側邊_線上訂房*/
.side_booking{
	margin-bottom:30px;}

.side_booking a{
	display:block;
	background:#937972;
	border-radius:4px;
	box-shadow: 2px 2px 2px #302608;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:20px;
	color:#FFF;
	
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;}

.side_booking a i{
	display:inline-block;
	font-size:20px;
	padding:15px;
	margin-right:15px;
	border-right: 1px solid #AA938D;
	box-shadow: 1px 0 #80625A;}

.side_booking a:hover{
	box-shadow: inset 0 3px 3px #80625A;}

/*側邊_聯絡資訊*/
.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:#f1f1f1;}

.side_contactInfo ul li a i{
	display:block;
	float:left;
	margin-right:8px;
	border:3px solid #9f893d;
	width:40px;
	height:40px;
	font-size:20px;
	color:#9f893d;
	line-height:40px;
	text-align:center;
	border-radius:100%;}

.side_contactInfo ul li a b{
	color:#9f893d;
	font-weight:normal;}

/*側邊_房型*/
.side_room{
	margin-bottom:30px;}

.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:14px;
	font-weight:normal;}

.side_room ul li .Txt h3 strong a:hover{}

.side_room ul li .Txt p{
	font-size: 13px;
	color: #f1f1f1;
	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;
	color:#156625;}

.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:14px;
	color:#FFF;
	box-shadow:2px 2px 2px #302608;
	text-align:center;
	border-radius:3px;
	
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;}


/**********適應性**********/
/************************/
@media (max-width: 1500px){
	.bannerArea h1{
		top:10px;}

	.bannerArea h1 a{
	background-size:60%;
	height:200px;}	
}

@media (max-width: 1160px){

.outerWrap{}

.wrap{
	width:100%;
	padding:0 20px;}

.bannerArea{}	

.bannerArea h1{
	top:0px;}
	
.bannerArea h1 a{
	background-size:45%;
	height:180px;}	

/*mobile menu*/
header nav{
	padding:5px 0;
	width:50%;}

ul.menu{
	display:none;}

.m_menu{
	display:block;
	position:relative;
	height:50px;
	overflow:hidden;
	z-index:999;}

.m_menu.active{}

.m_menu a.main{
	display:block;
	padding:0 10px;
	font-size:18px;
	color:#4f3018;
	line-height:50px;}

.m_menu a.main i{
	padding-right:10px;
	line-height:50px;}

.m_menu ul.nav{}

.m_menu ul.nav li{
	border-top:1px solid #854A00;}

.m_menu ul.nav li a{
	padding:20px 10px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	display:block;
	font-size:15px;
	color:#4f3018;}

.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){

.bannerBox{
	padding:0;}

.bannerArea h1{
	position:static;
	width:100%;
	margin:0;
	background: url(../images/home/bg_home.jpg) no-repeat;
	background-size: cover;
/*background: #bba041;
background: -moz-linear-gradient(top,  #bba041 0%, #705a41 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bba041), color-stop(100%,#705a41));
background: -webkit-linear-gradient(top,  #bba041 0%,#705a41 100%);
background: -o-linear-gradient(top,  #bba041 0%,#705a41 100%);
background: -ms-linear-gradient(top,  #bba041 0%,#705a41 100%);
background: linear-gradient(to bottom,  #bba041 0%,#705a41 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bba041', endColorstr='#705a41',GradientType=0 ); */
}

.bannerArea h1 a{
	background-size:25%;}

header nav{
	float:none;
	width:100%;
	text-align:center;}

header .rightBox{
	float:none;
	padding:10px 0;
	width:100%;
	text-align:center;}

header .rightBox > a{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;}

header .rightBox .g_trans{
	display:inline-block;
	vertical-align:middle;}

/*bread*/
.mainArea .titleBox .bread{
	display:none;}

/*main*/
.mainArea{}

/*footer*/
footer{
	padding:25px 20px;}

footer .col-3{
	float:none;
	width:100%;
	padding:0;
	padding:25px 0;
	border:none;
	border-top: 1px solid #234321;
	min-height:0;}

.translateIbest{
	float:none;}

.goTop{
	display:none;}

/*側邊_分享*/
.side_share{
	clear:both;
	display:block;
	margin-bottom:30px;}
}

/*640*/
@media (max-width: 640px){

	
/*類別*/
ul.classLink{
	clear:both;
	display:block;
	margin:0;}

ul.classLink li{
	display: block;
	width: 47.5%;
	float: left;
	margin:0 3px 10px 3px;}

ul.classLink li:before{
	content:none;}

ul.classLink li:last-child:after{
	content:none;}

ul.classLink li a{
	background:#b8b8b8;
	display:block;
	height:44px;
	line-height:44px;
	color:#FFF;
	text-shadow:0 -1px #7c7c7c;
	border-radius:4px;
	text-align:center;}
}

/*360*/
@media (max-width: 360px){
.bannerArea h1{
	height:150px;}
	
.bannerArea h1 a{
	background-size:45%;
	height:150px;}
	
.col-2{
	float:none;
	width:100%;}

.col-3{
	float:none;
	width:100%;}

.col-4{
	float:none;
	width:100%;}

.col-5{
	float:none;
	width:100%;}

ul.downMenu li{
	float:none;
	width:100%;
	text-align:center;}

/*頁籤*/
.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;}
}
