#line {
    width: 65px;
    right: 10px;
    z-index: 999;
    bottom: 265px;
    position: fixed;
}
#phone {
    width: 65px;
    right: 10px;
    z-index: 999;
    bottom: 200px;
    position: fixed;
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 5px 10px;    
    font-size: 16px;
    border-radius: 10px;
    background-color: hsla(240, 0%, 50%, 0.5) ;
    color: white;
    cursor: pointer;
}

body {
  background-color: #ffffff;
  background: url("-") no-repeat center center fixed;
}


@media only screen and (min-width: 768px){.topnavbar {background-color: rgb(255 255 255 / 100%);}}

#nav ul li.current a {color:  #0085bb;}
#nav ul li a{color:  #353535;}
#nav ul li a:hover {color: #95949a;}

#nav .subnav{background-color: #fff;}
#nav ul li .subnav a {color:#353535;}
#nav ul li .subnav a:hover {background: rgba(212, 200, 200, 0.1);}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}
.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.topnavbar {
  background-color: #FFF;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*每頁大標*/
.h1title {
  color: #ffffff; 
  border-bottom:1px solid #0085bb; 
  text-align: left;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold; background:url(https://static.iyp.tw/409962/files/25c6101a-4a57-43e8-a6c3-cc75f3678372.png) no-repeat bottom left;
  letter-spacing: 3px;
  padding-left: 25px !important;
  padding-top: 30px;
}



/*ipheno尺寸調整*/
@media only screen and (max-width: 576px) {
    .rwd-wrapper .col-2 {
        -webkit-flex:0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

/*BANNER*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

/*核心優勢*/
.step-section {
  margin-top: 50px;
  font-family: "Noto Sans TC", sans-serif;
  text-align: center;
}

.step-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #222;
}

.step-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.step-card {
  flex: 1 1 250px;
  max-width: 270px;
  padding: 25px 20px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  position: relative;
  transition: 0.3s;
}

.step-card:hover {
  transform: translateY(-5px);
}

.step-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #c9a063;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 15px;
}

.step-name {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.step-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/*產品頁編輯框*/
body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }

/*圖片*/
.row [class^="col-"] img{
  opacity:3;
  transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.2);
}

/*圖片*/
.menu [class^="col-"] img:hover {
    border-radius: 8px;
}
.menu [class^="col-"] img {
  transition:0.7s;
  border-radius: 20%;
  border: 1px #dddddd solid;
  padding:6px;
}

.row1 [class^="col-"] img{
  opacity:3;
  transition:0.7s
}
.row1 [class^="col-"] img:hover {
    opacity:0.55;
}

/*產品頁面*/
ul.product-list li a{
    color: #1b1b1b;
    background-color: #fff;
    text-align: center;}
ul.product-list li a.focus, ul.product-list li a:hover {color: #0468b2;}

a {color: #46413e;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #1b1b1b;}

body.about-us .fcol-4{
    display: none;}