.phone{position:fixed;right:1%;top:40%;z-index:1000;}
.fb{position:fixed;right:1%;top:52%;z-index:1000;}
.line-1{position:fixed;right:1%;top:64%;z-index:1000;}
/*產品分類*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
figure.snip1212 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin:0 auto;
  min-width: 220px;
  max-width: 600px;
  max-height: 300px;
  width: 100%;
  color: #000000;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #000 70%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #000 70%);
}

figure.snip1212 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

figure.snip1212 img {
  max-width: 100%;
}

figure.snip1212 figcaption {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}


figure.snip1212 p {
  margin: 0;
  width: 100%;
  padding: 10px 20px;
}

figure.snip1212 h2 {
  color: #ffffff;
  position: absolute;
  bottom: 100%;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  padding:10px;
}

figure.snip1212 p {
  background: rgba(255, 255, 255, 1.0);
  text-align: right;
  bottom: 0;
  font-size: 0.8em;
  font-weight: 500;
}

figure.snip1212 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1212:hover img,
figure.snip1212.hover img {
  opacity: 0.4;
}

figure.snip1212:hover figcaption,
figure.snip1212.hover figcaption {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


body.about-us .fcol.fcol-1{

}

body.about-us .fcol.fcol-2{
   background-color:#eee;
}
body.about-us .fcol.fcol-2 .container{
  width:100%;
}
body.about-us .fcol.fcol-3 .container{
  width:100%;
}
body.about-us .fcol.fcol-6{

}

body.about-us .fcol.fcol-4 .container{
  width:100%;
}


/*漢堡選單*/
.navbar .rwd-navbar-toggle .label {
  left: 45px;
Font-size:18px; /* 文字變大*/
  font-weight:bold;
}
.navbar {
  background-color: #87d237; /* 填入想要的顏色 */
  font-size:110%;
}

.navbar .rwd-navbar-toggle {
  padding: 23px 70px 23px 12px;
}
.navbar-icon-bar {
  width: 28px;
  height: 5px;
}
.navbar-icon-bar:before {
  top: -8px;
}
.navbar-icon-bar:after {
  top: 8px;
}
.navbar .rwd-navbar-toggle .label {
  left: 45px;
}
.rwd-navbar-toggle {
    width: 300px;
}
@media (max-width: 767px) {
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media only screen and (max-width: 767px) {
.rwd-navbar-toggle:before,
.rwd-side {
  background-color: rgb(39, 170, 226); /* 填入想要手機版型的選單背景顏色 */
}
  
.rwd-side a {
  color: #222; /* 填入想要手機版型的選單選項的文字顏色 */
} 
/*文字顏色*/
.rwd-side .nav span{color:#515151}

.rwd-side .nav span:hover{color:#eb6f00;}
 /*文字顏色下拉選單顏色*/
.rwd-side .side-content a {
    color: #515151;
}  
  
.rwd-side .side-content a:hover {
    color:#eb6f00;
}
  
.rwd-side .product-search input[type="text"],
.rwd-side .product-search input[type="text"]:focus {
   background-color: #efefef; /* 填入想要手機版型的搜尋輸入匡的背景顏色 */
}
.rwd-side .nav li {
  border-bottom: 1px #ccc solid;
}
.rwd-side .language > a {
  padding-left: 0px;
  } 
}

.rwd-side.menu-open {
  background: #fff;
 }

/*serch*/
@media only screen and (max-width: 767px) {
#rwd-side.rwd-side.rwd-collapse.menu-open .product-search input[type="text"] {
    width: 100%;
    height: 35px;
    font-size: 18px;
    padding: 5px 63px 5px 10px;
    background-color: #b1e6f7;
    border-color: transparent;
 }
} 

/*產品介紹圖文特效*/
figure.snip1249 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 150px;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-family: verdana, geneva;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
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: 100%;
  aspect-ratio: 4 / 3;
  vertical-align: top;
  padding: 10px;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
}
figure.snip1249:hover img{
  opacity: 0.8;
}
figure.snip1249 h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
figure.snip1249 p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: justify;
  line-height: 1.5;
    /*限制內容字數*/
 /* overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;/*限制行數*/
}
figure.snip1249 figcaption {
  padding: 10px 20px 5px;
    color: #000000;
    position: relative;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
}

figure.snip1249 .btn-more {
border: 1px solid var(--muted);
    padding: 0.4em 0.6em;
    color: var(--muted);
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 20px;
    text-align: center;
    letter-spacing: 5px;
  background-color: var(--green);
    color: #ffffff;
}

figure.snip1249:hover .btn-more {
  background-color: #4c8509;
}

figure.snip1249 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}


.btn-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
  }

  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .btn-1 {
    background: linear-gradient(135deg, #2b9df4, #2b6cff);
  }
  .btn-2 {
    background: linear-gradient(135deg, #6dd3a7, #1fb57a);
  }
  .btn-3 {
    background: linear-gradient(135deg, #ffd36a, #ff9a5a);
    color: #333; /* 淺底用深字 */
  }

  .btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
  }

  /* 響應式 */
  @media (max-width: 768px){
    .btn-row{
      grid-template-columns: 1fr;
    }
  }

/*title文字顏色*/
h4 {
    color: #fff;
  font-size: 30px;
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.8) 15%, rgba(30, 87, 153, 1) 19%, rgba(30, 87, 153, 1) 20%, rgba(41, 137, 216, 1) 50%, rgba(30, 87, 153, 1) 80%, rgba(30, 87, 153, 1) 81%, rgba(30, 87, 153, 0.8) 85%, rgba(30, 87, 153, 0) 100%);
  margin-bottom: 1rem;
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  text-align: justify;
  padding: 5px;
  text-align: center;
}
ul.c li {
 border-bottom: 1px dotted #8b8b8b; /*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/
  font-size: 19px;
}

ul.d li {
 list-style-type: disc;
  margin-left: 1em;
   
}

ul li::marker {
  color: #1e599b; /* 設定項目符號顏色為藍色 */
}

    .features{
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:var(--gap);
      max-width:1200px;
      margin:auto;
    }
    .feature{
      background:#fff;
      border-radius:var(--radius);
      padding:18px 16px;
      box-shadow:0 4px 12px rgba(0,0,0,0.08);
      transition:.25s ease;
      display:flex;
      flex-direction:column;
      align-items:flex-start;
    }
    .feature:hover{
      transform:translateY(-5px);
      box-shadow:0 10px 20px rgba(0,0,0,0.12);
    }
    .feature h3{
      margin:0 0 6px;
      font-size:16px;
      background:linear-gradient(90deg,var(--accent-1),var(--accent-2));
      -webkit-background-clip:text;
      -webkit-text-fill-color:transparent;
    }
    .feature p{
      margin:0;
      font-size:14px;
      color:var(--muted);
      line-height:1.5;
    }
    @media(max-width:1024px){
      .features{grid-template-columns:repeat(3,1fr);}
    }
    @media(max-width:640px){
      .features{grid-template-columns:repeat(2,1fr);}
    }
    @media(max-width:420px){
      .features{grid-template-columns:1fr;}
    }

/*服務介紹*/
.s-item  {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding:15px;
  height: 100%;
  box-shadow: -1px 34px 26px -23px #999999;
}
.s-item img {
  width: 140px;
    background-color: #eee;
    border-radius: 100%;
    margin: -80px 0 0;
}
.s-item h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: 2px;
  color: #00a0e9;
}
.s-item h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #080808;
}
.s-item p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}



h2.gradient-title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  padding: 16px 32px;
  background: linear-gradient(135deg, #00796b, #26a69a);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: inline-block;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  h2.gradient-title {
    font-size: 22px;
    padding: 12px 24px;
  }
}
    .target-section {
      max-width: 1200px;
      margin: auto;
      background: #ffffff;
      border-radius: 16px;
      padding: 32px;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    }

    .target-title {
      font-size: 24px;
      color: #2e7d32;
      margin-bottom: 24px;
      display: flex;
      align-items: center;
    }

    .target-title::before {
      content: "?";
      font-size: 28px;
      margin-right: 10px;
    }

    .target-desc {
      font-size: 16px;
      color: #555;
      margin-bottom: 30px;
    }

    .target-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
    }

    .target-card {
      background: #e8f5e9;
      border-left: 5px solid #66bb6a;
      border-radius: 10px;
      padding: 16px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      min-height: 180px;
    }

    .target-icon {
      font-size: 24px;
      margin-bottom: 10px;
      color: #2e7d32;
    }

    .target-text {
      font-size: 14px;
      color: #333;
    }

    .target-text strong {
      display: block;
      margin-bottom: 4px;
      color: #1b5e20;
    }

    /* RWD: 平板以下顯示 2～3 欄，手機顯示 1 欄 */
    @media (max-width: 1024px) {
      .target-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media (max-width: 768px) {
      .target-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 480px) {
      .target-grid {
        grid-template-columns: 1fr;
      }
    }
  .card-container {
    background: linear-gradient(to right, #b2dfdb, #e0f7fa);
    border-radius: 16px;
    padding: 30px;
    max-width: 720px;
    margin: 40px auto;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  }

  .card-container h2 {
    font-size: 24px;
    color: #004d40;
    margin-bottom: 24px;
    text-align: center;
  }

  .card-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .card-feature-icon {
    font-size: 20px;
    color: #00796b;
    margin-right: 12px;
    min-width: 30px;
  }

  .card-feature-text {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
  }

.main-title {
      background: linear-gradient(135deg, #43cea2, #185a9d); /* 綠藍漸層 */
      color: white;
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      padding: 20px 30px;
      border-radius: 30px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      max-width: 100%;
      margin: 0 auto;
    }

    @media (max-width: 768px) {
      .main-title {
        font-size: 24px;
        padding: 16px 20px;
      }
    }

.area-container {
      max-width: 100%;
      margin: auto;
    }

    .area-title {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 30px;
      text-align: center;
      color: #333;
    }

    .area-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }

    .area-card {
      background-color: #fff;
      border-radius: 16px;
      padding: 24px 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
      transition: 0.3s;
    }

    .area-card:hover {
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
      transform: translateY(-2px);
    }

    .area-card h3 {
      font-size: 20px;
      margin-bottom: 15px;
      color: #2c3e50;
    }

    .area-card ul {
      list-style: disc;
      padding-left: 20px;
      color: #555;
      font-size: 15px;
      line-height: 1.8;
    }

    @media (max-width: 768px) {
      .area-grid {
        grid-template-columns: 1fr;
      }
    }


/*卡片底*/
.chip-1 {
  padding: 5px 15px; 
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.2);
  background:var(--card);

    width: -webkit-fill-available;
    height: 100%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.chip-1 p {
  text-align: justify;  
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.5;
}

.chip-1 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.chip-1 img {
  max-width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 3em; 
  margin-top: -5em; 
  margin-bottom: 5px;
  box-shadow:var(--shadow);
}
.chip-1:hover img {
  transform:translateY(-5px);
  transition:.3s;
}
.service-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
}

/* 表頭 */
.service-table thead th {
  background: linear-gradient(to right, #666, #333);
  color: #fff;
  padding: 14px 20px;
  font-size: 18px;
}

/* 表格內容 */
.service-table td {
  padding: 12px 20px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

/* 交錯底色 */
.service-table tbody tr:nth-child(odd) {
  background: #f9fcff;
}
.service-table tbody tr:nth-child(even) {
  background: #ffffff;
}

/* 滑過效果 */
.service-table tbody tr:hover {
  background: #e6f3ff;
  transition: 0.3s;
}

/* 手機響應式 */
@media (max-width: 768px) {
  .service-table thead {
    display: none; /* 隱藏表頭 */
  }

  .service-table, 
  .service-table tbody, 
  .service-table tr, 
  .service-table td {
    display: block;
    width: 100%;
  }
  .service-table{
    margin:10px;
  }
  .service-table tr {
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
  }

  .service-table td {
    text-align: left;
    padding: 10px 15px;
    position: relative;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .service-table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #0066ff;
    display: block;
    margin-bottom: 5px;
  }

  .service-table td:last-child {
    border-bottom: none;
  }
}
h1.gradient-bg-title {
  font-size:20px;      /* 標題大小 */
  font-weight: bold;      /* 粗體字 */
  color: #fff;            /* 文字顏色（白色） */
  text-align: center;     /* 置中 */
  padding: 10px;          /* 內距，讓背景區塊更明顯 */
  border-radius: 12px;    /* 圓角，可依需求調整 */
  background: linear-gradient(to right, #0066ff, #00ccff);
  /* 從深藍到淺藍的漸層背景 */
}
h2.gradient-subtitle {
  font-size: 16px;         /* 次標題大小 */
  font-weight: bold;         /* 粗體 */
  color: #fff;               /* 白色文字 */
  display: inline-block;     /* 讓底線只依照文字長度 */
  padding: 10x;        /* 內距 */
  border-radius: 8px;        /* 圓角 */
  position: relative;
}
h2.gradient-subtitle::after {
  content: "";
  display: block;
  height: 4px; /* 底線厚度 */
  margin-top: 6px;
  border-radius: 2px;
  background: linear-gradient(to right, #0066ff, #00ccff);
}
@keyframes shine {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 100% center;
  }
}
/*服務申請流程箭頭*/
#Process-bg {
    border-radius: 15px;
    background-color:#fff;
    padding: 20px 15px 2px 15px;
    margin: 0 1rem;
    height: 100%;
}
#Process::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9"; /*向右箭頭*/
  position: relative;
  bottom: 50%;
  left: 100%;
  font-size: 20px;
  font-weight: 700;
} 
@media only screen and (max-width: 760px){
#Process::after {
  content: "\f0ab"; /*向下箭頭*/
  position: relative;
  bottom: 0;
  top:2.5%;
  left: 0;
}}


/*手機版-側欄浮動按鈕-縮小*/
@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: #fff;/*頁籤底圖顏色;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;
}

.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 { display: block;}
#logo h1 { text-align: center; }

/*動到表格手機不會破版*/
table {
  table-layout: fixed;
  word-wrap:break-word;
} 

/*編輯欄設定*/
.fcol p{
    font-size: clamp(16px, 2vw, 18px); /*最小值 首選值 最大值 限制屬性值區間*/
    color: #000000;/*文字顏色*/
    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: #4d9797;
  font-size: clamp(32px, 3vw, 40px); /*最小值 首選值 最大值 限制屬性值區間*/
  margin-bottom: 15px;
 /* line-height:2;*/
}

h1, h2, h3, h4, h5, h6 {font-family: 'Noto Serif TC', serif;}


/*nav*/
/*頁籤底拉寬*/
#header .topnavbar .container {
    width: 100%;
}

#nav {  
  display: inline-flex;
  justify-content: center;
  vertical-align: bottom;
  background-color: #a3571f;
  width: 100%;
}
#nav ul li a {
    white-space: normal; /*自動換行*/
    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: #333;/*頁籤滑過文字顏色*/
    background-color: #ff9000;
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
    font-weight: 400;
}

#nav .subnav {
    background-color: #444;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
    width: max-content;/*最大內容*/
    text-align: left;
}
#nav li.has-subnav ul li a {
   color: #fff;/*次頁籤文字顏色*/    
}
#nav li.has-subnav ul li a:hover {
   color: #e2ca6f;/*次頁籤滑過後文字顏色*/    
}

#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
  padding-left: 5px;/*下拉選單箭頭距離*/
  font-size: 14px;
}

/*產品頁*/
#side h3 {
    padding: 10px 10px;
    background-color: #146bcd;
    color: #fff;
  border-radius: 10px 10px 0 0;
}
#side ul li a {
  padding: 10px 10px;
    font-size: 15px;
    border-bottom: 1px dashed #ddd;
    color: #333;
}

.product-list-div h2 a { 
  color: #000; 
  font-size: clamp(22px, 3vw, 26px);
  line-height: 1.2;
}

ul.product-list li a {
    color: #000;/*產品格文字顏色*/
    background-color: #f5f5f5;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #a9800c;/*產品格滑過文字顏色*/
}

.productdetail .detail-spec h2 p{
    color: #000;
    font-size: clamp(24px, 3vw, 30px);
}/*產品內頁標題文字*/

/*產品頁產品格圖片填滿*/
ul.product-list div.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*title文字顏色*/
.h1title h1{
  font-size: clamp(0.9em, 3vw, 1em);
  color: #125d5d;
  border-bottom: 1px dashed #ddd;
}

a {
    color: #000;/*連結顏色*/
    text-decoration: none;
}
a:hover { color:#a9800c; }

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

#bodyinhome .fcol.fcol-1{

}

#bodyinhome .fcol.fcol-5{


}

/*按鈕-文字底色變化特效*/
.custom-btn {
    padding: 5px 25px;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-more1 {
  border-radius: 50px;
  border: 1px solid #ccc;
  color: #999;
  font-size: clamp(14px, 3vw, 16px);
  background-color: transparent;
  font-weight: 400;
  line-height: 1;
}
.btn-more1:hover{
    background-color: #444; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}

.btn-phone, .btn-line  {
    border-radius: 3px;
    border: 0px solid #000;
    color: #fff;
    font-size: clamp(28px, 3vw, 30px);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  min-width: 250px;
}

.btn-phone { background-color: #ff0057;}
.btn-phone:hover {
  transform:scale(1.05);
  background-color: #ff0000;
  top:-5px;
}

.btn-line { background-color: #00b900;}
.btn-line:hover {
  transform:scale(1.1);
  background-color: #009900;
  top:-10px;
}

/*圖文特效*/
figure.snip1084 {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
  min-width: 160px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #fff;
  box-shadow: 0 0 10px #ccc;
}

figure.snip1084 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

figure.snip1084 img {
  opacity: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  display: block;
}

figure.snip1084 figcaption {
  top: 50%;
  left: 40px;
  right: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1084 figcaption h3 {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: clamp(20px, 3vw, 24px);
    text-transform: uppercase;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
}

figure.snip1084 figcaption p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-flex;
  padding: 0 15px;
  margin-top: 10px;
}

figure.snip1084 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1084:hover img,
figure.snip1084.hover img {
  opacity: 0.7;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1084:hover figcaption h3,
figure.snip1084.hover figcaption h3,
figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/*li-項目-響應式*/
.item-1 ul {
  margin-left: 0rem; 
  font-size: clamp(16px,3vw,18px); 
  color: #000; 
  line-height: 1.5;
  display: inline-flex; 
  flex-wrap: wrap; 
  justify-content: flex-start;
  gap: 10px 15px;
}
.item-1 ul li {  
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 0px 5px;
  width: calc(25% - 19px);
}
.item-1 ul li:hover { background-color: #d9e7df; }
.item-1 ul li a { color: #fff; }
.item-1 ul li:hover a { color: #fff100; }

@media only screen and (max-width: 768px){.item-1 ul li { width: calc(50% - 19px);}}
@media only screen and (max-width: 428px) {.item-1 ul li { width: calc(100% - 19px);}}



/*footer*/
#footer {
    color: #ffffff;
    background-color: #333;
}
#footer a { color: #fff; }
#footer a:hover { color: #ff9b08; }

#foot-nav {
  clear: both;
  padding: 2em 0 1em;
  border-bottom: 0px solid #444;
}

#foot-nav ul {   
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0px;
}

#foot-nav ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
    padding: 3px 10px;
    background-color: #ff9b08;
    border-radius: 50px;
}
#foot-nav ul li a:hover { background-color: #cb7900; }

#footer p{
   color: #fff;/*footer文字顏色*/
  font-size: 16px;
  line-height: 1.6;
}

#contact-info ul li span {
    color: #fff;
}/*聯絡我們資訊文字顏色*/

#bodyinhome .fcol.fcol-3{
  background-color:#b1561f;
}
#bodyinhome .fcol.fcol-3 .container{

}
#bodyinhome .fcol.fcol-4 .container{
  width:100%;
}
#bodyinhome .fcol.fcol-5 .container{
  width:100%;
}
#bodyinhome .fcol.fcol-1{
background-color:#eee;
}

#bodyinhome .fcol.fcol-6{

}

/* 下排浮動頁籤連結 */
#wrap-fmenu{
  max-width:1280px;
    width:100%;
    margin:0px auto;
    display:block;
}
.fMenu{
   background-color:#282864;
	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:25%;
	border-left:1px solid #fff;
	box-sizing:border-box;
  	color:#FFF;
}
.fMenu ul li:first-child{
	border:none;
}
.fMenu ul li a{
	display:block;
	min-height:45px;
    max-height:120px;
	padding: 10px 10px 0 10px;
    font-size:15px;
	color:#FFF;
	text-align:center;
	box-sizing:border-box;
    letter-spacing:0px;
    line-height: 1.5;
}
.fMenu ul li a i{
	display:block;
	font-size:70%;
  	color:#FFF;
}