.phone{position:fixed;right:1%;top:50%;z-index:1000;}
.line-1{position:fixed;right:1%;top:62%;z-index:1000;}

/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-1, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet { 
    transform: scale(0.8);
    right:0;
  }
}

.topnavbar {
    background-color: #333;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    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;
    background-color: #fff;/*背景底色*/
}

#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*/
/*頁籤底拉寬*/
#header .topnavbar .container {
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}
@media only screen and (min-width: 1280px){ #nav { margin-top: 5px;} }
@media only screen and (min-width: 768px) {
#nav > ul > li:nth-child(-n+5) {
    z-index: 1;
}}
/*次頁籤層級上移
雙排頁籤文字時上排次頁籤會被下排壓住*/

#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 10px 15px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #ffbb00;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #222;/*次頁籤底色*/
    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: #333;/*產品格文字顏色*/
    background-color: #eee;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #666;/*產品格滑過文字顏色*/
}
.productdetail .detail-spec h2 p{
    color: #333;
    font-size: 30px;
}/*產品內頁標題文字*/

#side h3 {
  background-color: #ffbb00;
  color: #000;
}
#side ul li a {
  font-size: 18px;
  color: #000;
  border-bottom: 1px dashed #ddd;
}

/*title文字顏色*/
.h1title h1{
    color: #333333;
}
.h1title h1::after { 
   content: "";
    background: #ffbb00;
    width: 60px;
    height: 3px;
    display: block;
    margin: 0;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}
/*首頁各層編輯欄設定*/
body.about-us .fcol.fcol-2 {
   background-attachment: fixed;
   background-image: url("https://static.iyp.tw/476/files/cfcfa9ca-43aa-4f39-8f8f-e2f907412164.jpg");
   padding:2em;
}

/*6大特色*/
/*圓點裝飾*/
#t-circle::before { 
  content: "";
  display: inline-block;
  height: 80px;
  width: 80px;
  background-color: #f5f5f5;
  border-radius: 100%;
  margin-right: -40px;
}
.feature-1 {
  height: 100%;
  background-color: #a36100;
  color: #fff;
  padding:2rem;
  text-align: center;
}
.feature-1 h3 {
  font-size: 20px;
  font-weight: 700;
}
.feature-1 p {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
}
.feature-1 img {
  background-color: #fff;
  margin-top: -5rem;
  margin-bottom: 10px;
  border: 4px solid #ff9900;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

/*圖文特效按鈕-標題在上+內文滑出*/
.snip1374 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-width: 160px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #271700;
  line-height: 1.5;
}
.snip1374 figcaption {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
 -webkit-transform: scale(1);
  transform: scale(1);
}
.snip1374:hover figcaption,
.snip1374.hover figcaption {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.snip1374 h2{
  color:#ffffff;/*文字顏色*/
  font-size: 16px;/*文字大小*/
  font-weight: 400;/*文字粗細*/
  margin: 10px 15px;
}
.snip1374 h2 span { background-color: #ffbb00;padding: 2px 5px; }

.snip1374 h3{
  color:#ffffff;/*文字顏色*/
  font-size: 22px;/*文字大小*/
  font-weight: 700;/*文字粗細*/
  margin: 10px 15px;
}
.snip1374 h3::after { 
   content: "";
    background: #ffbb00;
    width: 45px;
    height: 1px;
    display: block;
    margin: 0;
}

.snip1374 p {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 15px;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 1280px){  .snip1374 p { -webkit-line-clamp: 2; }}

.snip1374 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  aspect-ratio: 3 / 4.5;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.5;
}
@media only screen and (max-width: 768px){ .snip1374 img {  aspect-ratio: 1 / 1; }}

.snip1374:hover img,.snip1374.hover img {opacity: 0.8;}

.snip1374 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1374 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

/*contact 聯絡我們-表格+圖示*/
.contact-1 {
  text-align: center;
  box-shadow: -7px -7px 20px 0px rgb(0 0 0 / 10%), -4px -4px 5px 0px rgb(0 0 0 / 10%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
  background-color: #fff;
}
.contact-1 div {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.contact-1 i {
  font-size:2rem;
  color: #ffbb00;
  padding-top: 20px;
}
.contact-1 h3 {
  font-size:2rem;
  color: #999;
  font-weight: 400;
}
.contact-1 p {  font-size:16px;}

/*裕宸介紹-服務項目*/
.service-1 {background-color: #f5f5f5;}
.service-1 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  aspect-ratio: 3 / 2;
  display:block;
}
.service-1 h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.service-1 h3::after { 
   content: "";
    display: inline-block;
    background: #ffbb00;
    width: 45px;
    height: 1px;
    display: block;
    margin: 0;
}
.service-1 p {font-size: 16px;line-height: 1.5;}

/*產品-區塊項目li效果—3格*/
.pro_item ul li {
    padding: 10px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(33% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: 1.2rem;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: center;
}

.pro_item img { 
  object-fit: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  aspect-ratio: 4 / 3; /*比例*/
  background-color: #fff;
}
 .pro_item a { color:#000 }

.pro_item-1 a:hover,
 .pro_item a:hover { 
  opacity: 0.8;   
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px){
 .pro_item ul li { width: calc(100% - 10px); }
}

/*手機版漢堡選單*/
.navbar .container {
    background-color: #333; /*導覽列背景顏色樣式*/
}
.navbar-icon-bar {
  width: 28px; /* 三變大*/
  height: 4px; 
  background-color: #fff; /* 填入想要的三條線顏色 */

}
.navbar-icon-bar:before, .navbar-icon-bar:after {
    background-color: #fff; /* 填入想要的三條線顏色 */
}
.navbar .rwd-navbar-toggle {
    padding-right: 150px !important;/*導覽列文字範圍右間距寬度*/
}
.navbar .rwd-navbar-toggle .label {
    left: 45px;
    font-size: 1.0rem; /*導覽列文字尺寸*/
    color: #000; /*導覽列文字顏色樣式*/
    background-color: #ffbb00;/*導覽列文字背景顏色*/
    border-radius: 3px;
    padding: 4px;
}
@media only screen and (max-width: 767px){
.rwd-side .nav li {
    border-bottom: 1px #ccc dashed; /* 展開連結文字底虛線 */
}
.rwd-side .nav span {
    color: #fff; /* 展開連結文字顏色 */
}}