.pic img{transform:scale(1,1);transition: all 1s ease-out;}
.pic img:hover{transform:scale(1.2,1.2);}
.frame2 img{
	height: 200px;
	width: 100%;
   border:2px #c8c8c8 solid;
}
#bodyinhome .fcol.fcol-3 {
       background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
    background-repeat: no-repeat;
    background-position:center top;
    background-image: url(https://static.iyp.tw/36491/files/1b6ca1a1-6945-4b5d-b774-4e1075ea83a8.jpg);
  background-color: #fff;
}
#bodyinhome .fcol.fcol-4 {
     background-color:#eee;
}
.frame img {
	height: 130px;
	width: 190px;
	background-color: #F0F0F0;
	padding: 4px;
	border: 1px solid #D5D5D5;
}

<style type="text/css"> 
<!--
body {
	background-image: url(/s3-ap-northeast-1.amazonaws.com/static.iyp.tw/36491/files/da162084-6b84-431e-9cb5-866009108f5e.jpg);
	background-repeat:repeat; */背景圖連續
}
-->
</style>

element.removeClass('active');
<li class="active">Item</li>    =>    <li>Item</li>

.fb{position:fixed;right:1%;top:80%;z-index:1000}
.line-1{position:fixed;right:1%;top:65%;z-index:1000}
.phone{position:fixed;right:1%;top:50%;z-index:1000}


.topnavbar .container {
  text-align: center;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
    background-color: #fff;/*背景底色*/
}

@media (min-width: 1200px){
body[data-type="fullpage"] .topnavbar .container {
    width: 100%;/*頁籤欄滿版*/
}}

/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/
    line-height: 1.6;
}
@media only screen and (max-width: 768px){
.fcol p{
    font-size: 16px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/

@media only screen and (max-width: 768px){
.topnavbar .container {
   background-color: #333;
}}

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: rgba(0,0,0,0.5);/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: fixed;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    /*height: 90px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}}

#nav ul li {
    padding-top: 10px;
}
#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
    /*border-left: #999 1px dotted;/*頁籤文字間隔虛線*/
}

#nav ul li a:hover  {
    color: #fff;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #910000;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}
#nav .subnav .has-subnav span{
    max-width: 400px;/*次頁籤文字背景最大寬度*/
}

#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}


/*title文字顏色*/
.h1title {
  text-align: center;
  color: #333333;
  border-bottom: #cacaca 1px dashed;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

/*首頁各層編輯欄設定*/
#bodyinhome .fcol.fcol-1 .container {
   width: 100%;
   background-color: #fff;
   padding: 0px 10px;
}/*拉寬編輯欄設定*/
#bodyinhome .fcol.fcol-2 {
    background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
    background-repeat: no-repeat;
    background-position:right top;
    background-image: url(https://static.iyp.tw/36491/files/ab02b30c-6ad5-4366-b0cf-55befa5bccee.jpg);
}
#bodyinhome .fcol.fcol-5 {
       background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
    background-repeat: no-repeat;
    background-position:center top;
    background-image: url(https://static.iyp.tw/41757/files/73d2ae7f-56e0-4b6f-a059-bfa22595a1e4.jpg);
  background-color: #ebebeb;
}
#bodyinhome .fcol.fcol-5 .container{
      width:100%;
}
#bodyinhome .fcol.fcol-6{
     display:none;
}
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}
/*首頁各層編輯欄設定*/

/*首頁產品項目*/
.table-1{
  background-color: #fff;/*#a80000*/
  font-size:24px;
  color:#000;
  font-weight: 700;
  padding: 0px;
}
.table-1 img{
  transition: .3s;
}
.table-1 img:hover{
  opacity: 0.9;
}
.table-1 a {
  color:#000;
}
.table-1 a:hover {
  color:#a80000;
}
/*首頁產品項目*/

/*Q&A手風琴*/
#accordion li div {
display:none;
}

#accordion li>h3{
   display:block;
   border:1px solid #dddddd;
   border-radius:3px; 
   background: #a80000;
   margin-top: 7px;
   color:#FFF;
    padding: 10px;
   font-size:20px;
}
#accordion li>div{
   border:1px solid #dddddd;
   border-radius:3px; 
   margin-top: 7px;
    padding: 10px;
   font-size:16px;
  color:#000;
}
/*Q&A手風琴*/
/*首頁圖片特效-*/

.snip1504 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 220px;
  max-width: 500px;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  background-color: #fff;


}

.snip1504 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1504 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
width: 100%; /*寬度*/
height: 300px; /*高度*/

}

.snip1504 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.snip1504 h3,
.snip1504 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1504 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 600;
}

.snip1504 h5 {
  font-weight: normal;
  font-style: italic;
  color: #888;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.snip1504 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1504:hover > img,
.snip1504.hover > img {
  opacity: 0.1;
}

.snip1504:hover h3,
.snip1504.hover h3,
.snip1504:hover h5,
.snip1504.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#bodyinhome .fcol.fcol-6 .container{
  max-width:100%;
  width:80%;
  padding:40px 0;
}

/*owl 輪播圖語法*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border: 4px solid #fff;
  box-shadow: 0 6px 5px rgba(44,44,44,0.25);
  background-color: #fff;
}

.flex {
  display: flex;
  flex-direction: row-reverse;
}
