.line-1{position:fixed;right:1%;top:15%;z-index:1000}
/*phone icon*/
.phone{position:fixed;right:1%;top:25%;z-index:1000}
.google{position:fixed;right:1%;top:35%;z-index:1000}


.form .tel-day-wrap, .form .tel-night-wrap {display:none;}

/*contact 聯絡我們-表格+圖示*/
.contact-1 {
  box-shadow: -7px -7px 20px 0px rgb(0 0 0 / 10%), -4px -4px 5px 0px rgb(0 0 0 / 10%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
  background-color: #fff;
}
.contact-1 div {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.contact-1 i {
  font-size:2rem;
  color: #ffbb00;
  padding-top: 20px;
}
.contact-1 h3 {
  font-size:2rem;
  color: #999;
  font-weight: 400;
}
.contact-1 p {  font-size:16px;}



/*了解更多*/
.bg-icon1  {
  margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
   border: 3px solid #fff;
}

.bg-icon1:hover  {
  background-color: #fff; 
  color: #25417c;
}

.bg-icon1 a { color:#fff;}


/*放大鏡底圖改色*/
.navbar-nav {
    background-color: rgba(72,130,162,1.0);  

}


#logo h1 {
    height: 70px;
}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
  padding-bottom: 0px;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 0px;
}

/*google文字*/
.t-700{
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
}



body.about-us .fcol.fcol-1 {
   width: 100%;
   background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 60% ,#fff  60%),url(https://static.iyp.tw/42497/files/77576253-560a-471f-9e3a-7d6fa401f5cb.jpg);
  padding: 5rem 0;
}

body.about-us .fcol.fcol-2 .container {
  background-color: #fff;

}

body.about-us .fcol.fcol-2  {
   background-attachment: fixed; 
   background-position: 50% 10%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0% ,rgba(0, 0, 0, 0.0) 100%) , url(https://static.iyp.tw/42497/files/c86d0465-bd5b-4c50-8dde-0950540c8654.jpg);
   padding: 5rem 0;

}


body.about-us .fcol.fcol-3 { padding: 3rem 0;}

.topnavbar {
     background-color: #f7fcfb;/*頁籤底圖顏色*/
    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 大小 */
}


/* 內頁消除空白*/
body.about-us .fcol.fcol-header .container {
    padding: 0px;
} 

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

body.about-us .h1title { display:none;}


body.about-us .fcol.fcol-4 {
 background-color: #e7fcf9;
  padding: 2rem 0;
}

body.about-us .fcol.fcol-5, body.about-us .fcol.fcol-6 {
 display:none;
}





#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #297094;
    font-size: 14px;
    padding: 15px;
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover {
    color: #297094;

}

#nav ul li.current a {
    color: #297094;
 } 

ul.product-list li h3 {
    color: #334e9e;
}

ul.product-list li a {
   color: #334e9e;
    background-color: rgba(0, 0, 0, 0.00);
}


h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #334e9e;
}

.fcol h2 {color: #334e9e;}

.productdetail .detail-spec h2 {
    color: #334e9e;
}

.product-list-div h2 {
    text-shadow: 0 0px 0 #334e9e;
}



ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #334e9e;
}
ul.product-list li h3 {
    color: #334e9e;
}



#footer {
   background-color: #dfeff5;
  color: #201a4e;
}

#foot-nav {display:none;}



/*首頁特效*/
#frame_c {
  border-radius:10px;
box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-webkit-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-moz-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-o-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
  background-color: #fff;
}

/*圖片*/
.menu [class^="col-"] img:hover {
    border-radius: 8px;
}
.menu [class^="col-"] img {
  transition:0.7s;
  border-radius: 50%;
  border: 1px #dddddd solid;
  padding:6px;
  background-color:#fff;
  width: 190px;
  height: 190px;
  object-fit: cover;
}

.row [class^="col-"] img{
  opacity:3;
  transition:0.7s
}
.row [class^="col-"] img:hover {
    opacity:1;
}
.row [class^="col-"] {
  padding:10px;
}

body {
    background-color: #fff;/*背景底色*/
    font-family: 'Noto Sans TC', sans-serif;/*套用google font字型Noto Sans TC黑體*/
}







/* 文字放大電腦*/
#main-wrap .container {
     font-size: clamp(0.8rem, 0.9vw, 1.0rem);
  line-height:30px;
  color: #334e9e;
}

body.product #main-wrap .container {
  color: #334e9e;
}
  


.title {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.spec-table th, .spec-table td {
  border: 1px solid #334e9e;
  padding: 8px;
  text-align: center;
}
.spec-table th {
 background-color: #334e9e;
 color: #fff;
}

/*指定顏色*/
ul.c {
  list-style: none; 
  margin-left: 1.0em;
  
}

ul.c li::before {
   font-family: "Font Awesome 6 Free";
  content: "\f0a9"; /*向右箭頭*/
  font-weight: 700;
  color: #334e9e; 
  display: inline-block;
    width: 1em;
}
/*產品*/
ul.d {
  list-style-type: disc;/*disc實心 ecimal 數字*/
   margin-left: 1.5em;
}


/*行業與解決方案*/
.service-item {
            background-color: #f8f9fa;
            border-radius: 8px;
            padding: 10px;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border: 1px solid #ddd;/*表格細線*/
}
.service-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
 .service-item i {
            font-size: 40px;
            color: #253852;
            margin-bottom: 10px;
 }
.service-item h2 {
            font-size: 22px;
            color: #333;
            margin-bottom: 10px;
}
.service-item p {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
            text-align: left;
 }