
.bp-home-faq-8 {
  width: min(1200px, calc(100vw - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  font-family: Inter, Pretendard, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.framer-locale-picker > label,
.framer-locale-picker > select,
.framer-locale-picker > .input {
  display: none !important;
}
html.bp-jam-page [data-framer-name="Hero"] {
  background-image: url("/assets/images/jam/jam-workshop.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden !important;
}
html.bp-jam-page [data-framer-name="Hero"] [data-framer-background-image-wrapper="true"] {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
html.bp-jam-page [data-framer-name="Hero"] img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.bp-body-image-frame {
  border-radius: 24px !important;
  overflow: hidden !important;
  clip-path: inset(0 round 24px);
}
html.bp-rounded-body-images .bp-body-image-shell,
html.bp-rounded-body-images article.bp-body-image-frame {
  width: min(430px, calc(100vw - 56px)) !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: var(--bp-body-image-aspect, 16 / 10) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
html.bp-rounded-body-images .bp-body-image-shell > .bp-body-image-frame {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.bp-body-image-frame img {
  border-radius: inherit !important;
}
.bp-home-faq-8 details {
  border: 1px solid rgba(13,12,12,0.22);
  border-radius: 24px;
  background: rgba(255,255,255,0.72);
  overflow: hidden;
}
.bp-home-faq-8 summary {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr 48px;
  align-items: center;
  gap: 16px;
  padding: 22px 22px 22px 26px;
  cursor: pointer;
  list-style: none;
  color: #080808;
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}
.bp-home-faq-8 summary::-webkit-details-marker { display: none; }
.bp-home-faq-8 summary::after {
  content: "↘";
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(13,12,12,0.32);
  border-radius: 50%;
  font-size: 21px;
  transition: transform .24s ease, background .24s ease, color .24s ease;
}
.bp-home-faq-8 details[open] summary::after {
  transform: rotate(180deg);
  background: #0d0c0c;
  color: #fff;
}
.bp-home-faq-8 .bp-faq-answer {
  margin: -6px 74px 26px 26px;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  max-width: 520px;
}
.bp-home-lang-switch {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(238,238,238,0.96);
  box-shadow: 0 10px 28px rgba(13,12,12,0.12);
  font-family: Inter, Pretendard, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.bp-home-lang-switch a {
  flex: 1;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(13,12,12,0.58);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}
.bp-home-lang-switch a[aria-current="true"] {
  background: #ef7d00;
  color: #fff;
}
@media (max-width: 809px) {
  .bp-home-faq-8 {
    width: min(100% - 24px, 720px);
    grid-template-columns: 1fr;
  }
  .bp-home-faq-8 summary {
    min-height: 76px;
    grid-template-columns: 1fr 44px;
    padding: 20px;
    font-size: 21px;
  }
  .bp-home-faq-8 summary::after {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .bp-home-faq-8 .bp-faq-answer {
    margin: -4px 20px 24px;
    font-size: 15px;
  }
  .bp-home-lang-switch {
    min-height: 44px;
  }
  .bp-home-lang-switch a {
    min-height: 34px;
    font-size: 12px;
  }
  html.bp-jam-page .bp-jam-hero-copy,
  html.bp-jam-page .bp-jam-hero-description {
    left: auto !important;
    width: min(400px, calc(100vw - 80px)) !important;
    max-width: calc(100vw - 80px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    align-self: center !important;
    transform: none !important;
  }
  html.bp-jam-page .bp-jam-hero-copy :is(h1, h2, h3, h4, h5, h6, p),
  html.bp-jam-page .bp-jam-hero-description :is(h1, h2, h3, h4, h5, h6, p) {
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-indent: 0 !important;
    transform: none !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
  }
  .bp-body-image-frame {
    border-radius: 20px !important;
    clip-path: inset(0 round 20px);
  }
  html.bp-rounded-body-images .bp-body-image-shell,
  html.bp-rounded-body-images article.bp-body-image-frame {
    width: min(318px, calc(100vw - 48px)) !important;
  }
}
