@charset "UTF-8";
/* =========================
   Global Reset
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/* =========================
   Tokens
========================= */
/* =========================
   Mixins
========================= */
/* 버튼 인터랙션 공통 (hero CTA / cta 카드용) */
/* =========================
   Layout
========================= */
.main-container {
  max-width: 480px;
  min-width: 360px;
  margin: auto;
}

/* =========================
   Hero
========================= */
.hero-section {
  background-image: url(../images/hero-section.png);
  aspect-ratio: 720/1332;
  background-size: contain;
  position: relative;
}
.hero-section .div {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: #0a65e5;
  border-radius: 12px;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  padding: 12px 16px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 80%;
  color: #ffffff;
  text-align: center;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.hero-section .div:hover {
  filter: brightness(1.06);
}
.hero-section .div:active {
  filter: brightness(0.98);
}
.hero-section .div:focus-visible {
  outline: 2px solid rgba(10, 101, 229, 0.6);
  outline-offset: 3px;
}
.hero-section .div[aria-disabled=true], .hero-section .div.is-disabled {
  cursor: not-allowed;
  opacity: 0.55;
  filter: none;
  transform: none;
}

.hero-title {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =========================
   Event Info
========================= */
.event-info-section,
.event-info-section * {
  box-sizing: border-box;
}

.event-info-section {
  background: linear-gradient(180deg, rgb(17, 18, 25) 0%, rgb(0, 0, 0) 100%);
  padding: 60px 24px 60px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.event-info-section .heading {
  color: #ffffff;
  text-align: center;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.04em;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-info-section .info-card {
  background: #1d1c20;
  border-radius: 12px;
  padding: 24px 16px 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.event-info-section .flex {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.event-info-section .top-info {
  background: #dbf2fe;
  border-radius: 999px;
  padding: 4px 0;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 72px;
  position: relative;
}
.event-info-section .average-refund-text {
  color: #0971f1;
  text-align: center;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04em;
  font-weight: 600;
  position: relative;
}
.event-info-section .faq-title {
  color: #d9d9d9;
  text-align: center;
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.006em;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================
   Product
========================= */
.product-section {
  background: #0d0f10;
  padding: 60px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.product-section .content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.product-section .heading {
  color: #ffffff;
  text-align: center;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.04em;
  font-weight: 700;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-section .subheading {
  color: #fafafa;
  text-align: center;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.006em;
  font-weight: 500;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-section .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  align-self: stretch;
}
.product-section .image-1 {
  width: 100%;
  aspect-ratio: 312/205;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-section .info-card {
  background: #272727;
  border-radius: 12px;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 16px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}
.product-section .faq-title {
  color: #d9d9d9;
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.006em;
  font-weight: 400;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* =========================
   Details
========================= */
.details-section {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(9, 9, 43) 100%);
  padding: 60px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.details-section .heading {
  color: #ffffff;
  text-align: center;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.04em;
  font-weight: 700;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-section .flex {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  align-self: stretch;
}
.details-section .card-01,
.details-section .card-02,
.details-section .card-03 {
  background: #1d1c20;
  border-radius: 12px;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.details-section .content {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  overflow: hidden;
}
.details-section .subheading {
  color: #fafafa;
  text-align: left;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.006em;
  font-weight: 500;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.details-section .subheading2 {
  color: #fafafa;
  text-align: left;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.006em;
  font-weight: 700;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.details-section .image-2,
.details-section .image-3,
.details-section .image-4 {
  width: 102px;
  height: 87px;
  aspect-ratio: 102/87;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.details-section .subheading3 {
  color: #fafafa;
  text-align: center;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.006em;
  font-weight: 500;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================
   Place
========================= */
.place-prepare-section,
.place-prepare-section * {
  box-sizing: border-box;
}

.place-prepare-section {
  background: #0d0f10;
  padding: 60px 24px 60px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.place-prepare-section .heading {
  color: #ffffff;
  text-align: center;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.04em;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.place-prepare-section .flex {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.place-prepare-section .card {
  border-radius: 12px;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.place-prepare-section .card2 {
  background: #272727;
  border-radius: 12px;
  padding: 20px 16px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.place-prepare-section .flex2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.place-prepare-section .subheading {
  color: #fafafa;
  text-align: center;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.006em;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.place-prepare-section .subheading2 {
  color: #fafafa;
  text-align: center;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.006em;
  font-weight: 500;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================
   Place
========================= */
.place-section {
  background: #0d0f10;
  padding: 60px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.place-section .heading {
  color: #ffffff;
  text-align: center;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.04em;
  font-weight: 700;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.place-section .flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  align-self: stretch;
}
.place-section .flex2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  align-self: stretch;
}
.place-section .card {
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 312/240;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.place-section .card2 {
  background: #272727;
  border-radius: 12px;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.place-section .flex3 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  align-self: stretch;
}
.place-section .subheading {
  color: #fafafa;
  text-align: left;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.006em;
  font-weight: 700;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.place-section .subheading2 {
  color: #fafafa;
  text-align: left;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.006em;
  font-weight: 500;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.place-section .button {
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 6px 8px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 108px;
  text-decoration: none;
}
.place-section .faq-title {
  color: #000;
  font-family: "Pretendard-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.006em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.place-section .flex4 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}
.place-section .card3 {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.place-section .card3 img {
  width: 100%;
  display: block;
}
.place-section .card3__track {
  height: 100%;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.place-section .card3__track::-webkit-scrollbar {
  display: none;
}
.place-section .card3__slide {
  flex: 0 0 100%;
  height: 100%;
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
}
.place-section .card3__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.place-section .card3__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 10px;
  width: 100%;
  position: absolute;
  bottom: 12px;
}
.place-section .card3__dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(217, 217, 217, 0.35);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, width 0.2s ease;
}
.place-section .card3__dot.is-active {
  background: rgb(9, 113, 241);
  width: 18px;
}
.place-section .card3__dot:focus-visible {
  outline: 2px solid rgba(10, 101, 229, 0.6);
  outline-offset: 3px;
}
.place-section .flex5 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  align-self: stretch;
  height: 144px;
}
.place-section .card4 {
  background: #272727;
  border-radius: 12px;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 16px 8px 8px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
}
.place-section .check {
  background: #0971f1;
  border-radius: 999px;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.place-section .faq-title2 {
  color: #d9d9d9;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.006em;
  font-weight: 700;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.place-section .group,
.place-section .group2,
.place-section .group3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: visible;
}

/* =========================
   CTA
========================= */
.cta-section {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(9, 9, 43) 100%);
  padding: 60px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  gap: 48px;
}
.cta-section .content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.cta-section .heading {
  color: #ffffff;
  text-align: center;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.04em;
  font-weight: 700;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-section .subheading {
  color: #fafafa;
  text-align: center;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.006em;
  font-weight: 500;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-section .card {
  background: #0a65e5;
  border-radius: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  justify-content: center;
  width: 240px;
  overflow: hidden;
}
.cta-section .card:hover {
  filter: brightness(1.06);
}
.cta-section .card:active {
  filter: brightness(0.98);
}
.cta-section .card:focus-visible {
  outline: 2px solid rgba(10, 101, 229, 0.6);
  outline-offset: 3px;
}
.cta-section .card[aria-disabled=true], .cta-section .card.is-disabled {
  cursor: not-allowed;
  opacity: 0.55;
  filter: none;
  transform: none;
}
.cta-section .div {
  color: #ffffff;
  text-align: center;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  align-self: stretch;
}

/* =========================
   Info / FAQ
========================= */
.info-section {
  background: #181818;
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.info-section .heading {
  color: #ffffff;
  text-align: center;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.04em;
  font-weight: 700;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-section .faq-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
}
.info-section .faq-item2 {
  background: #272727;
  border-radius: 16px;
  width: 100%;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
}
.info-section .faq-item2.is-open {
  gap: 10px;
}
.info-section .faq-item2.is-open .faq-body {
  max-height: 800px;
  opacity: 1;
}
.info-section .faq-item2.is-open .arrow-icon {
  transform: rotate(180deg);
}
.info-section .faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.info-section .faq-title {
  color: #d9d9d9;
  font-family: "Pretendard-Bold", sans-serif;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.006em;
  font-weight: 700;
  flex: 1;
}
.info-section .faq-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.28s ease, opacity 0.2s ease;
}
.info-section .answer-text {
  color: #8e8e8e;
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 14px;
  line-height: 170%;
}
.info-section .arrow-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.28s ease;
  transform-origin: center;
}/*# sourceMappingURL=style.css.map */