.phone{position:fixed;right:1%;top:80%;z-index:1000;}
.line-1{position:fixed;right:1%;top:65%;z-index:1000;}

/*body.contact-us #banner,*/ body.contact-us .fcol.fcol-header { display:none; }

/*應用領域*/
.shape_03 {
  text-align: center;
  background-color: #001d64;
  width:100%;
  height:100%;
  margin: 0 auto 0;
  border-radius: 0.5rem;
  padding:10px;
  color: #fff;
}

@media only screen and (min-width: 768px){
.application {
  margin: -1rem -2.5rem 1rem;
  
}}

#productDesc h4 {
    color: #082453;
  font-size: 25px;
}
#productDesc h4::before { 
    content: '';
    display: block;
    height: 3rem;
    width: 3rem;
    background-color: #cae5ff;
    border-radius: 100%;
    margin-left: -10px;
    margin-bottom: -2.5rem;

}


/*我們專業服務項目-斜線*/
.title-line:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #b8b8b8;
    position: relative;
    z-index: 1;
    left: 100px;
    transform: rotate(-30deg);
    margin: 0 1rem 2rem;
}

/*手機版-側欄浮動按鈕-縮小*/
@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;
  }
}


.topnavbar {
 /* background-color: Transparent;*/
    background-color: #e6e6e8;/*頁籤底圖顏色;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: #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(750 / 1920 * 100%); /* 首頁 banner 大小 */
}
/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(0 / 1920 * 100%); /* 內頁 banner 大小 */
}


/*nav*/
#nav ul li a {

    font-size: 1.0rem;/*頁籤文字大小*/
    color: #033846;/*頁籤文字顏色*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #fff;/*頁籤滑過文字顏色*/
   background-color: #ea5d4c; 
}
#nav ul li.current a {
    color: #033846;/*頁籤按下後文字顏色*/
    font-weight: 500;
}


/*次頁籤文字顏色*/ 
#nav .subnav {
    text-align: left;
    background-color: #ffffff;/*次頁籤底色*/
}
#nav .subnav a { font-size: 14px; }

#nav li.has-subnav ul li a:hover {
   color: #fff;/*次頁籤滑過後文字顏色*/   
    background-color: #ea5d4c; /*次頁籤滑過底圖顏色*/
}
#nav li.has-subnav ul li.current a {
   color: #f7ce3e;/*次頁籤按下後文字顏色*/    
}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}

#bodyinhome .fcol.fcol-1  {  padding: 30px 10px; }


#bodyinhome .fcol.fcol-3 .container, body.about-us .fcol.fcol-3 .container {
   padding: 50px 0px;
}

#bodyinhome .fcol.fcol-2, body.about-us .fcol.fcol-2 {
   background-color: #082453;
   padding: 30px 0px;
}

#bodyinhome .fcol.fcol-4 .container {

   padding: 50px 10px;
}

body.about-us .fcol.fcol-1 {
   background-image:url(https://static.iyp.tw/409779/files/f5f793f4-e4a8-44d5-8a3e-7a587093c46d.png);
    background-position: bottom left;
  background-repeat: no-repeat;
}

#bodyinhome .fcol.fcol-5 {
  background-image:/*url(https://static.iyp.tw/409779/files/f5f793f4-e4a8-44d5-8a3e-7a587093c46d.png),*/
   linear-gradient(to right, rgb(8 36 83 / 100%), rgb(8 36 83 / 100%));
    background-repeat: no-repeat, no-repeat;
 background-position: bottom left, left;
   padding: 0px 0px;
}

#bodyinhome .fcol.fcol-5 .container, #bodyinhome .fcol.fcol-4 .container {  width: 100%;}

body.catalog .row .col-3, body.catalog .row .col-2, .word .col-2 { padding:2px; }



/*title下面有底線*/
.h1title::before {
  content:"";
  border-bottom:4px solid #082453;
  width:20px;
  margin:0 auto;
  position:absolute;
  padding-top:50px;
}

/*改內文標題顏色*/
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;
}

/*產品數字*/
.detail-desc ol li {
  list-style-type: ecimal;
  margin-left: 1.5em;
}

/*按鈕-文字底色變化特效*/
.custom-btn {
    padding: 5px 10px;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-line, .btn-fb  {
  border-radius: 10px;
  border: 0px solid #000;
  color: #fff;
  font-size: clamp(28px, 3vw, 30px);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

.btn-line { background-color: #ed0742;}
.btn-line:hover {
  transform:scale(1.1);
  background-color: #ed0742;
  top:-10px;
}

.btn-fb { background-color: #1877f2;}
.btn-fb:hover {
  transform:scale(1.1);
  background-color: #1154F2;
  top:-10px;
}

/*按鈕上下移動特效*/
.btn-move div:nth-child(n) {
  animation: MoveUpDown 3s linear infinite;
  position: relative;
  left: 0;
  bottom: 0;
}
.btn-move div:nth-child(even) {
  animation: MoveUpDown2 3s linear infinite;
  transform: translateY(-10px);
}
@keyframes MoveUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes MoveUpDown2 {
  0%, 100% { transform: translateY(-10px); }
  50% { transform: translateY(0); }
}


/*按鈕-了解更多*/
.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: 1px solid #acacac;
    color: #444;
    font-size: clamp(14px, 2vw, 16px);
    background-color: #fff;
     font-weight: 500;
}
.btn-more2:hover{
    background-color: #444; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}




/*電子型錄*/
.custom-btn a {
    color: #3c3c3c;
    padding: 5px 25px;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;

}

.btn-more1 {
    border-radius: 30px;
    border: 0px solid #000;
    color: #3c3c3c;
    font-size: clamp(14px, 1vw, 14px);
     font-weight: 500;
   width: 100%;
}
.btn-more1:hover{
    color: #3c3c3c;
}



/*footer*/
#footer {
    color: #033846;
    background-color: #e6e6e8;
}
#foot-nav {
  display:none;
}

#footer a {
    color: #033846;
}

#footer a:hover {
    color: #f02628;
}

/*footer 網站地圖*/
ul.map1 li a {
  display: block;
    color: #000;
    font-size: 14px;
    margin:5px 0px;
    padding: 3px 10px;
    background-color: #082453;
    display: flex;
   justify-content: center;
}

ul.c {
  list-style-type: disc;/*disc實心 ecimal 數字*/
  margin-left: 1.5em;
  font-size: 13px;
}


#main-wrap .container {
    font-size: clamp(16px, 2vw, 18px);
  line-height:30px;
  color: #2d2d2d;
}
#footer {
   font-size: 12px;
}

body {
    background-color: #e6e6e8;/*背景底色*/
    font-family: 'Noto Sans TC', sans-serif;/*套用google font字型Noto Sans TC黑體*/
}

/*首頁-about*/
@media only screen and (min-width: 768px){
  .t-box {
    z-index: 2;
    margin-right: -3em;
  }
  .t-bg { 
    background-color: rgb(255 255 255 / 70%); 
    padding: 3em 4em; 
  }
}
@media only screen and (max-width: 767px){ .t-bg { background-color: #fff0; padding: 2em 3em; }}

.img-about {
  position: relative; /* 設置相對定位，方便控制偽元素位置 */
}
.img-about img {
  position: relative;
  z-index:1;
  display: block; 
}
@media only screen and (min-width: 767px){
.img-about::after {
  content: ""; /* 偽元素的內容設為空 */
  position: absolute; /* 絕對定位 */
  left: 20%;
  bottom: 10%;
  width: 85%;
  height: 80%; 
  border: 10px #cdcdcd solid;
}}


/*營業項目*/
figure.snip1249 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: inline-block;
}
@media only screen and (min-width: 1280px){
figure.snip1249 { display: inline-flex; }   
}

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;
  border: 10px solid #fff; 
}
figure.snip1249 img{
  position: relative;
  width: 100%;
  height:200px;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  transform:scale(1.0,1.0);
}
@media only screen and (min-width: 1280px){ figure.snip1249 img{ width: 30%; }}

figure.snip1249:hover img{
  opacity: 0.7;
  transform:scale(1.2,1.2);
}

figure.snip1249 h3 {
  font-family: 'Noto Serif TC', serif;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
}
figure.snip1249 p {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
}
figure.snip1249 figcaption {
  color: #000000;
  position: relative;
  font-size: 0.9em;
  text-align: center;
  background: #ffffff;
  width: 100%;
  display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*owl 輪播圖語法*/
.owl-carousel.owl-theme {
  padding: 0 20px 35px;/*內距:上 左右 下;*/
}
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  margin: 0;
  top:40%;
  left: 0;
  right: 0;
  transform: translateY(0%);
}
.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; /*箭頭大小*/
  color: #fff;
}

.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;
}


