.phone{position:fixed;right:1%;top:40%;z-index:1000;}
.line-1{position:fixed;right:1%;top:52%;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;
  }
}

/*套用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: #294e7d;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}

.topnavbar .container {
  text-align: justify;
  padding: 10px 0 0 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

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: #fff;/*頁籤文字顏色*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #fff;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
}

/*頁籤按鈕上底線滑入特效-底線短*/
#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: 70%;
}

#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; /* 強制圖片寬度隨容器變更 */
}

/* 首頁各層編輯欄背景*/
#bodyinhome .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 / 80%) 0%, rgb(255 255 255 / 80%) 100%),url(https://static.iyp.tw/409290/files/320812fb-2af7-4bf6-a028-e9ebe2809280.jpg);
   background-color: #f5f5f5;
}
#bodyinhome .fcol.fcol-3 .container {
   width: 100%;
   background-color: #294e7d;
   padding: 0;
}/*拉寬編輯欄設定*/
#bodyinhome .fcol.fcol-5 .container {
   width: 100%;
   background-color: #f5f5f5;
   padding: 0;
}/*拉寬編輯欄設定*/


body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


/*服務項目-區塊項目li效果—6格*/
.pro_item ul li {
    padding: 10px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(16.5% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 991px){
  .pro_item ul li { width: calc(33% - 10px);font-size: 16px;}
}
@media only screen and (max-width: 430px){
  .pro_item ul li { width: calc(50% - 10px);font-size: 14px;}
}

#link-1 li {
  list-style-type: square;
  margin-left: 70px;
  font-size: 20px;
  color: #fff;
}
#link-1 li a {color: #fff;}
#link-1 li a:hover {color: #a3cdee;}

#img-1 {
  display: block;
  /*aspect-ratio: 4/3;*/
  object-fit: cover;
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 767px){ #img-1 { height: 200px; }}

/*文字底-圓點裝飾*/
#t-circle {
  height: 3rem;
  width: 3rem;
  background-color: #a3cdee;
  border-radius: 100%;
  margin-left: -1rem;
  margin-bottom: -2.5rem;
}
@media only screen and (max-width: 768px){
  #t-circle {
    height: 2rem;
    width: 2rem;
    margin-bottom: -2rem;
  }
}

/*標題文字漸層底色*/
#ser-line {
    background:-webkit-linear-gradient(left top,#a3cdee ,#ffffff00);/*線漸層顏色*/
    width: 180px;
    padding: 5px 10px;
}

/*按鈕-文字底色變化特效*/
.btn-1 {
    border: 1px solid #000;/*表格按鈕框線樣式*/
    color: #fff;
    font-size: 24px;
}
.btn-1:hover{
    background-color: #f8b500; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #000;/* 當滑鼠經過時按鈕表格文字變化 */
}
.custom-btn {
    padding: 5px 25px;
    font-family: Arial,微軟正黑體; 
    font-weight: 500;
    background: #000;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}


/*服務流程流程-區塊項目li效果—4格*/
.step-1 ul li {
  padding: 10px;
  margin: 5px 5px 30px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  width: calc(25% - 10px);
  border-radius: 5px;
  line-height: 1.5;
  border: 1px solid #dddddd;
  background-color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.step-1 ul li h3{
  margin-top: -25px;
  margin-bottom: 10px;
  padding: 0 15px;
  background-color: #ffc107;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 700;
  font-style:italic;
  font-family: 'book antiqua', palatino;
}
.step-1 ul li h4{
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
  font-size: 20px;
}

@media only screen and (max-width: 991px){
  .step-1 ul li { width: calc(33% - 10px);font-size: 16px;}
}
@media only screen and (max-width: 430px){
  .step-1 ul li { width: calc(50% - 10px);font-size: 14px;}
}
