:root {
  font-family: "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1c2028;
  background: #ffbf81;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background: #ffbf81;
}

button { font: inherit; }

.event-page { width: 100%; }

.promotion {
  width: 100%;
  min-height: 100vh;
  overflow: clip;
  background: linear-gradient(#ffbf81 0%, #ffbf81 42.05%, #ff6c02 65%);
}

.image-panel {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.hero {
  width: 100%;
  height: 620px;
  padding-top: 42px;
  overflow: hidden;
  background: linear-gradient(#fffedd 0%, #ffdf9c 70.19%, #ffbf81 100%);
}

.hero-logo {
  display: block;
  width: 78px;
  height: 34px;
  margin: 0 auto;
  object-fit: contain;
}

.hero-subtitle {
  width: 200px;
  height: 36px;
  margin: 21px auto 0;
}

.hero-title {
  width: 320px;
  height: 96px;
  margin: 32px auto 0;
}

.hero-image {
  width: 332px;
  height: 348px;
  margin: 11px auto 0;
}

.benefit-title {
  width: 196px;
  height: 42px;
  margin: 30px auto;
}

.benefit-card {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
}

.benefit-one {
  height: 432px;
  margin-bottom: 20px;
}

.benefit-two {
  position: relative;
  height: 478px;
}

.coupon-hit {
  position: absolute;
  bottom: 96px;
  left: 50%;
  width: 232px;
  height: 125px;
  cursor: pointer;
  border: 0;
  background: transparent;
  transform: translateX(-50%);
}

.coupon-hit:focus-visible {
  border-radius: 8px;
  outline: 3px solid #fe6800;
  outline-offset: 3px;
}

.event-info {
  width: 300px;
  height: 240px;
  margin: 30px auto;
}

.notice {
  width: min(300px, calc(100% - 40px));
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  color: #000;
}

.notice-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #1c2028;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.notice-toggle span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.notice-toggle i {
  display: inline-grid;
  width: 14px;
  height: 14px;
  place-items: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.notice-toggle svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  transition: transform .2s ease;
}

.notice-toggle svg path {
  fill: none;
  stroke: #8c8e91;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.notice:not(.open) .notice-toggle svg { transform: rotate(180deg); }

.notice-content {
  padding: 0 24px 24px;
  color: #000;
}

.notice-title {
  display: block;
  margin: 14px 0 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.notice-title:first-child { margin-top: 0; }
.notice-title.gap { margin-top: 16px; }

.dot-list, .dash-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dot-list { gap: 8px; }

.dot-list > li {
  position: relative;
  padding-left: 11px;
  color: #777;
  word-break: keep-all;
  font-size: 14px;
  line-height: 21px;
}

.dot-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "･";
}

.dot-list strong,
.marker-list strong,
.dash-list strong {
  font-weight: 700;
}

.indent {
  display: block;
  padding-left: 35px;
}

.marker-list {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.marker-list p {
  position: relative;
  margin: 0;
  padding-left: 15px;
  color: #707070;
  word-break: keep-all;
  font-size: 14px;
  line-height: 21px;
}

.marker-list p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.dash-list {
  gap: 4px;
  margin-top: 8px;
}

.dash-list li {
  font-size: 14px;
  line-height: 21px;
}

.dash-list li::before { content: "- "; }

.sticky-cta {
  position: sticky;
  z-index: 20;
  bottom: 0;
  box-sizing: content-box;
  max-width: 460px;
  margin: 0 auto;
  padding: 30px 20px;
}

.sticky-cta .wrap-cta {
  display: flex;
  width: 300px;
  height: 54px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  border-radius: 28px;
  background: #fff;
  color: #fe6800;
  box-shadow: 0 3px 9px rgba(175, 62, 0, .16);
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.sticky-cta .wrap-cta span {
  margin-left: 3px;
  font-size: 28px;
  line-height: 1;
}

.sticky-cta .wrap-cta:focus-visible {
  outline: 3px solid #451700;
  outline-offset: 3px;
}

.compliance {
  margin: 0;
  padding-bottom: 38px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
}

.toast {
  position: fixed;
  z-index: 50;
  bottom: 90px;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 40px);
  padding: 12px 18px;
  border-radius: 8px;
  background: rgba(28, 32, 40, .94);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
  transform: translateX(-50%);
  font-size: 14px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.footer {
    padding: 2rem 0;
    font-size: 1rem;
    line-height: 1.5;
    background: #f0f0f0;
    text-align: center;
}
.footer .logo {
    display: inline-block;
    width: 3.06rem;
    height: 1.19rem;
    margin-bottom: 0.5rem;
    background: url(../images/footer-logo.svg) no-repeat center / 100%;
    text-indent: -9999px;
}
.footer .company-info p {
    font-size: 0.7rem;
    line-height: 0.35rem;
    letter-spacing: -0.01rem;
    color: #737373;
}

@media (max-width: 360px) {
  .hero-title { width: calc(100vw - 40px); height: calc((100vw - 40px) * .3); }
  .hero-image { width: calc(100vw - 28px); height: calc((100vw - 28px) * 1.048193); }
  .benefit-card, .event-info, .sticky-cta .wrap-cta { width: calc(100vw - 40px); }
  .benefit-one { height: calc((100vw - 40px) * 1.44); }
  .benefit-two { height: calc((100vw - 40px) * 1.593333); }
  .event-info { height: calc((100vw - 40px) * .8); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .notice-toggle svg { transition: none; }
}
