.phone{position:fixed;right:1%;top:80%;z-index:1000;}

/*手機版-側欄浮動按鈕-縮小*/
@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;
  }
}

.container h4 {
   background: linear-gradient(to top, #0d248a, #8068ef, #8068ef);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  line-height:40px;
}


/*套用google font字型Noto Serif TC明體*/
#t-500{
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
    color: #2a69d0;
  font-size: clamp(22px, 2vw, 40px);
  line-height: 40px;
}


.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;
  padding-bottom: calc(700 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}


/*nav*/
#nav {
    vertical-align: bottom;
}

/*nav*/
#nav ul li a {

    font-size: 1.0rem;/*頁籤文字大小*/
    color: #353535;/*頁籤文字顏色*/
    padding: 10px 11px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #2e5fbd;/*頁籤滑過文字顏色*/
}

#nav ul li a:hover::before { 
    content: '';
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    background-color: #fff;
    border-radius: 100%;
    margin-left: -10px;
    margin-bottom: -1.5rem;

}


#nav ul li.current a {
    color: #2e5fbd;/*頁籤按下後文字顏色*/
    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 a:hover::before { display:none;}

#nav li.has-subnav ul li.current a {
   color: #f7ce3e;/*次頁籤按下後文字顏色*/    
}

body.about-us .fcol.fcol-1 {
    background-color: #2a69d0;
}

body.about-us .fcol.fcol-3, body.about-us .fcol.fcol-5 {
    background-color: #2a69d0;
   padding: 30px;
}

#bodyinhome .fcol.fcol-3 .container {
    width: 100%;
    padding: 0px;
}

@media only screen and (min-width: 768px){
body.about-us .fcol.fcol-4 {
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position:right top;
   background-image: -webkit-linear-gradient(left, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 100%),url(https://static.iyp.tw/409802/files/2495abee-24bb-4eb9-90e4-030a31e51951.png);
  padding: 3rem 0;
}}

@media only screen and (max-width: 768px){
body.about-us .fcol.fcol-4 {
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position:right bottom;
   background-image: -webkit-linear-gradient(left, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 100%),url(https://static.iyp.tw/409802/files/2495abee-24bb-4eb9-90e4-030a31e51951.png);
  padding: 3rem 0;
}}

/*title文字顏色*/
body.about-us  .h1title {display: none;}
.fcol.fcol-header .container { padding: 0px;/*頁籤間距*/}
/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}

/*改內文標題顏色*/
h1, h2, h3, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}

.h1title h1 {
  background: linear-gradient(to top, #0d248a, #8068ef, #8068ef);
     background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
  }

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;
}

.product-list-div h2 a {
    color: #2a69d0;
    text-decoration: none;
    display: inline-block;
}

.product-list-div h2 {text-shadow: 0 0px 0 #fff;}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
  padding: 0px 20px;
    background-color: #2a69d0;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all:hover {
    color: #fff;
}


body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}


#main-wrap .container {
    font-size: clamp(16px, 2vw, 18px);
  line-height:30px;
  color: #2d2d2d;
}

/*footer*/
#footer {
    background-color: #2e5fbd;
  color: #fff;
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fbfbfb;
}
#foot-nav ul li a {
    display: block;
    color: #fff;
    font-size: 1.06em;
    margin-right: 10px;
    padding: 8px 16px;
}
#contact-info ul li span {
    color: #fff;
}


body {
    background-color: #e6e6e8;/*背景底色*/
    font-family: 'Noto Sans TC', sans-serif;/*套用google font字型Noto Sans TC黑體*/
}


/*服務項目-區塊項目li效果—3格*/
.pro_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 5px;
}
.pro_item ol {
   padding: 10px;
    margin: 0px;
    width: calc(33% - 20px);
    border-radius: 15px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: clamp(20px, 3vw,24px);
  text-align: center;
}

.pro_item h4 { font-size:25px; }

.pro_item ul li {
  list-style-type: square; 
  margin-left: 1.5rem; 
  font-size: clamp(14px, 2vw,16px);
  font-weight: 400;
  color:#000;
  line-height: 1.5;
  text-align: justify;
}

.pro_item h3 {
  font-size: clamp(20px, 3vw,24px);
  font-weight: 500;
}

.pro_item img { 
  object-fit: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  max-width: 150px;
  width: 150px;
  aspect-ratio: 1 / 1;  /*比例*/
  background-color: #fff;
}

.pro_item a { color:#666 }
.pro_item a:hover { 
  opacity: 0.8;   
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1080px){
 .pro_item ol { width: calc(50% - 20px);}
}
@media only screen and (max-width: 430px){
 .pro_item ol { width: calc(100% - 20px);}
}

/*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 .row-no-gutters img {
    /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  display: block;
  width: 100%;
  height: 250px;
  border: 2px solid #fff;
  object-fit: cover;
  box-shadow: 0 6px 5px rgba(44,44,44,0.25);
}
.owl-carousel .row-no-gutters {
    margin-right: 5px;
    margin-left: 2px;
}

/*UL大標 https://steam.oxxostudio.tw/category/html/tags/ul-li.html*/
ul.a {
  list-style-type: circle;
}

ul.b {
  list-style-type: square;
}

ul.c {
  list-style-type: ecimal;/*disc實心 ecimal 數字*/
  margin-left: 1em;
  line-height: 2.0;
}

ul.c li::marker{
  color: #333399;
}


/*服務申請流程箭頭*/
#Process-bg {
    border-radius: 15px;
    background-color:#fff;
    padding: 20px 15px 2px 15px;
    margin: 0 0rem;
    height: 100%;
}
#Process::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9"; /*向右箭頭*/
  position: relative;
  bottom: 50%;
  left: 57%;
  font-size: 20px;
  font-weight: 700;
} 
@media only screen and (max-width: 760px){
#Process::after {
  content: "\f0ab"; /*向下箭頭*/
  position: relative;
  bottom: 0;
  top:2.5%;
  left: 0;
}}
