body {
  background-image: url(/images/BG3.png);
  background-size: cover;
  /* 確保背景圖片覆蓋整個視窗 */
}




.bgc-nav {
  background-color: #fff;
}

.nv-pic {
  height: 50px;
}



.bgwt {
  background-color: #fff;
}

.form1 {
  width: 1000px;
  height: 520px;
}



.navbar {
  position: relative;
  transition: all 0.3s ease;
  /* 添加平滑過渡效果 */
  /* 預設為相對定位 */
  transition: all 0.3s ease;
  /* 添加平滑過渡效果 */
}

/* 滾動後的固定樣式 */
.navbar.fixed-top {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* 添加陰影效果 */
}



#content {
  margin-top: 100px;
  margin-bottom: 200px;
  margin-right: 250px;
  margin-left: 250px;
  height: auto;
}



.row .col-md-2 .sidebar,
.accordion-button {

  background-color: #ffffff;
}

.sidebar {
  padding: 5px;

}

.accordion-button {
  font-size: 1.5vw;
}

tbody {
  font-size: 25px;
}
