.phone{position:fixed;  right:1%;  top:35%;  z-index:1000 }
.line-01{position:fixed;  right:1%;  top:50%;  z-index:1000 }
.map{position:fixed;  right:1%;  top:65%;  z-index:1000 }


h4 {
   background: linear-gradient(to top, #006db0, #01304d, #01304d);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
  font-size: 30px;
  font-weight:bold;
    line-height:40px;
}

/*標題圓圈*/
.t-1 h3 {
  color: #282864;
  font-size: clamp(1.0rem, 2vw, 1.5rem); 
  line-height:1.5;
 
}
.t-1 h3::before { 
    content: '';
    display: block;
    height: 3rem;
    width: 3rem;
    background-color: #c6cbdc;
    border-radius: 100%;
    margin-left: -10px;
    margin-bottom: -2.5rem;
    z-index: -1;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
    background-color: #4666ba;
    padding: 0px 10px;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all:hover {
    color: #fff;
    transition-property: left, color;
    background-color: #4666ba;
    padding: 0px 10px;
}

.product-list-div h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    padding: 6px 15px;
    text-shadow: 0 0px 0 #fff;
    font-size: 16px;
}




/*回首頁在最右邊*/
.navbar-nav {
    display:none;
}



/*了解更多*/
.bg-icon1  {
  margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
   background-color: #293aa0; 
  border-radius: 5px;
}

.bg-icon1:hover  {
  background-color: #ff7e00; 
  color: #fff;
}

.bg-icon1 a { color:#fff;}




#logo h1 {
    height: 70px;
}

.topnavbar .container {
   text-align: center;
  font-size: 0;
  padding: 0px;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 0px;
}





#bodyinhome .fcol.fcol-1, #bodyinhome .fcol.fcol-6 {
  background-repeat: no-repeat;
   background-position: 50% 10%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0% ,rgba(0, 0, 0, 0.6) 100%) , url(https://static.iyp.tw/409706/files/3d949a8d-8885-40b6-89f7-908295e74caf.jpg);
  padding:3rem 0;
  
}

#bodyinhome .fcol.fcol-4, #bodyinhome .fcol.fcol-5 { display:none; }


#bodyinhome .fcol.fcol-3, body.about-us .fcol.fcol-2  {
   width: 100%;
   background-image: -webkit-linear-gradient(left, #b8b8b8 30% ,#e8e8e8  30%);/*頁籤底色漸層*/
   background-color: #f5f5f5;
  padding:3rem 0;
  
}




.topnavbar {
     background-color: #fff;/*頁籤底圖顏色*/
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0px;/*頁籤距離*/

}


/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(700 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(700 / 1920 * 100%); /* 內頁 banner 大小 */
}

#nav ul li::after {  
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #a4c7dc;
    left: 0;
     top: 12px; }

#nav ul li a {
    color: #0841c1;/*頁籤文字顏色*/
    padding: 10px 15px;/*頁籤文字間隔*/
    /*border-left: #999 1px dotted;頁籤文字間隔虛線*/
    font-size:16px;
   font-weight: bold;
}

#nav ul li a:hover  {
  color: #ff7e00;/*頁籤滑過文字顏色*/
  letter-spacing: 0.3em;
  transition:.3s all ease;
}
#nav ul li.current a { 
  color: #ff7e00;/*頁籤滑過文字顏色*/
}


#nav .subnav {
    background-color: #ffffff;/*次頁籤底色*/
}

#nav li.has-subnav ul li::after {  
    content: "";
    position: absolute;
    width: 0px;
    height: 20px;
    background: #fff;
    left: 0;
     top: 15px; }

#nav .subnav li a:hover::before  {
    display:none;
}


#side ul li a {
    color: #31708f;
}

#side ul li.current>div a {
    color: #333;
}

/* 商品格*/
ul.product-list li a { color: #333;}
ul.product-list li a:hover { color: #333;}

/*title文字顏色*/
.h1title {
    color: #000;
    text-align: center;
}

.h1title h1 span::after {
    content: "";
    background: #ff7e00;
    width: 50px;
    height: 5px;
    display: block;
    margin: 0.5em auto 0.5em;
    border-radius: 5px;
}

body.about-us .h1title {display:none;}

/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}



  
a { color: #000;}
  
  

/* 背景*/
body {
   background-color:#fff;
font-family: 'Noto Sans TC', sans-serif;
}

/*下面底色/文字顏色*/
#footer {
    color: #000;
    background-color: #e9e9e9; 
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 0px solid #444;
}

#foot-nav ul li a {display:none;}


/*產品介紹-圖文左右特效*/
figure.snip1249 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  border: 1px solid #6c6c6c; 
   border-radius: 10px;
}

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: 30%;
  aspect-ratio: 4 / 3;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  transform:scale(1,1);
}

figure.snip1249:hover img{
  opacity: 0.7;
  transform:scale(1.1,1.1);
}

figure.snip1249 h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding:10px;
  color: #333399;
}
figure.snip1249 p {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  padding:5px 5px 10px 10px;
}
figure.snip1249 figcaption {
  color: #333333;
  position: relative;
  font-size: 0.9em;
  width: 100%;
  padding:10px;
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  text-align: justify;
}


figure.snip1249 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}


/*產品介紹-特效*/
figure.snip1250 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-family: 'Noto Sans TC', sans-serif;
}

figure.snip1250 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border: 10px solid #fff; 
}
figure.snip1250 img{
  position: relative;
  width: 100%;
  height: 250px; 
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  transform:scale(1,1);
}

figure.snip1250:hover img{
  opacity: 0.7;
  transform:scale(1.1,1.1);
}

figure.snip1250 h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
figure.snip1250 p {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
}
figure.snip1250 figcaption {
  color: #000000;
  position: relative;
  font-size: 0.9em;
  text-align: center;
  background: #ffffff;
  width: 100%;
  display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

figure.snip1250 figcaption .btn-more {
  display: inline-block;
  width: auto;
  border: 2px solid #20638f;
  padding: 5px 10px;
  color: #20638f;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
  margin: 1rem;
}

figure.snip1250:hover .btn-more {
  background-color: #20638f;
  color: #ffffff;
}
figure.snip1250 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}




/*UL大標 https://steam.oxxostudio.tw/category/html/tags/ul-li.html*/
ul.a {
  list-style-type: circle;
}

ul.b {
  list-style-type: square;
}

ol.c {
  list-style-type: ecimal;/*disc實心 ecimal 數字*/
  margin-left: 1em;
  font-size:20px;
  line-height:40px;
}

ol.d {
  list-style-type: lower-alpha;
  margin-left: 1em;
}

/*響應欄表格col-4 col-5 col-6 col-7 手機版強制2欄 寬度50%*/
@media only screen and (max-width: 576px){
.serve-item .col-3 { max-width: 33%;}
.serve-item .col-4 { max-width: 50%;}
.serve-item .col-6 { max-width: 50%;}
.serve-item .col-7 { max-width: 50%;}
}


/*產品-服務項目區塊項目li效果—5格*/
.pro_item ul li {
    padding: 5px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(24% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: center;
}
.pro_item a { color:#666 ;font-size: 15px;}

.pro_item a:hover { 
  opacity: 0.8;   
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px){
 .pro_item ul li { width: calc(33% - 10px); font-size: 14px;}
  .pro_item a { font-size: 14px;}
}
@media only screen and (max-width: 768px){
 .pro_item ul li { width: calc(50% - 10px); }
}
@media only screen and (max-width: 567px){
 .pro_item ul li { width: calc(100% - 10px); }
}



/*響應欄表格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%;}
}


/* 下排浮動頁籤連結 */
#wrap-fmenu{
   max-width:1280px;
    width:100%;
    margin:0px auto;
    display:block;
}
.fMenu{
   background-color:#6cc11a;
	display:block;
	position:fixed;
	width:100%;
    margin:0 auto;
	z-index:100;
  	color:#FFF;
	left:0;
	bottom:0;
}
.fMenu ul li{
    letter-spacing:1.5px;
	float:left;
	width:33%;
	border-left:1px solid #fff;
	box-sizing:border-box;
  	color:#FFF;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fMenu ul li:first-child{
	border:none;
}
.fMenu ul li a{
	display:block;
	min-height:45px;
    max-height:120px;
	padding: 10px 10px 5px 10px;
    font-size: clamp(12px, 2vw, 20px); 
	color:#FFF;
	text-align:center;
	box-sizing:border-box;
    letter-spacing:0px;
    line-height: 1.1;
}
.fMenu ul li a i{
	display:block;
	font-size:70%;
  	color:#FFF;
}

/* 文字*/
#wrap {
     font-size: clamp(16px, 2vw, 18px);
    color: #454545;
}

#footer {
   font-size: 12px;
}
