.phone{position:fixed;right:1%;top:40%;z-index:1000}
.line-1{position:fixed;right:1%;top:50%;z-index:1000}
.map{position:fixed;right:1%;top:60%;z-index:1000}

.design1{

	width: 100%;
   padding: 10px;
   border:1px #fff solid;
  background-color: rgba(0, 0, 0, 0.7);
}

.design1:hover{

	width: 100%;
   padding: 10px;
   border:1px #fff solid;
  background-color: rgba(180, 147, 109, 0.7);
}


.topnavbar .container {
  text-align: center;
}

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(600 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important;
}


@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #1b1b2b;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
    position: relative;/*頁籤&banner分開不重疊*/
    height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

#header {
    background-color: #1b1b2b;
}

body.about-us .fcol.fcol-2 {
   width: 100%;
   /*background-color: #231a15;*/
  background: url(https://static.iyp.tw/10828/files/ca9578f7-1791-4eee-b501-c1d16e4d351d.jpg) no-repeat scroll center top transparent; 
   position: relative;
}

body.about-us .fcol.fcol-3 {
    background-color: #5c4920;
}


body.about-us .fcol.fcol-4 {
   display: none;
}
body.about-us .fcol.fcol-5 {
   display: none;
}
body.about-us .fcol.fcol-6 {
   display: none;
}


#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #00a2ff;
    padding: 16px;
    line-height: 1.3;
    transition: .3s;
  font-weight:bold;
  font-size:20px;
  
}



#nav ul li a:hover {

    color: #fff;

}
#nav ul li.current a {
    color: #fff;
 } 

.h1title {
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
        text-align:center;
}


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;
}





