.phone-1{position:fixed;right:1%;top:40%;z-index:1920}
.phone-2{position:fixed;right:1%;top:60%;z-index:1920}
.shop{position:fixed;right:1%;top:50%;z-index:1920}
.topnavbar {
    background-color: rgba(0,0,0,0);
}

.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(1000 / 1920 * 100%); /* 首頁 banner 大小 */
}
/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(0 / 1920 * 100%); /* 內頁 banner 大小 */
}



body {

    color: #666666;

    margin: 0;
  	background-image: url();
	background-repeat: no-repeat;
	background-position: center top;
    background-attachment: fixed;

}

#header {
    background-color: #07350a;
}




.t-700{
  font-family: 'Noto Serif TC', serif;
}

.topnavbar .container {
  text-align: center;
}

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #07350a;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
    position: relative;/*頁籤&banner分開不重疊*/

    padding: 0;/*頁籤間距*/
}

/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


/* 文字放大*/
.container {
    font-size:16px;
  line-height:30px;
}

#foot-nav {
    font-size:13px;
}}

#bodyinhome .fcol.fcol-1 {
   background-color: #1b3215;
}

#bodyinhome .fcol.fcol-2 {
   background-color: #f6f6f6;
}

#bodyinhome .fcol.fcol-3 {
   background-color: #1b3215;
}


#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    color: #fff;
    padding: 10px;
    line-height: 1.3;
    transition: .3s;
    font-weight:bold;

    font-size:18px;

}

#nav ul li a:hover {

    color: #ffd200;

}
#nav ul li.current a {
    color: #ffd200;
 } 
#nav .subnav {
    background-color: #071c09;
}

@media only screen and (min-width: 768px) {
#nav > ul > li:nth-child(-n+8) {
    z-index: 1;
}
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #44b421;
}


.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: #44b421;
    overflow: hidden;
    padding: 0 16px;
}

#footer {
    color: #fbfbfb;
    background-color: #2c571d;
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fbfbfb;
}
#foot-nav ul li a {
    display: block;
    color: #fbfbfb;
    font-size: 1.06em;
    margin-right: 10px;
    padding: 8px 16px;
}
#contact-info ul li span {
    color: #fbfbfb;
}

/* 對話框 */
.balloon {
  margin: 20px auto;
  width: 300px;
}
 

.balloon-default {
  background: #efefef;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  position: relative;
  width: 100%;
}
 
.balloon-default::after {
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 10px #efefef;
  top: -10px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
   width: 0px;
}

/*圖文特效*/
figure.snip0078 {
  color: #fff;
  position: relative;
  margin: 0 auto 0;
  min-width: 180px;
  max-width: 100%;
  height: 250px;
  width: 100%;
  text-align: center;
}
figure.snip0078 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}
figure.snip0078 img {
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  border: 5px solid #07350a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.snip0078 figcaption {
  bottom: 0;
  width: 80%;
  right: 0;
  position: absolute;
  background: #07350a;
  padding: 5px ;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 0px 10px -10px #000000;
}
figure.snip0078 figcaption h2,
figure.snip0078 figcaption p {
  margin: 0;
  color: #ffffff;
}
figure.snip0078 figcaption h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
figure.snip0078 figcaption p {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.65;
}
figure.snip0078 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip0078:hover figcaption,
figure.snip0078.hover figcaption {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0 15px 15px -15px #000000;
}
figure.snip0078:hover img,
figure.snip0078.hover img {
  border: 5px solid #2f772a;
  opacity: 0.8;
}
/*圖文特效*/

