.phone{position:fixed;right:1%;top:40%;z-index:1000;}
.line-1{position:fixed;right:1%;top:52%;z-index:1000;}

/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-1, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet { 
    transform: scale(0.8);
    right:0;
  }
}

.topnavbar {
    background-color: #2d586d;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}

.topnavbar .container {
  text-align: justify;
  padding: 10px 0 0 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
    background-color: #fff;/*背景底色*/
}

#logo h1 { text-align: center; }

table {
table-layout: fixed;
word-wrap:break-word;
} /*動到表格手機不會破版*/


/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/
    line-height: 2;
}
@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: 1.0rem;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #ddd;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    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;/*下拉選單箭頭距離*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}
.productdetail .detail-spec h2 p{
    color: #333;
    font-size: 30px;
}/*產品內頁標題文字*/


/*title文字顏色*/
.h1title h1{
    color: #333333;
  text-align: center;
  border-bottom: 1px dashed #ddd;
}

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; /* 強制圖片寬度隨容器變更 */
}


/* 首頁各層編輯欄背景*/
body.about-us .fcol.fcol-2,body.about-us .fcol.fcol-4 {
   width: 100%;
   background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
   background-repeat: no-repeat;
   background-position:center;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: url(https://static.iyp.tw/409291/files/607b9106-bcef-4245-941f-4a02a52e3868.jpg);
   background-color: #fcfcfc;
}
body.about-us .fcol.fcol-3 .container {
   width: 100%;
   background-color: #fff;
}/*拉寬編輯欄設定*/
@media only screen and (min-width: 1280px){
body.about-us .fcol.fcol-5 .container { width: 85%;}/*拉寬編輯欄設定*/
}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*服務流程箭頭*/
#Process { padding: 30px; }
#Process::after {
  font: var(--fa-font-solid);
  content: "→"; /*向右箭頭*/
  position: relative;
  bottom: 50%;
  left: 65%;
  font-size: 24px;
  font-weight: 700;
  color: #FF9800;
} 
@media only screen and (max-width: 1440px){
  #Process::after { left: 75%;} 
}
@media only screen and (max-width: 991px){
#Process::after {
  content: "↓"; /*向下箭頭*/
  position: relative;
  bottom: 0;
  top:20px;
  left: 0;
}}

.step-bg {
  background-color: #fff;
  height: 100%;
  padding: 0 12px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.step-bg h3 {  
  font-size: 24px;
  font-weight: 700;
  color: #688ca0;
}
.step-bg p {  
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}


/*圖文連結特效*/
.snip1585 {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  margin: 0 auto 0;
  max-width: 350px;
  min-width: 160px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  box-shadow: 0 0 10px #0002;
}

.snip1585 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1585:after {
  background-color: rgba(0, 0, 0,  0.6);
  border-top:100% solid rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: -300px;
  left: 0;
  right: 0;
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}

.snip1585:after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.snip1585 img {
  vertical-align: top;
  width: 100%;
  aspect-ratio: 9 / 16;
  backface-visibility: hidden;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
}
@media only screen and (max-width: 576px){  .snip1585 img { width: 100%; aspect-ratio: 1 / 1; } }

.snip1585 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 1;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.snip1585 h3 {
  font-family: 'Noto Serif TC', serif;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 35%;
  text-transform: uppercase;
  color: #fff;
}

.snip1585 span {
  font-weight: 400;
  font-size:14px;
  color: #fff;
}

.snip1585 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.snip1585:hover > img,
.snip1585.hover > img {
  opacity: 0.7;
}

.snip1585:hover:after,
.snip1585.hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.snip1585 span { opacity: 0;}


.snip1585:hover figcaption,
.snip1585.hover figcaption,
.snip1585:hover span,
.snip1585.hover span {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  bottom:20px;
}


/*footer*/
#foot-nav {
    display: none;
}