* {
  box-sizing: border-box;
}

main {
  margin-bottom: 0;
}

body {
  margin: 0;
  color: #111;
  background: #fff;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  word-break: keep-all;
}
@media (max-width: 768px) {
  body {
    background: linear-gradient(#fff 0 58px, #f7f5fb 58px 100%);
  }
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e8e8ee;
  backdrop-filter: blur(12px);
}
@media (max-width: 768px) {
  .site-header {
    position: static;
  }
}
.site-header__top-bar, .site-header__main-nav-wrap {
  width: min(1240px, 100% - 48px);
  margin: 0 auto;
}
.site-header__top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 34px;
  color: #555;
  font-size: 13px;
}
@media (max-width: 768px) {
  .site-header__top-bar {
    display: none;
  }
}
.site-header__country-selector, .site-header__utility-nav, .site-header__main-nav, .site-header__logo {
  display: flex;
  align-items: center;
}
.site-header__country-selector {
  gap: 7px;
  min-width: 140px;
}
.site-header__flag {
  font-size: 18px;
  line-height: 1;
}
.site-header__chevron {
  color: #9a9aa5;
  font-size: 14px;
}
.site-header__utility-nav {
  gap: 34px;
}
.site-header__utility-link--hot {
  position: relative;
}
.site-header__utility-link--hot::before {
  content: "HOT";
  position: absolute;
  top: -4px;
  left: -30px;
  display: grid;
  place-items: center;
  width: 25px;
  height: 14px;
  color: #fff;
  background: #7c43ff;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 800;
}
.site-header__main-nav-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
}
@media (max-width: 768px) {
  .site-header__main-nav-wrap {
    width: 100%;
    height: 58px;
    padding: 0 14px;
    border-bottom: 1px solid #ececf1;
  }
}
.site-header__mobile-menu, .site-header__bag-button {
  display: none;
  background: transparent;
  border: 0;
}
@media (max-width: 768px) {
  .site-header__mobile-menu, .site-header__bag-button {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .site-header__mobile-menu {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .site-header__mobile-menu-line {
    display: block;
    width: 26px;
    height: 1px;
    background: #888;
  }
}
.site-header__logo {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  font-style: italic;
  line-height: 0.9;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .site-header__logo {
    margin-right: 28px;
    transform: scale(0.68);
    transform-origin: center;
  }
}
.site-header__logo::after {
  content: "19";
  position: absolute;
  top: 7px;
  right: -73px;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #fa2949;
  background: #fff;
  border: 2px solid #fa2949;
  border-radius: 50%;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}
@media (max-width: 768px) {
  .site-header__logo::after {
    right: -69px;
  }
}
.site-header__logo-text {
  color: #030303;
  font-size: 34px;
  font-weight: 1000;
}
.site-header__logo-mark {
  position: absolute;
  top: 0;
  right: -33px;
  display: grid;
  place-items: center;
  width: 29px;
  height: 27px;
  color: #fff;
  background: #030303;
  transform: skew(-11deg);
  font-size: 25px;
}
.site-header__logo-subtitle {
  margin-left: 51px;
  color: #777;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 8px;
}
.site-header__main-nav {
  gap: 45px;
  margin-left: auto;
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .site-header__main-nav {
    position: absolute;
    top: 58px;
    left: 0;
    display: flex;
    width: 100%;
    height: 40px;
    gap: 0;
    overflow-x: auto;
    padding: 0 13px;
    background: #fff;
    border-bottom: 1px solid #e9e7ef;
    font-size: 12px;
    scrollbar-width: none;
  }
}
@media (max-width: 768px) {
  .site-header__main-nav::-webkit-scrollbar {
    display: none;
  }
}
.site-header__main-link {
  position: relative;
}
@media (max-width: 768px) {
  .site-header__main-link {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    height: 40px;
    padding: 0 13px;
  }
}
@media (max-width: 768px) {
  .site-header__main-link:first-child, .site-header__main-link:nth-child(2), .site-header__main-link:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header__main-link--active {
    border-bottom: 2px solid #111;
  }
}
.site-header__main-label {
  position: absolute;
  top: -15px;
  left: 0;
  color: #ff3131;
  font-size: 10px;
  font-weight: 1000;
}
@media (max-width: 768px) {
  .site-header__main-label {
    top: 0;
    left: 3px;
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  .site-header__bag-button {
    position: relative;
    border: 1px solid #777;
    border-top: 0;
    border-radius: 0 0 3px 3px;
  }
}
@media (max-width: 768px) {
  .site-header__bag-button::before {
    content: "";
    position: absolute;
    top: -8px;
    width: 13px;
    height: 12px;
    border: 1px solid #777;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
  }
}

.point-exchange {
  overflow: hidden;
}
.point-exchange__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #f5f0f7 30%, rgba(247, 237, 247, 0) 100%);
  z-index: -1;
}
.point-exchange .hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  width: min(1240px, 100% - 48px);
  min-height: 520px;
  margin: 0 auto;
  padding: 36px 0 42px;
}
@media (max-width: 768px) {
  .point-exchange .hero__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: auto;
    padding: 40px 18px 0;
  }
}
.point-exchange .hero__copy {
  position: relative;
  z-index: 1;
  padding-left: 66px;
}
@media (max-width: 768px) {
  .point-exchange .hero__copy {
    width: 100%;
    padding-left: 0;
    padding-bottom: 150px;
  }
}
@media (max-width: 425px) {
  .point-exchange .hero__copy {
    padding-bottom: min(200px, 62.5vw);
  }
}
.point-exchange .hero__eyebrow {
  margin: 0 0 14px;
  font-size: clamp(16px, 2.734375vw, 28px);
  font-weight: 600;
}
.point-exchange .hero__eyebrow strong {
  font-weight: 600;
  color: #6c37ed;
}
@media (max-width: 768px) {
  .point-exchange .hero__eyebrow {
    margin-bottom: 8px;
  }
}
.point-exchange .hero__title {
  margin: 0;
  color: #6c37ed;
  font-size: clamp(48px, 8.59375vw, 88px);
  font-weight: 900;
  line-height: 1;
}
.point-exchange .hero__title-accent {
  display: block;
  font-size: clamp(60px, 10.25390625vw, 105px);
  color: #000;
}
.point-exchange .hero__description {
  max-width: 420px;
  margin: 24px 0 0;
  font-size: clamp(13px, 2.1484375vw, 22px);
  font-weight: 300;
  line-height: 1.45;
}
.point-exchange .hero__description strong {
  font-weight: 700;
}
.point-exchange .hero__description span {
  display: inline-block;
}
@media (max-width: 768px) {
  .point-exchange .hero__description {
    max-width: 258px;
    margin-top: 14px;
  }
}
.point-exchange .hero__image {
  position: absolute;
  right: 0;
  width: min(55vw, 756px);
  height: auto;
}
@media (max-width: 768px) {
  .point-exchange .hero__image {
    width: clamp(375px, 75vw, 756px);
    bottom: 0px;
    margin: 10px auto 0;
  }
}
.point-exchange .hero__image img {
  width: 100%;
}
.point-exchange .section-panel {
  width: min(1260px, 100% - 30px);
  margin: 70px auto 0;
  padding: 50px 0px 40px;
  border: 1px solid rgba(108, 55, 237, 0.95);
  border-radius: 20px;
  background: rgba(246, 244, 251, 0.95);
  box-shadow: 5px 5px 10px rgba(108, 55, 237, 0.1);
}
@media (max-width: 768px) {
  .point-exchange .section-panel {
    margin-top: 36px;
    padding: 30px 0px 28px;
    border-width: 1px;
    border-radius: 8px;
  }
}
.point-exchange .section-panel--products {
  margin-top: 50px;
}
.point-exchange .section-panel--process {
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  .point-exchange .section-panel--process {
    padding-bottom: 28px;
  }
}
.point-exchange .section-panel--trust {
  padding: 0;
}
@media (max-width: 1024px) {
  .point-exchange .section-panel--trust {
    padding: 15px 0px 16px;
  }
}
.point-exchange .section-panel__title {
  margin: 0 0 42px;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .point-exchange .section-panel__title {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
.point-exchange .section-panel__product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .point-exchange .section-panel__product-grid {
    width: calc(100% - 40px);
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .point-exchange .section-panel__product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  .point-exchange .section-panel__product-grid {
    grid-template-columns: 1fr;
  }
}
.point-exchange .section-panel__product-card {
  display: grid;
  grid-template-columns: 100px auto;
  align-items: center;
  gap: 25px;
  padding: 20px 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1024px) {
  .point-exchange .section-panel__product-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .point-exchange .section-panel__product-card {
    grid-template-columns: 90px auto;
    padding: 10px 20px;
    gap: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 628px) {
  .point-exchange .section-panel__product-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 425px) {
  .point-exchange .section-panel__product-card {
    grid-template-columns: 90px auto;
  }
}
.point-exchange .section-panel__product-image {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .point-exchange .section-panel__product-image {
    width: 90px;
  }
}
.point-exchange .section-panel__quote-title, .point-exchange .section-panel__step-title, .point-exchange .section-panel__trust-title {
  margin: 0;
  font-weight: 700;
}
.point-exchange .section-panel__product-title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(18px, 2.1484375vw, 22px);
}
.point-exchange .section-panel__product-description {
  margin: 7px 0 0;
  font-size: clamp(13px, 1.5625vw, 16px);
  font-weight: 300;
  line-height: 1.2;
}
.point-exchange .section-panel__product-description span {
  display: inline-block;
}
.point-exchange .section-panel__quote {
  --padding-y: 30px;
  width: calc(100% - 100px);
  margin: 40px auto 0;
  padding: var(--padding-y) 18px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1024px) {
  .point-exchange .section-panel__quote {
    width: calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  .point-exchange .section-panel__quote {
    --padding-y: 15px;
    margin-top: 25px;
    padding: 0 12.5px var(--padding-y);
  }
}
.point-exchange .section-panel__quote-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .point-exchange .section-panel__quote-copy {
    height: 75px;
    padding-top: 10px;
    box-sizing: content-box;
  }
}
.point-exchange .section-panel__quote-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 300px 120px;
  gap: 30px;
  align-items: center;
  width: min(100%, 800px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .point-exchange .section-panel__quote-content {
    display: grid;
    grid-template-columns: 1fr 60px;
    gap: 0 12px;
  }
}
.point-exchange .section-panel__quote-title {
  font-size: clamp(15px, 2.34375vw, 24px);
}
.point-exchange .section-panel__quote-description {
  margin: 4px 0 0;
  color: #646464;
  font-size: clamp(11px, 1.7578125vw, 18px);
  font-weight: 300;
}
.point-exchange .section-panel__quote-description strong {
  font-weight: 500;
  color: #6c37ed;
}
.point-exchange .section-panel__quote-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  color: #131313;
  background: #ffd900;
  border-radius: 10px;
  font-size: clamp(14px, 1.953125vw, 20px);
  font-weight: 500;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .point-exchange .section-panel__quote-button {
    grid-column: span 2;
    width: 100%;
    gap: 8px;
    border-radius: 6px;
    padding: 12.5px 18px;
  }
}
.point-exchange .section-panel__quote-button-icon {
  width: auto;
  height: clamp(25px, 2.9296875vw, 30px);
  border-radius: 7px;
}
.point-exchange .section-panel__quote-character {
  position: relative;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  width: 120px;
}
.point-exchange .section-panel__quote-character img {
  position: absolute;
  bottom: calc(var(--padding-y) * -1);
  width: 100%;
}
@media (max-width: 768px) {
  .point-exchange .section-panel__quote-character img {
    right: 4px;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .point-exchange .section-panel__quote-character {
    grid-column: 2;
    grid-row: 1/2;
    width: 64px;
    height: 100%;
  }
}
.point-exchange .section-panel__process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .point-exchange .section-panel__process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  .point-exchange .section-panel__process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.point-exchange .section-panel__step-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 16px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 22px rgba(43, 32, 69, 0.11);
}
@media (max-width: 768px) {
  .point-exchange .section-panel__step-card {
    min-height: 178px;
    padding: 13px 12px 14px;
    border-radius: 7px;
    box-shadow: 0 10px 18px rgba(43, 32, 69, 0.09);
  }
}
.point-exchange .section-panel__step-number {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  margin: 0 auto;
  color: #fff;
  background: #6c37ed;
  border-radius: 1000px;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .point-exchange .section-panel__step-number {
    top: 13px;
    width: 22px;
    height: 22px;
    font-size: 11px;
  }
}
.point-exchange .section-panel__step-image {
  width: clamp(75px, 10.7421875vw, 110px);
  height: auto;
  margin: 15px auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .point-exchange .section-panel__step-image {
    margin-bottom: 12px;
  }
}
.point-exchange .section-panel__step-title {
  font-size: clamp(15px, 2.1484375vw, 22px);
  line-height: 1.28;
  margin: auto auto 10px;
}
@media (max-width: 768px) {
  .point-exchange .section-panel__step-title {
    margin-bottom: 0px;
  }
}
.point-exchange .section-panel__step-description {
  margin: auto 0 0;
  font-size: clamp(11px, 1.46484375vw, 15px);
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
}
.point-exchange .section-panel__step-description span {
  display: inline-block;
}
@media (max-width: 768px) {
  .point-exchange .section-panel__step-description {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.35;
  }
}
.point-exchange .section-panel__trust-content {
  display: flex;
  align-items: center;
  gap: 24px;
  width: calc(100% - 120px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .point-exchange .section-panel__trust-content {
    gap: 12px;
    flex-direction: column;
    width: calc(100% - 40px);
  }
}
.point-exchange .section-panel__trust-copy {
  flex: 1 1 0;
  display: grid;
  grid-template-columns: auto minmax(300px, 1fr);
  align-items: center;
  gap: 0 clamp(15px, 2.9296875vw, 30px);
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
@media (max-width: 1024px) {
  .point-exchange .section-panel__trust-copy {
    grid-template-columns: auto 1fr;
  }
}
.point-exchange .section-panel__trust-copy span {
  display: inline-block;
}
.point-exchange .section-panel__trust-character {
  grid-row: span 2;
  position: relative;
  align-self: end;
  width: clamp(80px, 14.6484375vw, 150px);
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  overflow: hidden;
  box-sizing: content-box;
}
.point-exchange .section-panel__trust-character img {
  position: absolute;
  bottom: -16%;
  width: 100%;
}
@media (max-width: 1024px) {
  .point-exchange .section-panel__trust-character img {
    position: initial;
  }
}
@media (max-width: 768px) {
  .point-exchange .section-panel__trust-character {
    align-self: start;
  }
}
.point-exchange .section-panel__trust-title {
  align-self: end;
  font-size: clamp(22px, 2.9296875vw, 30px);
  color: #7650ff;
}
.point-exchange .section-panel__trust-description {
  align-self: start;
  margin: 10px 0 0;
  color: #646464;
  font-size: clamp(12px, 1.7578125vw, 18px);
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .point-exchange .section-panel__trust-description {
    margin-top: 6px;
  }
}
.point-exchange .section-panel__trust-list {
  flex: 0 1 600px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  padding: 35px 0px;
}
@media (max-width: 1024px) {
  .point-exchange .section-panel__trust-list {
    flex: 1 0 0;
    grid-template-columns: repeat(3, 1fr);
    padding: 0px;
  }
}
.point-exchange .section-panel__trust-item {
  display: grid;
  justify-items: center;
  gap: 6px;
  min-height: 86px;
  padding: 0 24px;
  text-align: center;
  border-left: 1px solid rgba(108, 55, 237, 0.3);
}
@media (max-width: 1024px) {
  .point-exchange .section-panel__trust-item {
    min-height: 62px;
    padding: 0 8px;
  }
  .point-exchange .section-panel__trust-item:first-child {
    border-left: 0;
  }
}
.point-exchange .section-panel__trust-item-icon {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .point-exchange .section-panel__trust-item-icon {
    width: 36px;
    height: 36px;
  }
}
.point-exchange .section-panel__trust-item-title {
  font-size: clamp(13px, 1.953125vw, 20px);
  font-weight: 700;
}
.point-exchange .section-panel__trust-item-description {
  color: #646464;
  font-size: clamp(11px, 1.5625vw, 16px);
  font-weight: 300;
}
.point-exchange .notice {
  list-style: "*";
  width: min(1128px, 100% - 48px);
  margin: 33px auto 150px;
  padding: 0;
  padding-left: 1rem;
  color: #969696;
  font-size: clamp(11px, 1.46484375vw, 15px);
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .point-exchange .notice {
    width: calc(100% - 30px);
    margin: 14px auto 32px;
  }
}
.point-exchange .notice__text {
  margin: 0;
  padding-left: 0.5rem;
}/*# sourceMappingURL=style.css.map */