/* 09/10 */  
.bx-pager.bx-default-pager a.active {
   background: #212458 !important;
}

.bx-wrapper .bx-pager {
    padding-top: 10px !important;
    bottom: -23px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #212458;
    text-indent: -9999px !important;
    display: block !important;
    width: 40px !important;
    height: 16px !important;
    margin: 0 5px !important;
    outline: 0 !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 20px 20px 20px 20px !important;
}


/* 07/26 */  
  .side_banner {
    margin-bottom: 30px;
    text-align: center;
  }

@media (max-width: 640px) {
  .side_banner {
    margin-bottom: 0px !important;
    text-align: center;
  }
}

/*2023/09*/
a:hover img{
	opacity: 0.5 ;
}
@media screen and (min-width: 600px){
.none2 {display:none}
}
@media screen and (max-width: 599px){
.none2 {display:block}
}

.bottomBannerImg {
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
}

.topBannerImg {
	width: 100%;
	display: block;
	position: fixed;
	top: 50px;
	right: 0px;
	z-index: 9999;
}

.floating {
  position: fixed;
  right: 8px;
  bottom: 8px;
  display: none;
}
.floating a {
  display: block;
  color: #fff;
  background: #000;
  padding: 8px;
  text-decoration: none;
  opacity: 0.6;
}