    :where([class^="ri-"])::before { content: "\f3c2"; }
      body {
          font-family: 'Noto Sans TC', sans-serif;
      }
      .hero-section {
          background-image: linear-gradient(to right, rgba(17, 24, 39, 0.9), rgba(17, 24, 39, 0.7), rgba(17, 24, 39, 0.4)), url('https://readdy.ai/api/search-image?query=Professional%20construction%20site%20with%20excavators%20and%20heavy%20machinery%20working%20at%20sunset%2C%20industrial%20engineering%20scene%20with%20dramatic%20lighting%2C%20high%20quality%20realistic%20photo%2C%20construction%20vehicles%20in%20action&width=1920&height=800&seq=1&orientation=landscape');
          background-size: cover;
          background-position: center;
      }
      .service-card:hover {
          transform: translateY(-5px);
          box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
      }
      input:focus {
          outline: none;
      }

.phone{position:fixed;right:1%;top:36%;z-index:1000}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  max-width: 100%;

  font-family: 'Helvetica Neue', sans-serif;
}

.service-box {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  text-align: left;
  transition: transform 0.3s ease;
}

.service-box:hover {
  transform: translateY(-3px);
}

.service-box h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
}

.service-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

#bodyinpage #banner {
    display:none;
}

#bodyinhome .fcol.fcol-6{
  background-image:url("https://static.iyp.tw/409616/files/ce9b10ce-a41a-47e5-ab14-297444ff69ef.jpg");
  background-attachment:fixed;
}
#bodyinhome .fcol.fcol-5{
  background-color:#fad698;
  padding:2em;
}
/* 按鈕區塊 */
.view-btn-container2 {
  display: flex;
  justify-content: center;
}

.view-btn2 {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #333;
  color: #c0b8af;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  color:#333;
}

.view-btn2:hover {
  background-color: #333;
  color: #fff;
}
/* 按鈕區塊 */
.view-btn-container {
  display: flex;
  justify-content: center;
}

.view-btn {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #c0b8af;
  color: #c0b8af;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.view-btn:hover {
  background-color: #c0b8af;
  color: #fff;
}

.hr1{
border-bottom: 1px solid #333;
  width:60%;
}
/*標題圓圈*/
.t-1 h3 {
  color: #282864;
  font-size: clamp(1.5rem, 3vw, 2rem); 
  line-height:1.5;
 
}
.t-1 h3::before { 
    content: '';
    display: block;
    height: 3rem;
    width: 3rem;
    background-color: #eee;
    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;
}

#logo h1 {
    height: 70px;
}
#t-500{
  font-family: 'Noto Serif TC', serif;
  font-weight: 1000;
    color: #000;
}


.pc_01 img {
   width: 100%;
    height: 300px;
   object-fit: cover;
  box-shadow: -10px 10px #ddd;
}

/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-1, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet { 
    transform: scale(0.8);
    right:0;
  }
}

/*回首頁在最右邊*/
.navbar-nav {
    display:none;
}

/*套用google font字型Noto Serif TC明體*/
#t-500{
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
    color: #c79b6a;
}

/*了解更多*/
.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: #333; 
  border-radius: 5px;
}

.bg-icon1:hover  {
  background-color: #6d5c44; 
  color: #fff;
}

.bg-icon1 a { color:#fff;}


/*文字顏色, ::after底線*/
#ser-line {
    background: #3d7294;
    width: 40px;
    height: 5px;
    display: block;
    margin: 0.5em auto 0.5em;
    border-radius: 5px;
}



.topnavbar .container {
  text-align: justify;
  font-size: 0;
  padding: 0px;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 0px;
}
body {

}







#bodyinhome .fcol.fcol-2{
/* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+7,ffffff+7,efefef+7,efefef+7,efefef+13,efefef+100 */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 7%,#ffffff 7%,#fad698 7%,#fad698 7%,#fad698 13%,#fad698 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}





#bodyinhome .fcol.fcol-6 {


}

/* 首頁各層編輯欄背景*/
body.about-us .fcol.fcol-6   {


}



.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: #4d4740;
    left: 0;
     top: 15px; }

#nav ul li a {
    color: #333;/*頁籤文字顏色*/
    padding: 10px 16px;/*頁籤文字間隔*/
    /*border-left: #999 1px dotted;頁籤文字間隔虛線*/
    font-size:14px;

}

#nav ul li a:hover  {
  color: #584837;/*頁籤滑過文字顏色*/
}
#nav ul li.current a { 
  color: #584837;/*頁籤滑過文字顏色*/
}

#nav ul li a::before {
  content:"";
  border-top:2px solid #584837;
  width:0;
  position:absolute;
  left:0;
  right:0;
  top:35px;
  margin:0 auto;
  transition:.3s all ease;
}
#nav ul li a:hover::before {
    width: 60%;
}

#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: #333;
}

#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;
    border-bottom: 1px solid #b0b0b0;
    
}

body.about-us .h1title {display:none;}

/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


/* 文字放大手機*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
    color: #000;
}

#footer {
   font-size: 12px;
}
}


/* 文字放大電腦*/
@media only screen and (min-width: 768px){
#main-wrap .container {
    font-size:16px;
  line-height:30px;
  color: #000;
}}
  
a { color: #000;}
  
  

/* 背景*/
body {
   background-color:#fff;
font-family: 'Noto Sans TC', sans-serif;
}

/* 線*/
.line{
    height: 1px;//高度爲1px,可根據實際修改
    width: 150px;
    background: #ffae00;
}
.innerline{
    display: block;
    width: 150px;
    height: 3px;
    background: #ffae00;
    margin-top: -1px;//很重要，否則兩條線不在同一水平面
}

/* 上圖下字介紹*/
figure.snip1249 {
  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.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;
  border: 10px solid #fff; 
}
figure.snip1249 img{
  position: relative;
  width: 100%;
  height: 320px; 
  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: 2.0;
}
figure.snip1249 p {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}
figure.snip1249 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.snip1249 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.snip1249:hover .btn-more {
  background-color: #20638f;
  color: #ffffff;
}
figure.snip1249 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%;}
}


/*圖文連結特效*/
.snip1585 {
  background-color: rgb(41, 46, 57);
  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%;
}

.snip1585 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1585:before,
.snip1585:after {
  background-color: rgba(46, 52, 64,  0.5);
  border-top: 50px solid rgba(46, 52, 64, 0.5);
  border-bottom: 50px solid rgba(46, 52, 64, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}

.snip1585:before {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}

.snip1585:after {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}

.snip1585 img {
  vertical-align: top;
  width: 100%;
  height: 300px;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
}

.snip1585 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.snip1585 h3 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
    color: #fff;
}

.snip1585 h3 span {
  display: block;
  font-weight: 600;
  font-size:16px;
    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:before,
.snip1585.hover:before,
.snip1585:hover:after,
.snip1585.hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.snip1585:hover figcaption,
.snip1585.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

