.phone{position:fixed;  right:1%;  top:35%;  z-index:1000 }
.line-1{position:fixed;  right:1%;  top:50%;  z-index:1000 }
.fb{position:fixed;  right:1%;  top:65%;  z-index:1000 }
.ig{position:fixed;  right:1%;  top:80%;  z-index:1000 }

@media (max-width: 414px){ 
  .phone, .fb, .line-1, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet { 
    transform: scale(0.8);
    right:0;
  }
}

a { color: #222222; }

.section {
      max-width: 960px;
      margin: auto;
      background-color: #ffffff;
      padding: 40px 50px;
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.section h2 {
      text-align: center;
      font-size: 28px;
      color: #2c3e50;
      margin-bottom: 30px;
}

.service {
      margin-bottom: 30px;
}

.service h3 {
      color: #b22222;
      font-size: 20px;
      margin-bottom: 10px;
}

.service p {
      color: #444;
      line-height: 1.8;
      font-size: 16px;
 }



/*借款流程*/
.step {
      margin-bottom: 30px;
      padding-left: 15px;
      border-left: 4px solid #b22222;
}

.step h3 {
      color: #b22222;
      margin-bottom: 10px;
      font-size: 20px;
      display: flex; 
      flex-direction: column; 
      justify-content: center; 
    text-align: justify;
     padding-top: 5px;
}

.step span {
      color: #b22222;
      line-height: 1.8;
      font-size: 22px;
      background-color: #f4c032; 
      border-radius: 10px; 
      padding: 0px 8px;
      margin: 5px;
}

.step p {
      color: #222222;
      line-height: 1.8;
      font-size: 16px;
}



h4 {
   background: linear-gradient(to top, #37499e, #1658a6, #1658a6);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
  font-size: 30px;
  font-weight:bold;
    line-height:40px;
  
}

.t-box {
  background-color: #fff; 
  border-radius: 1.5em;
  aspect-ratio: 16 / 9;
  padding: 2em; 
  position: relative;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-left: -4em;
   margin-top: 3em;
}
.t-box h2 { 
  color: #1658a6;
  font-size: clamp(20px, 3vw, 30px); /*最小值 首選值 最大值 限制屬性值區間*/
  line-height:2;
}


/*title文字顏色*/
.h1title h1 {
    color: #57524c; 
      border-bottom:1px #d2d2d2 solid;
}

.h1title h1::after {
    content:"";
    display:block;
    width: 20px;
    height: 10px;
    background: #d2d2d2;
    margin-bottom: -5px;
}


/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-01, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet, .mail-01 { 
    transform: scale(0.8);
    right:0;
  }
}

/*頁籤底拉寬*/
#header .topnavbar .container {
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
.topnavbar { 
  position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
  height: auto;
}}
  

/*回首頁在最右邊*/
.navbar-nav {
    display:none;
}

/*了解更多*/
.bg-icon1  {
   margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 5px 20px;
  color: #fff;
  font-size: 18px;
   background-color: #2f449d; 
  border-radius: 30px;
  text-align: center;
}

.bg-icon1:hover  {
  background-color: #2a51f9; 
  color: #fff;
}

.bg-icon1 a { color:#fff;}


#logo h1 {
    height: 70px;
}


.topnavbar .container {
  text-align: center;
  padding:0px;
}



.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(750 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(750 / 1920 * 100%); /* 內頁 banner 大小 */
}

#nav { vertical-align: bottom; }

#nav ul li a {
    color: #57524c;/*頁籤文字顏色*/
    padding: 10px 8px;/*頁籤文字間隔*/
    /*border-left: #999 1px dotted;頁籤文字間隔虛線*/
    font-size:16px;
   font-weight: bold;
}

#nav ul li a:hover  {
  color: #2a52e8;/*頁籤滑過文字顏色*/
}
#nav ul li.current a { 
  color: #2a52e8;/*頁籤滑過文字顏色*/
}


#nav ul li .subnav a { 
  background-color: #fff; 
  text-align: left;
  font-size:14px;

}


#nav ul li .subnav a:hover  {
    background-color: #e2ab2d;
    color: #ffffff; 
}



#side h3 {
    padding: 10px 10px;
    background-color: #e2ab2d;
    color: #fff;
   border-radius: 10px 10px 0 0;
}

#side ul li a {
    color: #003ca6;
    font-size:16px;
}

#side ul li.current>div a {
    color: #333;
}

/* 商品格*/
ul.product-list li a { color: #333;}
ul.product-list li a:hover { color: #333;}



body.about-us  .h1title {display: none;}
.fcol.fcol-header .container { padding: 0px;/*頁籤間距*/}
/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


/* 消除產品頁空白*/
body[data-type="fullpage"] .main {
    min-height: 50px;
}

#bodyinhome .fcol.fcol-1  {
   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/409769/files/f9e140eb-0c52-4e7d-a710-2d0368114666.jpg);
   padding: 3rem 0;
}


#bodyinhome .fcol.fcol-5 { display:none; }

#bodyinhome .fcol.fcol-6 {
width: 100%;
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 50% 50%;
   background-size: cover;
   background-image: -webkit-linear-gradient(left, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 100%),url(https://static.iyp.tw/409769/files/99b47d02-1032-4fb6-90f6-c890d5c8814f.jpg);
   background-color: #f5f5f5;
  padding: 8rem 0;

}


@media only screen and (min-width: 768px){
#bodyinhome .fcol.fcol-2 {
  width: 100%;
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 50% 50%;
   background-size: cover;
   background-image: -webkit-linear-gradient(left, rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 50%) 100%),url(https://static.iyp.tw/409769/files/9efbba2b-7639-4980-9355-624806ce6c89.jpg);
   background-color: #f5f5f5;
  padding: 3rem 0;
  
}}
@media only screen and (max-width: 768px){
#bodyinhome .fcol.fcol-2 {
  width: 100%;
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 50% 50%;
   background-size: cover;
   background-image: -webkit-linear-gradient(left, rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 50%) 100%),url(https://static.iyp.tw/409769/files/9efbba2b-7639-4980-9355-624806ce6c89.jpg);
   background-color: #f5f5f5;
  padding: 3rem 0;
  
}}

/*#bodyinhome .fcol.fcol-2 .container,*/ #bodyinhome .fcol.fcol-4 .container {
  width: 100%;
  background-color: #f3f3f3;
}



#bodyinhome .fcol.fcol-3 {
  padding: 1rem 0;
}

body.about-us .fcol.fcol-1 {
   background-color: #e4d4ba; 
   padding: 5rem 0;
}

@media only screen and (min-width: 768px){
body.about-us .fcol.fcol-2 {
   background-repeat: no-repeat;
   background-position: 50% 50%;
   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/409749/files/2eeab15d-ef85-4cf6-af68-5143324a1505.jpg);
   padding: 3rem 0;
}}

@media only screen and (max-width: 768px){
body.about-us .fcol.fcol-2 {
   background-repeat: no-repeat;
   background-position: 100% 50%;
   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/409749/files/2eeab15d-ef85-4cf6-af68-5143324a1505.jpg);
   padding: 3rem 0;
}}
/* 文字*/

#wrap {
     font-size: clamp(16px, 2vw, 18px);
    color: #454545;
}


#footer {
   font-size: 12px;
}




/* 背景*/
body {
   background-color:#fff;
font-family: 'Noto Sans TC', sans-serif;
}

/*響應欄表格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%; padding:5px;}
.serve-item .col-6 { max-width: 50%;}
.serve-item .col-7 { max-width: 50%;}
}
.serve-item .col-4 { padding:5px;}
/*圖文特效按鈕-圖縮放大標題在上*/
.snip1374 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 160px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: #000000;
  text-shadow: 2px 2px 5px #000000;/*文字陰影*/
}
.snip1374 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
 -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snip1374 h2{
  font-family: 'Noto Sans TC', sans-serif;
  text-transform: uppercase;/*文字大寫*/
  color:#ffffff;/*文字顏色*/
  font-size: 1.2rem;/*文字大小*/
  font-weight: 700;/*文字粗細*/
  line-height: 1.5;/*文字行距*/
  letter-spacing: 2px;　/* 設定文字間距 */
}
.snip1374 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  height: 200px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.snip1374:hover img,
.snip1374.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.snip1374 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/*Q&A手風琴*/
#accordion li div {
 display:none;
}

#accordion li>h3{
   display:block;
   border:1px solid #dddddd;
   border-radius:3px; 
   background: #e8e8e8;
   margin-top: 7px;
   color:#000;
   font-size: 18px;
   font-weight: 700;
   padding: 10px;
}
#accordion li>div{
   border:1px solid #dddddd;
   border-radius:3px; 
   margin-top: 7px;
   padding: 10px;
   background: rgb(255,255,255,0.9);
   color:#222;
}
#accordion li>h3:after {
    position: relative;
   font-family: "Font Awesome 6 Free";
   content: "\f107";
    font-size: 20px;
    float: right;
    transition: transform 0.3s ease-in-out;
}

/*追蹤分享ig符號改font awesome V6版*/
.fa-instagram {
   font-family: "Font Awesome 6 Brands";
    content: "\f16d";
}

.fa-instagram::before {
   font-family: "Font Awesome 6 Brands";
    content: "\f16d";
}
