.topnavbar .container {
  text-align:left;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
    background-color: #fff;/*背景底色*/
}


@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
    position: relative;/*頁籤&banner分開不重疊*/
    height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}}

body[data-type="fullpage"] #nav {
    font-size: 1.0rem;/*頁籤文字大小*/
}

#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #000000;/*頁籤文字顏色*/
    padding: 10px 30px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #ffffff;/*頁籤滑過文字顏色*/
    background: #2ca9e1;/*頁籤滑過色塊底*/
    border-top-right-radius: 10px;/*頁籤滑過色塊右上圓角角度*/
    border-top-left-radius: 10px;/*頁籤滑過色塊左下圓角角度*/
}
#nav ul li.current a {
    color: #164a84;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #a0d8ef;/*次頁籤底色*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}


/*title文字顏色*/
.h1title {
    color: #2ca9e1;
}

a {
    color: #2ca9e1;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(730 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

#ser-line {
    background: #ccc;/*分隔線顏色*/
    width: 100px;/*分隔線長度*/
    height: 5px;/*分隔線高度*/
    display: block;
    margin: 1em auto 1em;/*間距*/
}

/* 首頁各層編輯欄背景*/
#bodyinpage .fcol.fcol-3 {
   width: 100%;
   background-color: #e5e5e5;
}
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}