:root {
  --white-bg-svg: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIj4KICA8cmVjdCB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjEiIC8+Cjwvc3ZnPgo=");
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

p {
  margin: 1em 0;
}

a {
  color: #4c91ff;
  text-decoration: none;
  position: relative;
}
a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #7cacf8;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
a:hover::after {
  transform: scaleX(1);
}

table {
  border-collapse: collapse;
}
table td,
table th {
  border: 1px solid #ddd;
}

hr {
  height: 2px;
  display: block;
  border: none;
  background: linear-gradient(45deg, #5ccefd, #f4a9b7);
  opacity: 0.5;
  border-radius: 50%;
}

.bg {
  position: fixed;
  z-index: -1000;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/bg1.webp) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body {
  margin: 0;
  font-family: "Chakra Petch", "Microsoft JhengHei", serif;
  font-size: 20px;
  background-size: cover;
  background: linear-gradient(45deg, #59c9f3, #eea3b2, #ffd384) no-repeat fixed center;
}

* {
  box-sizing: border-box;
}

main {
  max-width: 1000px;
  padding: 50px;
  background: rgba(255, 255, 255, 0.3);
  margin: 50px auto 30px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
}
@media (max-width: 800px) {
  main {
    padding: 15px;
    margin-top: 0;
    border-radius: 0;
  }
}
main header {
  text-align: center;
}
main header img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
main article .need-text-indent {
  text-indent: 2em;
}
main article h1 {
  background: var(--white-bg-svg);
  backdrop-filter: blur(5px);
  margin: 30px -50px 30px -60px;
  border-left: 10px solid #ffa0f2;
  border-bottom: 1px solid #ffa0f2;
  padding: 10px;
}
@media (max-width: 1050px) {
  main article h1 {
    margin: 30px -50px 30px -50px;
  }
}
@media (max-width: 800px) {
  main article h1 {
    margin: 30px -15px 30px -15px;
  }
}
main article h2 {
  font-size: 25px;
  font-weight: bolder;
}
main article .urls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}
main article .urls .item {
  flex: 1;
  background: var(--white-bg-svg);
  backdrop-filter: blur(10px);
  padding: 15px;
  position: relative;
  border-radius: 5000px;
  height: 110px;
  margin-bottom: 15px;
}
main article .urls .item:nth-child(even) {
  margin-left: 7.5px;
}
main article .urls .item:nth-child(odd) {
  margin-right: 7.5px;
}
@media (max-width: 800px) {
  main article .urls .item {
    width: 100%;
    min-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
main article .urls .item.item-full {
  flex: 100%;
  margin: 0 0 15px 0;
}
main article .urls .item .left {
  position: absolute;
}
main article .urls .item .left img {
  width: 80px;
  height: 80px;
  border-radius: 500px;
  border: 2px solid rgba(255, 255, 255, 0.01);
}
main article .urls .item .right {
  padding-left: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
}
main article .urls .item .right p {
  margin: 0;
}
main article .urls .item .right p:nth-child(1) {
  font-weight: bolder;
}
main article .faq .item {
  margin: 20px 0;
}
main article .faq .item .question {
  font-weight: bolder;
  display: block;
  color: #ff5000;
}
main article .faq .item .answer {
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
}
main article .faq.faq-pink .item .question {
  color: #ff368e;
}

footer.copyright {
  text-align: center;
  padding-bottom: 50px;
  font-size: 12px;
}
@media (max-width: 1510px) {
  footer.copyright {
    padding-bottom: 0px;
  }
}

footer.author {
  position: fixed;
  bottom: 0;
  right: 24px;
  text-align: right;
  font-size: 12px;
  color: #e91e63;
  padding: 10px 0;
  width: auto;
}
footer.author p {
  margin: 4px 0;
}
@media (max-width: 1510px) {
  footer.author {
    position: relative;
    text-align: center;
    right: 0;
  }
}

/*# sourceMappingURL=main.css.map */
