.topnavbar .container {
  text-align: justify;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
    background-color: #fff;/*背景底色*/
}

/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/
    line-height: 1.6;
}
@media only screen and (max-width: 768px){
.fcol p{
    font-size: 16px;/*螢幕寬度768px內文字大小*/
}
.t1 {text-align: left;}/*螢幕寬度768px內-文字靠左*/
}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    min-height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}
.t1 {text-align: center;}/*螢幕寬度768px以上-文字置中*/
}


#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #333333;/*頁籤文字顏色*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #ff8e01;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #ff8e01;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    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 {
    color: #333333;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

/*首頁各層編輯欄設定*/
#bodyinhome .fcol.fcol-3 #nicedit_2 {
   padding: 0px;
}
#bodyinhome .fcol.fcol-4 .container {
   width: 100%;
   margin-bottom: -4px;
   padding: 0px;
}/*拉寬編輯欄設定*/
#bodyinhome .fcol.fcol-6 .container {
   width: 100%;
   background-color: #fff;
   margin-bottom: -4px;
   padding: 0px;
}/*拉寬編輯欄設定*/

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}
/*首頁各層編輯欄設定*/

#foot-nav {
    display: none;
}

.t1 {
  font-family: 'Playfair Display', serif;
  color:#FF8F00;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;　/* 設定文字行距 */
  letter-spacing: 3px;　/* 設定文字間距 */
}


/*圖文特效*/
figure.snip1425 {
  position: relative;
  overflow: hidden;
  margin: 0px;
 /* min-width: 230px;
  max-width: 315px;*/
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}
figure.snip1425 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.snip1425 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%; /*寬度*/
  height: 300px; /*高度*/
  vertical-align: top;
  transform:scale(1,1);
  transition:all 0.3s ease-out;
}
figure.snip1425:hover img,
figure.snip1425.hover img {
  transform:scale(1.1,1.1);
}
figure.snip1425 figcaption {
  top: 35%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 1;
  z-index: 1;
}
figure.snip1425 h2,
figure.snip1425 h4 {
  margin: 5px;
}
figure.snip1425 h2 {
  color: #fff;
  font-weight: 600;
}
figure.snip1425 h4 {
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1425 i {
  font-size: 32px;
}
figure.snip1425:after {
  background-color: #000;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
}
figure.snip1425 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1425:hover figcaption,
figure.snip1425.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1425:hover:after,
figure.snip1425.hover:after {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  opacity: 0.8;
}

/*表格效果-營業項目*/
.table-1 table{
  border-collapse: separate;
  border-spacing: 10px; /*cellspacing 表格欄位的距離*/
}
.table-1 tr{
  border: 1px solid #EF6C00;
}
.table-1 td{
  text-align: center;
  font-size: 16px;
  margin: 10px ;
  border: 1px solid #EF6C00;
  padding: 5px 10px;
  background-color: #E65100;
  border-radius: 10px;
  color: #FFF;
}
@media only screen and (max-width: 768px){
.table-1 table{
  border-spacing:5px;/*表格欄位的距離*/
}
.table-1 td{
    font-size: 14px;
    margin: 0px ;/*螢幕寬度768px內*/
    padding: 1px;
}