body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans TC';
  color: #000000;
  font-size: 14px;
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

button {
  background: none;
  border: none;
  outline: none;
}

input {
  outline: none;
}



.popovers {
  background: white;
}

.row {
  margin: 0 !important;
}
.row > * {
  padding: 0 !important;
}

.modal-dialog {
  pointer-events: auto;
}

.modal-dialog {
  top: 10%;
  margin: 0 auto;
  padding: 5px;
}

.modal-dialog > .btn-close {
  position: absolute;
  right: 20px;
  z-index: 999;
  top: 20px;
}

.modal {
  background: initial !important;
}

.btn-close-style {
  top: 10px;
  right: 10px;
  font-size: 0.6rem;
  --bs-btn-close-focus-shadow: none;
}

.btn-close-rm-shadow {
  --bs-btn-close-focus-shadow: none;
}

.html5_utility_storelist .modal-content-rm-width {
  --bs-modal-width: 960px !important;
}

.transform0 {
  transform: rotate(0deg);
}

.transform180 {
  transform: rotate(180deg);
}

.nav-link {
  padding: 0;
  text-decoration: none;
  color: #727171;
}
.nav-link:hover,
.nav-link:focus {
  color: black;
  font-weight: bold;
}
.nav {
  color: black;
  font-weight: bold;
}
.nav-link.active {
  color: black;
  font-weight: bold;
}

.dispunitshowY{
  display: block;
}

.dispunitshowN{
  display: none;
}

.itemshowY{
  display: block;
}

.itemshowN{
  display: none;
}

/*神器,清除浮动*/
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0; 
  display: block; 
  visibility: hidden; 
  clear: both;
}
.clearfix {
  zoom: 1;
}	

.content-set-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@font-face {
  font-family: Md Gothic11;
  src: url('/font/Md_Gothic11.ttf');
}

@font-face {
  font-family: Futura Std;
  src: url('/font/Futura.ttc');
}

@font-face {
  font-family: LaoMN bold;
  src: url('/font/LaoMN_bold.ttf');
}

@font-face {
  font-family: LaoMN;
  src: url('/font/LaoMN.ttf');
}	
