.phone{position:fixed;right:1%;top:20%;z-index:1000;}

/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 430px){ 
  .phone, .fb, .line-1, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet, .youtube-1, .tiktok , .thread { 
    transform: scale(0.8);
    right:0;
  }
}

.topnavbar {
    background-color: #1658a6;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    line-height: 0;
    padding: 0;/*頁籤間距*/
}


body[data-type="fullpage"] .topnavbar .container {
    text-align: center;
    padding: 0;
    width: 100%;
  box-shadow: 0 0 10px #0002;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
    background-color: #fff;/*背景底色*/
    font-family: 'Noto Sans TC', sans-serif;/*套用google font字型Noto Sans TC黑體*/
}

#logo h1 { text-align: center; height: 70px; }

/*動到表格手機不會破版*/
table {
  table-layout: fixed;
  word-wrap:break-word;
} 

/*編輯欄設定*/
.fcol p{
    font-size: clamp(14px, 2vw, 16px); /*最小值 首選值 最大值 限制屬性值區間*/
    color: #333;/*文字顏色*/
    line-height: 2;
}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}

.fcol h2 { 
  color: #1658a6;
  font-size: clamp(28px, 3vw, 36px);/*最小值 首選值 最大值 限制屬性值區間*/
 /* line-height:2;*/
}
.fcol h3 { 
  color: #2196f3;
  font-size: clamp(20px, 3vw, 24px);/*最小值 首選值 最大值 限制屬性值區間*/
 /* line-height:2;*/
}

/*nav*/
#nav {
  display: inline-flex;
  vertical-align: bottom;
  justify-content: center;
  background-color: #f5f5f5;
  width: 100%;
}
#nav ul{ margin: 0 80px; }

#nav ul li a {
    white-space: normal; /*自動換行*/
    font-size: 16px;/*頁籤文字大小*/
    color: #000;/*頁籤文字顏色*/
    padding: 10px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #333;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #000;/*頁籤按下後文字顏色*/
    font-weight: 500;
}
/*頁籤按鈕下底線滑入特效*/
#nav ul li a::before {
  content:"";
  border-bottom:2px solid #5ccae3;
  width:0;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
  transition:.3s all ease;
}
#nav ul li a:hover::before {
    width: 100%;
}
#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
    width: max-content;/*最大內容*/
    text-align: left;
}

#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

#side h3 { 
  color: #000;
  font-size: clamp(16px, 3vw, 20px);
  background-color: #eee;
  border-radius: 10px 10px 0 0;
}

.product-list-div h2 { font-size: clamp(24px, 3vw, 28px); }

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #eee;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}
.productdetail .detail-spec h2 p{
    color: #333;
    font-size: 30px;
}/*產品內頁標題文字*/


/*title文字顏色*/
.h1title h1{
    color: #333333;
  font-size: clamp(24px, 3vw, 30px);
}

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-1 {
   background-color: #000;
}
#bodyinhome .fcol.fcol-1 .container {
   width: 100%;
   padding: 0;
}/*拉寬編輯欄設定*/

#bodyinhome .fcol.fcol-2,
body.about-us .fcol.fcol-2  {
   background-color: #bccad3;
  padding: 3em 0;
     width: 100%;
   background-attachment: fixed; /*fixed固定背景; scroll捲動背景*/
   background-repeat: no-repeat;
   background-position:center;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: url(https://static.iyp.tw/409745/files/b4c0961e-f07e-46dc-bc55-fc18fb5c5789.jpg);
}
#bodyinhome .fcol.fcol-3 { background-color: #1658a6;} 

#bodyinhome .fcol.fcol-4,#bodyinhome .fcol.fcol-5,#bodyinhome .fcol.fcol-6 {display:none;}

/*核心服務與解決方案*/
.pro-1 img {
	width: 100%;
	height: auto;
	background-color: #fff; /*背景顏色*/ 
	border: 1px solid #D5D5D5; /*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  aspect-ratio: 2 / 1; /*比例*/

}
.pro-1 h2 { font-size: clamp(22px, 3vw, 30px);}


#img-left {
  border-radius: 1.5em;
  margin-top: 2em;
  margin-left: 4em;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
#img-right {
  border-radius: 1.5em;
  margin-top: 2em;
  margin-left: -4em;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
@media only screen and (max-width: 768px){ 
  #img-left ,#img-right {
    margin-top: 0em;
    margin-left: 0em;
  }
}
.t-box {
  background-color: #fff; 
  border-radius: 1.5em;
  aspect-ratio: 16 / 9;
  padding: 2em; 
  position: relative;
  z-index: 1;
}
.t-box h2 { 
  color: #1658a6;
  font-size: clamp(22px, 3vw, 30px); /*最小值 首選值 最大值 限制屬性值區間*/
  line-height:2;
}



/*按鈕-文字底色變化特效*/
.custom-btn {
    padding: 5px 25px;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-more1 {
    border-radius: 0px;
    border: 1px solid #ccc;
    color: #333;
    font-size: clamp(14px, 3vw, 16px);
    background-color: #fff;
     font-weight: 400;
}
.btn-more1:hover{
    background-color: #333; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}
