
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);

body {
  background:#EFEBE8;
  font-family:  Arial, sans-serif, "微軟正黑體", Heiti TC, Microsoft JhengHei ;
  font-weight: 300;
  font-size: 15px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 12px;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

/*css3*/
a {
  cursor: pointer;
  color: #bd3d39;
  transition: all 0.4s ease;
}

a:hover {
  color: #f08200;
}

[class*='col-'] {
  float: left;
  box-sizing: border-box;
}

.b-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: #663300;
  color: #FFF;
  padding:16px 0;
  width:100%;
}

a.btn_color1:hover {
  background: #000;
}

a.btn_color2 {
  /*按鈕主色2*/
  background: #A0A0A0;
  color: #FFF;
}

a.btn_color2:hover {
  background: #999;
}

.arrowBox .prevArrow::before, .arrowBox .nextArrow::before {
  background-color: #a0a0a0;
}



.prevArrow, .nextArrow {
  position: absolute;
  z-index: 2;
  padding: 10px 15px;
  color: #660000;
  font-size: 15px;
  border: none;
  outline: none;
  letter-spacing: 1px;
  background-color: transparent;
  cursor: pointer;
}

.prevArrow:hover, .nextArrow:hover {
  color:#660000;
}


.prevArrow:hover::before, .nextArrow:hover::before {
  width: 30px;
  background-color: #660000;
}

.prevArrow::before, .prevArrow::after, .nextArrow::before, .nextArrow::after {
  content: '';
  position: absolute;
  z-index: 1;
}

.prevArrow::before, .nextArrow::before {
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #333;
}

.prevArrow::after, .nextArrow::after {
  top: 13px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.prevArrow {
  padding-left: 35px;
}

.prevArrow:hover::before {
  left: -10px;
}

.prevArrow:hover::after {
  left: -8px;
  box-shadow: -1px 1px 0 #660000;
}

.prevArrow::before {
  left: 0;
}

.prevArrow::after {
  left: 2px;
  box-shadow: -1px 1px 0 #333;
}

.nextArrow {
  padding-right: 35px;
}

.nextArrow:hover::before {
  right: -10px;
}

.nextArrow:hover::after {
  right: -8px;
  box-shadow: 1px -1px 0 #660000;
}

.nextArrow::before {
  right: 0;
}

.nextArrow::after {
  right: 2px;
   color:#660000;
  box-shadow: 1px -1px 0 #333;
}

.moreBtn {
  position: relative;
  top: 0;
  z-index: 1;
  display: inline-block;
   font-size: 15px;
  font-weight: bold;
  color: #184285;
  letter-spacing: .01em;
  border: 1px solid #184285;
  border-radius: 30px;
  padding: 14px 55px;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}

.moreBtn:hover {
  top: -2px;
  color: #fff;
  border-color: #336432;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: top .3s ease-out, border-color .2s ease-out, box-shadow .5s ease-out, color .3s ease-out .2s;
}

.moreBtn:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}

.moreBtn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: #336432;
  transition-duration: .3s;
}


input[type="text"], textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
  padding-top: 70px;
  overflow: hidden;
}

.wrap {
  width: 1160px;
  margin: 0 auto;
}


.label {
  padding: 5px 7px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
}

.pageArea{
    text-align: center;
    margin-top: 10px;
}

.pageArea select{
    width: 200px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 18px;
}

/*--頁碼--*/
.pageBox {
  width: 100%;
  text-align: center;
  margin: 70px 0 0;
}

.pageBox a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  color: #454647;
}

.pageBox a.end {
  width: auto;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pageBox a:hover, .pageBox a.current {
  background-color: #454647;
  color: #fff;
}

.pageBox .btn {
  background-color: #eee;
  font-size: 15px;
}

.map{border:1px solid #C8BDA6; padding:5px;}

/*****網頁頭*****/
header {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-top:2px solid #B5A89E;
  transition: all .5s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
}



header .logo {
  float: left;
  width: 346px;
  margin-top: 15px;
}

header .logo a {
  display: block;
  width: 100%;
  height: 45px;
  background: url(../image/logo.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

header .rightBox{
	float:right;
	padding-top:20px;
	transition: all 0.4s ease;}


header .rightBox > a{
	margin:0 3px;
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	background:#C8C8C8;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;}

header .rightBox > a b{
	display:none;
	font-weight:normal;}

header .rightBox > a:hover{
	background:#666;
	color:#ffffff;
}
header a.fb {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width:33px;
  height: 33px;
  line-height: 33px;
  color: #fff;
}

header a.fb:hover {
  background: #1d2088;
  color: #fff;
}



header .language {
  position: relative;
  display: inline-block;
}

header .language span {
  display: block;
  width: 175px;
  padding: 0 20px;
  background: #089FF5;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

header .language span a:hover {
  color: #fff;
}
header .language span a:link {
  color: #fff;
}

ul.mquickBar{
	display: none;
}



/*menu*/
.menuBox {
  float: right;
}

ul.menu > li {
  position: relative;
  display: inline-block;
}

ul.menu li > a {
  position: relative;
  display: inline-block;
  padding: 18px 20px ;
  font-size: 15px;
  text-align:center;
  letter-spacing:0.05em;
  color: #222;

}

ul.menu li > a:hover, ul.menu li > a.current {
  color: ##000066;
}

ul.menu li > a:hover:after, ul.menu li > a.current:after {
  opacity: 1;
}

ul.menu li:before{
	content:"";
	width:1px;
	height:36px;
	border-left:1px dashed #222;
	position:absolute;
	left:0;
	top:30%;
	 transform:rotate(30deg);
  -ms-transform:rotate(30deg); /* Internet Explorer */
  -moz-transform:rotate(30deg); /* Firefox */
  -webkit-transform:rotate(30deg); /* Safari 和 Chrome */
  -o-transform:rotate(30deg); /* Opera */
	margin-top:-5px;}

ul.menu li:first-child:before{
	display:none;}




ul.menu li > a em {
  display: block;
  font-size: 13px;
  color: #a0a2a5;
}

ul.menu li > a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #771E23;
  opacity: 0;
  transition: all 0.4s ease;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -3px;
}

ul.menu > li .submenu {
  display: none;
  width: 170px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}

ul.menu > li .submenu a {
  display: block;
  background:rgba(51,0,0,0.5);
  padding: 10px 25px;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid #a0a2a5;
  box-sizing: border-box;
}

ul.menu > li .submenu a:after {
  display: none;
}

ul.menu > li .submenu a:hover {
  background:rgba(51,0,0,1);
  border-bottom-color: #fff;
}

/*手機menu*/
.m_menu {
  display: none;
}




/*頁尾資訊*/
footer{
  padding:50px 0  30px 0;
  background:url(../image/fbg.jpg);
  color:#646464;
}

/*share*/
.social{
	clear:both;
	margin:0 0 10px 0;}

.social a{
	display: inline-block;
	margin:0 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	border-radius: 50%;
	border: 1px solid #646464;
	color: #646464;
	text-align: center;}

.social a:hover{
	border: 1px solid #646464;
	color: #646464;}

.fllow{ text-align:center; color: #646464; margin-bottom:30px;}	
	
	footer .info{
	     padding-top:20px;
		display: inline-block;
		vertical-align: top;
		margin-left: 10px;
	}
	footer .info .Txt{
		float:left;
		color: #333;
		 padding-top:20px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.5px;
	}
	footer .info .Txt a{
		color: #333;
	}
	
	footer .info .Txt a:hover b{
		text-decoration: underline;
	}
	footer .info .Txt span{
		padding: 0 10px;
	}
	
	footer .info .map{
		border:1px solid #dcdcdc; 
		float:left; 
		margin-top:10px;
		padding:5px 15px;
		margin-right:20px; 
		line-height:25px}

		

.endArea {
  color: #333;
  font-size:13px;
  text-align:center;
}

.endArea a:link {
  color: #333;
}

.endArea a:hover {
  color: #000;
}

/*********內頁**********/
/**********************/

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
}


.bannerArea .wrap {
  width: 100%;
  padding: 0;
}


.bannerWrap {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1160px;
  color: #fff;
}

.bannerWrap em {
  font-size: 36px;
  font-weight: 900;
}

.bannerWrap b {
  display: block;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: .075em;
}

/*bx小圓點*/
.bannerArea .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 100%;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #FFF;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none;
}

.mainArea {
  padding: 80px 0;
}

.mainArea .wrap {
  position: relative;
}

.mainArea .contentBox {
  clear: both;
}

.mainArea .contentBox .leftBox {
  float: left;
  width: 275px;
}

.mainArea .contentBox .leftBox.ins {
  width: 845px;
}

.mainArea .contentBox .rightBox {
  float: right;
  width: 845px;
}

.mainArea .contentBox .rightBox.ins {
  width: 275px;
}

.mainArea .contentBox h1.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
  padding: 0 0px 15px 0px;
  color: #000;
  font-size: 19px;
  font-weight: normal;
}

.mainArea .contentBox h1.articleTitle02 {
  font-size: 18px;
  color: #333;
  letter-spacing: .05em;
  font-weight: normal;
}

.mainArea .contentBox h1.articleTitle02:after {
  content: '';
  display: block;
  margin-top: 16px;
  width: 45px;
  height: 2px;
  background: #dbd9da;
 }

.mainArea .titleBox2{
	margin-bottom:25px;
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #dcdcdc;}

.mainArea .titleBox2 h2{
	position:relative;
	color:#065EB3;
	text-transform:uppercase;}

.mainArea .titleBox2 h2 strong{
	font-weight:400;}

.mainArea .titleBox2 h2 {
	font-size:24px;}
	
.mainArea .titleBox2 h2:before {
	vertical-align:middle;
	content:url(https://www.yenten-farm.com/images/title_01.png); padding-right:10px;}	

/*網站導覽bread*/
.mainArea .titleBox2 .bread{
	font-family:"微軟正黑體", sans-serif;
	font-size:13px;
	color:#545454;
	position:absolute;	
	background:rgba(220,220,220,0.5);
	border-radius:30px;
	padding:5px 10px;
	right: 10px;
	top: 13px;}

.mainArea .titleBox2 .bread a{
	color:#545454;}

.mainArea .titleBox2 .bread a i{
	font-size: 20px;
	color: #545454;}

.mainArea .titleBox2 .bread span{
	padding:0 7px;
	color:#545454;}



/*類別*/
.m_classLink {
  display: none;
}

.classBox {
  padding: 0 0 20px 0;
}

.classLink {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color:#222;
}

.classLink a {
  position: relative;
  display: block;
  color:#222; 
  font-size:18px;
  padding: 10px 15px;
  letter-spacing: 1px;
  border-bottom: 1px solid #dcdcdc;
}

.classLink a:hover, .classLink a.current {
  color: #065EB2;
  border-bottom-color: currentColor;
}

.classLink a.current:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7.5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 7.5px 0 7.5px;
  border-color: #065EB2 transparent transparent transparent;
}


/*標籤*/
.tagBox {
  padding: 0 0 20px 0;
}

.tagBox b {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.tagBox ul {
  display: inline-block;
}

.tagBox ul li {
  display: inline-block;
  margin-bottom: 6px;
}

.tagBox ul li a {
  display: block;
  margin: 0 3px;
  font-size: 13px;
  padding: 5px 10px;
  color: #1d2088;
  border: 1px solid #1d2088;
  position: relative;
}

.tagBox ul li a:hover {
  background: #1d2088;
  color: #FFF;
}

.tagBox ul li a.current {
  background: #1d2088;
  color: #FFF;
}

.tagBox ul li a.current:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-right: 5px;
}

/*側邊標題字*/
.sectionTitle {
  position: relative;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  margin-bottom: 15px;
}

.sectionTitle:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 50%;
  height: 1px;
  background: #dbd9da;
}

/******頁籤*******/
.tab {
  margin-top: 40px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

.tab a {
  display: inline-block;
  font-size: 15px;
  color: #041e42;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 20px 70px;
  border-right: 1px solid #efefef;
  margin-right: -3px;
  box-sizing: border-box;
}

.tab a.current, .tab a:hover {
  background: #041e42;
  color: #fff;
}

ul.tabContent {
  padding: 20px 0px;
}

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 li {
  position: relative;
  border: 1px dotted #c0c0bc;
  margin-bottom:3px;
}

.side_menu ul li > a {
  position: relative;
  display: block;
  padding: 12px 20px 12px 25px;
  font-size: 17px;
  line-height:20px;
  color: #25110A;
}

.side_menu ul li > a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-radius:50em;
  background: #444;
}

.side_menu ul li > a.current, .side_menu ul li > a:hover {
  color: #fff;
  background:#645250;
}

.side_menu ul li > a.current:before, .side_menu ul li > a:hover:before {
  background: #645250;
}

.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.33%;
  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_contactInfo ul li {
  margin-bottom: 20px;
}

.side_contactInfo ul li a {
  font-size: 15px;
  color: #414141;
}

.side_contactInfo ul li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  border: 2px solid #A5A5A5;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #A5A5A5;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.side_contactInfo ul li a b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}


.title01 {
	text-align: center;
	line-height: 1.8;
}
.title01 b {
	display: block;
	font-size: 33px;
	font-weight: normal;
	color: #000;
	letter-spacing: .065em;
}
.title01 em {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .065em;
}
.title01 em:before, .title01 em:after {
	content: '';
	display: inline-block;
	width: 110px;
	height: 1px;
	background: #918c85;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
.title01 em:before {
	margin-right: 35px;
}
.title01 em:after {
	margin-left: 35px;
}	
	
.btn{
    position: relative;
  }
.btn a{
    width: 180px;
    height: 45px;
    color: #fff;
    background: #645250;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 1.5px;
    text-align: center;
    position: relative;
    padding: 0;
    z-index: 5;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn a:hover{
	  background:#25110A;
  }	
  
 

/*--button--*/
.btn01 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #184285;
  letter-spacing: .01em;
  border: 1px solid #184285;
  border-radius: 30px;
 padding: 14px 30px;
  overflow: hidden;
  box-sizing: border-box;
}

.btn01 a:focus {
  outline: 0;
}

.btn01 a:hover:after {
  opacity: 1;
  -webkit-transform: scale(5);
      -ms-transform: scale(5);
          transform: scale(5);
}

.btn01 a:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f08200;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all .5s ease-in-out;
}

.btn02 {
  display: inline-block;
  margin: 0 5px 10px 0;
}

.btn02 a {
  display: inline-block;
  background: #663300;
  border-radius: 0px;
  width:100%;
  text-align:center;
   padding: 16px 0px;
   color:#fff;
}

.btn02 a:hover {
  background: #000;
}

.btn02 a i {
  display: inline-block;
  width: 56px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
}

.btn02 a span {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #fff;
  padding: 0 30px;
  letter-spacing: .15em;
}

.btn03 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .01em;
  border: 1px solid #f08200;
  background: #f08200;
  border-radius: 30px;
  padding: 14px 30px;
  overflow: hidden;
  box-sizing: border-box;
  text-transform: uppercase;
}

.btn03 a:hover {
  background: transparent;
  color: #f08200;
}

.btn04 a{
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  color: #fff;
  background: #663300;
}

.btn04 a:hover {
  background: #8A5C3A;
}

a.goTop {
  position: fixed;
  right: 22px;
  bottom: 12px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #686868;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

a.goTop:before {
  content: '\f077';
  font-family: FontAwesome;
  font-size: 15px;
  color: #fff;
}

a.goTop:hover {
  background: #f08200;
}

a.goTop.on {
  visibility: visible;
  opacity: 1;
  bottom: 22px;
}
.hMaskFE {
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.hMaskFE:hover::before {
  opacity: .2;
}

.hMaskFE:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.hMaskFE::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  background-color: #336432;
  opacity: 0;
  pointer-events: none;
}

.bannerAreaIns {
  position: relative;
  background:url(../image/topbg.jpg);
}

.bannerAreaIns li {
    height:160px;
	margin-top:0px;
  }	
  
  .bannerText {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #000;
  font-family:'微軟正黑體', sans-serif;
  z-index: 1;
    top: 45%;
  left: 50%;
}

.bannerText h1, .bannerText h2 {
  font-size: 18px;
  font-weight: 500;
}

.bannerText .en {
  font-size:18px;
}

.bannerText h3 {
  font-size:15px;
}



/**********適應性**********/
/************************/

@media (max-width: 1180px) {
  .bread {
    display: none;
  }
  .bannerWrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .bannerWrap em {
    font-size: 28px;
  }
  .bannerWrap b {
    font-size: 20px;
  }
 
  .mainArea {
    padding: 30px 0;
  }
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 60px;
  }
  .wrap {
    width: 100%;
    padding: 0 10px;
  }
  header {
    display: none;
  }
  .mainArea .contentBox .leftBox {
    float: left;
    width: 240px;
  }
  .mainArea .contentBox .leftBox.ins {
    width: calc(100% - 240px);
    padding-right: 50px;
    box-sizing: border-box;
  }
  .mainArea .contentBox .rightBox {
    float: right;
    width: calc(100% - 240px);
    padding-left: 50px;
    box-sizing: border-box;
  }
  .mainArea .contentBox .rightBox.ins {
    width: 240px;
  }
  /*手機menu*/
  .m_menu {
    display: block;
    width: 100%;
    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 {
    position: relative;
    z-index: 99;
    background: #f8f8f8;
    height: 60px;
  }
  .m_menu .controlBox a.main {
    position: absolute;
    display: block;
    left: 20px;
    top: 20px;
    width: 30px;
    height: 20px;
  }
  .m_menu .controlBox a.main:before, .m_menu .controlBox a.main:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #660000;
    transition: all .3s;
  }
  .m_menu .controlBox a.main:before {
    top: 0;
  }
  .m_menu .controlBox a.main:after {
    bottom: 0;
  }
  .m_menu .controlBox a.main.on:before, .m_menu .controlBox a.main.on:after {
    opacity: 0;
    width: 0;
  }
  .m_menu .controlBox a.main.on span:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .m_menu .controlBox a.main.on span:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .m_menu .controlBox a.main span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 2px;
  }
  .m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #660000;
    transition: all .3s;
  }
  .m_menu .controlBox .m_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .m_menu .controlBox .m_logo img {
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    height: 40px;
  }
  .m_menu .controlBox a.top_search {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 20px;
    color: #660000;
  }
  .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 a em {
    display: none;
  }
  .m_menu .controlBox .right a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    background: #799A1B;
  }
  .m_menu .controlBox .right b {
    display: block;
    font-size: 13px;
    color: #FFF;
    background: #C40000;
    line-height: normal;
    border-radius: 5px;
    padding: 3px 5px;
    position: absolute;
    top: 6px;
    right: -5px;
  }
 
  .m_menu .hideBox {
    /*手機menu內容*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 11;
    background:rgba(114,38,25,0.8);
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    transition: all .3s;
  }
  .m_menu .hideBox.show {
    left: 0;
    height: 100%;
    border-radius: 0;
    padding: 50px 0 60px;
    overflow-y: auto;
    opacity: 1;
  }
  .m_menu .hideBox.show .inner {
    display: block;
  }
  .m_menu .hideBox.show .mfun a {
    -webkit-animation: bounceIn 1.2s forwards;
            animation: bounceIn 1.2s forwards;
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
  }
  .m_menu .hideBox.show .mfun a:nth-of-type(2) {
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
  }
  .m_menu .hideBox.show .mfun a:nth-of-type(3) {
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
  }
  .m_menu .hideBox.show ul.nav li {
    -webkit-animation: mMenuLi .6s forwards;
            animation: mMenuLi .6s forwards;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
  }
  .m_menu .hideBox.show ul.nav li:nth-of-type(2) {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
  .m_menu .hideBox.show ul.nav li:nth-of-type(3) {
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
  }
  .m_menu .hideBox.show ul.nav li:nth-of-type(4) {
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
  }
  .m_menu .hideBox.show ul.nav li:nth-of-type(5) {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .m_menu .hideBox.show ul.nav li:nth-of-type(6) {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  .m_menu .hideBox.show ul.nav li:nth-of-type(7) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .m_menu .hideBox.show ul.nav li:nth-of-type(8) {
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
  }
  .m_menu .hideBox .inner {
    display: none;
  }
  .m_menu .hideBox p.sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #FFF;
    background: #C5B8B0;
  }
  .m_language {
    position: relative;
    text-align: center;
  }
  .m_language span {
    position: relative;
    display: inline-block;
    width: 120px;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 22px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .m_language span:after {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .m_language ul {
    display: none;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 100%;
    margin-left: -60px;
    width: 120px;
  }
  .m_language ul li a {
    display: block;
    padding: 6px 10px;
    color: #333;
    background: white;
    box-sizing: border-box;
  }
  .m_language .box a {
    color: rgba(255, 255, 255, 0.85);
  }
  .m_language .box a:after {
    content: '/';
    display: inline-block;
    padding: 0 8px;
  }
  .m_language .box a:last-child:after {
    display: none;
  }
  .searchBox_m {
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 10px 0;
    background: #f8f8f8;
    box-sizing: border-box;
  }
  .searchBox_m .wrap {
    position: relative;
  }
  .searchBox_m input[type="text"] {
    display: block;
    width: 100%;
    height: 35px;
    border: 1px solid #1d2088;
    padding: 0 40px 0 5px;
  }
  .searchBox_m a {
    position: absolute;
    right: 20px;
    top: 0;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    background: #1d2088;
    color: #FFF;
  }
  /*手機翻譯*/
  .m_menu .hideBox .m_trans {
    text-align: center;
    padding-top: 20px;
  }
  .m_menu .hideBox .m_trans > a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #FFF;
    color: #FFF;
  }
  .m_menu .hideBox .m_trans > a i {
    margin-left: 5px;
  }
 
  .m_menu .mfun {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .mfun a {
    margin: 0 5px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: #C5B8B0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    opacity: 0;
  }
  .m_menu ul.nav li {
    position: relative;
    opacity: 0;
  }
  .m_menu ul.nav li a {
    position: relative;
    padding: 20px;
    display: block;
    font-size: 17px;
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    letter-spacing: .1em;
  }
  .m_menu ul.nav li a em {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
  }
  .m_menu ul.nav li a:hover {
    background: #93524E;
  }
  .m_menu ul.nav li a i {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
  .m_menu ul.nav li .submenu {
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 0;
  }
  .m_menu ul.nav li .submenu a {
    padding: 8px 20px;
    border-bottom: none;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
  }
  .m_menu ul.nav li .submenu a:hover {
    background:#93524E;
  }
  ul.downMenu {
    float: left;
    width: 100%;
  }
  ul.downMenu li {
    margin-bottom: 10px;
  }
}

@media (max-width: 960px) {
  
    .mainArea .contentBox .leftBox.ins {
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
  }

  .mainArea .contentBox .rightBox.ins {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tab a {
      font-size: 14px;
      padding: 15px 40px;
  }
 
 .bannerAreaIns li {
    height:120px;
	margin-top:0px;
  }	
  /*bread*/
  .mainArea .titleBox .bread {
    display: none;
  }
  .mainArea .wrap {
    padding: 0 20px;
  }
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
  .sectionTitle {
    display: none;
  }
  .mainArea .contentBox .leftBox {
    float: left;
    width: 100%;
  }
  
  .mainArea .contentBox .rightBox {
    width: 100%;
    padding-left: 0;
  }
  .mainArea .contentBox .rightBox.ins {
   margin-top:30px;
  }
  /*main*/

 .side_menu {
  margin-bottom: 0px;
}

.side_menu > ul{display:none;}
.side_menu ul li > a.current{border-radius:0;}

 .m_classLink {
    display: block;
    position: relative;
    text-align: left;
  }
 
  .m_classLink a.main {
    display: block;
    font-size: 18px;
    color: #fff;
    position: relative;
    padding: 12px;
    background-color:#645250;
  }
  .m_classLink a.main b {
    font-weight: 300;
    letter-spacing: .1em;
  }
  .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;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
	border:none;
	border-bottom:1px solid #dcdcdc;
  }
  .m_classLink ul li > a.current {
	  background:none;
	  color:#C00;
	  } 
  .m_classLink ul li > a {
    display: block;
    padding: 12px 12px 12px 30px;
    color: #241009;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .1em;
    text-align: left;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
  .m_classLink dl a {
    display: block;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m_classLink dl a:before {
    content: '-';
    display: inline-block;
    margin-right: 5px;
  }
  .m_classLink dt a {
    border-top: none;
    color: #4d4d4d;
  }
  
  
  footer{
  padding:0px 0  80px 0;
}

	footer .info .map{
		display:none;}

  
   ul.mquickBar{
	display: flex;
	background: #645250;
	position:fixed;
	left: 0;
	width: 100vw;
	bottom: 0;
	z-index: 50;
	text-align: center;
}
ul.mquickBar li{
  position:relative;
  padding:5px 0;
  flex:1;
  border-right:1px solid  ;
color:#fff;
}

ul.mquickBar li a{
	position:relative;
	display:inline;
	z-index: 2;
	color:#fff;
	line-height:18px;
}


ul.mquickBar li a i{
	position:relative;
	width: 20px;
	height: 20px;
	z-index: 5;
	padding-top:0px;
}

ul.mquickBar li a span{
	display:block;
	color: #fff;
    font-size: 15px;
}
}

/*640*/
@media (max-width: 640px) {
  
  .mainArea .titleBox h2 {
    float: none;
  }
  
  footer .qrcode  a{
	display: inline-block;
	margin:0 14px;
	text-align:left;}  
}

/*480*/
@media (max-width: 480px) {
  .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
  
  footer .qrcode {
	clear:both;
	margin:0px 10px ;
	}
	
   footer .info .Txt{
		font-size: 15px;
		line-height: 28px;
		letter-spacing: 0px;
	}

.endArea {
  text-align: center;
  line-height: 15px;
}

.btn a{
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 1.5px;
    text-align: center;
    position: relative;
    padding: 0;
    z-index: 5;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }



  /*頁籤*/
  .tab a {
      font-size: 13px;
      padding: 13px 18px;
  }
 
  .m_menu .controlBox .m_logo img {
    height: 28px;
  }
  
   .bannerAreaIns li {
    height:100px;
	margin-top:0px;
  }	

 .bannerText {
  top: 40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}	
}

@media (max-width: 360px) {
  /*頁籤*/
  .tab a {
      font-size: 13px;
      padding: 13px;
  }
  
  .bannerAreaIns li {
    height:70px;
	margin-top:0px;
  }
  
   .bannerText {
  top: 35%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}	
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background: rgba(114,38,25,0.8);
  overflow: hidden;
}

.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background: #fff;
  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;
  transition: all 0.3s ease;
}

.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}

.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  background: #fff;
  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: 20px;
  color: #FFF;
  background: #330000;
  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;
  transition: all 0.4s ease;
}

.imh_zoom:hover a:before {
  top: 50%;
}

.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_eye {
  position: relative;
  overflow: hidden;
  background: #000;
}

.imh_eye:before {
  content: '\f06e';
  font-family: FontAwesome;
  position: absolute;
  z-index: 5;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background: #f08200;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  pointer-events: none;
}

.imh_eye:after {
  content: '';
  position: absolute;
  z-index: 5;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 1px solid #f08200;
  border-radius: 50%;
  pointer-events: none;
}

.imh_eye:before, .imh_eye:after {
  opacity: 0;
  top: 45%;
  transition: all .5s;
}

.imh_eye img {
  transition: all .5s;
}

.imh_eye:hover img {
  opacity: .45;
}

.imh_eye:hover:before, .imh_eye:hover:after {
  top: 50%;
  opacity: 1;
}

/*--最新消息icon--*/
.newIcon {
  /*分類小圖示*/
  padding: 4px 10px;
  margin-right: 3px;
  display: inline-block;
  font-family: '微軟正黑體';
  font-size: 13px;
  font-weight: normal;
  letter-spacing: .05em;
  color: #FFF;
}

/****圖示顏色****/
.newIcon_green {
  background: #1aa97f;
}

.newIcon_brown {
  background: #ed842e;
}

.newIcon_pink {
  background: #f48daf;
}

.newIcon_blue {
  background: #1a58a9;
}

.newIcon_navy {
  background: #3f4c6b;
}

.newIcon_orange {
  background: #f08200;
}

.newIcon_gold {
  background: #eab92d;
}

.newIcon_burgundyRed {
  background: #dd4c34;
}

.newIcon_purple {
  background: #cb60b3;
}

/*--css animation--*/
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
            transform: scale3d(0.98, 0.98, 0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
            transform: scale3d(0.98, 0.98, 0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes mMenuLi {
  0% {
    opacity: 0;
    top: -15px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes mMenuLi {
  0% {
    opacity: 0;
    top: -15px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}