
.phone-1 {position:fixed;  right:1%;  top:80%;  z-index:1000 }
.line-1 {position:fixed;  right:1%;  top:65%;  z-index:1000 }
.phone-3 {position:fixed;  right:1%;  top:50%;  z-index:1000 }

@media only screen and (min-width: 768px){
body {
    background: none repeat scroll 0 0 #fcfcfc;
    margin: 0;
  	background-image: url(https://static.iyp.tw/18518/files/3e396d81-8b4f-4ffb-a821-f7b838aa6c49.jpg);
	background-repeat: no-repeat;
   font-family: 'Noto Serif TC', serif;
	background-position: center bottom;
    background-attachment: fixed;
    background-size:100% auto;
}}

@media only screen and (max-width: 768px){
body {
    background: none repeat scroll 0 0 #EEEEEE;
    margin: 0;
	background-repeat: no-repeat;
   font-family: 'Noto Serif TC', serif;
   background-color: #e6e3de;
}}


label {color: #43a2c7;}

.topnavbar .container {
  text-align: justify;
  padding:0px;
}

logo {
  padding:0px;

}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

.t-700{
  font-family: 'Noto Serif TC', serif;
}




/*編輯欄設定*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
}
  
.topnavbar .container {
   background-color: rgba(72,53,37,0.7);
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/


@media only screen and (min-width: 768px){
.topnavbar {
    background-color: rgba(255,255,255,1.0);
     position: relative;/*position: fixed;頁籤&banner分開不重疊*/
    max-height: 90px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}
/* 文字放大*/
.container {
    font-size:16px;
  line-height:30px;
}
  
#foot-nav {
    font-size:13px;
}
}

/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*產品內頁*/

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}



#nav ul li a {
    font-size: 18px;/*頁籤文字大小*/
    color: #000;/*頁籤文字顏色*/
    padding: 10px 13px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #f96100;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #f96100;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    text-align: left;
    font-size: 14px;
    background-color: #fff;/*次頁籤底色*/
}




/*title文字顏色*/
.h1title {
    text-align: center;
    color: #000;
    border-bottom: 1px dashed #666;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}



.fcol.fcol-header {
  background-color: rgba(255,255,255,0.6);
}





body.about-us .fcol.fcol-6 .container {
      width: 100%;
      padding:0px;
      margin-bottom: -10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}


.product-list-div h2 {
    text-shadow: 0 0px 0 #333;
}



ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #464646;
}
ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #7a7a7a;
    overflow: hidden;
    padding: 0 16px;
}

#footer {
    color: #ffffff;
    background-color: rgba(33,109,166,0.7);
}

#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;
}

/*響應欄表格col-4 col-5 col-6 col-7 手機版強制2欄 寬度50%*/
@media only screen and (max-width: 576px){
.serve-item .col-4 { max-width: 50%;}
.serve-item .col-5 { max-width: 50%;}
.serve-item .col-6 { max-width: 50%;}
.serve-item .col-7 { max-width: 50%;}
}

#bg-1 {
  width: 100%; 
  height: 100%;
  margin: 0 auto 0;
  padding: 5px 5px 0;
  color: #333;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 700;
  text-align: center; 
  border: 1px solid #ccc;
background: rgb(242,246,248); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(242,246,248,1) 0%, rgba(230,234,237,1) 50%, rgba(242,246,248,1) 51%, rgba(244,244,244,1) 70%, rgba(220,225,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(242,246,248,1) 0%,rgba(230,234,237,1) 50%,rgba(242,246,248,1) 51%,rgba(244,244,244,1) 70%,rgba(220,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(242,246,248,1) 0%,rgba(230,234,237,1) 50%,rgba(242,246,248,1) 51%,rgba(244,244,244,1) 70%,rgba(220,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#dce1e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  box-shadow: 2px 2px 5px #ccc;
}

.bg02 table td {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100 */
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 */
  color: #fff;
  border: 1px solid #fff;
  font-family: 'Noto Serif TC', serif;
  text-align:center;
   font-weight:bold;
}

/*圖文連結特效*/
.snip1581 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 160px;
  max-width: 600px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border: 2px solid #ccc;
}
.snip1581 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1581 img {
  width: 100%;
  height: 350px;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  vertical-align: top;
}
.snip1581 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.snip1581 h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 3px 0;
}
.snip1581 .title1 {
    color: #fff;
}
.snip1581 .title2 {
  font-weight: 700;
  color: #fff;
}
.snip1581 .title3 {
  color: #a58e7c;
  font-size: 25px;
}
.snip1581 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1581:hover img,
.snip1581.hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}



