.phone{position:fixed;right:1%;top:40%;z-index:1000}


body {
    background-color: #000;
     color: #fff;
}




label {color: #43a2c7;}

@media only screen and (min-width: 768px){
.topnavbar .container {
  text-align: justify;
  padding:0px;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}}

logo {
  padding:0px;
  color: #fff;
  font-family: 'Noto Serif TC', serif;
}



.t-700{
  font-family: 'Noto Serif TC', serif;
}




/*編輯欄設定*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
}
  
.topnavbar .container {
   background-color: #000;
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/


@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #000;
    position: relative;/*頁籤&banner分開不重疊*/
    max-height: 90px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}
/* 文字放大*/
.container {
    font-size:16px;
  line-height:30px;
}
  
#foot-nav {
    font-size:13px;
}
}

/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*產品內頁*/

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}



#nav ul li a {
    font-size: 18px;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 10px 13px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #ffd400;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #ffd400;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    text-align: left;
    font-size: 14px;
    background-color: #1b2a33;/*次頁籤底色*/
}




/*title文字顏色*/
.h1title {
    text-align: center;
    color: #fff;
    border-bottom: 1px dashed #666;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}



body.about-us .fcol.fcol-2 .container {
      width: 100%;
      padding:0px;
      background-color: rgba(255,255,255,0.3)
}




h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #fff;
}


.product-list-div h2 {
    text-shadow: 0 0px 0 #fff;
}



ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #fff;
}
ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #fff;
    overflow: hidden;
    padding: 0 16px;
}

ul.product-list li .desc {
    color: #fff;
}

.productdetail .detail-spec b {

    color: #fff;
    text-shadow: 0px 0 #fff;
}

.productdetail .detail-spec h2 {
    color: #fff;
    text-shadow: 0 0px 0 #fff;
}

#footer {
    color: #ffffff;
    background-color: rgba(0,0,0,0.6);
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fbfbfb;
   
}
#foot-nav ul li a {
    display: block;
    color: #fbfbfb;
    font-size: 1.06em;
    margin-right: 10px;
    padding: 8px 16px;
}
#contact-info ul li span {
    color: #fbfbfb;
}

/*圖形效果----■*/
/*垂直*/
.greyLine {
    position: relative;
    margin: 0 auto;
    height: 5rem;
    width: .0625rem;
    background: #fff;
    display: block;
    margin-bottom: 2rem;
}
.greyLine::after {
    content: '';
    display: block;
    position: absolute;
    height: .625rem;
    width: .625rem;
    background:#fff;
    transform: rotate(45deg);
    bottom: -.625rem;
    left: -.3125rem;
}

/* 首頁效果*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
figure.snip1206 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 220px;
  max-width: 400px;
  max-height: 300px;
  width: 100%;
  color: #000000;
  text-align: center;
}
figure.snip1206 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1206 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1206:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.75;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1206 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
figure.snip1206 h2,
figure.snip1206 p {
  margin: 0;
  width: 100%;
  opacity: 0;
  
}
figure.snip1206 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  font-weight:bold;
}
figure.snip1206 p {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
  color: #9f2828;
}
figure.snip1206 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1206:hover:after,
figure.snip1206.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
figure.snip1206:hover figcaption h2,
figure.snip1206.hover figcaption h2,
figure.snip1206:hover figcaption p,
figure.snip1206.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1206:hover figcaption h2,
figure.snip1206.hover figcaption h2 {
  opacity: 1;
}
figure.snip1206:hover figcaption p,
figure.snip1206.hover figcaption p {
  opacity: 0.7;
}
