.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;
}




.topnavbar {
    background-color: rgba(0,0,0,0);
    padding: 0;
}

#nav ul li a {
    color: #396aa7;
    font-weight: 600;
}
#nav ul li a:hover {
    background: rgba(57,106,167,0.88);
    border-radius: 30px;
}
#nav ul li.current a {
    background: #396aa7;
    border-radius: 30px;
}



/*BANNER*/

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}






/*標題*/

.h1title {
    color: #4064a3;
    background-color: #dfdfdf;
    border-radius: 30px;
    margin-top: -20px;
}



/*產品頁編輯框*/

body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }




/*關於*/


body.about-us .h1title{display:none;} 

body.about-us .fcol.fcol-1 {   margin-top: -80px;  }


body.about-us .fcol.fcol-3 {   display:none;}
body.about-us .fcol.fcol-4 {   display:none;}
body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}

body.about-us #footer { margin-top: -40px;}



body{
background-image : url(https://static.iyp.tw/409950/files/0b192b2d-f820-4170-9c03-81c29344e593.jpg);
background-repeat : repeat; 
background-attachment : fixed;
}



/*foot*/

#foot-nav ul li.current a, #foot-nav ul li a:hover {
    color: #fff;
    display: none;
}


#foot-nav ul li a {
display: none;
}


#foot-nav {
    border-bottom: 1px solid #222222;
}




#photoLogo {
  width: 100%;
}






/*浮動*/


#line {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 100px;
    position: fixed;
}



#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 165px;
    position: fixed;
}



#Messenger {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 230px;
    position: fixed;
}



#Map {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 295px;
    position: fixed;
}





/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #36496b;
    color: #fff;
}
#tb td a:hover {
    background: #000;
}






/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.2);
}






<style>
.service-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Noto Sans TC", sans-serif;
}

.service-card {
  flex: 1 1 300px;
  padding: 25px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: 0.3s;
  border-top: 4px solid #2876ec;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.service-sub {
  color: #c9a063;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-text {
  color: #555;
  line-height: 1.6;
}
</style>










/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.2);
}





<style>
.require-section {
  margin-top: 40px;
  font-family: "Noto Sans TC", sans-serif;
}

.require-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}

.require-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.require-card {
  flex: 1 1 260px;
  padding: 20px;
  border-radius: 14px;
  background: #fafafa;
  border: 1px solid #eee;
  transition: 0.3s;
}

.require-card:hover {
  background: #fff;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
}

.require-item-title {
  font-weight: bold;
  color: #c9a063;
  margin-bottom: 10px;
}

.require-text {
  color: #555;
  line-height: 1.6;
}




<style>
.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 220px;
  max-width: 250px;
  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;
}










#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
    border-radius:10px;
    background-color: hsla(240, 0%, 50%, 0.5) ;
    color: white;
    cursor: pointer;
}

