.map{position:fixed;right:1%;top:5%;z-index:1000}
.phone{position:fixed;right:1%;top:15%;z-index:1000}
.line-1{position:fixed;right:1%;top:25%;z-index:1000}
.fb{position:fixed;right:1%;top:35%;z-index:1000}

.topnavbar .container {
  text-align: center;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
    background-color: #fff;/*背景底色*/
}

/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/
    line-height: 1.8;
}
/*編輯欄設定*/

@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: 185px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
    border-bottom: #000 85px solid;
}}


#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #ffffff;/*頁籤文字顏色*/
    padding: 10px 8px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #FFF100;/*頁籤滑過文字顏色*/
    background-color: #a40000;
}
#nav ul li.current a {
    color: #FFF100;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #333;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}


/*title文字顏色*/
.h1title {
    color: #333333;
}

a {
    color: #00b7ee;/*連結顏色*/
    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; /* 強制圖片寬度隨容器變更 */
}

/* 首頁各層編輯欄背景*/
#bodyinhome .fcol.fcol-2{
   width: 100%;
   background-color: #333;
}
#bodyinhome .fcol.fcol-3{
   width: 100%;
   background-color: #ffcc00;
}
#bodyinhome .fcol.fcol-5{
     width: 100%;
    background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
    background-repeat: no-repeat;
    background-position:center;
    background-image: url(https://static.iyp.tw/14259/files/efd10f23-6571-4680-bbf1-25bcf0a8c0ed.jpg);
    background-color: #fcfcfc;
}
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

#ser-line {
    background: #ccc;/*分隔線顏色*/
    width: 25px;/*分隔線長度*/
    height: 3px;/*分隔線高度*/
    display: block;
    margin: 1.5em auto 1.5em;/*間距*/
}

/*表格按鈕-文字底色變化特效*/
button1 {
    margin: 0px;
}
.custom-btn {
    padding: 7px 15px;
    font-family: Arial,微軟正黑體; 
    font-weight: 500;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}
.btn-1 {
    border: 2px solid #000;/*表格按鈕框線樣式*/
    color: #000;
    font-size: 14px;
}
.btn-1:hover{
    background-color: #333; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}

.btn-fb {
    background-color:#3d5a98;
    text-align: center;
    width: 90%;/*寬*/
    color: #fff;
    font-size: 16px;
}
.btn-fb:hover{
    background-color: rgba(11,40,102,1); /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}

.btn-line {
    background-color:#00b932;
    text-align: center;
    width: 90%;/*寬*/
    color: #fff;
    font-size: 16px;
}
.btn-line:hover{
    background-color: rgba(0,135,00,1); /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}

.btn-map {
    background-color:#e4007f;
    text-align: center;
    width: 90%;/*寬*/
    color: #fff;
    font-size: 16px;
}
.btn-map:hover{
    background-color: rgba(178,0,77,1); /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}

.btn-contact {
    background-color:rgba(235,97,0,1);
    text-align: center;
    width: 90%;/*寬*/
    color: #fff;
    font-size: 16px;
}
.btn-contact:hover{
    background-color: rgba(185,47,0,1); /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}
/*表格按鈕-文字底色變化特效*/


/*首頁-圖文按鈕特效*/
figure.snip1162 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 180px;
  max-width: 280px;
  min-height: 180px;
  max-height: 280px;
  width: 100%;
  height: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);/*陰影*/
  border-radius: 10%;
}
figure.snip1162 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;  
}
figure.snip1162 img {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0.9;
}
figure.snip1162 figcaption {
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 0 1px 1px;/*邊框寬度*/
  border-radius: 100%;/*邊框圓角*/
  background: rgba(0, 0, 0, 0);
}
figure.snip1162 .heading {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip1162:hover .heading {
  overflow: hidden;
  -webkit-transform: translateY(220%);
  transform: translateY(220%);
}
figure.snip1162 h2 {
   color:#fff;
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 1px 2px #000;/*文字陰影*/
}
figure.snip1162 p {
  top: 60%;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
}
figure.snip1162 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1162:hover img,
figure.snip1162.hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1162:hover figcaption,
figure.snip1162.hover figcaption {
  top: 7%;
  bottom: 7%;
  border-width: 1px;/*滑入-邊框寬度*/
  background: rgba(255, 190, 0, 0.8);/*滑入-背景顏色*/
  border-radius: 10%;
}
figure.snip1162:hover p,
figure.snip1162.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
/*首頁-圖文按鈕特效*/