@charset "utf-8";
/*************************
    框架設定
**************************/
html,
body {
  width: 100%;
  position: relative;
}
/*桌機*/
.wrap {
  padding-top: 116px;
}
.wrap_popup {
  padding-top: 0x;
}
@media (max-width: 1199.98px) {
  .wrap {
    padding-top: 60px;
  }
}

.scrollBar {
  overflow-y: auto;
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin: 20px 130px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

/*無障礙*/
.sr-only-focusable {
  position: fixed;
  top: 0;
  left: 0;
  color: #000;
  font-size: 0;
  opacity: 0;
  z-index: 9999;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  width: auto;
  height: auto;
  color: #fff;
  font-size: 0.8rem;
  padding: 5px 10px;
  margin: 0;
  opacity: 1;
  clip: inherit;
  overflow: visible;
  background: rgba(0, 0, 0, 0.7);
}
