.phone{position:fixed;  right:1%;  top:35%;  z-index:1000 }
.mail-01{position:fixed;  right:1%;  top:50%;  z-index:1000 }
.map{position:fixed;  right:1%;  top:65%;  z-index:1000 }
.line-1{position:fixed;  right:1%;  top:65%;  z-index:1000 }


/*首頁-圖文按鈕-服務項目*/
figure.snip1237 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;  
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  background: #ccc;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1237 * {
  -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.snip1237 .image {
  position: relative;
}
figure.snip1237 img {
  max-width: 100%;
  vertical-align: top;
  height:100%;
}
figure.snip1237:hover img{
  transform:scale(1.05,1.05);
}

figure.snip1237 h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}

figure.snip1237 p {
  margin: 0;
}
.snip1237 figcaption {
  padding: 25px;
  background-color: #ffffff;
  color: #000000;
  position: relative;
}
figure.snip1237 figcaption p {
  margin-bottom: 15px;
  font-size: 15px;
}
figure.snip1237 .read-more {
  display: inline-block;
  width: auto;
  border: 1px solid #5a5a5a;
  padding: 0.4em 0.6em;
  color: #5a5a5a;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
}
figure.snip1237 .read-more:hover {
  background-color: #333;
  color: #ffffff;
}

.t-700 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.logopc img {
  width:100%;

}

.logopc {
  width:100%;
  height: 100%;
  padding: 4px;
  border: 1px solid #D5D5D5;
  background-color: #fff;
  display: flex; 
  justify-content: center; 
  align-items: center;
}

/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-01, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet, .mail-01 { 
    transform: scale(0.8);
    right:0;
  }
}

/*回首頁在最右邊*/
.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: #bdaa94; 
  border-radius: 30px;
  text-align: center;
}

.bg-icon1:hover  {
  background-color: #b48043; 
  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 ul li a {
    color: #57524c;/*頁籤文字顏色*/
    padding: 10px 16px;/*頁籤文字間隔*/
    /*border-left: #999 1px dotted;頁籤文字間隔虛線*/
    font-size:16px;
   font-weight: bold;
}

#nav ul li a:hover  {
  color: #e2ab2d;/*頁籤滑過文字顏色*/
}
#nav ul li.current a { 
  color: #e2ab2d;/*頁籤滑過文字顏色*/
}

#nav ul li a::before {
  content:"";
  border-top:3px solid #e2ab2d;
  width:0;
  position:absolute;
  left:0;
  right:0;
  top:35px;
  margin:0 auto;
  transition:.3s all ease;
}

#nav ul li a:hover::before {
    width: 50%;
}

#nav li.has-subnav ul li::after {  
    content: "";
    position: absolute;
    width: 0px;
    height: 20px;
    background: #fff;
    left: 0;
     top: 15px; 
}

#nav .subnav li a:hover::before  {
    display:none;
}

#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;}

/*title文字顏色*/
.h1title {
    color: #57524c;
    border-bottom: 1px solid #b0b0b0;
    
}

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-5, #bodyinhome .fcol.fcol-6 {display:none;}


@media only screen and (min-width: 768px){
#bodyinhome .fcol.fcol-1 {
  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 / 100%) 0%, rgb(255 255 255 / 0%) 100%),url(https://static.iyp.tw/409749/files/b0fd69ac-42ff-46b3-bc80-fa15767cba82.jpg);
   background-color: #f5f5f5;
  padding: 3rem 0;
  
}}
@media only screen and (max-width: 768px){
#bodyinhome .fcol.fcol-1 {
  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 / 100%) 0%, rgb(255 255 255 / 0%) 100%),url(https://static.iyp.tw/409749/files/2eeab15d-ef85-4cf6-af68-5143324a1505.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 .container  {
  width: 100%;
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 10% 50%;
   background-size: cover;
   background-image: -webkit-linear-gradient(left, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 30%) 100%),url(https://static.iyp.tw/409749/files/06760e58-2fc5-45c4-a4e8-2c75a4803661.jpg);
   background-color: #e1dad2;
  padding: 3rem 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;
}


/*下面底色/文字顏色*/
#footer {
    color: #000;
    background-color: #f8efe0; 
 
}

#foot-nav { border-bottom: 0px solid #444;display: flex; justify-content: center; }

#foot-nav ul li a {  color: #000;}

#contact-info ul li span {
    color: #000;
}


#foot-nav1 {
    display: flex;
    justify-content: center;
}

#foot-nav1 ul {
    overflow: hidden;
}

#foot-nav1 ul li {
    float: left;
    padding:5px;
}

#foot-nav1 ul li a {color: #000;}
#foot-nav1 ul li a:hover {  color: #e4aa2d;}

#foot-nav ul li a {display:none;}

/* 背景*/
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%;}
.serve-item .col-6 { max-width: 50%;}
.serve-item .col-7 { max-width: 50%;}
}


/*btn按鈕特效*/
.btn-1 {
    position: relative;
    color: #003ca6;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 12px 20px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  line-height: 1.3;
}
.btn-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #e4aa2d;
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}
.btn-1 span {
    position: relative;
    z-index: 1;
}
.btn-1 svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #003ca6;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}
.btn-1:hover:before {
    width: 100%;
    background: #003ca6;
}
.btn-1:hover svg {
  stroke: #e2ab2d;
    transform: translateX(0);
}
.btn-1:hover,
.btn-1:focus {
    color: #e2ab2d;
}
.btn-1:active {
    color: #e2ab2d;
    transform: scale(0.96);
}

/*產品*/
#t-slogan {
    text-align: center;
    background-image: -webkit-linear-gradient(-15deg, #ffffff00 0%, #003ca6 99%, #ffffff00 99%);
    padding-right: 1em;
}
@media only screen and (max-width: 767px){ 
 #t-slogan {
   background-image: -webkit-linear-gradient(top, rgb(0 60 166 / 80%) 0%, rgb(0 60 166 / 80%) 100%)
 }
}

/*圖文特效按鈕-標題在上+內文滑入*/
.snip1374 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 160px;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: left;
  background-color: #000000;
  text-shadow: 2px 2px 5px #000000;/*文字陰影*/
}
.snip1374 figcaption {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  padding: 20px;
 /*-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.3;/*文字行距*/
  letter-spacing: 1;　/* 設定文字間距 */
  border-bottom: 2px solid #fff;
}
.snip1374 h2::after {
    content: '';
    margin-top: 10px;
    display: block;
    width: 20%;
    height: 2px;
    background: #fff;
}
.snip1374 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  height: 250px;
  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;
}
.snip1374 p {
  position: relative;
  color: #fff;
  font-size: 1em;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  line-height: 1.3;
}
.snip1374:hover p,
.snip1374.hover p {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 1;
}
.snip1374 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

/*服務介紹*/
.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;
  font-family: 'Noto Sans TC', sans-serif;/*套用google font字型Noto Sans TC黑體*/
}
.s-item p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
    font-family: 'Noto Sans TC', sans-serif;/*套用google font字型Noto Sans TC黑體*/    
}