.phone{position:fixed;right:0%;top:80%;z-index:1000;}
.line-1{position:fixed;right:0%;top:71%;z-index:1000;}


/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 430px){ 
  .phone, .fb, .line-1, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet, .youtube-1, .tiktok , .thread { 
    transform: scale(0.8);
    right:0;
  }
}

.container h4 {
    color: #ff7e00;
  font-size: 25px;
  font-weight: 700;
}

.row {text-align: center;}

.topnavbar {
 /* background-color: Transparent;*/
    background-color: #fff;/*頁籤底圖顏色;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%;
}

#logo h1 {
    height: 70px;
}


a {
    color: #373737;/*連結顏色*/
    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; /* 強制圖片寬度隨容器變更 */
}


a:hover { color: #f38128; }

/*nav*/
#nav ul li a {
    font-size: 1.05rem;/*頁籤文字大小*/
    color: #373737;/*頁籤文字顏色*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #fe7000;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #fe7000;/*頁籤按下後文字顏色*/

}

/*頁籤按鈕下底線滑入特效-底線短*/
#nav ul li a::before {
  content:"";
  border-bottom:3px solid #fe7000;
  width:0;
  position:absolute;
  left:0;
  right:0;
  top:0px;
  margin:0 auto;
  transition:.3s all ease;
  border-radius: 2px;
}

#nav ul li a:hover::before {
    width: 50%;
}

#nav ul.subnav li a::before {
  display:none;
}

/*次頁籤文字顏色*/ 
#nav .subnav {
    text-align: left;
    background-color: #ffffff;/*次頁籤底色*/
    border-radius: 20px;
}
#nav .subnav a { font-size: 16px; }

#nav li.has-subnav ul li a:hover {
   color: #fe7000;/*次頁籤滑過後文字顏色*/   
   background-color: rgba(255,255,255,0); /*次頁籤滑過底圖顏色*/
}


body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}

/*改內文標題顏色*/
h1, h2, h3, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}

ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #082453;
}
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: #082453;
    overflow: hidden;
    padding: 0 16px;
}

#side ul li a {
    color: #222;
   font-size: 16px;
}


body {
    background-color: #e6e6e8;/*背景底色*/
    font-family: 'Noto Sans TC', sans-serif;/*套用google font字型Noto Sans TC黑體*/
}

#bodyinhome .fcol.fcol-1 .container { width: 100%; background-color: #fff; }

#bodyinhome .fcol.fcol-3  { background-color: #fff; }

#bodyinhome .fcol.fcol-2 .container { padding: 30px 0px; }

#bodyinhome .fcol.fcol-5 .container { width: 100%;}

#bodyinhome .fcol.fcol-5 {  
 width: 100%;
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: 50% 50%;
   background-size: cover;
   background-image: -webkit-linear-gradient(left, rgb(255 255 255 / 20%) 0%, rgb(255 255 255 / 80%) 100%),url(https://static.iyp.tw/409784/files/d018ab41-f7a9-4a73-978a-49d2cd917c8f.jpg);
   background-color: #f5f5f5;
   padding: 3rem 0;
}
  
#bodyinhome .fcol.fcol-6 .container { width: 100%; padding: 0px; }

/*footer*/
#footer {
    color: #373737;
    background-color: #e6e6e8;
}
#foot-nav {
  display:none;
}

#footer a {
    color: #434343;
}

#footer a:hover {
    color: #ff7e00;
}

#main-wrap .container {
    font-size: clamp(16px, 2vw, 18px);
  line-height:30px;
  color: #2d2d2d;
}
#footer {
   font-size: 12px;
}

ul.c {
  list-style-type: disc;/*disc實心 ecimal 數字*/
  margin-left: 1.5em;
  font-size: 13px;
}

ul.d {
  list-style-type: disc;/*disc實心 ecimal 數字*/
  margin-left: 1.5em;
}

/*按鈕-了解更多*/
.custom-btn1 {
    padding: 5px 25px;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
  
}

.btn-more2 {
    border-radius: 30px;
    border: 2px solid #ff7e00;
    color: #444;
    font-size: clamp(18px, 2vw, 16px);
     font-weight: 500;
}
.btn-more2:hover{
    background-color: #ff7e00; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}

/* 最新消息/案例分享 */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1157 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 600px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
}
figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fafafa;
  margin: 0;
  position: absolute;
}
figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip1157 .author h5 {
  font-size: 1.2em;
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1157 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}

.word th, .word td {
        border: 1px solid #ccc;
        padding: 10px 12px;
        vertical-align: top;
}
.word th {
  background-color: #ff7e00;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.word tr:nth-child(even) {
        background-color: #fafafa;
 }


