.phone{position:fixed;right:1%;top:55%;z-index:1000}
.phone2{position:fixed;right:1%;top:70%;z-index:1000}
.line-1{position:fixed;right:1%;top:85%;z-index:1000}


.btn-1 {
    border: 1px solid #000000;/*表格按鈕框線樣式*/
    background-color: #fff; /* 按鈕表格底色 */
    color: #333;
    padding:10px;
}
.btn-1:hover{
    background-color: #000 /* 當滑鼠經過時按鈕表格底色變化 */
    color: #ffffff;/* 當滑鼠經過時按鈕表格文字變化 */
}

body{
  background-attachment: fixed; /*fixed固定背景; scroll捲動背景*/
  background-repeat: no-repeat;
  background-position:center;
  background-image: url(https://static.iyp.tw/9830/files/bd791669-5592-488a-9d69-65c32fa79faa.jpg);
}

.topnavbar {
  background-color: #333;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
  position: relative;/*頁籤&banner分開不重疊*/
  line-height: 0;
  padding:0;/*頁籤間距*/
}

.topnavbar .container {
  text-align: center;
  padding: 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

#logo {
  display: block;
}

/*nav*/
#nav {
    vertical-align: bottom;
}
#nav ul li a {
  white-space: normal; /*自動換行*/
  color: #fff;
  padding: 12px;
  line-height: 1.3;
  transition: .3s;
  font-size:15px;
}

#nav ul li a:hover {
    color: #fff;
}

#nav ul li.current a {
    color: #fff;
} 

#nav .subnav {
    background-color: #444;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
    width: max-content;/*最大內容*/
    text-align: left;
}

#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

/*title文字顏色*/
.h1title h1 { 
  text-align: center;
  color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}

.product-list-div h2 {
    text-shadow: 0 0px 0 #333;
}

ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #464646;
}
ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #7a7a7a;
    overflow: hidden;
    padding: 0 16px;
}

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(730 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important;
}

#bodyinhome .fcol.fcol-6{
   background-color:#eee;
}

@media only screen and (min-width: 768px){
  body.service-process .fcol.fcol-1 .container { width: 90%; }
}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*服務流程*/
.service-step {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}

.service-step [class^="col-"]:nth-child(n+1):nth-child(-n+4) { border-right: 1px solid #ddd; }
@media only screen and (max-width: 767px){
  .service-step [class^="col-"]:nth-child(n+1):nth-child(-n+4) { border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
}
@media only screen and (max-width: 576px){
  .service-step [class^="col-"]:nth-child(n+1):nth-child(-n+4) { border-right: none; border-bottom: 1px solid #ddd; }
}

.service-step h2 {
  color: #27537a;
  font-family: verdana, geneva;
  text-align: center;
}
.service-step h3 {
  color: #808080;
  font-style: italic;
  font-family: terminal, monaco;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
.service-step p {
  color: #222;
  font-size: 16px;
  line-height: 1.5;
}

/*產品介紹圖文特效*/
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: 24px;
  font-weight: 700;
  color: #533d34;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
figure.snip1249 p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: justify;
  line-height: 1.5;
}
figure.snip1249 figcaption {
  padding: 5px 20px;
    color: #000000;
    position: relative;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
}

figure.snip1249 .btn-more {
border: 1px solid #b7883f;
    padding: 0.4em 0.6em;
    color: #b7883f;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 20px;
    text-align: center;
    letter-spacing: 5px;
}

figure.snip1249:hover .btn-more {
  background-color: #222;
  color: #ffffff;
}
figure.snip1249 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}


/*手機版漢堡選單*/
.navbar .container {
    background-color: #333; /*導覽列背景顏色樣式*/
}
.navbar-icon-bar {
  width: 28px; /* 三變大*/
  height: 4px; 
  background-color: #fff; /* 填入想要的三條線顏色 */

}
.navbar-icon-bar:before, .navbar-icon-bar:after {
    background-color: #fff; /* 填入想要的三條線顏色 */
}
.navbar .rwd-navbar-toggle {
    padding-right: 100% !important;/*導覽列寬度*/
}
.navbar .rwd-navbar-toggle .label {
    left: 45px;
    font-size: 1.0rem; /*導覽列文字尺寸*/
    color: #fff; /*導覽列文字顏色樣式*/
    background-color: #ec8710;/*導覽列文字背景顏色*/
    border-radius: 3px;
    padding: 4px;
}
@media only screen and (max-width: 767px){
.rwd-side .nav li {
    border-bottom: 1px #ccc dashed; /* 展開連結文字底虛線 */
}
.rwd-side .nav span {
    color: #fff; /* 展開連結文字顏色 */
}}