.phone{position:fixed;right:1%;top:50%;z-index:1000}
.fb{position:fixed;right:1%;top:65%;z-index:1000}
.line-1{position:fixed;right:1%;top:80%;z-index:1000}



.t-700{
  font-family: 'Noto Serif TC', serif;
}

#logo {
  display: block;
  padding：0px;
}

/*logo置頂*/
#logo h1 {
    height: 70px;
}

.topnavbar .container {
  text-align: center;
  padding-top: 0;
}

.line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

body {
    background-color: #fff;/*背景底色*/
}


#header {
    background-color: #08080a;
}

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: rgba(255,255,255,0);
    padding: 0;/*頁籤間距*/
}

/* 文字放大*/
.container {
    font-size:16px;
  line-height:30px;
}
  
#foot-nav {
    font-size:13px;
}}

#logo img {
    padding: 0px 16px 10px;/*logo位置微調*/
}

#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
    border-left: #999 1px dotted;/*頁籤文字間隔虛線*/
}

#nav ul li a:hover  {
    color: #ecdbb8;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #ecdbb8;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}

ul.product-list li a {
    color: #5091b7;/*產品格文字顏色*/
    background-color: #eee;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #718fa0;/*產品格滑過文字顏色*/
}


/*title文字顏色*/
.h1title {
    color: #333333;
}

a {
    color: #5091b7;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}


/*英文標題字體-套用google font*/
.t1{
   font-family: 'Cormorant SC', serif;
   font-size: 30px;
   color: #c88b33;
}/*英文標題字體-套用google font*/



/*首頁各層編輯欄設定*/
.fcol {
   font-size: 18px;/*編輯欄預設文字大小*/
   color: #000;/*編輯欄預設文字顏色*/
}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

#bodyinhome .fcol.fcol-1 {
     width: 100%;
   background: url(https://static.iyp.tw/42788/files/2545b65d-9ae8-4419-bef8-37d807765e31.jpg)no-repeat left bottom;/*底圖*/
   background-color: #e6dfd9;
}

#bodyinhome .fcol.fcol-2 .container {
 width: 100%;
}

#bodyinhome .fcol.fcol-6 {
   background-color: #eeeeee;
}

/*首頁各層編輯欄設定*/

#footer {
   color: #fff;
    background-color: #782323;
}

#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;
}



/*標題文字左右分隔線*/
.title {
   font-family: 'Cormorant SC', serif;
   font-size: 26px;
   color: #c88b33;
   text-align: center;
   margin:0;
   position: absolute;
   background-color:#fff;
   padding: 10px;
}
.box-title {
   margin-bottom: 60px;/*標題文字下方距離*/
   position: relative;
   display: flex;
   justify-content: center;
}
.box-title:before {
   content:'';
   display:block;
   width:100%;
   height:1px;/*左右分隔線高度*/
   background-color:#ccc;/*左右分隔線顏色*/
   position: relative;
   top:30px;/*左右分隔線上方距離*/
}
/*標題文字左右分隔線*/


/*圖形效果----■*/
/*垂直*/
.greyLine {
    position: relative;
    margin: 0 auto;
    height: 5rem;
    width: .0625rem;
    background: #624e3d;
    display: block;
    margin-bottom: 2rem;
}
.greyLine::after {
    content: '';
    display: block;
    position: absolute;
    height: .625rem;
    width: .625rem;
    background:#624e3d;
    transform: rotate(45deg);
    bottom: -.625rem;
    left: -.3125rem;
}
/*45度■下*/
.greyLine2 {
    position: relative;
    margin: 0 auto;
    height: 5rem;
    width: .0625rem;
    background: #fff;
    display: block;
    margin-bottom: 2rem;
    transform: rotate(45deg);
}
.greyLine2::after {
    content: '';
    display: block;
    position: absolute;
    height: .625rem;
    width: .625rem;
    background:#fff;
    transform: rotate(45deg);
    bottom: -.625rem;
    left: -.3125rem;
}
/*45度■上*/
.greyLine2-1 {
    position: relative;
    margin: 0 auto;
    height: 5rem;
    width: .0625rem;
    background: #fff;
    display: block;
    margin-bottom: 2rem;
    transform: rotate(45deg);
}
.greyLine2-1::after {
    content: '';
    display: block;
    position: absolute;
    height: .625rem;
    width: .625rem;
    background:#fff;
    transform: rotate(45deg);
    bottom: 4.55rem;
    left: -.3125rem;
}


/*首頁圖片特效-*/

.snip1504 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 250px;
  max-width: 600px;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  background-color: #fff;
}

.snip1504 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1504 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%; /*寬度*/
  height: 300px; /*高度*/
}

.snip1504 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.snip1504 h3,
.snip1504 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1504 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 600;
}

.snip1504 h5 {
  font-weight: normal;
  font-style: italic;
  color: #888;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.snip1504 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1504:hover > img,
.snip1504.hover > img {
  opacity: 0.1;
}

.snip1504:hover h3,
.snip1504.hover h3,
.snip1504:hover h5,
.snip1504.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
