.phone{position:fixed;right:1%;top:20%;z-index:1000}
.ig{position:fixed;right:1%;top:30%;z-index:1000}
.fb{position:fixed;right:1%;top:40%;z-index:1000}
.google2{position:fixed;right:1%;top:50%;z-index:1000}
.thread{position:fixed;right:1%;top:60%;z-index:1000}
.tik{position:fixed;right:1%;top:70%;z-index:1000}

#logo {
  display: block;
}

/*按鈕-文字底色變化特效*/
.custom-btn {
    padding: 5px 25px;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-more1 {
    border-radius: 30px;
    border: 0px solid #fff;
    color: #333;
    font-size: clamp(18px, 2vw, 20px);
    background-color: #ffffff;
     font-weight: 500;
}
.btn-more1:hover{
    background-color: #000; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}
/*了解更多*/
.bg-icon1  {
  font-family: 'Noto Sans TC', sans-serif;
  margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
   background-color: #000;
    border: 1px #000 solid;  
      border-radius: 30px;
}

.bg-icon1:hover  {
  background-color: #ac8234; 
  color: #000;
}

.bg-icon1 a { color:#fff;}

body#bodyinhome  {
   font-family: 'Noto Sans TC', sans-serif;
  background-color: #ac8234;

}
.topnavbar .container {
  text-align: center;
}

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important;
}

.topnavbar {
    background-color: rgba(0,0,0,0);
}

#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #ffffff;
    padding: 16px;
    line-height: 1.3;
    transition: .3s;
    font-size:18px;
}
#nav ul li a:hover {

    color: #ffffff;

}
#nav ul li.current a {
    color: #ffffff;
 } 

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #3b3838;
}


.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;
}

.design3 img{
	
	padding: 4px;
	border: 1px solid #D5D5D5;
}

#bodyinhome .fcol.fcol-2{
background-color:#000;
}
#bodyinhome .fcol.fcol-2 .container{
width:100%;
}
.fcol.fcol-3 {
   display: none;
}
.fcol.fcol-4 {
   display: none;
}
