.phone{position:fixed;  right:1%;  top:35%;  z-index:1000 }
.line-01{position:fixed;  right:1%;  top:50%;  z-index:1000 }
.map{position:fixed;  right:1%;  top:65%;  z-index:1000 }

/*標題圓圈*/
.t-1 h3 {
  color: #282864;
  font-size: clamp(1.5rem, 3vw, 2rem); 
  line-height:1.5;
 
}
.t-1 h3::before { 
    content: '';
    display: block;
    height: 3rem;
    width: 3rem;
    background-color: #c6cbdc;
    border-radius: 100%;
    margin-left: -10px;
    margin-bottom: -2.5rem;
    z-index: -1;
}


h4 {
   background: linear-gradient(to top, #ff6600, #ff0000, #ec0900);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
  font-size: 30px;
  font-weight:bold;
}


body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
    background-color: #f50202;
    padding: 0px 10px;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all:hover {
    color: #fff;
    transition-property: left, color;
    background-color: #f50202;
    padding: 0px 10px;
}

.product-list-div h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    padding: 6px 15px;
    text-shadow: 0 0px 0 #fff;
    font-size: 16px;
}



/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-1, .ig, .map, .wechat, .shop-1, .x-twitter, .pixnet { 
    transform: scale(0.8);
    right:0;
  }
}

/*回首頁在最右邊*/
.navbar-nav {
    display:none;
}

/*套用google font字型Noto Serif TC明體*/
#t-500{
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
    color: #c79b6a;
}

/*了解更多*/
.bg-icon1  {
  margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
   background-color: #2f9fcd; 
  border-radius: 30px;
}

.bg-icon1:hover  {
  background-color: #8a8ea6; 
  color: #fff;
}

.bg-icon1 a { color:#fff;}


/*文字顏色, ::after底線*/
#ser-line {
    background: #3d7294;
    width: 40px;
    height: 5px;
    display: block;
    margin: 0.5em auto 0.5em;
    border-radius: 5px;
}


#logo h1 {
    height: 70px;
}

.topnavbar .container {
  text-align: center;
  padding: 0px;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 0px;
}


#bodyinhome .fcol.fcol-1 {
  padding:3rem 0;
  
}


#bodyinhome .fcol.fcol-2, body.about-us .fcol.fcol-2  {
   width: 100%;
   background-image: -webkit-linear-gradient(left, #0f4aab 30% ,#092759  30%);/*頁籤底色漸層*/
   background-color: #f5f5f5;
  padding:3rem 0;
  
}





#bodyinhome .fcol.fcol-6, body.about-us .fcol.fcol-6 {
  width: 100%;
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position:center bottom;
   background-size: cover;
   background-image: -webkit-linear-gradient(top, rgb(255 255 255 / 70%) 0%, rgb(255 255 255 / 70%) 100%),url(https://static.iyp.tw/35161/files/752015e0-f683-4962-a169-396df01aa2bb.jpg);

}



.topnavbar {
     background-color: #fff;/*頁籤底圖顏色*/
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0px;/*頁籤距離*/

}


/* 首頁與內頁共用 */
.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(780 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(780 / 1920 * 100%); /* 內頁 banner 大小 */
}

#nav ul li::after {  
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #e1f5ff;
    left: 0;
     top: 15px; }

#nav ul li a {
    color: #2f2f2f;/*頁籤文字顏色*/
    padding: 10px 16px;/*頁籤文字間隔*/
    /*border-left: #999 1px dotted;頁籤文字間隔虛線*/
    font-size:16px;
   font-weight: bold;
}

#nav ul li a:hover  {
  color: #ff0000;/*頁籤滑過文字顏色*/
}
#nav ul li.current a { 
  color: #ff0000;/*頁籤滑過文字顏色*/
}



#nav .subnav {
    background-color: #ffffff;/*次頁籤底色*/
}

#nav li.has-subnav ul li::after {  
    content: "";
    position: absolute;
    width: 0px;
    height: 20px;
    background: #fff;
    left: 0;
     top: 15px; }

#nav .subnav li a:hover::before  {
    display:none;
}


#side ul li a {
    color: #31708f;
}

#side ul li.current>div a {
    color: #333;
}

/* 商品格*/
ul.product-list li a { color: #333;}
ul.product-list li a:hover { color: #333;}

/*title文字顏色*/
.h1title {
    color: #000;
    text-align: center;
    border-bottom: 1px solid #b0b0b0;
    
}

body.about-us .h1title {display:none;}


/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/* 消除產品頁空白*/
body[data-type="fullpage"] .main {
    min-height: 50px;
}

/* 文字放大手機*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
    color: #000;
}

#footer {
   font-size: 12px;
}
}


/* 文字放大電腦*/
@media only screen and (min-width: 768px){
#main-wrap .container {
    font-size:16px;
  line-height:30px;
  color: #000;
}}
  
a { color: #000;}
  
  

/* 背景*/
body {
   background-color:#fff;
font-family: 'Noto Sans TC', sans-serif;
}

/* 線*/
.line{
    height: 1px;//高度爲1px,可根據實際修改
    width: 150px;
    background: #ffae00;
}
.innerline{
    display: block;
    width: 150px;
    height: 3px;
    background: #ffae00;
    margin-top: -1px;//很重要，否則兩條線不在同一水平面
}

/* 首頁6大 */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
.snip1298 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-width: 160px;
  max-width: 500px;
  width: 100%;
  background: #ffffff;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1298 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.snip1298 img {
  width: 100%;
  height:250px;
  vertical-align: top;
  object-fit: cover;
}
.snip1298 i {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 28px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 1;
  text-align: center;
}
.snip1298 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
  max-width: 250px;
}
.snip1298 h3,
.snip1298 p {
  opacity: 0;
  margin: 0 0 5px;
  color: #ffffff;
}
.snip1298 h3 {
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.snip1298 h3 span {
  font-weight: 800;
}
.snip1298 p {
  font-size: 0.9em;
  font-size: 500;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.snip1298:after {
  background: #005582;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  content: '';
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1298 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1298:hover img,
.snip1298.hover img {
  opacity: 0.4;
}
.snip1298:hover:after,
.snip1298.hover:after {
  -webkit-transform: scale(10);
  transform: scale(10);
  opacity: 0.75;
}
.snip1298:hover i,
.snip1298.hover i {
  -webkit-transform: scale(1.5) translate(10px, 0px);
  transform: scale(1.5) translate(10px, 0px);
  display:none;
}
.snip1298:hover h3,
.snip1298.hover h3 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  font-weight:bold;
}
.snip1298:hover p,
.snip1298.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}








/*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: ecimal;/*disc實心 ecimal 數字*/
  margin-left: 1em;
  font-size:20px;
  line-height:40px;
}

ol.d {
  list-style-type: lower-alpha;
  margin-left: 1em;
}

/*響應欄表格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%;}
}


/*產品-服務項目區塊項目li效果—5格*/
.pro_item ul li {
    padding: 5px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(24% - 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;
}
.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); }
}



/*響應欄表格col-4 col-5 col-6 col-7 手機版強制2欄 寬度50%*/
@media only screen and (max-width: 576px){
.serve-item .col-4 { max-width: 50%;}
.serve-item .col-5 { max-width: 50%;}
.serve-item .col-6 { max-width: 50%;}
.serve-item .col-7 { max-width: 50%;}
}


/*下面底色/文字顏色*/
#footer {
    color: #fff;
    background-color: #585858; 
 
}

#foot-nav { border-bottom: 1px solid #fff; display: flex; justify-content: center; }

#foot-nav ul li a {
    display: block;
    color: #fff;
    font-size: 1.0em;
}

#contact-info ul li span {
    color: #fff;
}
