.phone{position:fixed;right:1%;top:30%;z-index:1000;}


/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-1, .ig, .map, .youtube-1 { 
    transform: scale(0.8);
    right:0;
  }
}

/*套用google font字型Noto Sans TC黑體*/
#t-700{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  color: #8F6C2A;
  font-size: 40px;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 30px; }}


@media only screen and (min-width: 768px){
  #header .topnavbar .container {
    padding-left: 60px;
    padding-right: 60px;
    width:100%;
  }/*頁籤底拉寬*/
  .topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position:relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    padding: 0;/*頁籤間距*/
}
}

.topnavbar .container {
   text-align: center;
  padding: 0;
  border-bottom: 1px solid #ddd
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
  background-color: #fff;/*背景底色*/
  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*/
body[data-type="fullpage"] #nav { font-size: 0; }

#nav ul li a {
    font-size: 3.5rem;/*頁籤文字大小*/
    color: #333333;/*頁籤文字顏色*/
    padding: 8px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
    white-space: normal;
}

#nav ul li a {
    font-size: 3.0rem;/*頁籤文字大小*/
    color: #333333;/*頁籤文字顏色*/
    padding: 8px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
    white-space: normal;
}

#nav ul li a:hover  {
    color: #c21a1f;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #c21a1f;/*頁籤按下後文字顏色*/
  font-weight: 400;
}

#nav .subnav {
    max-width: 300px;
    width: 300px;
}


/*頁籤按鈕底線滑入特效-底線短*/
#nav ul li a::before {
  content:"";
  border-bottom:3px solid #c21a1f;
  width:0;
  position:absolute;
  bottom: 0;
  left:0;
  right:0;
  margin:0 auto;
  transition:.3s all ease;
}
#nav ul li a:hover::before {
    width: 75%;
}

#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;/*下拉選單箭頭距離*/
}

/*產品頁*/
ul.product-list li a {
    color: #000;/*產品格文字顏色*/
    background-color: #f5f5f5;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #666;/*產品格滑過文字顏色*/
}
.productdetail .detail-spec h2 p{
    color: #000;
    font-size: 30px;/*產品內頁標題文字*/
}

#side h3 {
  background-color: #7e7e7e;
  color: #fff;
}
#side ul li a {
  font-size: 18px;
  color: #000;
  border-bottom: 1px dashed #ddd;
}


/*title文字顏色*/
.h1title h1{
  color: #333;
  font-weight: 500;
}

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(700 / 1920 * 100%); /* 首頁 banner 大小 */
}
/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(700 / 1920 * 100%); /* 內頁 banner 大小 */
}


/* 首頁各層編輯欄背景*/
#bodyinhome .fcol.fcol-1 {
   width: 100%;
   background-attachment:fixed;
   background-image: url(https://static.iyp.tw/409367/files/8da67a2d-d846-4760-88cc-9aa9757b12e5.jpg);
   background-position:right top;
}
@media only screen and (min-width: 768px){
#bodyinhome .fcol.fcol-2 .container {
  width: 90%;
}/*拉寬編輯欄設定*/
}
#bodyinhome .fcol.fcol-3 .container {
  width: 100%;
  padding: 0;
}/*拉寬編輯欄設定*/

#bodyinhome .fcol.fcol-5 {
   display:none;
}


#bodyinhome .fcol.fcol-6 {
   background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image:url(https://static.iyp.tw/409367/files/911a5c77-c2e7-4d06-ab0d-6d7a217a5651.jpg);  
   background-color: #222;
}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*手機版漢堡選單*/
.navbar .container {
    background-color: #fff; /*導覽列背景顏色樣式*/
  border-bottom: 1px solid #eee;
}
.navbar-icon-bar {
  width: 28px; /* 三變大*/
  height: 4px; 
  background-color: #666; /* 填入想要的三條線顏色 */
}
.navbar-icon-bar:before, .navbar-icon-bar:after {
    background-color: #666; /* 填入想要的三條線顏色 */
}
.menu-open .navbar-icon-bar:before {
    background-color: #666;
}
.menu-open .navbar-icon-bar:after {
    background-color: #666;
}

.navbar .rwd-navbar-toggle .label {
    left: 45px;
    font-size: 1.0rem; /*導覽列文字尺寸*/
    color: #333; /*導覽列文字顏色樣式*/
    background-color: #fff;/*導覽列底色*/
    border-radius: 3px;
    padding: 4px;
}
.rwd-navbar-toggle {width: 100%;}/*導覽列寬度*/

.navbar .rwd-navbar-toggle:before {
    background-color: rgba(255,255,255,0);/*導覽列展開底色*/
}

@media only screen and (max-width: 767px){
.rwd-side .topnav .home>a { border: 1px solid #ffffff;}
.rwd-side .topnav a { color: #ffffff; }
.rwd-side .nav .has-subnav.opened>.subnav { border-left: 1px solid #ccc; }
.rwd-side.menu-open {
    background-color: #8F6C2A;/* 展開選單底色 */
}
.rwd-side .nav li {
    border-bottom: 1px #ccc dashed; /* 展開連結文字底虛線 */
}
.rwd-side .nav span {
    color: #fff; /* 展開連結文字顏色 */
}
}

/*產品介紹圖文特效*/
figure.snip1249 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 150px;
  max-width: 350px;
  width: 100%;
  height: 100%;
  background: #fff;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
}
figure.snip1249 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip1249 img{
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  vertical-align: top;
  padding: 0 0 10px 0;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
}
figure.snip1249:hover img{
  opacity: 0.8;
}
figure.snip1249 h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}
figure.snip1249 p {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
figure.snip1249 figcaption {
  padding: 5px 20px 60px 20px;
  color: #000000;
  position: relative;
  font-size: 0.9em;
}

figure.snip1249 .btn-more {
  display: inline-block;
    width: 100px;
    border: 1px solid #8F6C2A;
    padding: 0.4em 0.6em;
    color: #8F6C2A;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

figure.snip1249:hover .btn-more {
  background-color: #8F6C2A;
  color: #ffffff;
}
figure.snip1249 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

/*表格*/
#table-1 { font-size: 16px; }
#table-1 th { width: 80px; vertical-align: top; }


/*按鈕-文字底色變化特效*/
.btn-1 {
    border-radius: 5px;/*表格按鈕框線圓角*/
    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;
}

/*btn-li效果*/
.pro-item .custom-btn { 
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 10px;
}

.pro-item ul li {
    padding: 20px 12px 12px;
    margin: 8px;
    display: inline-block;
    width: calc(33% - 19px);
    line-height: 1;
}

@media only screen and (max-width: 1080px){
.pro-item ul li { width: calc(50% - 19px);}
}
@media only screen and (max-width: 768px){
.pro-item ul li { width: calc(100% - 19px);}
}


/*footer-社群icon按鈕*/
.f-icon ul li {
    margin: 5px;
    display: inline-block;
}
.f-icon ul li i {
  font-size: 18px;
  color: #fff;
}
.f-icon-btn {
  width: 35px;
  height: 35px; 
  background-color: #8F6C2A;
  border-radius: 100%;
  margin: 0 auto;
  border-width: 0;
  transition: all 0.3s ease;
  line-height: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.f-icon-btn:hover { background-color: #666; }
/*圖文連結特效*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip1084 {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 220px;
  max-width: 100%;
  max-height: 400px;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.snip1084 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

figure.snip1084 img {
  opacity: 2;
  width: 100%;
   object-fit: cover; 
  height: 400px; /*高度*/
}

figure.snip1084 figcaption {
  top: 50%;
  left: 40px;
  right: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1084 figcaption h2 {
  position: relative;
  font-weight: 400;
  font-weight:bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
  text-shadow: black 0.1em 0.1em 0.2em;
}

figure.snip1084 figcaption h2 span {
  font-weight: 800;
}

figure.snip1084 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0;
  margin: 0;
  color: #fff;
}

figure.snip1084:before,
figure.snip1084:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

figure.snip1084:before {
  border-top: 1px double #fff;
  border-bottom: 1px double #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.snip1084:after {
  border-right: 1px double #fff;
  border-left: 1px double #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.snip1084 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1084.blue {
  background: #0a212f;
}

figure.snip1084.red {
  background: #1176bd;
}

figure.snip1084.yellow {
  background: #ff9b52;
}

figure.snip1084:hover img,
figure.snip1084.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1084:hover figcaption h2,
figure.snip1084.hover figcaption h2,
figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  opacity: 1;
  border-color: rgba(17, 118, 189, 0.5);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip1084:hover:before,
figure.snip1084.hover:before,
figure.snip1084:hover:after,
figure.snip1084.hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 文字放大手機*/
@media only screen and (max-width: 768px){
body {
    color: #000; 
}


}