.phone{position:fixed;right:1%;top:25%;z-index:1000}
.fb{position:fixed;right:1%;top:40%;z-index:1000}
.line-1{position:fixed;right:1%;top:55%;z-index:1000}
.ig{position:fixed;right:1%;top:70%;z-index:1000}

@media only screen and (max-width: 768px){
#bodyinhome .fcol.fcol-3 .container {
   width: 100%;
}}
@media only screen and (max-width: 768px){
#bodyinhome .fcol.fcol-2 .container {
   width: 100%;
}}
@media only screen and (max-width: 768px){
#bodyinhome .fcol.fcol-1 .container {
   width: 100%;
}}


body{
  background-image:url("https://static.iyp.tw/43028/files/a2f86662-3fb4-433f-9a33-ba27e45eda1d.jpg");
  background-attachment:fixed;
}

@media only screen and (max-width: 768px){ 
  body{
  background-image:url("https://static.iyp.tw/43028/files/0fe23e1f-1fb0-4cdb-879c-fd2e78cd317e.jpg");
      background-attachment:fixed;
}}

.snip1374 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 140px;
  max-width: 100%;
  min-height: 150px;
  max-height: 300px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: #000;
  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.6rem;/*文字大小*/
  font-weight: 700;/*文字粗細*/
  line-height: 1.5;/*文字行距*/
  letter-spacing: 2px;　/* 設定文字間距 */
}
.snip1374 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  height: 320px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 768px){ 
  .snip1374 img {
    width: 100%;
    height: 180px;
}}
.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;
}
  

.bg03{
  border: 1px #666 solid;
  border-radius: 5px;
  padding:5px;
  background-color:#fff;
}
.bg02{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f29a02+0,f2a202+50,d66802+100 */
background: rgb(242,154,2); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(242,154,2,1) 0%, rgba(242,162,2,1) 50%, rgba(214,104,2,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(242,154,2,1) 0%,rgba(242,162,2,1) 50%,rgba(214,104,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(242,154,2,1) 0%,rgba(242,162,2,1) 50%,rgba(214,104,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29a02', endColorstr='#d66802',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}


/*手機版漢堡選單*/
.navbar .container {
    background-color: #333; /*導覽列背景顏色樣式*/
}
.navbar-icon-bar {
  width: 28px; /* 三變大*/
  height: 4px; 
  background-color: #fff; /* 填入想要的三條線顏色 */

}
.navbar-icon-bar:before, .navbar-icon-bar:after {
    background-color: #fff; /* 填入想要的三條線顏色 */
}
.navbar .rwd-navbar-toggle {
    padding-right: 150px !important;/*導覽列文字範圍右間距寬度*/
}
.navbar .rwd-navbar-toggle .label {
    left: 45px;
    font-size: 1.0rem; /*導覽列文字尺寸*/
    color: #fff; /*導覽列文字顏色樣式*/
    background-color: #ec8710;/*導覽列文字背景顏色*/
    border-radius: 3px;
    padding: 4px;
}
@media only screen and (max-width: 767px){
.rwd-side .nav li {
    border-bottom: 1px #ccc dashed; /* 展開連結文字底虛線 */
}
.rwd-side .nav span {
    color: #fff; /* 展開連結文字顏色 */
}}
#side ul li a {
  color: #000;
  display: block;
  padding: 10px 20px;
  transition: .3s;
  font-size:16px;
}
#side ul li.current > div a {
  color: #3c2181;
}
ul.product-list li a {
    color: #3c2181;/*產品格文字顏色*/
    background-color: #fff;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #3c2181;/*產品格滑過文字顏色*/
}
.productdetail .detail-spec h2 p{
    color: #333;
    font-size: 30px;
}/*產品內頁標題文字*/


/*文字*/
.word2 {
   padding: 4px;
  font-weight:bold;
  color: #fff;
  background-color:#666;
}

.word2:hover{
   padding: 4px;
  	transition:0.7s;
  background-color: #fff;
  color: #333;
  font-weight:bold; 
}
/*文字*/
.word {
   padding: 6px;
  font-weight:bold;
  color: #fff;
  background-color:#3a3a77;

}

.word:hover{
   padding: 6px;
  	transition:0.7s;
  color: #333;
    border: 1px #333 solid;
  font-weight:bold; 
  background-color:#fff;
}



/*title文字顏色*/
.h1title h1{
    font-family: 'Noto Serif TC', serif;
    font-weight: 400;
    color: #1c2d65;
  border-bottom: 1px solid #cccccc;
}

body{
      font-family: 'Noto Serif TC', serif;
}

/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-1, .ig, .map, .wechat { 
    transform: scale(0.8);
    right:0;
  }
}

.topnavbar {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003da0+0,45559e+39,45559e+39,45559e+39,0d1454+39,45559e+42,45559e+100 */
background: rgb(0,61,160); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,61,160,1) 0%, rgba(69,85,158,1) 39%, rgba(69,85,158,1) 39%, rgba(69,85,158,1) 39%, rgba(13,20,84,1) 39%, rgba(69,85,158,1) 42%, rgba(69,85,158,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,61,160,1) 0%,rgba(69,85,158,1) 39%,rgba(69,85,158,1) 39%,rgba(69,85,158,1) 39%,rgba(13,20,84,1) 39%,rgba(69,85,158,1) 42%,rgba(69,85,158,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,61,160,1) 0%,rgba(69,85,158,1) 39%,rgba(69,85,158,1) 39%,rgba(69,85,158,1) 39%,rgba(13,20,84,1) 39%,rgba(69,85,158,1) 42%,rgba(69,85,158,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003da0', endColorstr='#45559e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    height: 90px;/*頁籤底圖高度*/
    padding: 0px;/*頁籤間距*/
    margin:0px;
}

.topnavbar .container {
  text-align: justify;
  padding: 10px 0 0 0;
  margin-bottom:10px;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
    background-color: #fff;/*背景底色*/
}

#logo h1 { text-align: left }

table {
table-layout: fixed;
word-wrap:break-word;
} /*動到表格手機不會破版*/


/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/
}
@media only screen and (max-width: 768px){
.fcol p{
    font-size: 16px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/


/*nav*/
#nav ul li a {
    font-size: 0.95rem;/*頁籤文字大小*/
      font-family: 'Noto Serif TC', serif;
    color: #fff;/*頁籤文字顏色*/
  letter-spacing:1px;
    padding: 10px 10px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/

    transition: .3s;
}

#nav ul li a:hover  {
    color: #fff;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #222;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
    text-align: left;
}
#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;/*下拉選單箭頭距離*/
}



a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

#bodyinhome .fcol.fcol-1{
      border-bottom: 1px #eee solid;
}
#bodyinhome .fcol.fcol-2{
      border-bottom: 1px #eee solid;
  background-color:rgba(255,255,255,0.8);
}


#bodyinhome .fcol.fcol-3 .container {
   width:100%;
}
@media only screen and (max-width: 768px){
#bodyinhome .fcol.fcol-2 .container {
   width: 100%;
}}
#bodyinhome .fcol.fcol-2 .container {
   width:100%;
}
@media only screen and (max-width: 768px){
#bodyinhome .fcol.fcol-1 .container {
   width: 100%;
}}
#bodyinhome .fcol.fcol-1 .container {
   width:100%;
}

/*首頁各層編輯欄設定*/
/*body.about-us .fcol.fcol-1,
body.about-us .fcol.fcol-2{
  background-color: #ddd;
}*/
body.about-us .fcol.fcol-3 .container {

}/*拉寬編輯欄設定*/


body.about-us .fcol.fcol-2 {
background-image:url("https://static.iyp.tw/43028/files/6ab78af2-ba93-402a-8c1b-5594c6ab50b7.jpg");
  background-attachment:fixed;
}

body.about-us .fcol.fcol-4 .container {
   width:100%;
}

body.about-us .fcol.fcol-5 .container {
   width:100%;
}

@media only screen and (max-width: 768px){
body.about-us .fcol.fcol-6 .container {
   width: 100%;
}}
body.about-us .fcol.fcol-6 .container {
   width:80%;
}

body.about-us .fcol.fcol-6 {
 background-image:url("https://static.iyp.tw/43028/files/6f612dcd-a216-4c25-b799-5abbb7764b77.jpg");
  background-position:top center;
  background-repeat:no-repeat;
  background-color:#297aa3;
}/*拉寬編輯欄設定*/


/*圖文特效按鈕-圖縮放大標題在上*/

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*營業介紹-項目底圖*/
.border1 {
  border-radius: 3px;
  padding: 5px 15px;
  width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


#footer {
    color: #ffffff;
    background-color: #2a346c;
}

#contact-info ul li span {
    color: #fff;
}/*聯絡我們資訊文字顏色*/