body{
  background-color: #f8f2e5;
  color: #333;
}
img{
  max-width: 100%;
}
a,a:hover,a:focus{
  text-decoration: none;
}


/* 導覽列 */
.navbar{
  background-color: transparent;
}
.navbar-brand{
  padding: 28px 15px 0;
  display: block
}
.navbar-top,
.navbar-bottom{
  display: block;
  width: 50%;
  float: right;
}
.navbar-top>li,
.navbar-bottom>li{
  float: right;
  text-align: center;
  position: relative;
}
.navbar-top>li::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #333;
}
.navbar-top>li:nth-child(3)::after{
  display: none;
}
.navbar-top>li>a{
  font-size: 14px;
  background-color: #AFA86F;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-bottom{
  margin-right: -15px;
}
.navbar-bottom>li>a{
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative;
}
.navbar-bottom>li>a::after{
  content: '';
  position: absolute;
  bottom: 30px;
  left: 15px;
  width: calc(100% - 30px);
  height: 0;
  background-color: rgba(175, 167, 111, 0.3);
  transition: all .4s ease;
}
@media(min-width:768px){
  .navbar-top>li>a:hover{
    background-color: #AFA86F;
    color: rgba(0, 0, 0, 0.6);
  }
  .navbar-bottom>li>a:hover::after{
    height: 10px;
  }
}
@media (max-width:992px) and (min-width:768px){
  .navbar-bottom{
    width: 100%;
  }
  .navbar-top{
    width: auto;
    margin-top: 38px;
  }
}
@media (max-width:768px){
  .navbar-brand{
    padding: 15px;
    padding-right: 50px;
  }
  .navbar-header{
    position: relative;
  }
  .navbar-toggle{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    margin: 0;
  }
  .navbar-top, .navbar-bottom{
    width: 100%;
    margin: 0;
  }
  .navbar-top>li,.navbar-bottom>li{
    float: none;
    display: block;
  }
  .navbar-top>li::after{
    display: none;
  }
  .navbar-top>li>a,.navbar-bottom>li>a{
    background-color: transparent;
    font-size: 16px;
    padding-bottom: 15px;
  }
}

.info3Item{
  padding-top: 50px;
  padding-bottom: 50px;
}

.info3Item .link{
  position: relative;
  overflow: hidden;
}
.info3Item .link::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50% ,-10%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  transition: all .4s ease;
  z-index: 1;
}
.info3Item .link:hover::before{
  transform: translate(-50% ,20%);
}
.info3Item .link>a{
  display: inline-block;
  border: #fff solid 8px;
  position: relative;
  overflow: hidden;
}
.info3Item .link>a::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(128, 122, 83, 0.7);
  transform: translateY(100%);
  transition: all .4s ease;
}
.info3Item .link>a::after{
  content: '詳細資訊';
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .4s ease;
}
.info3Item .link:hover>a::before{
  transform: translateY(0);
}
.info3Item .link:hover>a::after{
  opacity: 1;
}
.info3Item>div>h3{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* 首頁最新消息 */
.newsList .pic,
.newsList .newscontent>p,
.newsList .card-category{
  display: none;
}
.newsList{
  position: relative;
}
.newsList>h3>.more{
  font-size: 18px;
  font-weight: bold;
  color: #AFA86F;
}
.newsList .HeadLineMoveA{
  font-size: 16px;
  color: #333
}
.newsList ul + ul{
  border-top: #CCC dotted 1px;
}
.newsList #rwdnews_list{
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.newsList .card-category{
  display: inline-block;
  color: #333;
  font-weight: bold;
}
.newsList .newscontent span{
  margin-top: 10px;
  font-weight: bold;
  color: #AFA86F;
  display: inline-block;
}
.info3Item .activity,
.info3Item .legal{
  text-align: center;
}

.info4ItemBox{
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.info4Item .hTitle{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #AFA86F;
  margin-bottom: 50px;
}
.info4Item .circleBox{
  border-radius: 100%;
  background-color: #e3e3e3;
  width: 200px;
  height: 200px;
  margin: auto;
  margin-bottom: 20px;
  transition: all .4s ease;
}
.info4Item .circleBox:hover{
  background-color: #ebe8ca;
}
.info4Item .imgBox{
  text-align: center;
  position: relative;
  line-height: 160px;
  padding-bottom: 10%;
}
.info4Item .imgBox .text{
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #76756b;
}
.info4Item .imgBox img{
  width: 50%;
}



.infoLinkBox{
  background-color: #AFA86F;
  padding-top: 50px;
  padding-bottom: 50px;
}
.owl-carousel{
  padding-left: 30px;
  padding-right: 30px;
}
.owl-nav{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  
}
.owl-next{
  float: right;
}
.owl-nav span{
  font-size: 60px;
  line-height: 0;
}

footer{
  background-color: #333;
  text-align: center;
  padding: 10px 15px;
  color: #fff;
}
footer p{
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
footer span>span{
  color: #AFA86F;
}
footer p> span +span{
  padding-left: 15px;
}
@media(max-width:500px){
  footer p> span{
    display: block;
  }
  footer p> span +span{
    padding-left: 0;
  }
}




/* 側邊攔 */
aside{
  background-color: #fff;
}
.aside-title{
  background-color: #AFA86F;
  border-radius: 0;
}
.nav_cate_item + .nav_cate_item{
  border-top: #CCC dotted 1px;
}
aside .nav li a:hover, aside .nav li a:focus{
  background-color: #333;
}

/* category */
.breadcrumb{
  margin: 0;
  border-radius: 0;
  background-color: #AFA86F;
}
.breadcrumb>li+li:before{
  color:#333;
}
#category_descr{
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  background-color: #fff;
}

/* 最新消息 */
h2.news_title{
  font-size: 22px;
  font-weight: bold;
}
.news_content{
  padding: 15px 0;
}
.NEWS_type>li+li{
  border-top: #CCC dotted 1px;
}
#LinkContainer{
  display: block;
  background-color: #AFA86F;
  border-radius: 0;
  margin: 0;
}
.news-text{
  background-color: #fff;
}
.news-text>p{
  padding: 0 15px;
}
.thumbnail{
  border: none;
  margin: 0;
}
.news-text>.col-xs-12.col-sm-12.col-md-12.col-lg-12+.col-xs-12.col-sm-12.col-md-12.col-lg-12{
  border-top: #CCC dotted 1px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
.news_more:hover, .news_more:focus{
  background-color: rgba(175, 167, 111, 0.6);
  color: #333;
}

/* 檔案下載頁面 */
.HomeDefault{
  padding: 36px 0;
}
.HomeDefault .download a{
  text-align: center;
  margin: 15px;
  padding: 20px 30px;
  display: block;
  background-color: #fff;
  font-size: 60px;
  color: #333;
  position: relative;
  transition: all .4s ease;
}
.HomeDefault .download a:hover{
  color: #AFA86F;
}
.HomeDefault .download a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}
.HomeDefault .download p{
  text-align: center;
  margin-top: 30px
}



/* 上架設定 */
.article-content .Pro_content2 p,
.article-content .arti-news p,
.article-content .Pro_content p{
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}