@media only screen and (min-width: 768px) {
#nav > ul > li:nth-child(-n+9) {
    z-index: 1;
}
}



.topnavbar .container {
  text-align: center;
}

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(680 / 1280 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important;
}


.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}



#frame0 img{
  	background-color: #FFF;
	padding: 2px;
	border: 2px solid #D5D5D5;
  width:338px;
  height:243px;
}
#frame-1 img{
  	background-color: #FFF;
	padding: 2px;
	border: 1px solid #D5D5D5;
  width:215px;
  height:150px;
}
#frame2 img{
  	background-color: #FFF;
	padding: 2px;
	border: 1px solid #D5D5D5;
  width:200px;
  height:300px;
}
#frame3 img{
  	background-color: #FFF;
	padding: 2px;
	border: 1px solid #D5D5D5;
  width:300px;
  height:200px;
}


.topnavbar {
    background-color: rgba(0,0,0,0);
}


#nav .subnav {
    background-color: #fbfbfb;

}

#nav {
     background-color: #fff;
}

#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #090909;
    padding: 13px;
    line-height: 1.3;
    transition: .3s;
   
}

#nav ul li a:hover {

    color: #090909;

}
#nav ul li.current a {
    color: #555;
 } 

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #232323;
}

/*改產品大標的陰影*/
.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;
}

/*文字3*/
.word3 {
   padding: 10px;
  font-weight:bold;
  color: #fff;
  font-size: 20px;
  border: 3px solid #86a262;
  background-color: #86a262;
  border-radius: 10px 30px 10px 30px;
}

.word3 a {
  color: #fff;
}

.word3:hover{
   padding: 10px;
  	transition:0.7s;
  color: #fff;
  font-weight:bold; 
  background-color: #a5b98c;
  border: 3px solid #a5b98c;
  border-radius: 10px 30px 10px 30px;
}