p {
  margin: 0;
}

h1 {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  h1 {
    margin-top: 0;
  }
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  border-radius: 0.25rem;
  font-size: 60%;
  line-height: 1;
}

.bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.bg-img {
  width: 100%;
  height: 100%;
  background: url(../images/bg.webp) top/cover;
}
.bg-overlay {
  position: absolute;
  inset: 0;
  background-color: #fff;
  opacity: 0;
}

.heading {
  opacity: 0;
}
.heading h1 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .heading h1 {
    font-size: 2.75rem;
    letter-spacing: 1.25rem;
  }
}

.high {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.high .logo {
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 200px;
  pointer-events: auto;
}
.high-box {
  display: none;
}
@media (min-width: 1200px) {
  .high-box {
    display: block;
    position: absolute;
    width: 192px;
    padding: 0.75rem;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 1rem;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    color: var(--bs-gray-900);
    text-decoration: none;
    pointer-events: auto;
    transition: all 0.3s;
  }
}
.high-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.1);
}
.high-box-l {
  left: 1.25rem;
}
.high-box-r {
  right: 1.25rem;
}
.high-box p {
  margin-top: 0.25rem;
}
.high-pill {
  display: inline-block;
  background-color: #E66234;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  color: #fff;
  font-family: "Roboto Condensed", "Noto Sans TC", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
}
.high-nav a {
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
}
.high-nav a:hover {
  color: #E66234;
}
.high-nav a:not(:last-child) {
  margin-bottom: 0.75rem;
}
.high-mail {
  position: absolute;
  left: 232px;
  bottom: 20px;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  color: #fff;
}
.high-mail:hover {
  background-color: #fff;
  color: #000;
}

@media (min-width: 1200px) {
  .mobile {
    display: none !important;
  }
}
.mobile-high {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1rem;
  padding: 0.75rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  color: var(--bs-gray-900);
  text-decoration: none;
  z-index: 9999;
}
.mobile-btnnav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 28px;
  left: 28px;
  width: 44px;
  height: 44px;
  padding: 12px 8px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0.25rem;
  z-index: 9999;
  transition: all 0.3s;
}
.mobile-btnnav span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--bs-gray-900);
  transition: all 0.3s;
}
.mobile-btnnav.active span:nth-child(2) {
  opacity: 0;
}
.mobile-btnnav.active span:first-child {
  transform: translateY(9px) rotate(45deg);
}
.mobile-btnnav.active span:last-child {
  transform: translateY(-9px) rotate(-45deg);
}
.mobile-menu {
  position: fixed;
  left: -300px;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8rem 1rem;
  width: 300px;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
  z-index: 9998;
  transition: all 0.3s;
}
.mobile-menu.active {
  left: 0 !important;
}

.contentbox {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 2.5rem;
  color: #fff;
}

.event-date {
  width: 300px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .event-date {
    width: 500px;
    height: auto;
  }
}
.event .table {
  --bs-table-bg: transparent;
  --bs-table-color-type: #fff;
}

.news .more-link {
  margin-top: 1rem;
  text-align: right;
}

.newsbox {
  cursor: pointer;
  transition: all 0.3s;
}
.newsbox-arrow {
  transition: all 0.3s;
}
.newsbox:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}
.newsbox:hover .newsbox-arrow {
  background-color: var(--bs-gray-400);
}

.cta-heading {
  color: #E66234;
  line-height: 1.2;
  font-family: "Roboto Condensed", "Noto Sans TC", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cta-heading {
    font-size: 100px;
  }
}
.cta-arrow {
  font-size: 3.75rem;
  color: #fff;
}
@media (min-width: 768px) {
  .cta-arrow {
    font-size: 5rem;
  }
}
.cta h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  .cta h2 {
    font-size: 3rem;
  }
}

.vip {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0 0 1.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
.vip:hover {
  background: rgb(0, 0, 0);
  transform: translateY(-8px);
}
.vip:hover .vip-open div:first-child {
  transform: translateY(1px) rotate(270deg);
}
.vip:hover .vip-open div:last-child {
  transform: translateY(-1px) rotate(180deg);
}
.vip img {
  border-radius: 0.5rem 0.5rem 0 0;
}
.vip h3 {
  margin: 1rem 0 0.5rem;
  padding: 0 1rem;
}
.vip p {
  padding: 0 1rem;
}
.vip-open {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.vip-open div {
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.vip-open div:first-child {
  transform: translateY(1px) rotate(90deg);
}
.vip-open div:last-child {
  transform: translateY(-1px);
}

.fullbg {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.footer {
  position: relative;
  z-index: 3;
}
.footer-logo {
  position: relative;
  top: -30px;
  width: 260px;
}
@media (min-width: 768px) {
  .footer-logo {
    width: 300px;
  }
}
.footer-logo-s {
  height: 32px;
}
@media (min-width: 768px) {
  .footer-logo-s {
    height: 40px;
  }
}
.footer-logo-5 {
  font-size: 1.5rem;
}

html[lang=en] .heading h1 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.25rem;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  html[lang=en] .heading h1 {
    font-size: 2.75rem;
  }
}

/*** UNTILITY ***/
.text-condensed {
  font-family: "Roboto Condensed", "Noto Sans TC", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ls-lg {
  letter-spacing: 0.75rem;
}

.min-100vh {
  min-height: 100vh;
}/*# sourceMappingURL=craftforum.css.map */