@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #4c5800;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
    position: relative;/*頁籤&banner分開不重疊*/
    height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}}

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important;
}


#footer {
    color: #fbfbfb;
    background-color: #4c5800;
  
  
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fbfbfb;
}


}

.frame img {
	height: 135px;
	width: 180px;
	background-color: #F0F0F0;
	padding: 4px;
	border: 1px solid #313131;
}

.phone{position:fixed;right:1%;top:60%;z-index:1000}
.line-1{position:fixed;right:1%;top:75%;z-index:1000}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}


