@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
@keyframes slide_down {
  0% {
    opacity: 0;
    transform: translateY(-500px);
  }
  50% {
    opacity: 0;
    transform: translateY(-250px);
  }
  100% {
    opacity: 100%;
    transform: translateY(0);
  }
}
@keyframes overlay_zoomin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 80%;
  }
}
@keyframes zoom_in {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes slide_in {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    width: 90%;
    bottom: 5%;
  }
  100% {
    top: 0;
    width: 100%;
  }
}
@keyframes visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.index {
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.index .map-container {
  height: 500px;
  border: 20px;
  position: relative;
}
.index .carousel-container {
  position: relative;
}
.index .carousel-wrapper {
  overflow-x: hidden;
  padding: 20px 0;
  width: 100%;
  margin: auto;
}
.index .carousel {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}
.index .arrow {
  position: absolute;
  bottom: 20%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: rgb(119, 119, 119);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.index .left {
  left: 20px;
}
.index .right {
  right: 20px;
}
.index .index-card {
  background-color: white;
  border-radius: 20px;
  padding: 2.5rem;
  text-align: start;
  flex: 0 0 auto;
  width: calc((100% - 4rem) / 3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-right: 2rem;
}
.index .index-card:hover {
  transform: translateY(-5px);
}
.index .index-card .card-img {
  width: 45%;
}
.index .index-card .card-img img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 5/7;
}
.index .index-card:nth-child(3n) {
  margin: 0;
}
.index .second-page {
  display: none;
  padding: 1rem;
}
.index .map {
  position: relative;
}
.index .index-item {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 400px;
  background-color: white;
  border-radius: 10px;
  padding: 0 1rem 1rem 1rem;
  margin: 1.5rem;
}
.index .selector {
  display: none;
}
.index .form-select {
  background-color: rgb(227, 227, 227);
  opacity: 0.5;
  border: none;
  padding: 0.5rem;
}
.index .card-browser {
  height: 280px;
}
.index .scrollbar {
  height: 100%;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  padding-right: 1rem;
}
.index .scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
.index .scrollbar::-webkit-scrollbar-track {
  margin: 5rem;
  background: rgb(119, 119, 119);
  border-radius: 10px;
}
.index .scrollbar::-webkit-scrollbar-thumb {
  background: rgb(241, 241, 241);
  border-radius: 10px;
  border: 3px solid rgb(241, 241, 241);
}
.index .img-scrollbar {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3rem;
  align-items: center;
  z-index: 100;
  background-color: rgba(228, 228, 228, 0.6);
  border-radius: 20px;
  box-shadow: 1px 1px 2px rgb(119, 119, 119), -1px -1px 5px rgba(255, 255, 255, 0.5), inset -1px -1px 2px rgb(119, 119, 119), -1px -1px 1px rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  animation: zoom_in 1.3s ease;
}
.index .esc {
  color: white;
  font-size: 32px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem;
}
.index .img-browser img {
  aspect-ratio: 4/5;
  height: 100%;
}
.index .img-browser div {
  margin-bottom: 1rem;
}
.index .img-browser div:last-child {
  margin: 0;
}
.index .browser-item {
  padding: 1rem 0;
  border-bottom: 1px rgb(227, 227, 227) solid;
  cursor: pointer;
}
.index .back {
  font-size: 24px;
  color: rgb(119, 119, 119);
  cursor: pointer;
}
.index .card-info {
  height: 360px;
}
.index .img-group {
  gap: 1rem;
  margin: 1rem 0;
}
.index .img-item {
  position: relative;
  width: 43%;
}
.index .img-item img {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 10px;
}
.index .img-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0.5rem;
  padding: 0.3rem;
  border: 1px white solid;
  border-radius: 10px;
  font-size: 12px;
  color: white;
  cursor: pointer;
}
.index p {
  margin: 0rem;
}
.index h6 {
  font-size: 18px;
  font-weight: bolder;
  margin: 0;
}
.index .bold {
  font-weight: bolder;
}
.index .industry {
  font-size: 10px;
  color: rgb(119, 119, 119);
  margin-right: 0.5rem;
}
.index .gray {
  color: rgb(119, 119, 119);
  font-size: 14px;
}
.index .heart {
  font-size: 18px;
}
.index .more-btn {
  color: white;
  text-wrap: nowrap;
  background-color: rgb(78, 60, 219);
  border-radius: 10px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.index .mb-search-white, .index .first-page-mb, .index .second-page-mb {
  display: none;
}
.index .close-window {
  display: none;
  cursor: pointer;
  font-size: 20px;
}
.index .secondpage-info {
  font-weight: bolder;
  font-size: 16px;
  text-wrap: nowrap;
}
.index .secondpage-info p {
  text-wrap: wrap;
}
.index .secondpage-info i {
  color: rgb(78, 60, 219);
}
.index .surround {
  min-height: 500px;
}
.index .name-container {
  display: inline-flex;
  align-items: center;
  background-color: rgb(227, 227, 227);
  padding: 0.3rem 1.5rem 0.3rem 0.3rem;
  border-radius: 30px;
}
.index .name-container p {
  font-size: 18px;
  font-weight: bolder;
}
.index .dot {
  width: 30px;
  height: 30px;
  background-color: rgb(119, 119, 119);
  border-radius: 50%;
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .index .map-container {
    margin: auto;
  }
  .index .index-card {
    padding: 1.5rem;
    flex: 0 0 auto;
    width: calc((100% - 2rem) / 3);
    margin-right: 1rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .index .index-item {
    margin: 1rem;
  }
  .index .index-card {
    flex: 0 0 auto;
    width: calc((100% - 2rem) / 3);
    padding: 1rem;
    margin-right: 1rem;
  }
  .index .index-card .card-img {
    width: 40%;
  }
  .index .index-card p {
    font-size: 13px;
  }
  .index .index-card .describe {
    font-size: 12px;
  }
  .index .more-btn {
    font-size: 10px;
  }
  .index .link img {
    width: 25px;
  }
  .index .arrow {
    bottom: 23%;
  }
}
@media (max-width: 767px) {
  .index {
    min-height: auto;
    height: calc(var(--vh, 1vh) * 100 - var(--header-height) - var(--mb-bar-height));
    height: calc(100svh - var(--header-height) - var(--mb-bar-height));
  }
  .index .map-container {
    aspect-ratio: inherit;
    height: 100%;
  }
  .index .first-page, .index .surround {
    display: none;
  }
  .index .index-item {
    width: auto;
    max-width: 375px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    right: 0;
    margin: auto;
    bottom: 5%;
    padding: 1rem;
    transform: translateY(0);
    transition: transform 0.4s ease, margin 0.4s ease;
  }
  .index .index-item.full {
    top: calc(var(--header-height) / 2);
    bottom: auto;
    width: 100%;
    margin-bottom: 2rem;
    transform: translateY(-5%);
    padding: 0 1rem;
  }
  .index .mb-search {
    display: flex;
    gap: 1rem;
  }
  .index .mb-search-white {
    display: block;
  }
  .index .mb-search-white .search-bar {
    background-color: white;
  }
  .index .mb-search-white .search-bar .search-box {
    background-color: white;
  }
  .index .mb-search-white .search-bar .search-box::-moz-placeholder {
    color: rgb(119, 119, 119);
  }
  .index .mb-search-white .search-bar .search-box::placeholder {
    color: rgb(119, 119, 119);
  }
  .index .search-bar {
    display: flex;
    align-items: center;
    background-color: rgb(227, 227, 227);
    padding: 0.5rem;
    border-radius: 10px;
    border: none;
    flex: 1;
  }
  .index .search-bar .search-box {
    background-color: rgb(227, 227, 227);
    padding: 0 1rem;
  }
  .index .index-card {
    width: 100%;
    border: 1px rgb(227, 227, 227) solid;
    border-radius: 20px;
    padding: 1rem;
  }
  .index .index-card .card-img img {
    aspect-ratio: 3/4;
    height: auto;
  }
  .index .more-btn {
    font-size: 12px;
  }
  .index .card-browser-mb {
    height: 350px;
    margin-bottom: 0;
    transition: margin-bottom 0.3s ease;
  }
  .index .second-page-mb {
    transition: margin-bottom 0.3s ease;
    height: 350px;
  }
  .index .second-page-mb.full {
    height: calc(var(--vh, 1vh) * 100 - var(--header-height) - var(--mb-bar-height));
    margin-bottom: 6rem;
  }
  .index .card-browser-mb.full {
    height: calc(var(--vh, 1vh) * 100 - var(--header-height) - var(--mb-bar-height));
    margin-bottom: 6rem;
    z-index: 70;
  }
  .index .name-container {
    display: inline-flex;
    align-items: center;
    background-color: rgb(227, 227, 227);
    padding: 0.3rem 2rem 0.3rem 0.3rem;
    border-radius: 30px;
  }
  .index .name-container p {
    font-size: 18px;
    font-weight: bolder;
  }
  .index .dot {
    width: 30px;
    height: 30px;
    background-color: rgb(119, 119, 119);
    border-radius: 50%;
  }
  .index .img-group-mb {
    width: 95%;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .index .rowscroll {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
  }
  .index .rowscroll::-webkit-scrollbar {
    display: none;
  }
  .index .img-item {
    width: 200px;
    flex: 0 0 auto;
  }
  .index .img-item img {
    width: 100%;
    height: 280px;
  }
  .index .scrollbar-mb, .index .scrollbar {
    height: 100%;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    padding-right: 0;
  }
  .index .scrollbar-mb::-webkit-scrollbar, .index .scrollbar::-webkit-scrollbar {
    display: none;
  }
  .index .esc, .index .close-window {
    display: none;
  }
  .index .img-scrollbar {
    padding: 1rem;
  }
  .index .secondpage-info {
    font-size: 14px;
  }
  .index .arrow {
    display: none !important;
  }
}

.list {
  margin-top: 1rem;
  min-height: 90vh;
}
.list .list-content {
  flex-wrap: wrap;
  margin: 4rem 0;
}
.list .list-item {
  cursor: pointer;
  text-decoration: none;
}
.list .item-container {
  flex: 0 0 auto;
  width: calc((100% - 6rem) / 4);
  position: relative;
  margin-right: 2rem;
}
.list .item-container:nth-child(4n) {
  margin-right: 0;
}
.list .like {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(225, 225, 225, 0.7);
  font-size: 18px;
  border: none;
  border-radius: 50%;
  padding: 0.5rem;
  margin: 1rem;
  width: 40px;
  height: 40px;
  text-align: center;
}
.list .item-img {
  width: 100%;
  aspect-ratio: 3/4;
}
.list .item-img img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}
.list .position {
  color: rgb(119, 119, 119);
  font-size: 14px;
}
.list p {
  font-weight: bolder;
  color: black;
}
.list .select-wrapper {
  position: relative;
  width: 15%;
}
.list .form-select {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: none;
}
.list .search {
  width: 55%;
  border-radius: 10px;
  padding: 0.5rem 1rem;
}
.list .search-box {
  margin-left: 1rem;
}
.list .search-box::-moz-placeholder {
  color: rgb(119, 119, 119);
}
.list .search-box::placeholder {
  color: rgb(119, 119, 119);
}
.list .select-group {
  width: 30%;
  gap: 1rem;
}
.list .list-bar {
  gap: 1rem;
}
.list .pagination {
  margin: 5rem 0 5rem 0;
  justify-content: center;
}
.list .pagination .page-item {
  margin: 0.2rem;
}
.list .pagination .page-link {
  border: none;
  background-color: transparent;
  color: black;
}
.list .pagination .active .page-link {
  border: none;
  border-radius: 5px;
}
.list .search-btn {
  color: black;
  background-color: transparent;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .list .search {
    width: 35%;
  }
  .list .select-group {
    width: 40%;
  }
  .list .select-wrapper {
    width: 20%;
  }
  .list .search-box {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .list {
    margin-bottom: 100px;
  }
  .list .list-bar {
    flex-direction: column;
    gap: 0.5rem;
  }
  .list .search, .list .search-box, .list .form-select {
    background-color: rgb(227, 227, 227);
  }
  .list .search, .list .select-group, .list .select-wrapper {
    width: 100%;
  }
  .list .search-box {
    margin-left: 0;
  }
  .list .form-select {
    padding: 1rem;
  }
  .list .select-group {
    gap: 0.5rem;
  }
  .list .pagination {
    margin: 0;
  }
  .list .item-container {
    flex: 0 0 auto;
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
  }
  .list .item-container:nth-child(2n) {
    margin-right: 0;
  }
}

.personal-card {
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.personal-card a {
  text-decoration: none;
}
.personal-card .list-link {
  color: rgb(119, 119, 119);
}
.personal-card .card-link {
  color: rgb(78, 60, 219);
}
.personal-card p {
  margin: 0;
  font-weight: 500;
}
.personal-card .content {
  margin: 3rem 0;
  padding: 5rem;
  background-color: white;
  border-radius: 20px;
  display: flex;
  gap: 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(255, 255, 255, 0.5), inset -1px -1px 3px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(255, 255, 255, 0.5);
}
.personal-card h3 {
  font-size: 28px;
  font-weight: bolder;
  word-break: break-word;
  white-space: normal;
}
.personal-card h4 {
  font-size: 20px;
  font-weight: bolder;
  margin: 0.5rem 0;
}
.personal-card .heart {
  font-size: 30px;
}
.personal-card h6 {
  font-weight: 600;
}
.personal-card .eagle {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.personal-card .link img {
  background-color: white;
  border-radius: 50%;
  width: 45px;
}
.personal-card .address {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.personal-card .like {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5rem;
}
.personal-card .card-img img {
  width: 190px;
  height: 250px;
  border-radius: 10px;
}
.personal-card .info {
  gap: 4rem;
}
.personal-card .period {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 20%;
}
.personal-card .media {
  display: none;
  position: absolute;
  bottom: 0;
  left: 25%;
  margin: 5rem;
  gap: 0.5rem;
}
.personal-card .media-pc {
  display: flex;
  gap: 0.5rem;
}
.personal-card .column {
  gap: 2rem;
}
.personal-card .company-info {
  width: 25%;
}
.personal-card .service-info {
  width: 60%;
}
.personal-card .card-position {
  color: rgb(119, 119, 119);
}
.personal-card .card-company, .personal-card .card-position {
  font-weight: 900;
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .personal-card .content {
    padding: 3rem;
    gap: 1rem;
  }
  .personal-card .info {
    gap: 3rem;
  }
  .personal-card h3 {
    font-size: 24px;
  }
  .personal-card h4 {
    font-size: 20px;
  }
  .personal-card p {
    font-size: 14px;
  }
  .personal-card .like, .personal-card .media {
    margin: 3rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .personal-card .content {
    flex-direction: column;
    padding: 3rem;
    margin-top: 0;
  }
  .personal-card .content-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .personal-card .address {
    margin-top: 0;
    display: flex;
  }
  .personal-card .like {
    margin: 3.7rem 3.1rem 0 0;
  }
  .personal-card .media {
    display: flex;
    flex-direction: column;
    margin: 8rem 2.6rem 0 0;
    top: 0;
    right: 0;
    left: auto;
  }
  .personal-card .media-pc {
    display: none;
  }
  .personal-card .column {
    flex-direction: column;
    gap: 1rem;
  }
  .personal-card .card-img img {
    width: 100px;
    height: 140px;
  }
  .personal-card .link-item {
    display: none;
  }
  .personal-card .info {
    flex-direction: column;
    gap: 1rem;
  }
  .personal-card .period {
    flex-direction: row;
    justify-content: left;
    gap: 2rem;
    width: auto;
  }
  .personal-card .company-info, .personal-card .service-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .personal-card .content {
    flex-direction: column;
    padding: 2rem;
    margin-top: 1rem;
    margin-bottom: 8rem;
  }
  .personal-card .content-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .personal-card h3 {
    font-size: 24px;
  }
  .personal-card h6 {
    font-size: 18px;
  }
  .personal-card .card-company {
    font-size: 16px;
    margin-right: 2.5rem;
  }
  .personal-card h6 {
    font-weight: 700;
  }
  .personal-card p {
    font-size: 13px;
    font-weight: 600;
  }
  .personal-card .address {
    margin-top: 0;
    display: flex;
  }
  .personal-card .like {
    margin: 2.8rem;
  }
  .personal-card .like .heart {
    font-size: 24px;
  }
  .personal-card .media {
    display: flex;
    flex-direction: column;
    margin: 5.5rem 2.6rem 0 0;
    top: 0;
    right: 0;
    left: auto;
  }
  .personal-card .media img {
    width: 30px;
  }
  .personal-card .media-pc {
    display: none;
  }
  .personal-card .column {
    flex-direction: column;
    gap: 1rem;
  }
  .personal-card .card-img img {
    width: 100px;
    height: 140px;
  }
  .personal-card .link-item {
    display: none;
  }
  .personal-card .info {
    flex-direction: column;
    gap: 1rem;
  }
  .personal-card .period {
    flex-direction: row;
    justify-content: left;
    gap: 2rem;
    width: auto;
  }
  .personal-card .company-info, .personal-card .service-info {
    width: 100%;
  }
}

.card-position {
  color: rgb(119, 119, 119);
}

.card-company, .card-position {
  font-weight: bolder;
}

/* goods.php 專門樣式 - 只包含圖片的 content */
.personal-card .content.image-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  gap: 0;
}

.personal-card .content.image-content img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
  display: block;
}

@media (max-width: 1300px) and (min-width: 1024px) {
  .personal-card .content.image-content {
    padding: 2rem;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .personal-card .content.image-content {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .personal-card .content.image-content {
    padding: 1rem;
    margin-bottom: 8rem;
  }
}

.member {
  text-align: center;
  margin: 0 auto 5rem auto;
}
.member .mem-title {
  margin: 0;
  font-weight: 500;
}
.member .info-title {
  color: rgb(119, 119, 119);
  font-weight: 500;
  text-wrap: nowrap;
  width: 20%;
  padding: 0.5rem;
}
.member .info-group {
  gap: 1rem;
  margin: 1rem 0;
}
.member .member-info {
  border: 1px rgb(119, 119, 119) solid;
  border-radius: 10px;
  padding: 0.5rem;
  text-align: start;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.member .require {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem;
}
.member .member-box {
  background-color: transparent;
  padding: 0.5rem;
  width: 80%;
  min-width: 0;
  font-weight: 500;
  height: 100%;
}
.member .password {
  width: 80%;
}
.member .save {
  width: 100%;
  color: white;
  background-color: rgb(78, 60, 219);
  padding: 0.5rem;
  border: none;
  border-radius: 10px;
  margin-top: 2rem;
}
.member .new-eye, .member .old-eye, .member .eye {
  font-size: 20px;
  margin-right: 1rem;
  cursor: pointer;
  color: rgb(119, 119, 119);
}

.select {
  width: 100%;
  padding: 0.5rem;
  background-color: transparent;
  border: none;
  font-weight: bolder;
}

.personal-file, .company-file {
  visibility: hidden;
}

.personal-img, .company-img {
  height: 100px;
  background-color: rgb(119, 119, 119);
}
.personal-img img, .company-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.personal-img {
  aspect-ratio: 5/6;
}

.company-img {
  aspect-ratio: 1/1;
}

.file-update {
  justify-content: space-between;
  margin: 2rem 1rem 0 1rem;
}

.update {
  background-color: rgb(78, 60, 219);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.update p {
  color: white;
  margin: 0;
  text-align: center;
  font-weight: bolder;
}

.disable {
  color: rgb(119, 119, 119);
}

@media (max-width: 1023px) and (min-width: 768px) {
  .member .member-box, .member .password {
    width: 65%;
  }
  .member .info-title {
    width: 35%;
  }
  .personal-img, .company-img {
    height: 70px;
  }
  .update {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .member {
    margin-bottom: 8rem;
  }
  .member .info-group {
    flex-direction: column;
    width: 100%;
  }
  .member .member-box, .member .password {
    width: 65%;
  }
  .member .info-title {
    width: 35%;
  }
  .file-update {
    margin: 0;
  }
  .personal-img, .company-img {
    height: 60px;
  }
  .update {
    width: 60px;
    height: 60px;
  }
  .member-page .require {
    right: -10%;
  }
}
:root {
  --header-height: 70px;
  --mb-bar-height: 90px;
}

body {
  background-image: url("../images/light-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100svh;
  position: relative;
  font-family: "Inter", sans-serif !important;
}

.custom-container {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.img-container {
  background-color: rgb(119, 119, 119);
  border-radius: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
  -webkit-text-fill-color: #223148;
}

header {
  display: flex;
  height: 93px;
  justify-content: center;
  align-items: center;
  position: relative;
}
header i, header h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
header i {
  position: absolute;
  top: 0;
  cursor: pointer;
}
header .list-btn {
  right: 0;
  margin-right: 3rem;
  margin-top: 2rem;
}
header .back, header .firstpage-window, header .secondpage-window {
  display: none;
}

.menu {
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem 2rem 2rem 1rem;
  margin: 5rem 3rem 0 0;
  border-radius: 0 0 10px 10px;
  z-index: 200;
  display: none;
}
.menu ul {
  line-height: 2;
  padding: 0;
  margin-bottom: 3rem;
}
.menu ul li {
  list-style-type: none;
  cursor: pointer;
}
.menu a {
  color: black;
  text-decoration: none;
}
.menu .change-mode {
  width: 50px;
  border-radius: 30px;
  background-color: rgb(227, 227, 227);
  cursor: pointer;
}
.menu .change-mode.dark {
  background-color: black;
}
.menu .change-mode.dark .circle {
  margin-left: 28px;
}
.menu .circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  align-items: center;
  margin-top: 2px;
  margin-left: 2px;
  background-color: white;
}
.menu .change-mode, .menu .change-mode.dark, .menu .circle, .menu .change-mode.dark .circle {
  transition: 0.3s;
}
.menu p {
  margin: 0;
}

.heart {
  color: rgb(78, 60, 219);
  cursor: pointer;
}

.search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  cursor: pointer;
  padding: 1rem 0 0 0;
}

.search-box {
  border: none;
  padding: 0.5rem 1rem;
}
.search-box::-moz-placeholder {
  color: black;
}
.search-box::placeholder {
  color: black;
}

.mic, .left, .right {
  cursor: pointer;
}

.overlay, .img-overlay, .login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  animation: overlay_zoomin 0.8s ease forwards;
}

.img-overlay {
  display: none;
  z-index: 200;
}

.overlay {
  display: none;
  z-index: 50;
}

.login-overlay {
  display: block;
  z-index: 50;
}

.side-nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
  background-color: white;
  z-index: 200;
  animation: slide_in 0.8s ease;
}

#forget {
  display: none;
}

.side-esc, .side-back {
  position: absolute;
  top: 0;
  font-size: 35px;
  color: rgb(119, 119, 119);
  cursor: pointer;
  margin: 1rem;
}

.side-esc {
  right: 0;
}

.side-back {
  left: 0;
  display: none;
}

.enter {
  background-color: rgb(78, 60, 219);
  border: 0;
  color: white;
}

.side {
  padding: 8rem 0;
  text-align: center;
}
.side form {
  text-align: left;
  margin: 1rem 3rem;
}
.side label {
  text-wrap: nowrap;
}
.side .register-btn {
  background-color: white;
  color: rgb(119, 119, 119);
  border: 1px rgb(119, 119, 119) solid;
  text-align: center;
  cursor: pointer;
}
.side #forget-link {
  margin: 0;
  color: rgb(77, 77, 77);
}
.side #forget-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.side .login-info, .side #valid {
  padding: 1rem;
}
.side .login-info {
  width: 100%;
}

.login-info, .search-box, .member-box, .register-box {
  border: 0;
  outline: none;
}

.select-wrapper i {
  display: none;
}

.half {
  width: 50%;
}

.dialog {
  display: none;
  animation: zoom_in 0.8s ease forwards;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  margin: auto;
  background-color: white;
  padding: 3rem;
  border-radius: 20px;
  text-align: center;
  overflow-y: scroll;
  height: 90vh;
}
.dialog .dialog-esc {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  cursor: pointer;
}
.dialog .dialog-title {
  position: relative;
  margin-bottom: 1rem;
}
.dialog .dialog-title p {
  font-weight: bolder;
  font-size: 20px;
  margin: 0;
}
.dialog .dialog-content {
  margin: 1rem 0;
}
.dialog .mem-title {
  font-size: 18px;
  font-weight: bolder;
  margin: 0;
}
.dialog .info-group {
  gap: 5rem;
}
.dialog .info-title {
  text-wrap: nowrap;
}
.dialog .register-info {
  border-bottom: 1px rgb(119, 119, 119) solid;
  padding: 0.5rem;
  margin: 0.5rem 0;
  text-align: start;
  align-items: center;
  display: flex;
}
.dialog .register-box {
  flex: 1;
  min-width: 0;
}

.mb-bar {
  display: none;
}

.describe {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制顯示 2 行 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}

.toast-custmize {
  display: none;
  position: absolute;
  top: 10%;
  right: 5%;
  background-color: rgb(227, 227, 227);
  border: 1px rgb(227, 227, 227) solid;
  border-radius: 10px;
}

#success.show, #fail.show {
  display: block;
  animation: visible 0.8s ease forwards;
}

.logo {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.search-btn {
  color: white;
  background-color: rgb(78, 60, 219);
  border-radius: 10px;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0.6rem 0.5rem 0.5rem;
}

footer {
  font-size: 12px;
  text-align: center;
}
footer a {
  text-decoration: none;
  color: black;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .side-nav {
    width: 50%;
    left: 0;
    margin: auto;
    height: 70vh;
    top: 15%;
    border-radius: 30px;
    animation: zoomin 0.8s ease forwards;
  }
  .side-back {
    border-radius: 50%;
    border: 1px rgb(119, 119, 119) solid;
    font-size: 26px;
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    bottom: 10%;
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
  }
  #valid {
    width: 100%;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  }
  .side {
    padding: 5rem 0;
  }
  .side form {
    margin: 1rem;
  }
  .dialog .info-group {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  html body {
    background-image: none;
    background-color: white;
  }
  header {
    height: 70px;
  }
  header h2 {
    font-size: 18px;
  }
  header .list-btn {
    margin-right: 2rem;
    margin-top: 17px;
  }
  header .back, header .firstpage-window.show, header .secondpage-window.show {
    display: block;
    color: rgb(119, 119, 119);
    left: 0;
    margin-left: 2rem;
    margin-top: 20px;
  }
  .menu {
    margin: 4rem 0 0 0;
    padding: 1rem;
  }
  .menu ul {
    margin-bottom: 1rem;
  }
  .menu li, .menu p {
    font-size: 14px;
  }
  .menu .change-mode {
    width: 35px;
  }
  .menu .circle {
    width: 17px;
    height: 17px;
  }
  .menu .change-mode.dark .circle {
    margin-left: 16px;
  }
  .map {
    height: 100%;
  }
  .mb-bar {
    display: block;
    background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 1rem;
    z-index: 50;
    border-top: 1px rgb(227, 227, 227) solid;
    height: 90px;
  }
  .mb-bar a {
    text-decoration: none;
  }
  .mb-bar p {
    margin: 0;
  }
  .mb-bar .orien {
    font-size: 10px;
    margin-top: 0.5rem;
  }
  .mb-bar .orien a {
    color: black;
  }
  .bar-btn {
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    cursor: pointer;
    text-align: center;
  }
  footer {
    display: none;
  }
  .half {
    width: 100%;
  }
  .side-nav {
    width: 80%;
    left: 0;
    margin: auto;
    height: 65%;
    bottom: 0;
    border-radius: 30px;
    animation: zoomin 0.8s ease forwards;
  }
  .side-back {
    border-radius: 50%;
    border: 1px rgb(119, 119, 119) solid;
    font-size: 26px;
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    bottom: 10%;
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
  }
  #valid {
    width: 100%;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  }
  .side {
    padding: 2rem 0;
  }
  .side form {
    margin: 1rem;
  }
  .dialog {
    padding: 2rem;
    width: 90%;
    overflow-x: hidden;
  }
  .dialog .info-group {
    flex-direction: column;
    gap: 1rem;
  }
  .dialog .info-title {
    margin-right: 0.5rem;
  }
  .dialog .dialog-content {
    width: 100%;
  }
}/*# sourceMappingURL=all.css.map */