/* html::-webkit-scrollbar {
  width: 5px;
}
html::-webkit-scrollbar-track {
  background-color: #E7F3FF;
}
html::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #96EDFD;
}
html a {
  text-decoration: none;
}
html a, html button {
  transition: 0.5s ease-in-out;
  color: #4E4E4E;
}
html a:active, html a:focus, html a:focus-visible, html button:active, html button:focus, html button:focus-visible {
  outline: dashed 3px #B51963 !important;
}

.aplus-box {
  height: 20px;
  line-height: 18px;
  left: -10px;
  top: 0;
  z-index: 10;
  color: #96EDFD;
}

.sr-only {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only:focus {
  position: relative;
  outline-color: transparent;
  transition: top 0.5s ease-in-out;
  background-color: #B51963;
  color: #ffffff;
  font-weight: 700;
  width: 200px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  background-color: #ffffff;
  color: #4E4E4E;
  font-family: "Noto sans TC", serif;
  margin: 0;
}
body .web_text {
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 2.5px;
}
body .link_text {
  font-size: 1.125rem;
  line-height: 2.25rem;
  letter-spacing: 1.5px;
}
body .title_text {
  font-size: 2.25rem;
  line-height: 4.5rem;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.logo_link {
  display: block;
  width: 200px;
  height: 55px;
  background-image: url("../images/dark_logo.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.btn {
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}

.btn_main {
  background-color: #0075C2;
  color: #ffffff;
  width: 196px;
  height: 54px;
}
.btn_main:hover {
  background-color: #ffffff;
  color: #0075C2;
  border: 1px solid;
}

.btn_nav {
  background-color: #E7F3FF;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.btn_nav:hover {
  background-color: #ffffff;
  border: 1px solid #96EDFD;
}
.btn_nav img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.form-control {
  border-radius: 50px;
  border: 1px solid #0075C2;
  padding-left: 20px;
}

.search_btn {
  margin-left: 15px;
  transition: 0.5s ease-in-out;
  width: 24px;
  height: 24px;
}
.search_btn:hover {
  transform: rotate(-10deg);
}

aside {
  width: 300px;
  height: 100dvh;
  border-radius: 0 15px 15px 0;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 98;
  overflow-y: auto;
}
@media (max-width: 1200px) {
  aside {
    display: none;
  }
}
aside img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  margin-bottom: 10px;
}
aside .aside_logo {
  margin-top: 20px;
}
aside .nav_user {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
aside .list-group {
  margin-top: 80px;
}
aside .nav-item {
  margin-bottom: 20px;
  list-style: none;
}
aside .list-item {
  text-decoration: none;
}
aside .list-item:hover {
  color: #0075C2;
}

.wrap {
  width: calc(100vw - 300px);
  margin-left: 300px;
  background-image: linear-gradient(45deg, #E7F3FF, #ffffff);
}
@media (max-width: 1200px) {
  .wrap {
    margin: 0;
    width: 100vw;
  }
}
.wrap header {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wrap nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .wrap nav {
    justify-content: space-between;
  }
}
.wrap nav a {
  margin-left: 15px;
}
.wrap footer {
  margin-bottom: 15px;
  text-align: center;
  color: #4E4E4E;
  opacity: 0.3;
}
@media (max-width: 1200px) {
  .wrap footer {
    font-size: 0.75rem;
  }
}

main {
  margin-top: 10px;
}
main .sys-container {
  min-height: 750px;
}
@media (max-width: 1200px) {
  main .sys-container {
    margin-top: 80px;
  }
}
main .page_path {
  color: #6E6E6E;
}
main .page_path a {
  color: #0075C2;
}
main .page_title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
main .page_title div {
  width: 10px;
  height: 36px;
  line-height: 72px;
  border-radius: 50px;
  background-color: #96EDFD;
  margin-right: 15px;
}

.welcome_search {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .welcome_search {
    flex-direction: column;
    margin-bottom: 70px;
  }
}
.welcome_search .welcome_content {
  margin-bottom: 15px;
}
.news_area {
  margin-top: 40px;
}
.news_area span {
  color: #4E4E4E;
  opacity: 0.3;
}
.news_area img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.news_area .news_content {
  height: 200px;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #6E6E6E;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s ease-in-out;
}
.news_area .news_content:hover {
  background-color: #E7F3FF;
  border: 1px solid #96EDFD;
}
.news_area .news_type {
  color: white;
  padding: 0 15px;
  border-radius: 50px;
  opacity: 1;
}
.news_area .type_admin {
  background-color: #0075C2;
}
.news_area .type_business {
  background-color: #6E6E6E;
}
.news_area .news_icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

body {
  background-image: linear-gradient(135deg, #E7F3FF, #96EDFD);
}

.body-content {
  margin: 0;
  padding: 0;
  margin: 140px 0;
  height: calc(100dvh - 140px);
}

.manager-login-box {
  background-color: #ffffff;
  height: calc(100dvh - 280px);
  overflow: hidden;
  border-radius: 10px;
}

.login_img {
  overflow: hidden;
}
.login_img img {
  max-height: calc(100dvh - 280px);
}

.login_logo {
  float: left;
  background-image: url("../images/light_logo.svg");
} */