.banner-title h1:before{
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -25.5px;
  width: 50px;
  height: 5px;
  content: "";
  display: inline-block;
  background-color: #192a88;
}

.banner-title h1:after{
  position: absolute;
  bottom: -17.5px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 1px;
  content: "";
  display: inline-block;
  background-color: #192a88;
}

.banner-title h2:before{
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -25.5px;
  width: 50px;
  height: 5px;
  content: "";
  display: inline-block;
  background-color: #192a88;
}

.banner-title h2:after{
  position: absolute;
  bottom: -17.5px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 1px;
  content: "";
  display: inline-block;
  background-color: #192a88;
}

/*計數器*/
.mod_jovisitorcounter.light-theme{
    background-color: transparent!important;
}

.mod_jovisitorcounter .visitor-counter {
    margin-bottom: 0.5rem!important;
}

.mod_jovisitorcounter .visitor-counter p {
    font-size: 1.5rem!important;
}