.phone-1{position:fixed;right:1%;top:65%;z-index:1920}
.line-1{position:fixed;right:1%;top:50%;z-index:1920}
.map{position:fixed;right:1%;top:80%;z-index:1920}





/*google文字*/
.t-700{
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
}


.container {
    font-size:16px;
   line-height:30px;
}

#foot-nav {
    font-size:13px;
}


.topnavbar .container {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 0;
  line-height:0px;
  background-color: #333333;
}




@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #333333;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤間距*/
   border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #16687f;

}

}



/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


body[data-type="fullpage"] .main {
    min-height: 50px;
}

#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
   color: #fff;
    line-height: 1.0;
    transition: .3s;
  font-weight:bold;
  padding:16px 18px 16px 18px;
    /*border-left: #999 1px dotted;/*頁籤文字間隔虛線*/
  border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #fff;
}

#nav ul li a:hover  {
    color: #00c4fc;/*頁籤滑過文字顏色*/
   
}

#nav ul li.current a {
    color: #00c4fc;/*頁籤按下後文字顏色*/
  
}

#nav .subnav a {
 
    background-color: #333333;/*次頁籤底色*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #fff;/*產品格底色*/
   font-weight:bold;
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}



/*title文字顏色大標有底線*/
.h1title {
    color: #fff;
    background-image: linear-gradient(to right, #333333, #0f0f0f);
     text-align:center;
     border-radius: 30px;
}



.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-2 .container {
   background-color: #fff;
}

#bodyinhome .fcol.fcol-1 {
      background-color: #f0f0f0;
}




#bodyinhome .fcol.fcol-3 {
   width: 100%;
   /*background-color: #231a15;*/
  background: url(https://static.iyp.tw/11587/files/a5e541e0-b974-4c28-a24d-de43ec2492d0.jpg) no-repeat scroll center top transparent; 
   position: relative;
}


#bodyinhome .fcol.fcol-5 {
    background-color: #f0f0f0;
}


#bodyinhome .fcol.fcol-6 .container {
  width: 100%;
  padding: 0;/*頁籤間距*/
}



body.about-us .fcol.fcol-1 {

}

body.about-us .fcol.fcol-5 {
     display: none;
}

body.about-us .fcol.fcol-6 {
     display: none;
}

/*圖片特效-圖片拉大 台新當舖*/
.pic{
	width:ˇ350px; 
    height:200px;
    overflow:hidden;
    border:1px solid #ccc;/*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/
    margin-left:auto; /*置中*/
    margin-right:auto;/*置中*/
}
.pic img{transform:scale(1,1);transition: all 1s ease-out;}
.pic img:hover{transform:scale(1.2,1.2);}