#contact-info {
    color: #CCC;
    line-height: 1.8;
}
a {
    color: #CCC;
}
  /*fb icon*/
.fb{position:fixed;right:1%;top:85%;z-index:1000}
/*line-1 icon*/
.line-1{position:fixed;right:1%;top:75%;z-index:1000}
/*phone icon*/
.phone{position:fixed;right:1%;top:65%;z-index:1000}

body{
  background-color:#ccc;
}

#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;/*背景底色*/
}

@media only screen and (min-width: 768px){
.topnavbar {
    background: url(https://static.iyp.tw/38176/files/a636b82c-9a36-4db8-b7cf-ee89cbdeaa6d.jpg);
    background-repeat:no-repeat;
    background-position:center bottom;
    background-color: #fff;/*頁籤底圖顏色*/
    position: relative;/*頁籤&banner分開不重疊*/
    height: 165px;/*頁籤底圖高度*/
    padding: 0;/*頁籤距離*/
}}


#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: #9d050f;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #9d050f;/*頁籤按下後文字顏色*/
}



/*title文字顏色*/
.h1title {
    color: #fff;
}

a {
    color: #fff;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(939 / 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;
}
