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

@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(https://fonts.googleapis.com/css?family=Jaldi);

@font-face {
/*仿宋*/
  font-family: 'cwTeXFangSong';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/cwTeXFangSong-zhonly.eot);
  src: url(../fonts/cwTeXFangSong-zhonly.eot?#iefix) format('embedded-opentype'),
       url(../fonts/cwTeXFangSong-zhonly.woff2) format('woff2'),
       url(../fonts/cwTeXFangSong-zhonly.woff) format('woff'),
       url(../fonts/cwTeXFangSong-zhonly.ttf) format('truetype');
}

body{
	font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ" , sans-serif ;
	font-size:13px;
}

img{	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;}

/*css3*/
a{
	cursor:pointer;
	color:#bd3d39;
	
	-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{
	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%;}

a.btn_color1{/*按鈕主色1*/
	background: #516190;
	color:#FFF;}

a.btn_color1:hover{
	background:#C85A56;}

a.btn_color2{/*按鈕主色2*/
	background:#A0A0A0;
	color:#FFF;}

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

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

textarea{
	-webkit-appearance: none;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bfbfbf;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bfbfbf;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bfbfbf;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bfbfbf;
}


.btn{}
.btn a{
	font-family: 'cwTeXFangSong';
	color: #b1a073;
	font-size: 18px;
	text-align: center;
	letter-spacing: 2px;
	display:inline-block;
	/*border-top:1px solid #b1a073;
	border-bottom:1px solid #b1a073;*/
	border:1px solid #b1a073;
	/*padding:10px 35px;*/
	padding:8px 30px;
	position: relative;
}
.btn a:hover{
	color:#fff;
	background: #b1a073;
	transition: 0.6s;
}
.btn a span{
	z-index: 10;
	position: relative;
}
/*
.btn a:before{
	z-index: 5;
	content: "";
	display: block;
	width: 1px;
	height: 80%;
	background: #b1a073;
	transform:translate(0,-50%);
	top:50%;
	left: -3px;
	position: absolute;
	transition: 0.6s;
}
.btn a:hover:before{
	width: calc(50% + 3px);
	transition: 0.6s;
}
.btn a:after{
	z-index: 5;
	content: "";
	display: block;
	width: 1px;
	height: 80%;
	background: #b1a073;
	transform:translate(0,-50%);
	top:50%;
	right: -3px;
	position: absolute;
	transition: 0.6s;
}
.btn a:hover:after{
	width: calc(50% + 3px);
	transition: 0.6s;
}
*/
.outerWrap{
	position:relative;
		padding-top:103px;
}

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


/*圖文外連*/
.linkArea{
	padding:40px 10px;}
.linkArea ul{}
.linkArea ul li{
	float: left;
	font-size:15px;
	line-height: 25px;}
.linkArea ul li .Img{
	float: left;
	width:60px;}

.linkArea ul li .Img img{
	display:block;
	width:100%;}

@-webkit-keyframes linkAreaicon {
    0%   {
	transform: translateY(0);
	}
	50%   {
	transform: translateY(-5px);
	}
	100%   {
	transform: translateY(0);
	}
}
/* Standard syntax */
@keyframes linkAreaicon {
    0%   {
	transform: translateY(0);
	}
	50%   {
	transform: translateY(-5px);
	}
	100%   {
	transform: translateY(0);
	}
}

.linkArea ul li:hover .Img{
	-webkit-animation-name: linkAreaicon; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite;
	animation-name: linkAreaicon;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
}

.linkArea ul li .Txt{
	padding:5px 0 5px 10px;
	float: left;
	width:calc(100% - 70px);}
.linkArea ul li .Txt h3{
	font-weight: normal;
	color: #a7a7a7;
	letter-spacing: 5px;}
.linkArea ul li .Txt h3 a{
	color:#a7a7a7;}
.linkArea ul li:hover .Txt h3 a{
	color:#e4c676;}
.linkArea ul li .Txt p{
	letter-spacing: 3px;
	color:#fff;}
.linkArea ul li .Txt p a{color:#fff;}




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

/***↓↓↓購物車↓↓↓***/
.cartArea{
	display:none;
	width:480px;
	background:#fff;
	/*
	position:fixed;
	top:120px;
	left:50%;
	margin-left:-180px;
	z-index:999;
	*/}

.cartArea .wrap{
	position:relative;
	width:auto;
	padding:80px;}

.cartArea .countBox{
	    margin-top: 10px;
    letter-spacing: 2px;
    font-size: 15px;
    color: #808080;
    text-align: center;}

.cartArea .countBox b{
	font-size:18px;
	color:#b1a075;}

.cartArea .countBox b em{
	font-weight:normal;
	font-size:12px;
	color:#b1a075;}

.cartArea .countBox a.btn_pay{
	display:inline-block;
	margin-left:15px;
	padding:7px 15px;
	font-size:13px;
	color:#FFF;
	background:#ac9f88;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;}

.cartArea ul{
	clear:both;
	max-height:250px;
	overflow-y:auto;}

.cartArea ul li{
	position:relative;
	padding: 10px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
	text-align:left;}

.cartArea ul li .Img{
	float:left;
	margin-right:15px;
	width:50px;
	height:50px;
	overflow:hidden;}

.cartArea ul li .Img img{
	display:block;
	height:100%;}

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

.cartArea ul li .Txt strong{
	margin-bottom:10px;
	display:block;}

.cartArea ul li .Txt strong a{
	display:block;
	font-size:15px;
	color:#272727;
	
	width:90%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;}

.cartArea ul li .Txt b{
	display:inline-block;
	font-size:12px;
	font-weight:normal;
	padding-right:10px;}

.cartArea ul li .Txt b.price{
	font-size:15px;
	color:#E83336;}

.cartArea ul li i{
	cursor:pointer;
	display:block;
	float:right;
	font-size:18px;
	color:#949494;}

/*訂單查詢*/
.orderCheckArea{
	display:none;
	width:480px;

	background:#FFF;
	/*
	position:fixed;
	top:120px;
	left:50%;
	margin-left:-180px;
	z-index:999;
	*/}

.orderCheckArea .wrap{
	position:relative;
	width:auto;
	padding:40px 80px;
	text-align:center;}

#closeOrder, 
#closeCart, 
#closePrice,
#closeInquiry{
	font-size:18px;
	color:#000;
	position:absolute;
	top:10px;
	right:10px;}
	
.orderCheckArea h4{
	
	text-align: center;
font-family: 'cwTeXFangSong', serif;
	font-size:20px;
	font-weight:normal;
	color:#202020;
	margin-bottom:20px;}

.orderCheckArea input[type="text"], 
.orderCheckArea input[type="password"]{
	width:100%;
	height:40px;
	margin-bottom:10px;
	border:1px solid #CCC;
	padding:5px;
	
	box-sizing:border-box;}

.orderCheckArea a.btn{
	margin-top:10px;
	display:inline-block;
	font-size:13px;
	color:#FFF;
	background: #ac9f88;
	padding:10px 20px;
}

@media screen and (max-width:480px){
.cartArea,
.orderCheckArea{
	width:100% !important;
	/*
	top:100px;
	margin-left:-150px;
	*/}
	
	.cartArea .wrap,
	.orderCheckArea .wrap{


	padding:80px 20px;}
	
#closeOrder, 
#closeCart, 
#closePrice,
#closeInquiry{
	font-size:25px;
}
}
/***↑↑↑購物車↑↑↑**/



/*****網頁頭*****/

header{
	background: url(../images/headerbg.jpg) no-repeat right top;
	background-size: cover;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;

}

header .wrap{
	width: 1580px;
	position:relative;}

header .topBox{
	position:relative;}

/*logo*/
header .logo{
	width:260px;
	float: left;
}

header .logo a{
	display:block;
	width:100%;
	height:85px;
	background:url(../images/logo.png) no-repeat 8px 8px;
	background-size:contain;
	text-indent:-9999px;}



/*menu*/
.menuBox{
	float: right;
}

ul.menu{
	text-align:center;}

ul.menu > li{
	position:relative;
	display:inline-block;}

ul.menu li > a{
	display:block;
	line-height: 100px;
	padding:0 30px;
	font-size: 17px;
	color:#333333;	
	position:relative;
	transition: 0.5s;
	font-weight: 500;
}
ul.menu li > a.current,
ul.menu li:hover a{
	color:#ac9f88;
	transition: 0.5s;
}
ul.menu li > a:before{
	content: "";
	width: 0;
	height: 3px;
	background: #ac9f88;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.9s;
}
ul.menu li > a.current:before,
ul.menu li:hover > a:before{
	width: 100%;
	transition: 0.9s;
}
ul.menu li .submenu{
	display:none;
	width:120px;
	position:absolute;
	left:0;
	top:100%;
	z-index:99;}

ul.menu li .submenu a{
	display:block;
	background:#FFF;
	padding:10px;	
	font-size:13px;
	color:#666;
	margin-bottom: 2px;
	line-height: 1.4;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);}
ul.menu li .submenu a:before{
	display: none;
}
ul.menu li .submenu a:hover{
	background:#ac9f88;
	color:#FFF;}

/*手機menu*/
.m_menu{
	display:none;}
	
/*****banner******/
.bannerArea{

	clear:both;
	position:relative;}

@-webkit-keyframes scrolldownmove {
    0%   {
	margin:0 0 -35px -35px;
	}
	50%   {
	margin:0 0 -25px -35px;
	}
	100%   {
	margin:0 0 -35px -35px;
	}
}
/* Standard syntax */
@keyframes scrolldownmove {
    0%   {
	margin:0 0 -35px -35px;
	}
	50%   {
	margin:0 0 -25px -35px;
	}
	100%   {
	margin:0 0 -35px -35px;
	}
}


.bannerArea a.scrolldown{
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin:0 0 -35px -35px;
	border-radius: 99em;
	background: #fff;
	box-shadow: 0px -1px 18px rgba(0, 0, 0, 0.1);
	z-index: 99;
	transform-origin:center center;
	transition: 0.6s;
	
	-webkit-animation-name: scrolldownmove; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.8s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite;
	animation-name: scrolldownmove;
	animation-duration: 0.8s;
	animation-iteration-count: infinite;

}
.bannerArea a.scrolldown:hover{
	transition: 0.6s;
	transform: scale(1.2);
	transform-origin:center center;
}
/*頁尾資訊*/
footer{
	background: url(../images/footerbg.jpg);
	padding:40px 0 20px 0;
	position: relative;
}
footer img.dec{
	 width: 100%;
	position: absolute;
	bottom: 99%;
	left: 50%;
	transform: translateX(-50%);
}
footer .downLogo{
	text-align:center;
	/*border-top: 1px solid #3f372e;*/
padding:40px 0;}

footer .downLogo img{
width:260px;
	max-width: 100%;
}


.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {}

/*share*/
.social{
	clear:both;
	text-align: center;
	margin:30px 0;}

.social a{
	display: inline-block;
	margin:0 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 19px;
	color: #fff;
	text-align: center;}

.social a:hover{
	color:#c0ad7b;}


footer .fbBox{
	margin-left:15px;
	display:inline-block;
	vertical-align:middle;}

footer h5.copyright{
	display:block;
	font-size:13px;
	line-height:2.2;
	font-weight:normal;
	text-align: center;
	color: #fff;}
footer h5.copyright b{
	font-weight: normal;
	display: inline-block;
	padding:0 8px 0 0;
	color:#a7a7a7;
}
.endArea{
	clear:both;
	text-align:center;
	color:#544a3f;
	margin-top: 1%;
}


.cartBox{
	position: relative;
	float: right;
}
.cartBox .searchBox:before{
	content: "";
	top:-10px;
	left:20px;
	position:absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #ffffff transparent;

}

.cartBox > a{
    position:relative;
}
.cartBox > a b{

    display: block;
    font-size: 13px;
    color: #FFF;
    font-weight: normal;
    background: #b1a075;
    border-radius: 99em;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: -5px;
    text-align: center;
    line-height: 25px;

}


@-webkit-keyframes searchmove {
    0%   {
	transform: translateY(0px);
	}
	100%   {
	transform: translateY(-10px);
	}
}
/* Standard syntax */
@keyframes searchmove {
    0%   {
	transform: translateY(0px);
	}
	100%   {
	transform: translateY(-10px);
	}
}

.cartBox .searchOpen{
	display: block !important;
	-webkit-animation-name: searchmove; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.9s; /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: searchmove;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
	
}

@-webkit-keyframes searchmovehide {
    0%   {
	opacity: 1;
	transform: translateY(-10px);
	}
	100%   {
	opacity: 0;
	transform: translateY(0px);
	}
}
/* Standard syntax */
@keyframes searchmovehide {
    0%   {
	opacity: 1;
	transform: translateY(-10px);
	}
	100%   {
	opacity: 0;
	transform: translateY(0px);
	}
}
.cartBox .searchClose{
display: block !important;
	-webkit-animation-name: searchmovehide; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.9s; /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: searchmovehide;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}


.cartBox .searchBox{

	transition: 0.6s;
	display: none;
	width: 180px;
	z-index: 99;
	position: absolute;
	top: 90%;
	left: 0px;
	background: #fff;
	box-shadow: 0px -1px 18px rgba(0, 0, 0, 0.1);
	padding: 20px 20px 30px 20px;
}
.cartBox .searchBox h6{
	padding:5px;
	text-align: center;
	color:#202020;
	font-size: 17px;
	padding-bottom: 15px;
	font-weight: normal;
	letter-spacing: 5px;
	font-family: 'cwTeXFangSong', serif;
}
.cartBox .searchBox input{
	padding: 0 8px;
    display: block;
	height: 32px;
	line-height: 30px;
    border: 1px solid #d8d8d8;
    width: calc(100% - 31px);
	float: right;
}

.cartBox .searchBox > a{
	text-align: center;
	color:#000;
	padding: 0;
	float: left;
    display: block;
	height: 30px;
	line-height: 30px;
    border: 1px solid #d8d8d8;
	border-right: none;
    width: 30px;
}


.cartBox > a{
	padding:30px 5px;
	display: inline-block;
	width: 40px;
}
.cartBox > a img{
	width: 100%;
	display: block;
}
@-webkit-keyframes headermove {
    0%   {
	transform: translateY(-120px);
	}
	100%   {
	transform: translateY(0px);
	}
}
/* Standard syntax */
@keyframes headermove {
    0%   {
	transform: translateY(-120px);
	}
	100%   {
	transform: translateY(0px);
	}
}
.shrink{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 4px 2px 20px 0px rgba(0,0,0,0.1);

	-webkit-animation-name: headermove; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.9s; /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: headermove;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}



/*********內頁**********/
/**********************/

.bannerBox{}

.bannerBox img{
	display:block;
	width:100%;}


	
.mainArea{
	background: url(../images/bg.jpg) top center no-repeat;
	background-size:100% auto;
	padding:50px 0 100px;
}

.mainArea .titleBox{
	padding:50px 0;
	position:relative;
}

.mainArea .titleBox h2{
	font-weight: normal;
	letter-spacing: 3px;
	font-size: 30px;
	color: #202020;
	text-align: center;
font-family: 'cwTeXFangSong';}

/*
.mainArea .titleBox h2 strong:before{
	margin-top:5px;
	content: "";
	width: 100%;
	height: 30px;
	display: block;
	background: url(../images/dec-line.png) no-repeat top center;
}
*/

.mainArea .titleBox h2 strong{
	position: relative;
	font-family: 'Jaldi', sans-serif;
	display: block;
	letter-spacing: 1px;
	font-weight:normal;
font-size: 16px;
color:#b6b6b6;}



/*網站導覽bread*/
.mainArea .titleBox .bread{
	
	font-size:12px;
	color: #BBBBBB;
	
	position:absolute;	
	right: 0px;
	top: 40%;}

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

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

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

.mainArea .contentBox{
	clear:both;}

.mainArea .contentBox h1.articleTitle{/*文章標題*/
    clear: both;
    margin-bottom: 25px;
    border-bottom: 1px solid #ededed;
    padding: 0 10px 15px 10px;
    font-size: 25px;
    font-weight: normal;

    color: #000;}



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

/*類別*/
.m_classLink{
	display:none;
	text-align: center;
margin-bottom: 30px;}
	
.classBox{
}

ul.classLink{padding-bottom:30px;
	text-align:center;}

ul.classLink li{
	display:inline-block;
padding-bottom:5px;}

ul.classLink li a{
	display:block;
	margin:0 3px;
	font-size:15px;
	padding:10px 15px;
	color: #ac9f88;
	border: 1px solid #ac9f88;
	
	position:relative;}

ul.classLink li a:hover, 
ul.classLink li a.current{
	background:#ac9f88;
	color:#FFF;}

ul.classLink li a.current:after{
	content:" ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 7.5px 0 7.5px;
	border-color: #ac9f88 transparent transparent transparent;
	
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-7.5px;}



/*側邊標題字*/
.sectionTitle{
	position:relative;
	font-weight: normal;
    font-size: 22px;
    color: #202020;
	padding:30px 10px 20px 40px;
    font-family: 'cwTeXFangSong';
}

.sectionTitle:before{
	content: "";
	width: 35px;
	height: 35px;
	display: block;
	float: left;
	background: url(../images/icon.png) no-repeat;
	position:absolute;
	left: 0;
	top: 20px;
}


/******頁籤*******/
.tab{
	margin-top:40px;
text-align: center;}

.tab a{
	display:inline-block;
	padding: 12px 20px;
	font-size:15px;
	letter-spacing: 2px;
	color:#1c1c1c;}

.tab a.current{
	border: 1px solid #000;
	border-top:1px solid #000;
	border-bottom: 1px solid #fff;
}

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

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{}

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

.side_menu ul li > a{
	display:block;
	padding:10px 15px;
	font-size: 14px;
color:#000;
position:relative;}

.side_menu ul li > a:before{
	content: "";
	width: 0%;
	height: 2px;
	background: #ac9f88;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	transition: 0.9s;
}
.side_menu ul li:hover > a:before{
	width: 100%;
	transition: 0.9s;
}
.side_menu ul li > a:hover{
	color:#ac9f88;
}

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

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

.side_menu ul li dl{
	padding-left:25px;}

.side_menu ul li dl dt a{
	display:block;
	padding:10px 15px;
	font-size: 14px;}

.side_menu ul li dl dt a.current{
	color:#000;
	text-decoration:underline;}

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

ul.side_album li{
	float:left;
	width:20%;
	padding:0 5px 5px 0;}

ul.side_album li a{
	display:block;
	box-shadow:2px 2px 5px rgba(0,0,0,0.1);}

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


/*側邊_聯絡資訊*/
.side_contactInfo ul{}

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

.side_contactInfo ul li a{
	
	font-size:15px;
	color:#3f3f3f;}

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

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


/*側邊_分享*/
.side_share{
	clear:both;
	display:none;
	margin-top: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:30px 0;}

.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-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;}

/**********適應性**********/
/************************/
@media (max-width: 1600px){
	header .wrap{
	width: calc(100% - 40px);
	margin:0 20px;
	}
}


@media (max-width:1310px){
	ul.menu li > a {
    padding: 0 20px;
}
}

@media (max-width: 1180px){/*1160+20(卷軸寬度)*/

.outerWrap{
	padding-top:60px;}

.wrap{
	width:calc(100% - 40px);
	margin:0 20px;}

header{
	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(0,0,0,0.6);
	position:fixed;
	width:100%;
	height:100%;
	padding-bottom:60px;
	top:0;
	left:0;
	z-index:10;}

.m_menu .controlBox{
	background:url(../images/headerbg.jpg) no-repeat right top;
	position:relative;
	z-index:99;}

.m_menu .controlBox a.main{
	display: block;
	float: left;
	margin-right:5px;
	width: 50px;
	height: 60px;
	font-size: 20px;
	color: #3A3A3A;
	line-height: 60px;
	text-align: center;
}

.m_menu .controlBox .m_logo{
	float:left;
	margin-left: 12%;
	margin-right: 12%;
}
	
.m_menu .controlBox .m_logo img{
	display:block;
	width: 180px;
}

.m_menu .controlBox .right{
	float:right;
	margin-right:10px;
	line-height:60px;}

.m_menu .controlBox .right a{
	display:inline-block;
	vertical-align:middle;
	margin-left:8px;
	font-size:13px;
	color:#FFF;
	position:relative;}

.m_menu .controlBox .right .btn_cart{
	display:inline-block;
	vertical-align:middle;}



.m_menu .controlBox .right a img{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:40px;

}

.m_menu .controlBox .right b{
	display: block;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	background: #b1a075;
	border-radius: 99em;
	width:25px;
	height: 25px;
	position: absolute;
	top: 6px;
	right: -10px;
	text-align: center;
	line-height: 25px;}


.m_menu .hideBox{/*手機menu內容*/
	display:none;
	width:100%;
	padding:60px 0;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	background: #373026;
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	z-index:11;
	
	box-sizing:border-box;}

.m_menu .hideBox p.sp{
	padding:10px;
	font-size:13px;
	color:#FFF;
	display: none;
}

.searchBox_m{
	text-align:center;
	padding:20px 0;}

.searchBox_m input[type="text"]{
	display:inline-block;
	vertical-align:middle;
	width:200px;
	height:30px;
	padding:3px;
	border:1px solid #fff;}

.searchBox_m a{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	font-size:15px;
	line-height:30px;
	text-align:center;
	background:#fff;
	color:#000;}



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

.m_menu .mfun a{
	margin:0 1px;
	display: inline-block;
	font-size: 20px;
	background:#b2a172;
	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 #524a43;}

.m_menu ul.nav li a{
	padding:20px 10px;
	
	display:block;
	font-size:15px;
	color:#FFF;
	text-align:center;
	
	position:relative;}
	
.m_menu ul.nav li a:hover{
	background:#67431e;}
	
.m_menu ul.nav li a i{
	display:block;
	
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7px;}

.m_menu ul.nav li .submenu{
	    background: #8e6842;
	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){

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

.mainArea .titleBox.ttt{
	padding:20px 0 0;
}

.bannerArea a.scrolldown{
display: none;
}

footer h5.copyright{
	display:block;
	text-align:center;
	margin-bottom:15px;}

footer .fbBox{
	display:block;
	margin:0;
	text-align:center;}

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


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

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



ul.classLink{
	display:none;}

.m_classLink{
	display:block;
	position:relative;}

.m_classLink a.main{
	display:block;
	font-size:15px;
	text-align:center;
	
	color:#ac9f88;
	border:1px solid #ac9f88;
	position:relative;
	padding:10px;

	background: #fff; /* Old browsers */

}

.m_classLink a.main i{
	display:block;
	font-size:15px;
	
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-6px;}

.m_classLink ul{
	padding:0;
	list-style:none;
	
	display:none;
	width:100%;
	background:#FFF;

	border:1px solid #d1d1d1;
	position:absolute;
	left:0;
	top:100%;
	z-index:999;
	
	box-sizing:border-box;}

.m_classLink ul li{
	padding:0;}

.m_classLink ul li a{
	display:block;
	color:#666;
	padding:15px 10px;
	border-top:1px solid #d1d1d1;}

.m_classLink ul li:first-child a{
	border:none;}
	.m_classLink ul li:hover a{
		color:#fff;
		background: #ac9f88;
	}

}

/*480*/
@media (max-width: 480px){
ul.side_album li{
	width:33.33%;
}

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

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

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

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


}

/***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;}

.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 a:before{
	display:block;
	font-family: 'FontAwesome';
	content:"\f002";
	font-size:18px;
	color:#FFF;
	background:#000;
	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 a:before{
	top:50%;}

.imh_zoom:hover img{
	opacity:0.3;
	transform:scale(1.05);}

/*--最新消息icon--*/
.newIcon {
	font-size: 14px;
    float: left;
    display: block;
    background: url(../images/dec.jpg);
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    color: #fff;
    padding: 25px 12px 25px;
	margin:0 40px 0 0;
    letter-spacing: 4px;
	position: relative;
}
.newIcon:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	position:absolute;
	top:5px;
	left: 0;
}
