.whytory-page {
  min-height: 100vh;
  padding-top: clamp(72px, 8vw, 112px);
  background: #fff;
}

.whytory-page__frame {
  width: 100%;
  margin: 0 auto;
}

.whytory-page__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.whytory-page__image {
  display: block;
  width: 100%;
  height: auto;
}

.whytory-page__image--character-start {
  margin-top: clamp(40px, 6vw, 96px);
}

.whytory-page__shop {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: clamp(20px, 3vw, 44px) 0 clamp(38px, 5vw, 72px);
  font-family: "SUIT", "Noto Sans KR", sans-serif;
}

.whytory-page__shop a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 42px;
  padding: 0 24px;
  border: 2px solid #ffd580;
  border-radius: 999px;
  background: #fbb13b;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(251, 177, 59, 0.24);
}

.whytory-page__shop a::after {
  content: ">";
  margin-left: 10px;
}

@media (max-width: 767px) {
  .whytory-page {
    padding-top: 64px;
  }

  .whytory-page__shop {
    padding-bottom: 40px;
  }
}
