.phone{position:fixed;right:1%;top:40%;z-index:1000;}
.line-1{position:fixed;right:1%;top:52%;z-index:1000;}


/*圖片斜切*/
#img-clip-1 {
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);}/*右切*/
#img-clip-2 {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);}/*左切*/
@media only screen and (max-width: 768px){
#img-clip-1 {clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);}/*取消右切*/
  #img-clip-2 {clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);}/*取消左切*/  
}




body{
  background-image:url("https://static.iyp.tw/409220/files/37d480fc-2cbe-42ce-851c-173b4d98e8f8.jpg");
  background-attachment:fixed;
}
#frame_c{
  height: 100%;
  padding: 1rem;
  border:1px #eee solid;
  box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;-webkit-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-moz-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-o-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
}
#frame_c h3 {
  font-family: 'Noto Serif TC', serif;
  color: #ae7045;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 2px solid #e5dddd;
  line-height: 2;
  margin-bottom: 1rem;
}


/*按鈕-文字底色變化特效*/
.btn-1 {
    border-radius: 20px;/*表格按鈕框線圓角*/
    color: #fff;
    font-size: 13px;
  padding:20px;
  background-color:#333;
      border: 2px solid #333;/*表格按鈕框線樣式*/
}
.btn-1:hover{
    background-color: #fff; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #333;/* 當滑鼠經過時按鈕表格文字變化 */
}
.btn-2 {
    border-radius: 20px;/*表格按鈕框線圓角*/
    color: #fb8e00;
    font-size: 13px;
  padding:20px;
  background-color:#fff;
      border: 2px solid #fb8e00;/*表格按鈕框線樣式*/
}
.btn-2:hover{
    background-color: #fb8e00; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}
.custom-btn {
    padding: 5px 25px;
    font-family: Arial,微軟正黑體; 
    font-weight: 500;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}




/*圖文特效按鈕-標題在上+內文滑入*/
.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: #c1ab6f;
}
.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;
}
#bodyinhome .fcol.fcol-5{
  display:none;
}

#bodyinhome .fcol.fcol-6 .container{
    width: 75%;
    padding:0px;
}/*拉寬編輯欄設定*/

#bodyinhome .fcol.fcol-6{
  background-image:url("https://static.iyp.tw/409220/files/2f757ec9-483e-4234-8f11-558a6988202c.jpg");
  background-position:top center;
  background-repeat:no-repeat;
  background-color:#4c5c77;
}

#bodyinhome .fcol.fcol-2 .container{
    width: 100%;
      padding:0px;

}/*拉寬編輯欄設定*/
body {
  font-family: 'Noto Sans TC', sans-serif;
  background-color: #fff;/*背景底色*/
}

/*套用google font字型Noto Sans TC黑體*/
#t-700{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  color: #b53389;
  font-size: 40px;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 30px; }}

#t-500{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}



.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}


.icon_01 { 
  padding: 10px; 
  border-radius: 5px; 
  text-align:center;
  color: #fff;
  border: 1px solid #fff;/*表格細線*/
  font-size: 18px;
}



/*UL大標 https://steam.oxxostudio.tw/category/html/tags/ul-li.html .main.side-height*/
ul.a {
  list-style-type: circle;
}

.detail-desc ul li {
   list-style-type: disc;
   margin-left: 1em;
}

ol.c {
  list-style-type: decimal;/*數字*/
}

ol.d {
  list-style-type: disc;
  margin-left: 1em;
}


.pc_02 {  
  width: 100%;  
   height: 400px;
  object-fit: cover; }

#bodyinhome .fcol.fcol-3 .container {
   width: 100%;
   padding: 0px;

}


#bodyinhome .fcol.fcol-1 {

}

a {  color: #012060;}


@media only screen and (min-width: 768px){
.topnavbar {
    font-family:Microsoft JhengHei;
    background-color: #fff;/*頁籤底圖顏色*/
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤距離*/
     height: 90px;
}}

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important;
}


body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
    line-height: 35px;
}

#nav ul li::after {  
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #d1c0a5;
    left: 0;
     top: 15px; }

#nav ul li a {
    color: #333;/*頁籤文字顏色*/
    font-family: 'Noto Sans TC', sans-serif;
    padding: 15px 16px;/*頁籤文字間隔*/
    /*border-left: #999 1px dotted;頁籤文字間隔虛線*/
    font-size:17px;
    white-space: normal;
}

#nav ul li a:hover  {color: #65bec2;/*頁籤滑過文字顏色*/}
#nav ul li.current a {color: #65bec2;/*頁籤按下後文字顏色*/}

#nav .subnav {
    text-align: left;
    font-size: 14px;
    background-color: #fff;/*次頁籤底色*/
    max-width: 250px;/*css下拉式選單背景變寬*/
    width: 250px;/*css下拉式選單背景變寬*/
}

#nav .subnav li::after  {
    display:none; 
}
#nav ul li .subnav a:hover {
  background: #5fc0c6;
  color:#fff;
}
/* 商品格*/
ul.product-list li a { color: #333;}
ul.product-list li a:hover { color: #333;}

/*服務申請流程箭頭*/
#Process-bg2 {
    border-radius: 15px;
    background-color:#fff;
    padding: 15px;
    margin: 0 0.5rem;
    height: 70%;
     box-shadow:0px 0px 10px rgba(0,0,0,.5);
}
#Process2::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9"; /*向右箭頭*/
  position: relative;
  bottom: 30%;
  left: 57%;
  font-size: 20px;
  font-weight: 700;
} 
@media only screen and (max-width: 760px){
#Process2::after {
  content: "\f0ab"; /*向下箭頭*/
  position: relative;
  bottom: -10px;
  top:2.5%;
  left: 0;

}}







body {background-color: #fff; }

/*了解更多*/
.bg-icon  {
  width:100%; 
  height:100%;
  border-radius: 30px;
  margin-left: auto; 
  margin-right: auto;
  color:#899bc9;
  transition:.3s all ease;
  padding:15px 60px 10px 60px;
  text-align:center;
  
  border: 2px solid #899bc9;
}

.bg-icon:hover  {
  background-color: #899bc9; 
  color:#fff;
}

/*title文字顏色*/
.h1title {
    color: #000;
    text-align: center;
    border-bottom: 1px solid #b0b0b0;
    
}


/* 生物資訊語法*/
.pc_01 img {box-shadow: -10px -10px 0px #d2d2d2,10px 10px 5px #cccccc;}
.pc_01 {font-size:16px; color: #000; text-align: center;}
  
/* 文字放大手機*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
}

#footer {
   font-size: 12px;
}
}


/* 文字放大電腦*/
@media only screen and (min-width: 768px){
#main-wrap .container {
    font-size:16px;
  line-height:30px;
  color: #000;
}
  

#foot-nav .container {
    font-size:10px;
    line-height:15px;
}}


/*了解更多*/
.bg-icon1  {
  width:100%; 
  height:100%;
  margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 5px 20px;
  color: #000;
  text-align: center;
  font-size: 14px;
   border: 3px solid #000;
}

.bg-icon1:hover  {
  background-color: #000; 
  color: #fff;
}

.bg-icon1 a { color:#fff;}

/*了解更多*/
.bg-icon2  {
  width:100%; 
  height:100%;
  margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  font-size: 14px;
   border: 3px solid #fff;
}

.bg-icon2:hover  {
  background-color: #fff; 
  color: #000;
}

.bg-icon2 a { color:#000;}