@charset "UTF-8";
*, *:before, *:after {
  transition: unset;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif, arial !important;
}

.jr-wrapper .header {
  position: fixed;
}
.jr-wrapper .main-cont {
  margin: 0;
  width: 100%;
}
.jr-wrapper .main-cont .nav-box {
  border-radius: 12px;
}
.jr-wrapper .nav-bar .nav-title:after {
  font-family: "jr_iconfont" !important;
}
.jr-wrapper .footer-top .nav-bar .nav-box > .nav-li::before {
  font-family: "jr_iconfont" !important;
}
@media screen and (max-width: 1024px) {
  .jr-wrapper.st-menu {
    display: none;
  }
}

.sz-icon {
  mask-image: unset;
  background-color: unset;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.sz-icon:before {
  font-family: "jr_iconfont" !important;
  line-height: 1;
}

.icon-arrow-right:not(.sz-icon):before, .icon-tick:not(.sz-icon):before, .icon-trash:not(.sz-icon):before, .icon-x-mark:not(.sz-icon):before, .icon-check-round:not(.sz-icon):before {
  content: "";
}

.sz-btn span {
  line-height: 1;
}

.tag, [class^=tag-], [class*=" tag-"] {
  padding: 1px 8px;
  border-radius: 4px;
}
.tag:not([class^=fs-]):not([class*=" fs-"]), [class^=tag-]:not([class^=fs-]):not([class*=" fs-"]), [class*=" tag-"]:not([class^=fs-]):not([class*=" fs-"]) {
  font-size: 14px;
}

.tag-blue {
  background-color: #088EED !important;
  color: #FFFFFF !important;
}

.tag-gray {
  background-color: #99A1AD !important;
  color: #FFFFFF !important;
}

.text-link {
  text-decoration: underline !important;
}

:is(input, select), input[type=checkbox]:not(.multi-item) {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  width: 100%;
  padding: 0;
  color: #000D1A;
  font-size: 16px;
  border: unset;
  outline: unset;
  border-radius: unset;
}
:is(input, select):focus, input[type=checkbox]:not(.multi-item):focus {
  background-color: transparent;
  border: unset;
  outline: unset;
}

input[type=checkbox]:not(.multi-item):after {
  content: none !important;
}

.bottom-menu .anchor-link {
  position: relative;
  top: unset;
}

.advisory-cont select {
  min-width: unset;
  padding: round(down, 0.5em, 2px) 2em round(down, 0.5em, 2px) 0;
}

@media screen and (max-width: 1280px) {
  .wrapper, .st-wrapper {
    margin-top: round(down, 4.5em, 2px);
  }
}
@media screen and (max-width: 480px) {
  .wrapper, .st-wrapper {
    margin-top: round(down, 3.875em, 2px);
  }
}
@media screen and (max-width: 400px) {
  .wrapper, .st-wrapper {
    margin-top: round(down, 3.625em, 2px);
  }
}/*# sourceMappingURL=jr_2022_fixed.css.map */