/*phone icon*/
.phone{position:fixed;right:1%;top:20%;z-index:1000}
/*line-1 icon*/
.line-1{position:fixed;right:1%;top:35%;z-index:1000}
/*add icon*/
.add{position:fixed;right:1%;top:50%;z-index:1000}

.design2 img{
	
	width: 90%;
   background-color: #F0F0F0;
	padding: 4px;
	border: 2px solid #F0F0F0;
}
body{
  background-color:#fff;
}
.design {
   background-color: #656565;
   border-radius: 20px;
  padding: 10px; /*物件內的間距*/
  margin: 10px; /*物件與物件間的邊界*/

}
.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
    position: relative;/*頁籤&banner分開不重疊*/
border-bottom: #eee 1px solid;
    padding: 0;/*頁籤間距*/
}}

body[data-type="fullpage"] #nav {
    font-size: 15px;/*頁籤文字大小*/
}

#bodyinhome .fcol.fcol-6 {
    background-color: #F0F0F0;
}


#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #000000;/*頁籤文字顏色*/
    padding: 8px ;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
    /*border-left: #999 1px dotted;/*頁籤文字間隔虛線*/
   font-size:18px;
}

#nav ul li a:hover  {
    color: #ec6941;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #ec6941;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}


/*title文字顏色*/
.h1title {
    color: #333;
}

a {
    color: #0095d9;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.row [class^="col-"] img{
  opacity:3;
  transition:0.7s
}
.row [class^="col-"] img:hover {
    opacity:0.55;
}
.row [class^="col-"] {
  padding:10px;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(584 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

/* 首頁各層編輯欄背景*/
#bodyinhome .fcol.fcol-1 {
   width: 100%;
   border-bottom: #ececec 1px solid;/*間隔線*/
}
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

.fcol.fcol-4{
   background-image: linear-gradient(to top, #ffff, #f4f4f4);
   border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
}

/*表格圓角*/
.border1 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  background-color: #ececec;
}
/*表格圓角*/


#copyright {
    display: none;
}

#frame-1 {

  margin-right: 6px; margin-bottom: 10px;
  background-color: #fff;
  border-radius: 15px; box-shadow: 3px 3px 18px 0px rgba(180, 180, 180, 0.30); 
}

/*圖片疊文字*/
#DIV_BIG{
    width:320px;
    height:320px;
   position:relative;
  margin-left: auto; margin-right: auto;"
}

#DIV_SMALL{
	width:320px;
	height: 60px;
	background: rgba(28, 28, 28, 0.8); 
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align:center;
	color: #FFF;
	transition:0.7s;
  margin-left: auto; margin-right: auto;"
}

#DIV_SMALL:hover{
	 width:320px;
    height:320px;
	background: rgba(28, 28, 28, 0.8); 
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-top: 160px;/*相加等於高*/
	color: #FFF;
	transition:0.7s;
	text-align:center;
	padding-top:160px;/*相加等於高*/
  margin-left: auto; margin-right: auto;"
}

