@charset "UTF-8";
/* 此檔案有單獨scss檔案 ---家丞 */
/* scss檔案位置: css/scss/header.scss */
/* 執行時可轉譯出 css 檔案 與 195:8081測試機比對並且增減內容 */
/* 時間標記: 2026/06/05 18:00 最後執行: 家丞*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400&display=swap");
.header-login,
.header-login * {
  --Typography-Family-CH: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--Typography-Family-CH);
  letter-spacing: normal;
}
.header-login img,
.header-login * img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: none;
}

.header-login {
  position: sticky;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  height: 102px;
  padding-top: 8px;
  padding-bottom: 4px;
  background: var(--Basic-White, #FFF);
}
.header-login.shadow {
  -webkit-box-shadow: 0 1px 6px 0 rgba(33, 37, 41, 0.2);
          box-shadow: 0 1px 6px 0 rgba(33, 37, 41, 0.2);
  backdrop-filter: blur(15px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1100px) {
  .header-login {
    height: 72px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid var(--Border-100, #DAE1E7);
  }
}
.header-login .container {
  --padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  width: 100%;
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 0;
  max-height: 100%;
  padding-left: var(--padding);
  padding-right: var(--padding);
  margin-left: auto;
  margin-right: auto;
}
.header-login .container::after {
  content: "";
  position: relative;
  display: block;
  width: calc(100% + var(--padding) * 2);
  height: 1px;
  margin-left: calc(var(--padding) * -1);
  margin-right: calc(var(--padding) * -1);
  margin-top: 8px;
  margin-bottom: 4px;
  background: var(--Border-100, #DAE1E7);
  clear: unset;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 1100px) {
  .header-login .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 1320px;
  }
  .header-login .container::after {
    display: none;
  }
}
.header-login .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
  width: 128px;
  height: 40px;
  aspect-ratio: 128/40;
  margin-left: 0;
  margin-right: auto;
  cursor: pointer;
}
@media (min-width: 1100px) {
  .header-login .logo {
    margin-left: unset;
    margin-right: unset;
  }
}
.header-login .right {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: 0;
}
.header-login .right .list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1100px) {
  .header-login .right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: unset;
    margin-right: unset;
  }
}
.header-login .menu {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.header-login .menu::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}
.header-login .menu .list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 760px) {
  .header-login .menu {
    overflow: hidden;
  }
}
@media (min-width: 1100px) {
  .header-login .menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    margin-left: 16px;
    margin-right: 16px;
  }
}
.header-login .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.header-login .list .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  padding: 6px 12px 8px;
  border-radius: 999px;
  color: var(--Basic-Grey-Secondary, #424751);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
  word-break: keep-all;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.header-login .list .list-link:hover {
  text-decoration: none;
  background: var(--Basic-State-Ghost-Hover, #EFF2F4);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.header-login .list .list-link:active, .header-login .list .list-link.active {
  background: var(--Basic-State-Ghost-Pressed, #DAE1E7);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}