.phone{position:fixed;right:1%;top:20%;z-index:1000}
.fb{position:fixed;right:1%;top:32%;z-index:1000}
.line-1{position:fixed;right:1%;top:44%;z-index:1000}

body{
  background-image:url("https://static.iyp.tw/409010/files/a2765c1d-aa40-4441-9030-e5d5065ffde8.jpg");
  background-attachment:fixed;
}
.h1title{
  display:none;
}

/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-1 { 
    transform: scale(0.8);
    right:0;
  }
}

#e-100{
  font-family: 'Dancing Script', cursive;
}
/*套用google font字型Noto Serif TC明體*/
#t-700{
  font-family: 'Noto Serif TC', serif;
}

.topnavbar {
    background-color: Transparent;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    /*position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    /*height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}

.topnavbar .container {
  text-align: justify;
  padding: 10px 0 0 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
     background-attachment: fixed; /*fixed固定背景; scroll捲動背景*/
   background-repeat: no-repeat;
   background-position:center top;

    background-color: #fff;/*背景底色*/
}

#logo h1 { text-align: center; }

table {
table-layout: fixed;
word-wrap:break-word;
} /*動到表格手機不會破版*/


/*編輯欄設定*/
.fcol p{
    font-size: 20px;/*文字大小*/
    color: #000000;/*文字顏色*/
    line-height: 1.6;
}
@media only screen and (max-width: 768px){
.fcol p{
    font-size: 18px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/


/*nav*/
#nav{
    border-radius: 50px;
    margin: 10px;
}
#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #342c2a;/*頁籤文字顏色*/
    margin-top: 5px;
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #342c2a;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #342c2a;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #222;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}
#nav .subnav .has-subnav span{
    max-width: 400px;/*次頁籤文字背景最大寬度*/
}

#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

ul.product-list li a {
    color: #0f6e4e;/*產品格文字顏色*/
    background-color: #eee;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #0f6e4e;/*產品格滑過文字顏色*/
}
.productdetail .detail-spec h2 p{
    color: #333;
    font-size: 30px;
}/*產品內頁標題文字*/


/*title文字顏色*/
.h1title h1{
    text-align: center;
    color: #333333;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(850 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}
body.about-us .fcol.fcol-3 .container{
   width:100%;
}
body.about-us .fcol.fcol-3  {
   background-color: rgba(255,168,0,0.2);
}
body.about-us .fcol.fcol-5 {
   background-color:#b38748;
}

body.about-us .fcol.fcol-6 .container {

}/*拉寬編輯欄設定*/

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


/*表格按鈕-文字底色變化特效*/
button1 {
    margin: 0;
}
.btn-1 {
    border-radius: 30px;/*表格按鈕框線圓角*/
   /* border: 2px solid #000;/*表格按鈕框線樣式*/
    color: #FFF;
    font-size: 18px;
}
.btn-1:hover{
    background-color: #158c45; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff100;/* 當滑鼠經過時按鈕表格文字變化 */
}
.custom-btn {
    width: 90%;
    padding: 10px;
    font-weight: 700;
    background: #0f6e4e;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}/*表格按鈕-文字底色變化特效*/

/*產品介紹圖文特效*/
figure.snip1249 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 160px;
  max-width: 100%;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
figure.snip1249 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip1249 img{
  position: relative;
  width: 100%; /*寬度*/
  height: auto; /*高度*/
  vertical-align: top;
  padding: 10px;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
 /* object-position: 80% 100%; /*指定位置*/
}
figure.snip1249:hover img{
  opacity: 0.8;
}
figure.snip1249 h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color:#5c4523;
  text-transform: uppercase;
}
figure.snip1249 p {
  margin: 0;
    color:#b38137;
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1249 figcaption {
  padding: 5px 20px 20px 20px;
  color: #000000;
  position: relative;
  font-size: 0.9em;
  text-align: left;
}

figure.snip1249 figcaption .btn-more {
  display: inline-block;
  width: auto;
  border: 2px solid #b38137;
  padding: 0.4em 0.6em;
  color: #b38137;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
  margin: 20px 0px 0px 0px;
}
figure.snip1249:hover .btn-more {
  background-color: #b38137;
  color: #ffffff;
}
figure.snip1249 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
