.phone{position:fixed;  right:1%;  top:65%;  z-index:1000 }
.line-01{position:fixed;  right:1%;  top:80%;  z-index:1000 }
.map{position:fixed;  right:1%;  top:65%;  z-index:1000 }
.ig{position:fixed;  right:1%;  top:80%;  z-index:1000 }


.pc { padding: 0px; }


.product-list-div h2 a {
    color: #fffcdc;
    padding: 3px 20px;
    background-color: #ab8249;
    border-radius: 10px;
      text-shadow: 0 0px 0 #fff;
    font-weight: 500;
}

.product-list-div h2 a:hover {
    color: #fffcdc;
    padding: 3px 20px;
    background-color: #ab8249;
    border-radius: 10px;
}

.product-list-div h2 a.show-all {
    background-color: rgba(47,129,236,0.0); 
}


@media only screen and (min-width: 768px){
.line2 {border-top: 1px solid #c5b29b;}
}

#title-1 {
  position: relative;
  padding-left: 25px;
  color: #ab8249;
  font-size: 22px;
  font-weight: 500;
  margin: 10px 10px 10px 0px;
}
@media only screen and (max-width: 768px){ #title-1 {font-size: 18px;} }

#title-1:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #ab8249;
}

#title-1:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #ab8249;
}

/* 背景*/
body {
font-family: 'Noto Sans TC', sans-serif;
   background-attachment: fixed; 
   background-position: 50% 10%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0% ,rgba(255, 255, 255, 0.7) 100%) , url(https://static.iyp.tw/409753/files/28d3d9a0-7159-4c20-8cd1-888bda5d7064.jpg);
}

.yuji-mai-regular {
  font-family: "Yuji Mai", serif;
  font-weight: 400;
  font-style: normal;
  color: #ab8249;
}

.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;
}

/*btn按鈕特效*/
.btn-1 {
    position: relative;
    color: #494949;
    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: #bdaa94;
    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: #083145;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}
.btn-1:hover:before {
    width: 100%;
    background: #bdaa94;
}
.btn-1:hover svg {
  stroke: #fff;
    transform: translateX(0);
}
.btn-1:hover,
.btn-1:focus {
    color: #fff;
}
.btn-1:active {
    color: #fff;
    transform: scale(0.96);
}



#logo h1 {
    height: 70px;
}


.topnavbar .container {
  text-align: center;
  padding:0px;
}



.topnavbar {
     background-color: #f8efe0;/*頁籤底圖顏色*/
    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: #ab8249;
    color: #fff;
   border-radius: 10px 10px 0 0;
}

#side ul li a {
    color: #ab8249;
    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% 30%;
   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/409753/files/f0015eec-3eff-4911-adfe-6b2bbc8cf576.jpg);
   background-color: #f5f5f5;
  padding: 5rem 0;
  
}}
@media only screen and (max-width: 768px){
#bodyinhome .fcol.fcol-1 {
  width: 100%;
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 100% 10%;
   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/409753/files/ba90d9e8-259d-4203-b375-2e740901ea3c.jpg);
   background-color: #f5f5f5;
  padding: 3rem 0;
  
}}

#bodyinhome .fcol.fcol-3 {
  width: 100%;
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 100% 10%;
   background-size: cover;
   background-image: -webkit-linear-gradient(top, rgb(233 220 197 / 80%) 0%, rgb(233 220 197 / 80%) 100%),url(https://static.iyp.tw/409753/files/b6b96c7f-d154-41b9-896c-06d48ff06270.jpg);
   background-color: #f5f5f5;
  padding: 3rem 0;


}



body.about-us .fcol.fcol-1 {
   background-color: #e4d4ba; 
   padding: 2rem 0;
}

@media only screen and (min-width: 768px){
body.about-us .fcol.fcol-2 {
   background-repeat: no-repeat;
   background-position: 100% 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/409753/files/cc3aa16e-de30-4bc3-a825-c298c5814ec2.jpg);
   padding: 1rem 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/409753/files/cc3aa16e-de30-4bc3-a825-c298c5814ec2.jpg);
   padding: 1rem 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-5 { max-width: 50%;}
.serve-item .col-6 { max-width: 50%;}
.serve-item .col-7 { max-width: 50%;}
}


/*圖片輪播*/
.owl-carousel.owl-theme {
  padding: 0 1rem 1rem;
}
.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; /*箭頭大小*/
  color: #fff;
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-no-gutters img {
  aspect-ratio: 9 / 12;
  object-fit: cover;
}

/*聯絡我們*/
#foot-nav1 {
    display: flex;
    justify-content: center;
}

#foot-nav1 ul {
    overflow: hidden;
}

#foot-nav1 ul li {
    float: left;
    padding:10px;
  font-size: 14px;
}

#foot-nav1 ul li a {color: #000;}
#foot-nav1 ul li a:hover {  color: #bdaa94;}

/*關於我們*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,600,700);
.snip1527 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
   margin: 0 auto 0;
  max-width: 400px;
  min-width: 150px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.snip1527 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}



.snip1527 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
 aspect-ratio: 9 / 16; 
  object-fit: cover;
}

.snip1527 figcaption {
  width: 100%;
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.snip1527 figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bdaa94;
  content: '';
  background: -moz-linear-gradient(90deg, #bdaa94 0%, #bdaa94 100%, #ab8249 100%);
  background: -webkit-linear-gradient(90deg, #bdaa94 0%, #ab8249 100%, #ab8249 100%);
  background: linear-gradient(90deg, #bdaa94 0%, #ab8249 100%, #ab8249 100%);
  opacity: 0.8;
  z-index: -1;
}

.snip1527 .date {
  background-color: #fff;
  border-radius: 50%;
  color: #ab8249;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.snip1527 .date span {
  display: block;
  line-height: 14px;
}

.snip1527 .date .month {
  font-size: 11px;
}

.snip1527 h3,
.snip1527 p {
  margin: 0;
  padding: 0;
}

.snip1527 h3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}

.snip1527 p {
  font-size: 0.8em;
  line-height: 1.6em;
  margin-bottom: 0px;
}

.snip1527 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



/*服務介紹*/
.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: 100px;
    background-color: #eee;
    border-radius: 100%;
    margin: -60px 0 0;
}
.s-item h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #bdaa94;
}
.s-item h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #080808;
}
.s-item p {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}

/*手機版漢堡選單*/
@media only screen and (max-width: 767px) {
.rwd-side .side-content a {
        color: #fcddb2;
        text-decoration: none;
    }
}


@media only screen and (max-width: 767px){
.rwd-side .nav li {
    border-bottom: 1px #ccc dashed; /* 展開連結文字底虛線 */
}
.rwd-side .nav span {
    color: #fff; /* 展開連結文字顏色 */
}}

