@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;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin: 20px 130px;
  cursor: pointer;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/*無障礙*/
.accesskey-container {
  position: relative;
  margin: 0;
  padding: 0;
}
.sr-only-focusable {
  position: absolute !important;
  top: 0px !important;
  left: 0 !important;
  color: #000 !important;
  font-size: 0 !important;
  opacity: 0 !important;
  z-index: 9999 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  width: auto !important;
  height: auto !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  padding: 5px 10px !important;
  margin: 0 !important;
  opacity: 1 !important;
  clip: inherit !important;
  overflow: visible !important;
  background: rgba(0, 0, 0, 0.7) !important;
}
