body{
  background-color:#ccc;
}
.topnavbar {
    background-color: rgba(0,0,0,0.0);
}

#logo {
  display: block;
}

.topnavbar .container {
  text-align: center;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

ul.product-list li a {

    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 16px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.05);
    transition-property: color, box-shadow;

}
body {
    background-color: #fff;/*背景底色*/
}


#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
    display: block;;
    color: #333;/*頁籤文字顏色*/
    padding: 15px 25px;/*頁籤文字間隔*/
    line-height: 0;
    transition: .3s;
    border-left: #999 1px dotted;/*頁籤文字間隔虛線*/
    font-size:18px;
}

#nav ul li a:hover  {
    color: #0d6572;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #0d6572;/*頁籤按下後文字顏色*/
}



/*title文字顏色*/
.h1title {
    color: #0d6572;
}

a {
    color: #1c9c96;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}


body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


.design2 img{
	height: 120px;
	width: 170px;
   border:3px #c8c8c8 solid;
}
.design3 img{
	height: 150px;
	width: 200px;
   border:3px #c8c8c8 solid;
}

.line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
