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

@import url(font-awesome/css/font-awesome.min.css);


body {
    font-family: 'Open Sans', 微軟正黑體, 新細明體, sans-serif;
	font-size: 16px;
	color: #242424;
	background: url(../langs/tw/images/bg.jpg) repeat;
}

a {
	cursor: pointer;
	color: #242424;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover, a:focus { 
	color: #9c7654;  
	text-decoration: none; 
}

img { 
	max-width: 100%; 
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;			   
}

p {
	margin: 0;
}

ul, li, label {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style-type: none;
}

h1 {
    font-family: 'Rufina', "微軟正黑體", "新細明體", sans-serif;
    font-size: 32px;
    color: #333;
    line-height: 40px;
    font-weight: normal;
}

input[type="text"]{
	-webkit-appearance: none;
	font-size: 14px;
}

textarea {
	-webkit-appearance: none;
}

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

.wrap{
	width: 1200px;
	margin: 0 auto;
	padding:0 15px; 
}



/*----- header -----*/
header {
	width: 100%;
	height: 99px; 
	position: fixed;
	top: 0; 
	left: 0;
	z-index: 9999;
	background-color: #fff; 
	box-shadow: 0 2px 3px rgba(126, 126, 126, 0.70); 
}

header .logo {
	float: left;
	box-shadow: 0 0 2px rgba(148, 148, 148, 0.70);  /* 往右往下偏移0 ，2px的模糊半徑 */
}

header .logo a {
	display: block;
	background: url(../langs/tw/images/logo.jpg) no-repeat center;
	background-size: cover;
	width: 190px;
	min-height: 153px;
	text-indent: -9999px;
}
	
	

/*----- nav -----*/
header nav {
	float: right;
}

header nav ul.menu {
}

header nav ul.menu li {
	float: left;
	position: relative;
	z-index: 1;
	font-size: 16px;
	text-align: center;
}

header nav ul.menu li > a {
	height: 99px;
	color: #212121;
	padding: 0 25px;
	display: block;
	line-height: 99px;
}

header nav ul.menu li > a:hover {
	color: #212121;
}

header nav ul.menu li ul {
	margin-top: 0;
	border: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}

header nav ul.menu li.current a {
	background-color: #e8dec9;
	color: #212121;
}

.mobile-menu {
	display: none;
}



/* Sweep To Bottom */
.hvr-sweep-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
  	-webkit-transition-property: color;
  	transition-property: color;
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  	content: "";
  	position: absolute;
  	z-index: -1;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background: #e8dec9;
  	-webkit-transform: scaleY(0);
  	transform: scaleY(0);
  	-webkit-transform-origin: 50% 0;
  	transform-origin: 50% 0;
  	-webkit-transition-property: transform;
  	transition-property: transform;
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-timing-function: ease-out;
  	transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  	color: #212121;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  	-webkit-transform: scaleY(1);
  	transform: scaleY(1);
}



/*----- banner -----*/
.bannerArea {
	clear: both;
	position: relative;
	margin-top: 99px;
}

.bannerArea-m {
	display: none;
}



/*----- 內容區 -----*/
.mainArea{
	padding: 42px 0 110px 0;
	position: relative;
}

.mainArea .titleBox {
	margin: 0 0 50px 0;
	padding-bottom: 12px;
	text-align: center; 
	border-bottom: 1px dotted #a87a38;
}

.mainArea .titleBox h1 {
	color: #291d05;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 3px;
}

.mainArea .titleBox p {
	color: #a08268;
	font-size: 1.2em;
	line-height: 25px;
	letter-spacing: 1px;
	font-family: 'Rufina', "微軟正黑體", "新細明體", sans-serif;
}

.partSpacing {
	padding-top: 30px; 
}

	


/*----- 頁尾資訊 -----*/
footer .footerArea {
	padding: 40px 0;
	background-color: #565246;
}
.footerInfo {
	float: left;
	width: 50%;
}
.footerInfo h3.companyName {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 14px;
}
.footerInfo p.tel {
	font-size: 25px;
	color: #d2a45b;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.footerInfo p.tel i {
	font-size: 25px;
	margin-right: 12px;
	vertical-align: middle;
}
.footerInfo p.infotext {
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
}
.footerInfo p.copyright,
.footerInfo p.copyright a  {
	font-size: 12px;
	color: #b5b4b0;
}
.footerInfo p.copyright a:hover {
	color: #fff;
}
.footerInfo a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.footermenuBox {
	float: right;
	width: 50%;
	margin-top: 15px;
	text-align: right;
}
ul.footerMenu {
	list-style: none;
	display: inline-block;
	padding: 0 25px;
}
ul.footerMenu li {
	margin: 0 0 9px 0; 
	font-size: 15px;
	color: #fff;
	text-align: left;
}
ul.footerMenu li a {
	padding: 0 0 0 18px; 
	position: relative; 
	color: #fff;
}
ul.footerMenu li a:hover {
	color: #d2a45b;
}

.footerQrcode {
	display: inline-block;
	padding-left: 38px;
	vertical-align: top;
}



/*----- 響應式 -----*/
@media (max-width: 1199px){
.wrap{
	width: 100%;
	padding: 0 5%;
	overflow: hidden;
}

header{
	display:none;
}


/*----- mobile menu -----*/
.mobile-menu {
	display: block;
}
.mobile-menu {
	width: 100%; 
	box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68); 
	position: fixed;	
	top: 0; 
	left: 0; 
	z-index: 9999;
}
.mobile-menu .mask {	
	display: none;
	background: #fff; 
	opacity: 0.7; 
	position: fixed; 
	width: 100%; 
	height: 100%;
	padding-bottom: 60px; 
	top: 0; 
	left: 0;
}
.mobile-menu .controlBox { 
	background-color: #fff;
}
.mobile-menu .controlBox a.main { 
	cursor: pointer;
	display: block;	
	float: left; 
	margin-right:5px; 
	width: 50px;
	height: 60px; 
	font-size: 20px; 
	color: #fff; 
	line-height: 60px;
	text-align: center; 
	background: #565246; /* Old browsers */
}
.mobile-menu .controlBox .m_logo {
	width: 100%;
	text-align: center;
}	


/*----- mobile menu 內容 -----*/
.mobile-menu .hideBox { 
	display: none; 
	background: url(../langs/tw/images/bg.jpg) repeat;
	width: 300px; 
	height: 100%;
	padding-bottom: 50px; 
	overflow-y: auto; 
	position: fixed; 
	left: 0; 
	top: 0;
}
.mobile-menu .hideBox p.sp { 
	padding: 10px; 
	font-size: 13px;	
	color: #fff; 
	background: #565246;
}

.mobile-menu ul.nav{}
.mobile-menu ul.nav li {
	border-bottom: 1px solid #c8bfa2;
}
.mobile-menu ul.nav li > a:hover,
.mobile-menu ul.nav li > a:focus {
	color: #fff;
	background-color: #ccae6c;
}

.mobile-menu ul.nav li a {
	padding: 20px 10px; 
	font-family: "微軟正黑體", "新細明體", sans-serif; 
	display: block; 
	font-size: 15px; 
	color: #4a4637; 
	text-transform: capitalize;
}
.mobile-menu ul.nav li a i {
	float: right;
	font-size: 12px;
	padding-top: 5px; 
}
.mobile-menu ul.nav li .submenu {
	display: none;
}
.mobile-menu ul.nav li .submenu a {	
	padding: 10px 20px;
}
.mobile-menu ul.nav li .submenu a:hover {
	background: #9c7f26;
}



/*----- banner -----*/
.bannerArea {
	min-height: auto;
	margin-top: 60px;
}



}


/*991*/
@media (max-width: 991px){
	
ul.footerMenu {
	padding: 0 17px 0 0;
}

.footerQrcode {
	padding-left: 15px;
}


}


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

/*----- banner -----*/
.bannerArea {
	display: none;
}

.bannerArea-m {
	display: block;
	min-height: auto;
	margin-top: 60px;
}
	
.mainArea .titleBox {
	margin-bottom: 32px;
}

footer .footerArea {
	padding-bottom: 45px;
}

ul.footerMenu {
	display: none;
}

.footerInfo {
	float: none;
	width: 100%;
	text-align: center;
}

.footermenuBox {
	float: none;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.footerQrcode {
	padding-left: 0;
}


}


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


	
	

}


@media (max-width:520px){


}



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

.mainArea{
	padding-top: 30px;
}



}
