.phone{position:fixed;  right:1%;  top:35%;  z-index:1000 }

@media only screen and (min-width: 768px){
  .line_01 {border-right: 1px solid #9f9f9f; }
}
 
@media only screen and (max-width: 768px){
.topnavbar .container {
   display:none;
}}

/*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: disc;/*disc實心 ecimal 數字*/
  margin-left: 0.1em;
  z-index: 100; 
  position: relative;
}


ul.product-list li a {  background-color: #1731cb; color:#fff;}
ul.product-list li h3 { color:#fff;}

/*title文字顏色*/
.h1title h1 span {
    color: #fff;
  background-color: #1731cb;
  clip-path: polygon(8% 0, 91% 0, 100% 20%, 100% 80%, 92% 100%, 7% 99%, 0% 80%, 0% 20%);
  padding: 5px 30px;
  font-size: clamp(1.0rem, 2vw, 1.5rem); 
}



h4 {
   background: linear-gradient(to top, #a267f0, #8068ef, #516aed);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
  font-size: 30px;
  font-weight:bold;
    line-height:40px;
  
}

.topnavbar {
    background-color: rgba(255,255,255,0);/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    /*position: relative;relative 頁籤&banner分開不重疊;頂置 fixed;*/
  padding: 0;/*頁籤間距*/

}

.topnavbar .container {
  text-align: center;
  padding: 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}


/* 首頁與內頁共用 */
.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(770 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(770 / 1920 * 100%); /* 內頁 banner 大小 */
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
    background-color: #4666ba;
    padding: 0px 10px;
}

/*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;
}


.product-list-div h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    padding: 6px 15px;
    text-shadow: 0 0px 0 #fff;
    font-size: 16px;
}


/*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: #fff;/*頁籤滑過文字顏色*/
    font-weight: 700;
    padding: 5px 20px;
  background-color: #4666ba;
}
#nav ul li.current a {
    color: #1731cb;/*頁籤按下後文字顏色*/
  
}

body.about-us .fcol.fcol-2 .container { 
  background-color: #e6e6e6; 
  width: 100%; 
  padding: 3rem 0.3rem;
}

body.about-us .fcol.fcol-5, body.about-us .fcol.fcol-4 {display:none;}

body.about-us .fcol.fcol-6 { 
   background-repeat: no-repeat;
   background-position: 50% 50%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.0) 0% ,rgba(255, 255, 255, 1.0) 100%) , url(https://static.iyp.tw/409756/files/e0012141-8459-47a4-b2ca-0b69febcee08.jpg);
  display: flex; 
  align-items: center;
  padding: 5rem 0rem;
}


/* 背景*/
body {
   background-color:#fff;
   font-family: 'Noto Serif TC', serif;
}


/*下面底色/文字顏色*/
#footer {
    color: #000;
    background-color: #e9e9e9; 
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 0px solid #444;
}

/*響應欄表格col-4 col-5 col-6 col-7 手機版強制2欄 寬度50%*/
@media only screen and (max-width: 576px){
.serve-item .col-3 { max-width: 33%;}
.serve-item .col-4 { max-width: 50%;}
.serve-item .col-6 { max-width: 50%;}
.serve-item .col-7 { max-width: 50%;}
}

/* 文字*/
#main-wrap .container {
     font-size: clamp(1.0rem, 1.5vw, 1.2rem);
  line-height:40px;
  color: #454545;
}


#footer {
   font-size: 12px;
}

#foot-nav ul li.current a, #foot-nav ul li a:hover {
    color: #3b3b3b;
}

#foot-nav ul li a {
    display: block;
    color: #333333;
}

.contact-row h5 {
    color: #3f3f3f;
    padding: .5em 0 1em;
    width: 100%;
}

/*追蹤分享ig符號改font awesome V6版*/
.fa-instagram {
   font-family: "Font Awesome 6 Brands";
    content: "\f16d";
}

.fa-instagram::before {
   font-family: "Font Awesome 6 Brands";
    content: "\f16d";
}

/*btn按鈕特效*/
.btn-1 {
    position: relative;
    color: #083145;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 8px 20px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  line-height: 1.3;
}
.btn-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #bfceff;
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}
.btn-1 span {
    position: relative;
    z-index: 1;
}
.btn-1 svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #083145;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}
.btn-1:hover:before {
    width: 100%;
    background: #1731cb;
}
.btn-1:hover svg {
  stroke: #fff;
    transform: translateX(0);
}
.btn-1:hover,
.btn-1:focus {
    color: #fff;
}
.btn-1:active {
    color: #fff;
    transform: scale(0.96);
}
