.phone{position:fixed;right:1%;top:45%;z-index:1000}
.map{position:fixed;right:1%;top:60%;z-index:1000}

.topnavbar .container {
  text-align: center;
}

.design img{
	height: 250px;
	width: 300px;
   background-color: #F0F0F0;
	padding: 4px;
	border: 1px solid #D5D5D5;
   object-fit: cover;
}

.topnavbar .container {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 0;
}


.line2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}


.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(680/ 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important;
}


@media only screen and (min-width: 768px){
.topnavbar {
   background-color: #fff;
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤間距*/
  height: 100px;
}}


body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

body[data-type="fullpage"] .main {
    min-height: 100px;
}


.h1title {
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
        text-align:center;
}

#nav .subnav {
    max-width: 250px;
    width: 250px;
   text-align:left;
   background-color: #fff;

}

#nav .subnav a:hover{
    border-bottom-width: 0px;
 border-bottom-style: solid;
 border-bottom-color: #75bf00; 
}


#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #000;
    line-height: 1.3;
    transition: .3s;
    padding: 7px 18px 7px 18px;
    white-space: normal; 

}


#nav ul li a:hover {
    color: #0763b7;
}

#nav ul li.current a {
    color: #0763b7;
} 



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #666;
}


.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;
}

/*底下文字*/
#footer-service #copyright {
    display:none;
}

/*cod-陰影框*/
@media only screen and (min-width: 768px){
#frame-1 {
  width: 32%;
  margin-right: 6px; margin-bottom: 10px;
  background-color: #fff;
  border-radius: 15px; box-shadow: 3px 3px 18px 0px rgba(180, 180, 180, 0.30); 
}}

@media only screen and (max-width: 768px){
#frame-1 {
  width: 100%;
  margin-right: 6px; margin-bottom: 10px;
  background-color: #fff;
  border-radius: 15px; box-shadow: 3px 3px 18px 0px rgba(180, 180, 180, 0.30); 
}}

