.phone{position:fixed;right:1%;top:40%;z-index:1000;}

@media only screen and (min-width: 768px){
/*圖片-資深專業*/
.pc_02 { margin: -20px 0px 0px -10px; }
/*圖片-車款價格*/
.pc_03 { padding-top: 100px; }
.pc_01 { margin-top: 25px; }
 }


@media only screen and (max-width: 767px) {
.rwd-wrapper .topnavbar .container{
      background-color: #1d3257;
}}

/*按鈕-文字底色變化特效*/
.btn-1 {
    border: 1px solid #000;/*表格按鈕框線樣式*/
    color: #000;
    font-size: 14px;
}
.btn-1:hover{
    background-color: #333; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}
.custom-btn {
    padding: 5px 25px;
    font-family: Arial,微軟正黑體; 
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}
body.about-us .fcol.fcol-6 {
   background:repeating-linear-gradient(60deg,#333333,#333333 15px,#3a3a3a 0,#3a3a3a 30px);
   }


body.about-us .fcol.fcol-2 .container { 

}
body.about-us .fcol.fcol-2{ 
  background-image:url("https://static.iyp.tw/409394/files/d3c875f1-b007-4867-ab03-b20bd66895a8.jpg");
  background-attachment:fixed;
}
body.about-us .fcol.fcol-4{ 
  display:none;
}
body.about-us .fcol.fcol-5{ 
  display:none;
}
body.about-us .fcol.fcol-3 .container { 
  width:100%;
  padding:0px;
  margin:0px;
  margin-bottom:-22px;
}

/*產品-區塊項目li效果—5格*/
.pro_item ul li {
    padding: 5px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(20% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: 15px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: center;
}
.pro_item a { color:#666 ;font-size: 15px;}

.pro_item a:hover { 
  opacity: 0.8;   
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px){
 .pro_item ul li { width: calc(33% - 10px); font-size: 14px;}
  .pro_item a { font-size: 14px;}
}
@media only screen and (max-width: 768px){
 .pro_item ul li { width: calc(50% - 10px); }
}
@media only screen and (max-width: 567px){
 .pro_item ul li { width: calc(100% - 10px); }
}
/*商品項目*/
#table-about {
    position: relative;
    z-index: 1;
    width: 70%;
    border-collapse: collapse;
    background-color: rgba(248, 243, 239, 0.9);
    margin: -20% 0 0 30%;
    border: none;
    box-shadow: 5px 5px 0px 0px #6f4028;
}

@media only screen and (max-width: 991px){
#table-about { 
  width: 80%;
  margin: -10% auto 0;
}
}

#table-about td{
  padding:20px;
}

body{
background-image:url("https://static.iyp.tw/409394/files/7dc9bc52-86c4-4d6d-8929-899ee92cafe2.jpg");
  background-attachment:fixed;
}

/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-1, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet { 
    transform: scale(0.8);
    right:0;
  }
}

/*套用google font字型Noto Sans TC黑體*/
#t-700{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  color: #268be3;
  font-size: 40px;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 30px; }}

.topnavbar {
    background-color: rgba(255,255,255,0);/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
  /*  position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    line-height: 0;
    padding: 0;/*頁籤間距*/
}

.topnavbar .container {
  text-align: justify;
  padding: 10px 0 0 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
  font-family: 'Noto Sans TC', sans-serif;
}

#logo h1 { text-align: center; }

table {
table-layout: fixed;
word-wrap:break-word;
} /*動到表格手機不會破版*/


/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/
    line-height: 2;
}
@media only screen and (max-width: 768px){
.fcol p{
    font-size: 16px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/


/*nav*/
#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #fff;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
    font-weight: 400;
}

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
    text-align: left;
}
#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;/*下拉選單箭頭距離*/
}

/*頁籤按鈕上底線滑入特效-底線短*/
#nav ul li a::before {
  content:"";
  border-top:3px solid #fff;
  width:0;
  position:absolute;
  left:0;
  right:0;
  top:0px;
  margin:0 auto;
  transition:.3s all ease;
}
#nav ul li a:hover::before {
    width: 70%;
}

/*產品頁*/
ul.product-list li a {
    color: #000000;/*產品格文字顏色*/
    background-color: rgba(255,255,255,0);/*產品格底色*/
    border: 0px solid #ddd;
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
  border: 0px solid #ddd;
}
.productdetail .detail-spec h2 p{
    color: #333;
    font-size: 30px;
}/*產品內頁標題文字*/

/*產品頁產品格圖片填滿*/
ul.product-list div.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*title文字顏色*/
.h1title h1{
    color: #333333;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(911 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(911 / 1920 * 100%); /* 內頁 banner 大小 */
}

/*首頁各層編輯欄設定*/
#bodyinhome .fcol.fcol-3 .container {
   width: 100%;
   background-image: -webkit-linear-gradient(top, #ffffff 10% ,#333333  10%, #333333 90% ,#ffffff  90%);
   padding: 0;
}/*拉寬編輯欄設定*/

#bodyinhome .fcol.fcol-4 { 
  padding: 3rem 0;
}
@media only screen and (min-width: 768px){
  #bodyinhome .fcol.fcol-4 .container {
    width: 90%;
    padding: 0;
  }/*拉寬編輯欄設定*/
}

#bodyinhome .fcol.fcol-5 { 
  padding: 3rem 0;
  background-color: #ddd;
}

#bodyinhome .fcol.fcol-6 .container {
   width: 100%;
   background-color: #ddd;
   padding: 0;
}/*拉寬編輯欄設定*/

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


/*footer*/
#footer {
    color: #fff;
}
#footer p{
   color: #fff;/*footer文字顏色*/
  font-size: 16px;
  line-height: 1.6;
}
#foot-nav {
    display: none;/*footer頁籤連結隱藏*/
}
#contact-info ul li span {
    color: #fff;
}/*聯絡我們資訊文字顏色*/


/*圖文連結特效*/
.snip1585 {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  margin: 0 auto;
  min-width: 160px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.snip1585 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1585:after {
  background-color: rgba(0, 0, 0,  0.6);
  border-top:100% solid rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: -300px;
  left: 0;
  right: 0;
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}

.snip1585:after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.snip1585 img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  display: block;
}

@media only screen and (max-width: 768px){
  .snip1585 img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
  }
}
.snip1585 figcaption {
  position: absolute;
    top: 0;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 1.5;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.snip1585 h3 {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
  background-color: rgb(4 79 191 / 70%);
}

.snip1585 h3 span {
  display: block;
  font-weight: 400;
  font-size:14px;
  color: #fff;
}

.snip1585 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.snip1585:hover > img,
.snip1585.hover > img {
  opacity: 0.7;
}

.snip1585:hover:after,
.snip1585.hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.snip1585 span { opacity: 0;}

.snip1585:hover figcaption,
.snip1585.hover figcaption,
.snip1585:hover span,
.snip1585.hover span {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  bottom:0px;
}


/*contact-1*/
.contact-1 { 
  list-style-type: square;
  margin-left: 1.5rem;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}
.contact-1 li{ 
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
}