.phone{position:fixed;right:1%;top:36%;z-index:1000}
.line-1{position:fixed;right:1%;top:50%;z-index:1000}


/*owl 輪播圖語法*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border: 4px solid #fff;
  box-shadow: 0 6px 5px rgba(44,44,44,0.25);
}

/*title文字顏色*/
h4 {
    color: #fff;
  font-size: 30px;
  background: linear-gradient(to right, rgba(203,162, 100, 0) 0%, rgba(203,162, 100, 0.8) 15%, rgba(203,162, 100, 1) 19%, rgba(203,162, 100, 1) 20%, rgba(203,162, 100, 1) 50%, rgba(203,162, 100, 1) 80%, rgba(203,162, 100,1) 81%, rgba(203,162, 100, 0.8) 85%, rgba(203,162, 100, 0) 100%);
  margin-bottom: 1rem;
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  text-align: justify;
  padding: 5px;
  text-align: center;
}
/*圖文連結特效*/
.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;
}

body {
  font-family: 'Noto Sans TC', sans-serif;

}

.topnavbar .container {
  text-align: center;
}
/*服務項目-區塊項目li效果—6格*/
.pro_item ul li {
    padding: 10px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: clamp(14px, 2vw,16px);
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: left;
  color: #000;
}

body {
}

/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/
}
@media only screen and (max-width: 768px){
.fcol p{
    font-size: 16px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/

.topnavbar {
    background-color: #1476ca;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤間距*/
}


#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 10px 10px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
  letter-spacing:1px;
}

#nav ul li a:hover  {
    color: #7bc5ff;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #7bc5ff;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #333;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}
#nav .subnav .has-subnav span{
    max-width: 400px;/*次頁籤文字背景最大寬度*/
}

#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}


/*title文字顏色*/
.h1title {
    color: #333333;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

.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-3{
  background-image:url("https://static.iyp.tw/14065/files/32fa68b4-271b-45ca-90cc-971529741699.jpg");
  background-attachment:fixed;
}/*拉寬編輯欄設定*/
/*首頁各層編輯欄設定*/
#bodyinhome .fcol.fcol-2 {
      /* background-repeat: no-repeat;/*; scroll捲動背景*/
  background-attachment: fixed; 
   background-position: 50% 10%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0% ,rgba(0, 0, 0, 0.8) 100%) , url(https://static.iyp.tw/14065/files/70f40e71-b31d-4cba-8131-4e42cfab0242.jpg);
   padding: 1rem 0;
}/*拉寬編輯欄設定*/


/*首頁各層編輯欄設定*/
#bodyinhome .fcol.fcol-5 .container {

}/*拉寬編輯欄設定*/
#bodyinhome .fcol.fcol-6 .container {
   width: 100%;
   margin-bottom: -10px;
   padding: 0px;
}/*拉寬編輯欄設定*/

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*表格效果-借錢3步驟&5大保證*/
.table-1 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  background-color: #00c300;
  color:#fff;
  font-size: 20px;
}
.table-2 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 10px;
  padding: 10px;
  width:200px;
  background-color: #fe5000;
  color:#fff;
  font-size: 20px;
  font-weight:bold;
  line-height: 1.2;
}


/*Q&A手風琴*/
#accordion li div {
  display:none;
}

#accordion li>h3{
   display:block;
   border:1px solid #dddddd;
   border-radius:3px; 
   background: #02118b;
   margin-top: 7px;
   color:#FFF;
   padding: 10px;
   font-size:20px
   font-weight:bold;
}
#accordion li>div{
   border:1px solid #dddddd;
   border-radius:3px; 
   margin-top: 7px;
   padding: 10px;
   background-color: #f1f1f1;
}
#accordion li>div p{
  font-size:16px
}

/*按鈕-詳細內容*/
#button-1{
    font-size: 14px;
    line-height: 2;
    color: #FFFFFF;
    background-color: #0069E9;
    padding:5px 10px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
#button-1:hover{
    background-color: #005BCB;
}

/*圖片特效-圖片拉大*/
.pic{
    width:100%; 
    overflow:hidden;
    margin-left:auto; /*置中*/
    margin-right:auto;/*置中*/
    margin-bottom:0;
}
.pic img{ 
  display: block;
  transform:scale(1,1);
  transition: all 0.3s ease-out;
}
.pic img:hover{
  transform:scale(1.2,1.2);
}

/*首頁圖輪播圖*/
#myDiv img {
     max-width: none;
     width:400px;
}

#myDiv {
    background: transparent;
    overflow: hidden;
    width: 100%;
}

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400);
.snip1423 {
  font-family: 'Oswald', Arial, sans-serif;
  position: relative;
  margin: 0 auto 0;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  background: #171717;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.snip1423 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.snip1423 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;

}


.snip1423 figcaption {
  padding: 20px 15px;
}
.snip1423 h3,
.snip1423 p {
  margin: 0;
}
.snip1423 h3 {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.snip1423 p {
  font-size: 1.0em;
  letter-spacing: 1px;
  font-weight: 300;
  color: #fff;
}
.snip1423 .more {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 48px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #a9883e;
  padding:0px;
  border: 0px solid #ddd;
}
.snip1423 i {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: #666666;
  color: #ffffff;
  font-size: 1.6em;
  border: 4px solid #ffffff;
}
.snip1423 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1423:hover,
.snip1423.hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.snip1423:hover i,
.snip1423.hover i {
  background-color: #2980b9;
}

/*聯絡我們區塊項目li效果*/
.contact-1 ol li {
    padding: 20px 12px 12px;
    margin: 8px;
    display: inline-block;
    min-height: 66px;
    width: calc(25% - 19px);
    border-radius: 5px;
    line-height: 32px;
    border: 1px solid rgba(238,238,238,.25);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,.5) inset;
}
.contact-1 i { font-size:2rem; color:#1d66bf; }
.contact-1 a { font-size:1rem; color:#666; }

@media only screen and (max-width: 1280px){
.contact-1 ol li { width: calc(50% - 19px);}
}
@media only screen and (max-width: 768px){
.contact-1 ol li { width: calc(100% - 19px);}
}

/* 線*/
.line_02 {
    height: 1px;//高度爲1px,可根據實際修改
    width: 100%;
    background: #a7a7a7;
}

