.phone{position:fixed;right:1%;top:40%;z-index:1000;}
.fb{position:fixed;right:1%;top:52%;z-index:1000;}
.line-1{position:fixed;right:1%;top:64%;z-index:1000;}


/*套用google font字型Noto Sans TC黑體*/
#t-700{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  color: #009fe8;
  font-size: 40px;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 32px; }}

#t-500{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}

#bodyinhome .fcol.fcol-2{
  background-color:#333;
}
#bodyinhome .fcol.fcol-3{
  background-color:#d82020;
}
#bodyinhome .fcol.fcol-6{
   background: url(https://static.iyp.tw/409113/files/b6559b23-b5bb-4349-9dcb-d65e2d22c319.png)no-repeat center top;
}

#bodyinhome .fcol.fcol-2 .container{

}
#bodyinhome .fcol.fcol-1 .container{

}
#bodyinhome .fcol.fcol-5 .container{

}
/*十大安心保證-背景*/
.block {
    display: block;
    width: 100%;
    height:100%;
    padding-bottom:auto;
    padding: 5%;
    background: #4c6b9e;
   overflow: hidden;
   position: relative;
   transition:all 0.5s;
   border-radius: 5px;
   top:0;
}
.block:hover {
    transform:scale(1.1);
    background:#ff6600;
  top:-10px;
}
.block p {
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  color:#fff;
   font-family:"微軟正黑體";
}


#logo {
  display: block;
}

.topnavbar .container {
  text-align: center;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {

}

/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #fff;/*文字顏色*/
    line-height: 1.8;
}
@media only screen and (max-width: 768px){
.fcol p{
    font-size: 16px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/


@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    height: 140px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
    border-bottom: #c31c30 50px solid;
}}


#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 5px 12px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #f1d03c;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #f1d03c;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}


/*title文字顏色*/
.h1title {
    color: #333;
}

a {
    color: #f1d03c;/*連結顏色*/
    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 {

}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


/*圖片樣式剪裁*/
.pic1 {
   max-width:350px;
   min-width:180px;
   max-height:150px;
   min-height:100px;
   overflow:hidden;
   border:3px solid #fff;/*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/
   padding: 0px;
   margin: 0 auto 0; /*置中*/   
   box-shadow: 0px 0px 3px #666;
}
.pic1 img{
  width: 100%;/*圖片剪裁寬度*/
  height: 100%;/*圖片剪裁高度*/
  object-fit: cover;/*圖片特效-圖片剪裁*/
}
/*圖片樣式剪裁*/

.drop-shadow {
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.7))
}/*PNG透明圖製作陰影*/

/*表格樣式-首頁服務範圍*/
.table-1{
 border-collapse: separate;
  border-spacing: 0;
}
.table-1 tr{
  border: 1px solid #da4254;
}
.table-1 td{
  text-align: center;
  font-size: 14px;
  border: 1px solid #da4254;
  padding: 3px;
  background-color: #c31c30;
  border-radius: 10px;
  color: #FFF;
}
/*表格樣式-首頁服務範圍*/


/*表格按鈕-文字底色變化特效*/
button1 {
    margin: 0px;
}
.btn-1 {
    border: 1px solid #f1d03c;/*表格按鈕框線樣式*/
    color: #f1d03c;
}
.btn-1:hover{
    background-color: #333; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}
.custom-btn {
    font-size: 12px;
    padding: 3px 5px;
    font-family: Arial,微軟正黑體; 
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}/*表格按鈕-文字底色變化特效*/


/*圖文特效按鈕-圖縮放大標題在上*/
.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;
}


/*產品介紹圖文特效*/
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:220px;
  vertical-align: top;
  padding: 10px;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
}
figure.snip1249:hover img{
  opacity: 0.8;
}
figure.snip1249 h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1249 p {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  font-size:14px;
  padding:10px;
  color:#333;
  line-height:32px;
}
figure.snip1249 figcaption {
  padding: 5px 20px 20px 20px;
  color: #000000;
  position: relative;
  font-size: 0.9em;
  text-align: right;
}

figure.snip1249 figcaption .btn-more {
  display: inline-block;
  width: auto;
  border: 2px solid #976633;
  padding: 0.4em 0.6em;
  color: #976633;
  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: #976633;
  color: #ffffff;
}
figure.snip1249 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

/*圖文按鈕特效 */

@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
.snip1579 {
  font-family: '微軟正黑體', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 250px;
  max-width: 100%;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1579 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1579 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1579 figcaption {
  position: absolute;
  height: 75px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.75);
}
.snip1579 h3 {
  font-family: '微軟正黑體', Arial, sans-serif;
  text-transform: uppercase;
  font-size:20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
  color: #fff;
  font-weight:bold;
}
.snip1579 h5 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #bbb;
  font-size:13px;
  letter-spacing: 1px;
}
.snip1579 p {
  font-size:14px;
}
.snip1579 blockquote {
  padding: 5;
  margin: 0;
  font-size: 1em;
}
.snip1579 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1579:hover figcaption,
.snip1579.hover figcaption {
  height: calc(85%);
}
