/*fp-seed:0t4qadlc9ba8 bundle:hmmsj5*/
@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
    position: relative;/*頁籤&banner分開不重疊*/
    height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}



.fcol.fcol-5 {
   display: none;
}
.fcol.fcol-6 {
   display: none;
}


.line{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666;
}
#bodyinhome #nav .subnav {
  display: none
}

#bodyinpage #nav .subnav {
    background-color: #fff;
}




/* 首頁 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}
/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(700 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(400 / 1920 * 100%); /* 內頁 banner 大小 */
}


#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #000;
    padding: 10px;
    line-height: 1.3;
    transition: .3s;
  border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}

#nav ul li a:hover {

    color: #a08f53;
  border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #a08f53;

}

#nav ul li.current a {
    color: #a08f53;
 } 

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}


.product-list-div h2 {
    text-shadow: 0 0px 0 #333;
}




ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #464646;
}
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: #7a7a7a;
    overflow: hidden;
    padding: 0 16px;
}/*global:lt4p2v26*/

#footer {
    color: #000;
    background-color: #fff;
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #303030;
}
#foot-nav ul li a {
    display: block;
    color: #000;
    font-size: 1.06em;
    margin-right: 10px;
    padding: 8px 16px;
}

#foot-nav ul li a:hover {
    color: #a08f53;
  
}

#footer a {
    color: #2b2424;
}

#footer a:hover {
    color: #a08f53;
}