.bg {
  position: relative;
  background: url("../../assets/img/2024022177.jpeg") left / cover no-repeat;
  overflow: auto;
  height:850px;
}

.bdg {
    background-color:#2c3134;
}

.main {
  background: #ffffff;
  position: relative;
  top: 50px;
  opacity: 0.8;
}

.hed {
  font-size: 40px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
}

.hed1 {
  font-size: 25px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
}

.hed2 {
  font-size: 30px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
}

.flash {
  background: #8c1100;
}

.noti {
  font-family: Roboto, sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.list {
  background: #dddddd;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.list a {
  text-decoration: none;
  color: #000;
}

.fbg {
  background: #2c3134;
  position: relative;
}

.copyright {
  color: #ffffff;
  font-family: 'Roboto';
  padding: 10px 0 0 0;
}

.copyright a {
  color: var(--bs-yellow);
  text-decoration: none;
}

