/*tl icon*/
.tl{position:fixed;right:0.5%;top:8%;z-index:1000;}
/*LINE icon*/
.LINE{position:fixed;right:0.5%;top:16%;z-index:1000;}
/*fb icon*/
.fb{position:fixed;right:0.5%;top:24%;z-index:1000;}

/*整體*/
a {
    color: #cc924b;
    text-decoration: none;
}
body {
    background-color: #fff;
    color: #000;
    font-size: 15px;
    margin: 0;
}
.swiper-container {
    height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}





/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}


.topnavbar {
    background-color: #000;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
#nav ul li a {
    white-space: nowrap;
      color: #caa05f;
    line-height: 1.3;
      font-weight: bold;
    padding: 10px 7px;
    font-size: 98%;
}
#nav ul li a:hover{
      color: #fff;
}
#nav ul li.current a {
      color: #fff;
    font-weight: 600;
}




.h1title {
    color: #bc9d62;
    font-size: 2rem;
    font-weight: normal;
  border-bottom:1px #bc9d62 dotted;
}



/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] img:hover {
    opacity:0.55;
}
.row [class^="col-"] {
  padding:10px;
}






body[data-type="fullpage"] .main {
    min-height: 0px;
}


/*產品格*/
ul.product-list li .desc {
    display: block;
    min-height: 1.2rem;
    max-height: 2.4rem;
    margin-bottom: auto;
    font-size: .8rem;
    line-height: 1.5;
    word-break: break-word;
    color: #666;
    overflow: hidden;
    padding: 0 16px;
    display: none;
}/*隱藏詳細介紹*/
ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #000;
}
ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #444;
    overflow: hidden;
    padding: 0 16px;
}/*改產品格名稱顏色*/



#side ul li a {
    color: #000;
    display: block;
    padding: 10px 20px;
    transition: .3s;
}
.product-list-div h2 a {
    color: #000;
    text-decoration: none;
    display: inline-block;

}
.product-list-div h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    text-shadow: 0 0px 0 #fff;
}
body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #000;
    transition-property: left, color;
}
ul.product-list li .money-icon {
    color: #000;
    font-size: 95%;
    margin-right: 8px;
    margin-left: 16px;
    text-shadow: 0 0px 0 rgba(255,255,255,0.7);
}




#footer {
    color: #fff;
    background-color: #333;
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #444;
    display: none;
}
.contact-row {
    padding: 0em 0 1em;
    line-height: 1.6;
}
#contact-info ul li span {
    color: #fff;
}
#footer a {
    color: #fff;
}
.contact-row h5 {
    color: #fff;
    padding: .5em 0 1em;
    width: 100%;
}



/*index小圖*/
.onedit .row {
    padding: 2px;
    margin-left: -7px;
    margin-right: 0;
}
.rk_imgblock1 { 
  text-align:center;
}
.rk_imgblock1 figure {
	width: 100%;
	position:relative; 
  overflow:hidden;
	display:inline-block;
  margin:5px;
	transition:all .5s;
}
.rk_imgblock1 figure img {
  width: 100%;
  transition:all .5s;
  display:block;
}
.rk_imgblock1 figcaption {
	width: 100%; 
  height: 100%; 
  box-sizing:border-box;
	background: rgba(0,0,0,0.55);
	color:#FFFFFF; 
  font-weight:bold;
	font-size:20px; 
  line-height: 40px;
	text-shadow:1px 1px 3px #000,-1px -1px 3px #000;
	box-shadow:inset 0 0 50px rgba(0,0,0,0.46),inset 0 0 100px rgba(0,0,0,0.75);
	position:absolute; top:0; left:0;
	transition:all .5s;
    }
.rk_imgblock1 figcaption a{
  display: block;
  color:#fff;
  width:100%;
  height:100%;
  padding-top:110px;
}
.rk_imgblock1 figcaption span{ 
  font-size:16px;  
  line-height: 20px;
  display: block;
  color:#fff
}						
.rk_imgblock1 figure:nth-child(1) figcaption	{ opacity:0;}		
.rk_imgblock1 figure:nth-child(1) figcaption:hover { opacity:1;}
.rk_imgblock1 figure:nth-child(2) figcaption	{ opacity:0;}		
.rk_imgblock1 figure:nth-child(2) figcaption:hover { opacity:1;}
.rk_imgblock1 figure:nth-child(3) figcaption	{ opacity:0;}	
