.topnavbar .container {
  text-align: justify;
  font-size: 0;
}.phone{position:fixed;right:1%;top:60%;z-index:1000}
@media only screen and (min-width: 768px){
.topnavbar {
    background-color:#fff;
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤間距*/
}}
.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.col-4{
  	background-color: #FFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333;
    width:23%;
    margin-left:10px;
    margin-bottom:10px;
    line-height:38px;
    word-spacing: 10em;
}


#frame .boximg a:hover{
    display:block;
    box-shadow:3px 3px 10px #c4c4c4;
}

#img3{
    display:block;
    box-shadow:3px 3px 10px #c4c4c4;
}
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}
.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(877 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important;
}
#side ul li a {

    color: #333;

}
.linetd{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666;
}

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;
}
#nav .subnav {
    background-color: #797979;
}

#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #333;
    line-height: 1;
    transition: .3s;
    font-size:16px;
 
}
#nav ul li a:hover {
    border-radius: 0px 20px 0px 20px;
    background-color:#fff;
    color: #333;
}
#nav ul li.current a {
    border-radius: 0px 20px 0px 20px;
    background-color:#fff;
    color: #333;
 } 
/*圖片*/
.menu [class^="col-"] img:hover {
    border-radius:70px;
}
.menu [class^="col-"] img {
  transition:0.7s;
  border-radius: 5%;
  border: 1px #dddddd solid;
  padding:6px;
  background-color:#fff;
}

.row [class^="col-"] img{
  opacity:3;
  transition:0.7s
}
.row [class^="col-"] img:hover {
    opacity:0.55;
}
.row [class^="col-"] {
  padding:10px;
}
