.point-membership {
  --pm-orange: #ff7a3d;
  --pm-text: #050505;
  --pm-muted: #737373;
  --pm-line: #e7e7e7;
  --pm-soft: #f7f2ee;
  --pm-card: #fffaf5;
  color: var(--pm-text);
  font-family:
    "Shokz Sans Text", "Pretendard", "Noto Sans KR", Arial, sans-serif;
  background: #fff;
}

.br-p {
  display: none;
}

.br-m {
  display: block;
}

.point-membership * {
  box-sizing: border-box;
}

.pm-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pm-section {
  padding: 48px 0;
}

.pm-section--soft {
  padding: 48px 0 !important;
  background: linear-gradient(
    90deg,
    rgba(215, 210, 203, 0.3) 0%,
    rgba(245, 245, 245, 0.3) 38.992%,
    rgba(245, 246, 245, 0.3) 60.659%,
    rgba(215, 210, 203, 0.3) 100%
  );
}

.pm-section h2 {
  margin: 0 0 24px;
  font-family:
    "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.92px;
  text-align: center;
  letter-spacing: -1.08px;
}

.pm-eyebrow {
  margin: 0 0 8px;
  color: var(--pm-orange);
  font-size: 23px;
  font-weight: 600;
  font-family:
    "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.92px;
}

.pm-button,
.pm-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    background-color 0.2s ease;
}

.pm-button:hover,
.pm-link-button:hover {
  opacity: 0.88;
}

.pm-button--outline {
  color: #fff;
  border-color: #fff;
  background: transparent;
  border-radius: 4px;
}

.pm-button--white {
  color: #050505;
  background: #fff;
  border-color: #fff;
  border-radius: 4px;
}

.pm-link-button {
  min-height: auto;
  padding: 0;
  border: 0;
  color: var(--pm-orange);
  background: transparent;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pm-link-button:disabled {
  color: #aaa;
  cursor: default;
  text-decoration: none;
}

.pm-hero {
  position: relative;
  height: 554px;
  min-height: 554px;
  overflow: hidden;
  background: #191919;
}

.pm-hero__track,
.pm-hero__slide,
.pm-hero__picture {
  position: absolute;
  inset: 0;
}

.pm-hero__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.pm-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.pm-hero__picture {
  overflow: hidden;
}

.pm-hero__picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 554px;
  max-width: none;
  object-fit: cover;
  object-position: center top;
}

.pm-hero__slide:after {
  content: "";
  position: absolute;
  inset: 0;
}

.pm-hero__content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 72px;
  z-index: 1;
  color: #fff;
}

.pm-hero h1 {
  margin: 0 0 8px;
  font-family:
    "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0.16px;
}

.js-point-use-section h2 {
  margin-bottom: 32px;
  line-height: 51px;
  letter-spacing: -1.36px;
}

.pm-hero__copy {
  max-width: 263px;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.68px;
}

.pm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pm-hero__actions {
  gap: 16px;
  margin-top: 24px;
}

.pm-hero__actions .pm-button {
  width: 106px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
}

.pm-hero__actions .pm-button:first-child {
  color: #fff;
}

.pm-hero__dots {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pm-hero__dots button,
.pm-hero__dots span {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #fff;
  opacity: 0.4;
  cursor: pointer;
}

.pm-hero__dots .is-active,
.pm-hero__dots button.is-active {
  width: 36px;
  opacity: 0.75;
}

.pm-anchor {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  overflow-x: auto;
  background: #111;
  scrollbar-width: none;
}

.pm-anchor::-webkit-scrollbar {
  display: none;
}

.pm-anchor a {
  position: relative;
  flex: 0 0 auto;
  padding: 14px 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  font-family:
    "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.76px;
}

.pm-anchor a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.pm-anchor a.is-active::after {
  opacity: 1;
}

.pm-intro-grid,
.pm-use-grid,
.pm-shop-grid,
.pm-mission-grid {
  display: grid;
  gap: 14px;
}

.pm-section#pm-intro {
  padding: 48px 0 40px;
}

.pm-section#pm-intro h2 {
  margin-bottom: 35px;
  color: #28201a;
  font-weight: 600;
}

.pm-intro-grid {
  gap: 16px;
}

.pm-intro-card {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 14px;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  box-shadow:
    0 0 1px rgba(0, 0, 0, 0.03),
    0 0 7px rgba(0, 0, 0, 0.05),
    0 0 22px rgba(0, 0, 0, 0.06);
}

.pm-intro-card__icon {
  display: flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
}

.pm-intro-card__icon img {
  display: block;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px;
  max-width: 36px !important;
  min-height: 36px;
  max-height: 36px !important;
  object-fit: contain;
}

.pm-intro-card h3,
.pm-mission-card h3,
.pm-shop-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.pm-intro-card p,
.pm-mission-card p,
.pm-use-card p,
.pm-shop-card p,
.pm-member__content p {
  margin: 0;
  color: var(--pm-muted);
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.pm-intro-card p {
  color: #737373;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.68px;
}

.pm-intro-card__text-line {
  display: inline;
}

.pm-intro-card__copy--pc {
  display: none;
}

.pm-intro-card__copy--mo .pm-intro-card__text-line {
  display: block;
}

.pm-member__grid {
  display: grid;
  gap: 24px;
}

.pm-member__visual {
  display: flex;
  justify-content: center;
}

.pm-member__visual img {
  width: min(78vw, 260px);
}

.pm-member__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.pm-member__content h2 {
  margin-bottom: 14px;
  text-align: left;
}

.pm-point-summary {
  width: 100%;
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.pm-point-summary div {
  padding: 18px;
  border: 1px solid var(--pm-line);
  border-radius: 10px;
  background: #fff;
}

.pm-point-summary span {
  display: block;
  margin-bottom: 8px;
  color: var(--pm-muted);
  font-size: 13px;
}

.pm-point-summary strong {
  color: #8f4e06;
  font-size: 20px;
  line-height: 1;
}

.pm-member-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pm-member-panel__heading {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--pm-line);
}

.pm-member-panel__heading h2 {
  margin: 0;
  color: #666;
  font-size: 23px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: -0.92px;
  text-align: left;
}

.pm-member-panel__body {
  display: grid;
  grid-template-columns: clamp(138px, 48vw, 180px) minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 24px;
  align-items: center;
  justify-content: center;
}

.pm-member-panel__visual {
  flex: 0 0 auto;
}

.pm-member-panel__visual picture {
  display: block;
}

.pm-member-panel__visual img {
  display: block;
  width: clamp(138px, 48vw, 180px);
  height: auto;
  object-fit: contain;
  object-position: bottom center;
}

.pm-member-panel__content {
  display: contents;
}

.pm-member-points {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.pm-member-points__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.pm-member-points__label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #2f2f2f;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.6px;
  white-space: nowrap;
}

.pm-member-points__help {
  display: inline-flex;
  width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8d8d8d;
  font-size: 9px;
  line-height: 1;
  cursor: pointer;
}

.pm-member-points__help svg {
  display: block;
  width: 100%;
  height: 100%;
}

.pm-member-points__help-wrap {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.pm-member-points__tooltip {
  position: absolute;
  z-index: 5;
  bottom: calc(100% + 8px);
  left: 50%;
  width: max-content;
  max-width: min(240px, 70vw);
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.92);
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.4px;
  text-align: center;
  white-space: normal;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

.pm-member-points__tooltip::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid rgba(5, 5, 5, 0.92);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  transform: translateX(-50%);
}

.pm-member-points__tooltip-line {
  display: block;
}

.pm-member-points__help-wrap.is-open .pm-member-points__tooltip {
  opacity: 1;
  visibility: visible;
}

@media (hover: hover) and (pointer: fine) {
  .pm-member-points__help-wrap:hover .pm-member-points__tooltip {
    opacity: 1;
    visibility: visible;
  }
}

.pm-member-points__value {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family:
    "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.6px;
  white-space: nowrap;
}

.pm-member-points__value img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.pm-member-points__value--current {
  color: #8f4e06;
}

.pm-member-points__value--pending {
  color: #666;
}

.pm-member-points__divider {
  width: 100%;
  height: 1px;
  background: var(--pm-line);
}

.pm-member-panel__actions {
  display: flex;
  grid-column: 1 / -1;
  gap: 10px;
  justify-content: center;
}

.pm-member-panel__button {
  display: inline-flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -0.52px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    opacity 0.2s ease,
    background-color 0.2s ease;
}

.pm-member-panel__button:first-child {
  color: #fff;
  background: #ff6008;
}

.pm-member-panel__button:hover {
  opacity: 0.88;
}

.pm-member-panel__button--primary {
  color: #fff;
  background: #ff6008;
}

.pm-member-panel__button--line {
  color: #050505;
  border-color: #050505;
  background: #fff;
}

.pm-section__heading {
  margin-bottom: 22px;
  text-align: center;
}

.pm-section__heading h2 {
  margin-bottom: 0;
}

.pm-section__heading--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.pm-section__heading--row h2 {
  margin: 0;
  text-align: left;
}

.pm-section__heading--row a {
  color: var(--pm-orange);
  font-size: 13px;
  text-decoration: underline;
}

.pm-mission-card {
  position: relative;
  display: flex;
  min-height: 100px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 12px 28px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  background: linear-gradient(270deg, #fff9f5 21.484%, #fff 100%);
  box-shadow: none;
}

.pm-mission-card.is-completed {
  border-color: rgba(0, 0, 0, 0.12);
}

.pm-mission-card__point {
  color: #c24a18;
  text-align: center;
  font-family:
    "Shokz Sans Text", "Pretendard", "Noto Sans KR", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.68px;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  white-space: nowrap;
}

.pm-mission-card__point img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.pm-mission-card__point img:last-child {
  width: 43px;
  height: 24px;
  object-fit: contain;
}

.pm-mission-card__title-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}

.pm-mission-card__title-row h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.68px;
}

.pm-mission-card h3 {
  color: #0a0a0a;
  font-family:
    "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.76px;
  position: relative;
  z-index: 1;
  margin: 0;
}

.pm-mission-card__status,
.pm-link-button--done {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
}

.pm-mission-card__action {
  position: relative;
  z-index: 2;
  margin-top: 16px;
}

.pm-mission-card__action:empty {
  display: none;
}

.pm-mission-card .pm-link-button {
  gap: 2px;
  color: #ff6e25;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.32px;
}

.pm-mission-card .pm-link-button:not(.pm-link-button--done)::after {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  clip-path: polygon(35% 22%, 75% 50%, 35% 78%, 35% 62%, 55% 50%, 35% 38%);
}

.pm-mission-card__content {
  position: relative;
  z-index: 1;
}

.pm-mission-card__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100px;
  height: 100px;
  pointer-events: none;
}

.pm-mission-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
}

.pm-mission-card.is-completed .pm-mission-card__icon img {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(0%)
    hue-rotate(172deg) brightness(95%) contrast(88%);
}

.pm-mission-card.is-featured {
  min-height: 120px;
}

.pm-mission-card__product {
  position: absolute;
  right: 24px;
  bottom: 16px;
  width: 150px;
  pointer-events: none;
}

.pm-mission-card__product img {
  display: block;
  width: 100%;
  height: auto;
}

.pm-mission-card--purchase .pm-mission-card__product {
  display: none;
}

.pm-mission-card__coin-stack {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 22px;
}

.pm-mission-card__coin-stack span:first-child {
  left: 0;
  bottom: 0;
}

.pm-mission-card__coin-stack span:last-child {
  right: 0;
  top: 0;
}

.pm-mission-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 16px auto 0;
  border: 0;
  background: transparent;
  color: #404040;
  font-family:
    "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
}

.pm-mission-toggle span {
  width: 16px;
  height: 16px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translateY(4px) rotate(45deg);
}

.pm-mission-toggle[aria-expanded="false"] span {
  transform: translateY(-3px) rotate(225deg);
}

.pm-mission-grid.is-collapsed .pm-mission-card:nth-child(n + 4) {
  display: none;
}

html.pm-modal-open,
body.pm-modal-open {
  overflow: hidden;
}

.pm-modal-layer[hidden],
.pm-modal[hidden] {
  display: none;
}

.pm-modal-layer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.pm-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.pm-modal {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  border: 1px solid #c6c6c6;
  border-radius: 6px;
  background: #fff;
  box-shadow:
    0 6px 32px -8px rgba(0, 0, 0, 0.04),
    0 18px 48px -20px rgba(0, 0, 0, 0.08);
}

.pm-modal__close {
  position: sticky;
  top: 0;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-top: 8px;
  margin-right: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.pm-modal__close::before,
.pm-modal__close::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 23px;
  width: 26px;
  height: 2px;
  background: #050505;
}

.pm-modal__close::before {
  transform: rotate(45deg);
}

.pm-modal__close::after {
  transform: rotate(-45deg);
}

.pm-preference-modal {
  padding-top: 16px;
}

.pm-preference-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 16px 32px;
}

.pm-preference-modal .pm-modal__close {
  width: 60px;
  height: 60px;
  margin: 0 0 0 auto;
  padding: 4px;
}

.pm-preference-modal .pm-modal__close::before,
.pm-preference-modal .pm-modal__close::after {
  left: 17px;
  top: 29px;
  width: 26px;
}

.pm-preference-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pm-preference-group h3,
.pm-consent-modal h3 {
  margin: 0;
  color: #050505;
  font-family:
    "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.16px;
}

.pm-preference-group h3 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.16px;
}

.pm-preference-options {
  display: grid;
  gap: 12px;
}

.pm-preference-options--split {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pm-preference-options__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pm-preference-form .pm-modal-button {
  width: 100%;
  height: 40px;
  margin-top: 4px;
}

.pm-check {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #050505;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
  cursor: pointer;
  word-break: break-word;
  margin-bottom: 24px;
}

.pm-check input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.pm-check span {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border: 1.5px solid #050505;
  background: #fff;
}

.pm-check input:checked + span {
  background: #050505;
}

.pm-check input:checked + span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.pm-modal-button {
  display: inline-flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #050505;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.pm-point-history-modal {
  display: flex;
  flex-direction: column;
  width: min(361px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: hidden;
}

.pm-point-history__header {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  padding: 4px 8px;
}

.pm-point-history__header .pm-modal__close {
  position: relative;
  top: auto;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin: 0;
}

.pm-point-history {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0 16px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.pm-point-history h3 {
  margin: 0 0 16px;
  color: #050505;
  font-family:
    "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.16px;
}

.pm-point-history__content {
  width: 100%;
}

.pm-point-history__list-state[hidden],
.pm-point-history__message[hidden] {
  display: none !important;
}

.pm-point-history__head {
  display: none;
}

.pm-point-history__rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pm-point-history__row {
  position: relative;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  color: #2f2f2f;
  background: #fff;
}

.pm-point-history__row--label {
  min-height: 74px;
}

.pm-point-history__row--empty {
  display: none;
}

.pm-point-history__date,
.pm-point-history__row .pm-point-history__content,
.pm-point-history__expire {
  display: none;
}

.pm-point-history__mobile-main {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
}

.pm-point-history__mobile-main strong {
  overflow: hidden;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.68px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pm-point-history__mobile-main small {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #2f2f2f;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -0.52px;
}

.pm-point-history__mobile-main small span {
  flex-shrink: 0;
}

.pm-point-history__point {
  flex: 0 0 auto;
  color: #ff7a3d;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: -0.68px;
  white-space: nowrap;
}

.pm-point-history__point--label {
  color: #ff7a3d;
}

.pm-point-history__point.is-minus {
  color: #ff4d0a;
}

.pm-point-history__pagination {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.pm-point-history__pagination button {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 5px;
  color: #050505;
  background: transparent;
  font-size: 13px;
  line-height: 21px;
  cursor: pointer;
}

.pm-point-history__pagination button.is-active {
  color: #fff;
  background: #ff4d0a;
}

.pm-point-history__pagination button:disabled {
  color: #c6c6c6;
  cursor: default;
}

.pm-point-history__message {
  display: flex;
  width: 100%;
  min-height: 60px;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #f3f4f6;
  text-align: center;
}

.pm-point-history__message-copy p {
  margin: 0;
}

.pm-point-history__message p,
.pm-point-history__loading {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
}

.pm-point-history__message--error {
  padding: 16px;
}

.pm-point-history__message--error .pm-point-history__message-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 235px;
}

.pm-point-history__message--error .pm-modal-button {
  width: auto;
  height: 32px;
  padding: 0 18px;
  border: 0;
  color: #fff;
  background: #ff7a3d;
  font-size: 13px;
  line-height: 21px;
}

.pm-point-history__spacer {
  height: 32px;
  flex-shrink: 0;
}

.pm-consent-modal:not(.pm-consent-modal--sms) {
  padding: 8px 16px 32px;
}

.pm-consent-modal:not(.pm-consent-modal--sms) > h3 {
  margin: 0 0 18px;
}

.pm-consent-modal__title {
  padding: 0 16px;
}

.pm-consent-modal__title h3 {
  margin: 0;
}

.pm-consent-modal__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 16px;
}

.pm-consent-modal__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.pm-consent-modal__info-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.pm-consent-modal__info-label {
  flex: 0 0 50px;
  color: #666;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
}

.pm-consent-modal__info-value {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 20px;
}

.pm-consent-modal__spacer {
  height: 32px;
  flex-shrink: 0;
}

.pm-consent-modal--sms .pm-consent-modal__title h3 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.16px;
}

.pm-consent-modal--sms .pm-consent-modal__fields > p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
}

.pm-consent-modal--sms .pm-check {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.32px;
}

.pm-consent-modal--sms .pm-field--sms {
  margin-bottom: 0;
}

.pm-consent-modal--sms .pm-sms-cert {
  margin: 0;
}

.pm-consent-modal--sms .pm-consent-modal__content > .pm-modal-button {
  width: 100%;
  margin: 0;
}

.pm-consent-modal--sms {
  width: min(361px, calc(100vw - 32px));
  padding: 0;
  overflow: hidden;
}

.pm-consent-modal p {
  margin: 0 0 18px;
  color: #404040;
  font-size: 16px;
  line-height: 24px;
}

.pm-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  color: #050505;
  font-size: 15px;
}

.pm-field input,
.pm-sms-cert input {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

.pm-sms-field {
  display: flex;
  gap: 8px;
}

.pm-sms-field .btn_hp_cert,
.pm-sms-cert button {
  flex: 0 0 auto;
  min-width: 64px;
  border: 0;
  border-radius: 4px;
  color: #007aff;
  background: #f2f3f5;
}

.pm-sms-cert {
  display: flex;
  gap: 8px;
  margin: 0 0 16px;
}

.pm-sms-cert.dsp-none {
  display: none;
}

.pm-success-modal {
  width: min(361px, calc(100vw - 32px));
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.pm-success-modal__header {
  display: flex;
  justify-content: flex-end;
  padding: 4px 8px;
  background: linear-gradient(
    180deg,
    #ecc0cd -23.49%,
    #f8edef 40.07%,
    rgba(249, 238, 241, 0) 89.22%
  );
}

.pm-success-modal__header .pm-modal__close {
  position: relative;
  top: auto;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin: 0;
}

.pm-success-modal__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  padding: 0 16px;
}

.pm-success-modal__hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.pm-success-modal__gift {
  width: 100%;
  height: 202px;
  flex-shrink: 0;
}

.pm-success-modal__gift picture,
.pm-success-modal__gift img {
  display: block;
  width: 100%;
  height: 100%;
}

.pm-success-modal__gift img {
  object-fit: contain;
  object-position: bottom center;
}

.pm-success-modal__title {
  background: linear-gradient(0deg, #cd3e2b 0%, #e9908b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-family:
    "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.16px;
  text-align: center;
}

.pm-success-modal__amount::after {
  content: " ";
}

.pm-success-modal .pm-modal-button {
  width: 100%;
  margin: 0;
}

.pm-success-modal__spacer {
  height: 32px;
  flex-shrink: 0;
}
.pm-use-grid {
  gap: 32px;
}

#pm-use .pm-container {
  padding-right: 16px;
  padding-left: 16px;
}

.pm-use-card {
  text-align: center;
}

.pm-use-card h3 {
  margin: 0 0 16px;
  color: #737373;
  font-family:
    "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.76px;
  text-align: left;
}

.pm-use-card__visual {
  position: relative;
  width: 100%;
  height: 173px;
  overflow: hidden;
  border-radius: 8px;
}

.pm-use-card__visual--coins {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background:
    radial-gradient(
      circle at 16% 25%,
      rgba(255, 255, 255, 0.65),
      transparent 20%
    ),
    linear-gradient(140deg, rgba(217, 206, 193, 0.2) 42.609%, #edebe8 98.866%);
}

.pm-use-card__visual--coins::after {
  content: "";
  position: absolute;
  inset: -10% -25%;
  opacity: 0.15;
  background:
    radial-gradient(circle at 20% 35%, #fff 0 3px, transparent 4px),
    radial-gradient(circle at 65% 22%, #fff 0 4px, transparent 5px),
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.75),
      rgba(210, 198, 184, 0.35)
    );
  transform: rotate(-8deg);
}

.pm-use-coin {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  color: #737373;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.16px;
}

.pm-use-coin img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.pm-use-coin--silver img {
  filter: grayscale(1) brightness(1.18) contrast(0.92);
}

.pm-use-card__equals {
  position: relative;
  z-index: 1;
  color: #a3a3a3;
  font-family: "Noto Sans JP", "Noto Sans KR", Arial, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}

.pm-use-card__visual--gifts {
  display: block;
}

.pm-use-card__visual--gifts img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pm-use-card p {
  max-width: 100%;
  margin: 12px 0 0;
  color: #0a0a0a;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
  text-align: center;
}

.pm-use-card p em {
  color: #ff7a3d;
  font-style: normal;
}

.pm-use-card p .js-point-use-mall-link {
  color: inherit;
  text-decoration: none;
}

.pm-use-card p .js-point-use-mall-link em {
  color: #ff7a3d;
}

.pm-shop-card {
  position: relative;
  display: flex;
  width: 185px;
  height: 290px;
  flex: 0 0 185px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #faf0e5;
  background-blend-mode: overlay, normal;
  border-radius: 6px;
  color: #050505;
  background:
    radial-gradient(
      150.14% 95.64% at 3.44% 1.87%,
      #f6b477 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(37deg, #e4c8b9 24.53%, #eedace 67.69%, #f0e2d8 92.89%);
  text-decoration: none;
}

.pm-shop-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 185px;
  overflow: hidden;
}

.pm-shop-card__image img {
  width: 124%;
  max-width: none;
  height: 137%;
  max-height: none;
  object-fit: contain;
}

.pm-shop-card__body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}

.pm-shop-card h3 {
  display: -webkit-box;
  min-height: 32px;
  max-height: 44px;
  margin: 0;
  overflow: hidden;
  color: #050505;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.16px;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pm-shop-card p {
  display: flex;
  gap: 4px;
  align-items: center;
  margin: 0;
  color: #b45900;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.32px;
}

.pm-shop-card p img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.pm-shop-card__link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-top: auto;
  color: #ff6e25;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.32px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pm-shop-card__link::after {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  clip-path: polygon(35% 22%, 75% 50%, 35% 78%, 35% 62%, 55% 50%, 35% 38%);
}

.pm-shop-card.is-disabled .pm-shop-card__link {
  color: #777;
  text-decoration: none;
}

.pm-shop-card.is-disabled .pm-shop-card__link::after {
  display: none;
}

.pm-shop-card__coming {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(125deg, #fff9f5 0%, #fff 70%, #fff7ef 100%);
}

.pm-shop-card__coming img {
  width: 64px;
  height: 112px;
  object-fit: contain;
  opacity: 0.9;
}

.pm-shop-card__coming span {
  margin-top: -48px;
  color: #666;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
}

#pm-shop .pm-container {
  padding-right: 16px;
  padding-left: 16px;
}

#pm-shop .pm-section__heading {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
}

#pm-shop .pm-section__heading h2 {
  margin: 0;
  color: #666;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.pm-shop-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.pm-shop-grid::-webkit-scrollbar {
  display: none;
}

.pm-faq .pm-container {
  padding-right: 16px;
  padding-left: 16px;
}

.pm-faq h2 {
  margin: 0 0 16px;
  color: #666;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.16px;
  text-align: left;
}

.pm-faq-list {
  border-top: 1px solid #d8d8d8;
}

.pm-faq-item {
  border-bottom: 1px solid #d8d8d8;
}

.pm-faq-question {
  display: flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
  border: 0;
  color: #2f2f2f;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.16px;
  text-align: left;
  cursor: pointer;
}

.pm-faq-question span {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.pm-faq-question span::before,
.pm-faq-question span::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 9px;
  height: 2px;
  background: #050505;
  transition: transform 0.2s ease;
}

.pm-faq-question span::before {
  left: 5px;
  transform: rotate(45deg);
}

.pm-faq-question span::after {
  right: 5px;
  transform: rotate(-45deg);
}

.pm-faq-item.is-open .pm-faq-question span::before {
  transform: rotate(-45deg);
}

.pm-faq-item.is-open .pm-faq-question span::after {
  transform: rotate(45deg);
}

.pm-faq-answer {
  display: none;
  padding: 0 0 24px;
}

.pm-faq-item.is-open .pm-faq-answer {
  display: block;
}

.pm-faq-answer p {
  margin: 0;
  padding-right: 24px;
  padding-left: 22px;
  color: #737373;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.6px;
}

.pm-faq-answer a {
  color: #ff6c5a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pm-faq__notice {
  max-width: 343px;
  margin: 24px auto 0;
  color: #ff6c5a;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.32px;
  text-align: center;
}

@media (min-width: 769px) {
  .pm-section {
    padding: 96px 0;
  }

  .br-p {
    display: block;
  }

  .br-m {
    display: none;
  }

  .pm-section h2 {
    font-size: 34px;
    line-height: 1.5;
  }

  .pm-section#pm-intro {
    padding: 82px 0 88px;
    min-height: 367px;
  }

  .pm-section#pm-intro h2 {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 51px;
    letter-spacing: -1.36px;
  }

  .pm-hero {
    height: 620px;
    min-height: 620px;
  }

  .pm-hero__picture img {
    left: 50%;
    right: auto;
    width: max(100vw, 1440px);
    height: 620px;
    transform: translateX(-50%);
    object-position: center center;
  }

  .pm-hero__content {
    left: 50%;
    right: auto;
    bottom: 48px;
    width: min(1200px, calc(100vw - 40px));
    transform: translateX(-50%);
  }

  .pm-hero h1 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.16px;
  }

  .pm-hero__copy {
    max-width: 560px;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: -0.76px;
  }

  .pm-button {
    min-height: 44px;
    padding: 0 24px;
    font-size: 15px;
  }

  .pm-hero__actions {
    gap: 24px;
    margin-top: 32px;
  }

  .pm-hero__actions .pm-button {
    width: 123px;
    min-height: 40px;
    font-size: 17px;
    letter-spacing: -0.68px;
  }

  .pm-hero__dots {
    left: auto;
    right: max(20px, calc((100vw - 1200px) / 2));
    bottom: 68px;
    justify-content: flex-end;
    gap: 16px;
    width: 120px;
  }

  .pm-point-history__message.js-point-history-empty p {
    color: #000;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.76px;
  }

  .pm-hero__dots button,
  .pm-hero__dots span {
    width: 8px;
    height: 8px;
  }

  .pm-hero__dots .is-active,
  .pm-hero__dots button.is-active {
    width: 36px;
  }

  .pm-anchor {
    justify-content: center;
    top: 0;
  }

  .pm-anchor a {
    padding: 16px 32px;
    font-size: 19px;
  }

  .pm-intro-grid {
    grid-template-columns: repeat(3, minmax(0, 320px));
    justify-content: space-between;
    width: 100%;
    column-gap: 32px; /* 最小间距 */
    row-gap: 32px;
  }

  .pm-intro-card {
    min-height: 140px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 20px 8px;
    text-align: center;
  }

  .pm-intro-card__icon,
  .pm-intro-card__icon img {
    width: 32px;
    height: 32px;
  }

  .pm-intro-card__icon {
    flex: 0 0 32px;
  }

  .pm-intro-card__icon img {
    min-width: 32px;
    max-width: 32px !important;
    min-height: 32px;
    max-height: 32px !important;
    width: 32px !important;
    height: 32px !important;
  }

  .pm-intro-card p {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.68px;
    text-align: center;
  }

  .pm-eyebrow {
    margin: 0 0 8px;
    color: var(--pm-orange);
    font-size: 27px;
    font-weight: 600;
    font-family:
      "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: -1.08px;
  }

  .pm-intro-card__text-line {
    display: block;
  }

  .pm-intro-card__copy--mo {
    display: none;
  }

  .pm-intro-card__copy--pc {
    display: block;
  }

  .pm-member__grid {
    grid-template-columns: 42% 1fr;
    align-items: center;
  }

  .pm-member__visual img {
    width: 360px;
  }

  .pm-member-panel {
    gap: 32px;
    align-items: center;
  }

  .pm-member-panel__heading {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .pm-member-panel__heading h2 {
    color: #000;
    font-size: 34px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -1.36px;
    text-align: center;
  }

  .pm-member-panel__body {
    display: flex;
    width: 100%;
    max-width: 1200px;
    gap: 56px;
    align-items: flex-end;
    justify-content: center;
  }

  .pm-member-panel__visual {
    display: flex;
    height: 280px;
    align-items: center;
  }

  .pm-member-panel__visual img {
    width: 334px;
    height: 254px;
  }

  .pm-member-panel__content {
    display: flex;
    flex-direction: column;
    height: 280px;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .pm-member-points {
    gap: 20px;
    min-width: 190px;
  }

  .pm-member-points__item {
    gap: 8px;
  }

  .pm-member-points__label {
    gap: 6px;
    color: #28201a;
    font-family:
      "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.92px;
  }

  .pm-member-points__help {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .pm-member-points__tooltip {
    max-width: 280px;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.6px;
  }

  .pm-member-points__value {
    gap: 8px;
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.92px;
  }

  .pm-member-points__value img {
    width: 36px;
    height: 36px;
  }

  .pm-member-points__value--current {
    color: #c24a18;
  }

  .pm-member-points__value--pending {
    color: #8d8d8d;
  }

  .pm-member-points__divider {
    height: 2px;
  }

  .pm-member-panel__actions {
    gap: 24px;
  }

  .pm-member-panel__button {
    height: 48px;
    padding: 0 22px;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.68px;
  }

  .pm-member-panel__button--primary {
    background: #ff7a3d;
  }

  .pm-point-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pm-mission-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(3, 176px);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .pm-mission-card {
    min-height: 180px;
    padding: 28px 36px;
  }

  .pm-mission-card h3 {
    font-family:
      "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
  }

  .pm-mission-card__point {
    margin-top: 12px;
    font-family:
      "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
  }

  .pm-mission-card__action {
    margin-top: 32px;
  }

  .pm-mission-card .pm-link-button {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.16px;
  }

  .pm-mission-card__icon {
    width: 160px;
    height: 160px;
    right: 0;
    bottom: -6px;
  }

  .pm-mission-card--purchase {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: auto;
    justify-content: flex-end;
  }

  .pm-mission-card--purchase .pm-mission-card__product {
    display: block;
    position: static;
    order: -1;
    width: 100%;
    margin-bottom: 34px;
  }

  .pm-mission-card--purchase .pm-mission-card__icon {
    display: none;
  }

  .pm-mission-card--purchase .pm-mission-card__action {
    margin-top: 32px;
  }

  .pm-mission-card--signup {
    grid-column: 1;
    grid-row: 1;
  }

  .pm-mission-card--email {
    grid-column: 3;
    grid-row: 1;
  }

  .pm-mission-card--profile {
    grid-column: 1;
    grid-row: 2;
  }

  .pm-mission-card--sms {
    grid-column: 3;
    grid-row: 2;
  }

  .pm-mission-card--preference {
    grid-column: 1;
    grid-row: 3;
  }

  .pm-mission-card--review {
    grid-column: 2;
    grid-row: 3;
  }

  .pm-mission-card--kakao {
    grid-column: 3;
    grid-row: 3;
  }

  .pm-mission-toggle {
    display: none;
  }

  .pm-preference-form {
    gap: 24px;
    padding: 0 24px 32px;
  }

  .pm-preference-modal .pm-modal__close {
    margin-right: 16px;
  }

  .pm-preference-group {
    gap: 24px;
  }

  .pm-preference-group h3 {
    margin: 0;
    font-size: 27px;
    font-weight: 500;
    line-height: 41px;
    letter-spacing: -1.08px;
  }

  .pm-preference-group h3 span {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.16px;
  }

  .pm-preference-options--split {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
  }

  .pm-preference-options__col {
    flex: 0 1 400px;
    width: min(400px, calc(50% - 12px));
    max-width: 400px;
  }

  .pm-preference-options {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pm-check {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.68px;
  }

  .pm-check span {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    margin-top: 2px;
  }

  .pm-check input:checked + span::after {
    left: 7px;
    top: 3px;
  }

  .pm-preference-form .pm-modal-button {
    width: 200px;
    height: 52px;
    margin-top: 0;
    margin-left: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .pm-modal-button {
    width: 200px;
    height: 52px;
    margin-left: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .pm-point-history-modal {
    display: block;
    width: 900px;
    max-height: calc(100vh - 40px);
    padding: 0;
    overflow: auto;
  }

  .pm-point-history {
    flex: none;
    min-height: auto;
    padding: 0 24px;
    overflow: visible;
  }

  .pm-point-history h3 {
    margin-bottom: 24px;
    font-size: 27px;
    line-height: 41px;
    letter-spacing: -1.08px;
  }

  .pm-point-history__head {
    display: grid;
    grid-template-columns: 150px 1fr 120px;
    column-gap: 34px;
    width: 100%;
    padding: 0 40px 12px;
    color: #2f2f2f;
    font-family:
      "Shokz Sans Display", "Pretendard", "Noto Sans KR", Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.68px;
  }

  .pm-point-history__rows {
    gap: 12px;
  }

  .pm-point-history__row {
    display: grid;
    grid-template-columns: 150px 1fr 120px;
    min-height: 48px;
    column-gap: 34px;
    padding: 10px 40px;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.68px;
  }

  .pm-point-history__row--empty {
    display: block;
  }

  .pm-point-history__row--label {
    display: none;
  }

  .pm-point-history__date,
  .pm-point-history__row .pm-point-history__content {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pm-point-history__expire,
  .pm-point-history__head-expire {
    display: none !important;
  }

  .pm-point-history__mobile-main {
    display: none;
  }

  .pm-point-history__point {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.68px;
  }

  .pm-point-history__message {
    min-height: 100px;
    padding: 48px 24px;
  }

  .pm-point-history__message--error {
    padding: 48px 24px;
  }

  .pm-point-history__message p,
  .pm-point-history__loading {
    color: #050505;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.76px;
  }

  .pm-point-history__message--error .pm-point-history__message-copy {
    max-width: 572px;
  }

  .pm-point-history__message--error .pm-modal-button {
    height: 48px;
    color: #fff;
    background: #050505;
    font-size: 17px;
    line-height: 27px;
  }

  .pm-point-history__spacer {
    height: 32px;
  }

  .pm-consent-modal:not(.pm-consent-modal--sms) {
    padding: 16px 24px 32px;
  }

  .pm-consent-modal:not(.pm-consent-modal--sms) > h3 {
    margin-bottom: 8px;
  }

  .pm-consent-modal {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 900px;
    padding: 0;
  }

  .pm-consent-modal__title {
    padding: 0 24px 24px;
  }

  .pm-consent-modal__content {
    padding: 0 24px;
  }

  .pm-consent-modal h3,
  .pm-consent-modal__title h3 {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 41px;
    letter-spacing: -1.08px;
  }

  .pm-consent-modal p,
  .pm-consent-modal--sms .pm-consent-modal__fields > p {
    margin-bottom: 0;
    color: #666;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.68px;
  }

  .pm-consent-modal--sms .pm-consent-modal__info-label {
    flex-basis: auto;
    width: auto;
    min-width: 50px;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.68px;
  }

  .pm-consent-modal--sms .pm-consent-modal__info-value {
    font-size: 16px;
    line-height: 20px;
  }

  .pm-consent-modal--sms .pm-check {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.6px;
  }

  .pm-consent-modal--sms .pm-check input:checked + span {
    border-color: #ff6008;
    background: #ff6008;
  }

  .pm-consent-modal .pm-modal-button,
  .pm-consent-modal--sms .pm-consent-modal__content > .pm-modal-button {
    align-self: flex-end;
    width: 200px;
    margin-top: 0;
    margin-left: 0;
  }

  .pm-success-modal {
    width: 900px;
  }

  .pm-success-modal__header {
    padding: 16px;
    background: linear-gradient(
      180deg,
      #ecc0cd 23.49%,
      #f8edef 40.07%,
      rgba(249, 238, 241, 0) 89.22%
    );
  }

  .pm-success-modal__header .pm-modal__close {
    width: 60px;
    height: 60px;
  }

  .pm-success-modal__header .pm-modal__close::before,
  .pm-success-modal__header .pm-modal__close::after {
    left: 17px;
    top: 29px;
    width: 26px;
  }

  .pm-success-modal__content {
    align-items: flex-end;
    padding: 0 24px;
  }

  .pm-success-modal__hero {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 64px;
    width: 100%;
  }

  .pm-success-modal__gift {
    order: 2;
    width: 389px;
    height: 259px;
    flex-shrink: 0;
  }

  .pm-success-modal__title {
    order: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 14px;
    width: 206px;
    flex-shrink: 0;
    font-family: "Noto Sans KR", "Pretendard", Arial, sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
  }

  .pm-success-modal__amount::after {
    content: "";
  }

  .pm-success-modal .pm-modal-button {
    width: 200px;
    margin-top: 0;
    margin-left: auto;
  }

  .pm-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 994px;
    margin: 0 auto;
  }

  #pm-use .pm-container {
    max-width: 1200px;
    padding: 0;
  }

  .pm-use-card {
    width: 485px;
  }

  .pm-use-card h3 {
    margin-bottom: 24px;
    font-size: 27px;
    line-height: 41px;
    letter-spacing: -1.08px;
    text-align: center;
  }

  .pm-use-card__visual {
    height: 242px;
  }

  .pm-use-card p {
    margin-top: 16px;
  }

  .pm-use-card--purchase p {
    color: var(--font-primary, #0a0a0a);
    text-align: center;
    font-family:
      "Shokz Sans Text", "Pretendard", "Noto Sans KR", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.6px;
    max-width: 485px;
  }

  .pm-use-card--exchange p {
    max-width: 365px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.6px;
  }

  .pm-shop-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: flex-start;
    overflow: visible;
  }

  #pm-shop .pm-section__heading {
    gap: 12px;
    margin-bottom: 32px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7e7e7;
  }

  #pm-shop .pm-section__heading h2 {
    margin: 0;
    color: #737373;
    font-size: 36px;
    line-height: 44px;
    text-align: left;
  }

  .pm-shop-card {
    width: 100%;
    height: 425px;
    flex-basis: auto;
    border-radius: 8px;
  }

  .pm-shop-card__image {
    height: 275px;
  }

  .pm-shop-card__body {
    height: 150px;
    flex: 0 0 150px;
    gap: 5px;
    padding: 20px 22px;
    backdrop-filter: blur(16px);
  }

  .pm-shop-card h3 {
    min-height: 42px;
    max-height: 52px;
    font-size: 18px;
    line-height: 26px;
  }

  .pm-shop-card p {
    gap: 5px;
    color: #c24a18;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.16px;
  }

  .pm-shop-card p img {
    width: 28px;
    height: 28px;
  }

  .pm-shop-card__link {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.16px;
  }

  .pm-shop-card__link::after {
    width: 22px;
    height: 22px;
  }

  .pm-shop-card__coming img {
    width: 88px;
    height: 154px;
  }

  .pm-shop-card__coming span {
    margin-top: -66px;
    font-size: 20px;
    line-height: 28px;
  }
  .pm-shop-container {
    padding: 0 !important;
  }
  .pm-faq {
    padding: 0 0 80px !important;
  }

  .pm-faq .pm-container {
    max-width: 1200px;
    padding: 0;
  }

  .pm-faq h2 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 44px;
  }

  .pm-faq-list {
    margin-top: 0;
  }

  .pm-faq-question {
    min-height: 58px;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.68px;
  }

  .pm-faq-answer {
    padding-bottom: 24px;
  }

  .pm-faq-answer p {
    padding-left: 22px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.6px;
  }

  .pm-faq__notice {
    max-width: none;
    margin-top: 24px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.52px;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .pm-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pm-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
