.phone{position:fixed;right:1%;top:40%;z-index:1000}
.line-1{position:fixed;right:1%;top:50%;z-index:1000}


/*UL大標 https://steam.oxxostudio.tw/category/html/tags/ul-li.html*/
ul.a {
  list-style-type: circle;
}

ul.b {
  list-style-type: square;
}

ul.c {
  list-style-type: disc;/*實心*/
  color: #b2b7ff; 
}

ul.d {
  list-style-type: disc;/*實心*/
  color: #0050c7; 
}

#bodyinhome .fcol.fcol-4 {
 background-repeat: no-repeat;
   background-position: 50% 50%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1.0) 0% ,rgba(0, 0, 0, 0.2) 100%) , url(https://static.iyp.tw/40127/files/9d7d394b-5108-40f4-a351-9fd03914101c.jpg);
  display: flex; 
  align-items: right;
}

#bodyinhome .fcol.fcol-2 {
  background-color: #fff;
}

#bodyinhome .fcol.fcol-6 .container, body.about-us .fcol.fcol-6 .container {
  width: 100%;
  padding:0px;
}

body {
    background: url(https://static.iyp.tw/40127/files/8628f2a7-090b-4ec1-a2dd-a0bfbf43aeaa.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}

.topnavbar .container {
  text-align: center;
  background-color: #333;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}


@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #333;/*頁籤底圖顏色*/
    position: relative;/*頁籤&banner分開不重疊*/
    height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}}

body[data-type="fullpage"] #nav {
    font-size: 1.0rem;/*頁籤文字大小*/
}

#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #fff;/*頁籤文字顏色*/
    padding: 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 0.8;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #dbb760;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #dbb760;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    font-size: 16px;
    background-color: #332808;/*次頁籤底色*/
}

/*title文字顏色*/
.h1title {
    color: #231a15;
}

a {
    color: #1c9c96;/*連結顏色*/
    text-decoration: none;
}

/*產品頁*/
ul.product-list li a {
    color: #231a15;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #997817;/*產品格滑過文字顏色*/
}
#side ul li a {
    color: #555;
}
.product-list-div h2 {
    text-shadow: 0 0px 0 #fff;
}
.product-list-div h2 a {
    color: #762f07;
}
body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #967953;
}
/*產品頁*/


.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

#ser-line {
    background: #d6c6af;/*分隔線顏色*/
    width: 20px;/*分隔線長度*/
    height: 5px;/*分隔線高度*/
    display: block;
    margin: 0.5em auto 0.5em;/*間距*/
}

#bodyinhome .fcol.fcol-2 {
  background: linear-gradient(0deg, #ececec 50%, transparent 50%);
}

#bodyinhome .fcol.fcol-3 {
  background: #ececec;/*分隔線顏色*/
}




body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*套用google font字型Noto Serif TC明體*/
#t-700{
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  color: #000;
  font-size: 36px;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 26px; }}

/* 文字放大手機*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
}

#footer {
   font-size: 12px;
}
}


/* 文字放大電腦*/
@media only screen and (min-width: 768px){
#main-wrap .container {
    font-size:16px;
  line-height:30px;
  color: #000;
}
  

#foot-nav .container {
    font-size:10px;
    line-height:15px;
}}

/*圖文特效按鈕-圖縮放大標題在上*/
.snip1374 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 160px;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: #000000;
  text-shadow: 2px 2px 5px #000000;/*文字陰影*/
}
.snip1374 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
 -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snip1374 h2{
  font-family: 'Noto Sans TC', sans-serif;
  text-transform: uppercase;/*文字大寫*/
  color:#ffffff;/*文字顏色*/
  font-size: 1.2rem;/*文字大小*/
  font-weight: 700;/*文字粗細*/
  line-height: 1.5;/*文字行距*/
  letter-spacing: 2px;　/* 設定文字間距 */
}
.snip1374 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  height: 350px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.snip1374:hover img,
.snip1374.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.snip1374 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}