.phone{position:fixed;right:1%;top:40%;z-index:1000;}
.cell{position:fixed;right:1%;top:52%;z-index:1000;}
/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .cell, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet { 
    transform: scale(0.8);
    right:0;
  }
}

/*套用google font字型Noto Serif TC明體*/
#t-500{
  font-family: 'Noto Serif TC', serif;
  font-weight: 800;
    color: #000;
}


/*標題效果*/
#title-1 {
  position: relative;
  padding-left: 25px;
  color: #0d68cc;
  font-size: 22px;
  font-weight: 500;
  margin: 10px 10px 10px 0px;
}
@media only screen and (max-width: 768px){ #title-1 {font-size: 18px;} }

#title-1:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #0d68cc;
}
#title-1:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #0d68cc;
}



@media only screen and (min-width: 768px){
.pc_01 {
   margin-top: -100px; 
  position: relative; 
  z-index: 1;
}}

.topnavbar .container {
  text-align: center;
  padding:0px;
}



/*title文字顏色*/
body.about-us  .h1title {display: none;}
.fcol.fcol-header .container { padding: 0px;/*頁籤間距*/}


body.about-us .fcol.fcol-3 {
     background-repeat: no-repeat;
   background-position: 50% 50%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0) 0% ,rgba(102, 157, 212, 1.0) 100%) , url(https://static.iyp.tw/2720/files/c1d23b7f-339b-4fe8-8e37-a8e23a043019.jpg);
height: 500px; 
  display: flex; 
  align-items: center;
}


body.about-us .fcol.fcol-6 .container {  width: 100%; padding:0px; margin-bottom: -10px;}

@media only screen and (max-width: 1000px){
/*服務項目*/
.service_01 {
  background-color: rgba(87,103,119,0.8);   
}}

/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


/*table語法 -讓手機不會破版*/
table {
table-layout: fixed;
word-wrap:break-word;
}
 
/*UL大標 https://steam.oxxostudio.tw/category/html/tags/ul-li.html*/
ul.a {
  list-style-type: circle;
}

ul.b {
  list-style-type: square;
}

ol.c {
  list-style-type: disc;/*實心*/
}

ol.d {
  list-style-type: decimal;
  margin-left: 1em;
  font-size: 18px;
  color:#000;
}



/*文字底-圓點裝飾*/
#t-circle {
  height: 4rem;
  width: 4rem;
  background-color: #fff;
  border-radius: 100%;
  margin-left: -1rem;
  margin-bottom: -2.5rem;
  margin: 0 auto 0;
}
@media only screen and (max-width: 768px){
  #t-circle {
    height: 2rem;
    width: 2rem;
    margin-bottom: -2rem;
  }
}


/*服務流程*/
.pc {
  background-color: #fff; 
  border: 1px solid #1a4bba; 
  border-radius: 15px; 
  padding: 1em; 
 margin: 1em;
  box-shadow: 0px 5px 0px 3px #a9b9de;
}






/*套用google font字型Noto Serif TC明體*/
#t-700{
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  color: #000;
  font-size: 36px;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 26px; }}

#t-500{
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
  line-height: 2;
}

.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    height: 90px;/*頁籤底圖高度*/
}


body {
    background-color: #fff;/*背景底色*/
  font-family: 'Noto Sans TC', sans-serif;
}

#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*/
#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #000;/*頁籤文字顏色*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #1a4bba;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #1a4bba;/*頁籤按下後文字顏色*/
}

/*頁籤按鈕上底線滑入特效-底線短*/
#nav ul li a::before {
  content:"";
  border-top:3px solid #9fc7e6;
  width:0;
  position:absolute;
  left:0;
  right:0;
  top:0px;
  margin:0 auto;
  transition:.3s all ease;
}
#nav ul li a:hover::before {
    width: 50%;
}

#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: #2276d2;/*產品格文字顏色*/
    background-color: #eee;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}
.productdetail .detail-spec h2 p{
    color: #333;
    font-size: 30px;
}/*產品內頁標題文字*/


/*title文字顏色*/
.h1title h1{
    color: #333333;
}

a {
    color: #00b7ee;/*連結顏色*/
    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; /* 強制圖片寬度隨容器變更 */
}

/* 首頁各層編輯欄背景*/
body.about-us .fcol.fcol-1 {
   width: 100%;
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position:left top;
   background-size: cover;
   background-image: -webkit-linear-gradient(left, rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 90%) 100%),url(https://static.iyp.tw/2720/files/243400ad-8ffc-48ba-8223-bbe9c114ae7b.jpg);
   background-color: #f5f5f5;
}



body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}



/*聯絡我們區塊項目li效果*/
.contact-1 ol li {
    padding: 20px 12px 12px;
    margin: 8px;
    display: inline-block;
    min-height: 66px;
    width: calc(25% - 19px);
    border-radius: 5px;
    line-height: 32px;
    border: 1px solid rgba(238,238,238,.25);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,.5) inset;
}
.contact-1 i { font-size:2rem; color:#1884be; }
.contact-1 a { font-size:1rem; color:#666; }

@media only screen and (max-width: 1280px){
.contact-1 ol li { width: calc(50% - 19px);}
}
@media only screen and (max-width: 768px){
.contact-1 ol li { width: calc(100% - 19px);}
}

/*文字下底線*/
.line{
    height: 1px;
    width: 100%;
    background: #1a4bba;
   margin-top: 5px;
}
.innerline{
    display: block;
    width: 150px;
    height: 2px;
    background: #1a4bba;
    margin-top: -6px;
}

/* 文字放大手機*/
@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;
}}

/*產品-區塊項目li效果—5格*/
.pro_item ul li {
    padding: 5px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(18% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: 15px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: center;
}
.pro_item a { color:#666 ;font-size: 15px;}

.pro_item a:hover { 
  opacity: 0.8;   
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px){
 .pro_item ul li { width: calc(33% - 10px); font-size: 14px;}
  .pro_item a { font-size: 14px;}
}
@media only screen and (max-width: 768px){
 .pro_item ul li { width: calc(50% - 10px); }
}
@media only screen and (max-width: 567px){
 .pro_item ul li { width: calc(100% - 10px); }
}
