.phone{position:fixed;right:1%;top:40%;z-index:1000;}
.line-1{position:fixed;right:1%;top:55%;z-index:1000;}

#t-500{
font-family: 'Noto Sans TC', sans-serif;
}
.word {
   padding: 5px;
  font-weight:bold;
  color: #fff;
  background-color: #042b71;

}

.word:hover{
   padding: 5px;
  	transition:0.7s;
  color: #333;
  font-weight:bold; 
  background-color: #fff;
}

/*內頁圖文按鈕-效果*/
.frame img {
  	width: 240px;
	height: 180px;
}
.frame a {
  color:#000;
  font-size:18px;
  font-weight: 700;
}
.frame .row [class^="col-"] img{
  opacity:3;
  transition:0.7s
}
.frame .row [class^="col-"] img:hover {
    opacity:0.55;
}
/*表格按鈕-文字底色變化特效*/
.btn-1 {
    border-radius: 20px;/*表格按鈕框線圓角*/
    color: #fff;
    font-size: 14px;
}
.btn-1:hover{
    background-color: #cf2929; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
    border:2px #fff solid;
}
.custom-btn {
    padding: 5px 25px;
    font-family: Arial,微軟正黑體; 
    font-weight: 500;
    background: #222;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}/*表格按鈕-文字底色變化特效*/



.block2 h4{
    padding-bottom: 10px;
    border-bottom: 2px solid #c1c1c1;
}
.line{
    height: 1px;//高度爲1px,可根據實際修改
    width: 150px;
    background: #c1c1c1;
}
.innerline{
    display: block;
    width: 150px;
    height: 2px;
    background: #cf2929;
    margin-top: -1px;//很重要，否則兩條線不在同一水平面
}

/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-1, .ig, .map, .wechat { 
    transform: scale(0.8);
    right:0;
  }
}

#logo{
  margin-top:-20px;
}
/*套用google font字型Noto Sans TC黑體*/
#t-700 {
   font-family: 'Noto Sans TC', sans-serif;
   font-weight: 700;
   font-size: 40px;
   color: #231815;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 32px; }}

#t-500{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}

#t-400{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  line-height: 2;
}


/*頁籤底拉寬*/
#header .topnavbar .container {
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
    background-color: #fff;/*背景底色*/
}

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;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/


@media only screen and (min-width: 768px){
.topnavbar {
background-color:#fff;
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    height: 70px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}}


/*nav*/
#nav {
    width: 100%;
    margin-top: -85px;
    text-align: right;
}
#nav ul li a {
    font-size: 0.95rem;/*頁籤文字大小*/
    color: #666;/*頁籤文字顏色*/
    padding: 10px 10px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    transition: .3s;
}

#nav ul li a:hover  {
    color: #333;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #000;/*頁籤按下後文字顏色*/
}
/*頁籤按鈕上底線滑入特效-底線短*/
#nav ul li a::before {
  content:"";
  border-top:3px solid #263158;
  width:0;
  position:absolute;
  left:0;
  right:0;
  top:0px;
  margin:0 auto;
  transition:.3s all ease;
}
#nav ul li a:hover::before {
    width: 80%;
}

#nav .subnav {
    margin-top: 0;
    background-color: #222;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
    text-align: left;
}
#nav li.has-subnav ul li a {
   color: #fff;/*次頁籤文字顏色*/  
}
#nav li.has-subnav ul li a:hover {
   background-color: #263158;  /*次頁籤文字滑過底色*/
}

/*產品頁*/
ul.product-list li a {
    color: #333;/*產品格文字顏色*/
    background-color: #eee;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}
.productdetail .detail-spec h2 p{
    color: #333;
    font-size: 30px;
}/*產品內頁標題文字*/


/*title文字顏色*/
.h1title {
    text-align: center;
    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( 700 / 1920 * 100%); /* 首頁 banner 大小 */
}
/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc( 700 / 1920 * 100%); /* 內頁 banner 大小 */
}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0;
}

/*首頁各層編輯欄設定*/
#bodyinhome .fcol.fcol-2 {
background-image:url("https://static.iyp.tw/409184/files/d25b2293-7ef4-4e2c-bb8e-d2faf403f328.jpg");
  background-attachment:fixed;
}
#bodyinhome .fcol.fcol-3{
  display:none;

}/*拉寬編輯欄設定*/
#bodyinhome .fcol.fcol-4{
  display:none;
}
#bodyinhome .fcol.fcol-5{
  display:none;

}
#bodyinhome .fcol.fcol-6{
background-color:#122954;
}
#bodyinhome .fcol.fcol-6 .container{
width:100%;
}

body.contact-us .fcol.fcol-1 .container{
width:100%;
}
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}
/*首頁各層編輯欄設定*/


/*圖文特效按鈕-標題在上+內文滑入*/
.snip1374 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 160px;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: left;
  background-color: #000000;
  text-shadow: 2px 2px 5px #000000;/*文字陰影*/
}
.snip1374 figcaption {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  padding: 20px;
 /*-webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.snip1374 h2{
  font-family: 'Noto Sans TC', sans-serif;
  text-transform: uppercase;/*文字大寫*/
  color:#ffffff;/*文字顏色*/
  font-size: 1.5rem;/*文字大小*/
  font-weight: 700;/*文字粗細*/
  line-height: 1.3;/*文字行距*/
  letter-spacing: 1;　/* 設定文字間距 */
  border-bottom: 2px solid #fff;
}
.snip1374 h2::after {
    content: '';
    margin-top: 10px;
    display: block;
    width: 20%;
    height: 2px;
    background: #c2fff9;
}
.snip1374 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  height: 350px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.snip1374:hover img,
.snip1374.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.snip1374 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1374 p {
  position: relative;
  color: #fff;
  font-size: 1em;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  line-height: 1.3;
}
.snip1374:hover p,
.snip1374.hover p {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 1;
}
.snip1374 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
/*footer*/
#foot-nav {
    display: none;
}
.contact-row {
     display: none; 
}
#footer {
    color: #fff;
    background-color: #333;
}
#footer p{
   color: #fff;/*footer文字顏色*/
  font-size: 16px;
  line-height: 1.6;
}
#contact-info ul li span {
    color: #fff;
}/*聯絡我們資訊文字顏色*/


/*owl 輪播圖語法*/
.owl-carousel.owl-theme {
  padding: 0 20px 35px;/*內距:上 左右 下;*/
}
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  margin: 0;
  top:150px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.owl-carousel .owl-item img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  display: block;
  width: 100%;
  height: 250px; /*高度*/
  border: 2px solid #fff;
  box-shadow: 0 6px 5px rgba(44,44,44,0.25);
}
.owl-carousel .row-no-gutters {
    margin-right: 5px;
    margin-left: 2px;
}