*, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: normal;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

html,
body {
  height: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style-type: none;
}

input:disabled {
  background-color: transparent;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:-moz-read-only {
  pointer-events: none;
}

input:read-only {
  pointer-events: none;
}

body {
  font-family: Pretendard, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}
[lang=ja] body {
  font-family: "Pretendard JP", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

::-moz-selection {
  color: #fff;
  background-color: #007bff;
}

::selection {
  color: #fff;
  background-color: #007bff;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 60px 0;
  color: #f5f5f5;
  background-color: #17151d;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .wrap {
    padding: 80px 0;
  }
}

.error-message {
  color: #f55;
  width: 100%;
  flex-shrink: 0;
  font-size: 14px;
}

.punk-prev {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.punk-prev__link {
  color: #9181ff;
  text-decoration: underline;
}
.punk-prev__link:hover {
  color: #9181ff;
  text-decoration: underline;
}

.punk-line {
  margin: 0;
  border-color: rgba(245, 245, 245, 0.1);
}

.punk-link {
  font-size: 14px;
  color: rgba(245, 245, 245, 0.6);
}
.punk-link:hover {
  color: #9181ff;
}

.punk-box {
  max-width: 460px;
  width: calc(100% - 32px);
}
@media (max-width: 1024px) {
  .punk-box {
    max-width: 400px;
  }
}
.punk-box__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .punk-box__header {
    font-size: 18px;
  }
}

.punk-section {
  margin-bottom: 30px;
}

.punk-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.punk-row:not(:last-child) {
  margin-bottom: 12px;
}
.punk-row--center {
  justify-content: center;
}

.punk-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-radius: 10px;
  color: #f5f5f5;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .punk-button {
    border-radius: 5px;
  }
}
.punk-button:disabled {
  color: rgba(245, 245, 245, 0.4);
  background-color: rgba(245, 245, 245, 0.1);
}
.punk-button:disabled:hover {
  color: rgba(245, 245, 245, 0.4);
  background-color: rgba(245, 245, 245, 0.1);
}
.punk-button--primary {
  background-color: #5c48e3;
}
.punk-button--primary:hover {
  color: #f5f5f5;
  background-color: #6e58ff;
}
.punk-button--dark {
  background-color: #0d0c10;
}
.punk-button--dark:hover {
  color: #f5f5f5;
  background-color: #5c48e3;
}
.punk-button.full {
  flex: 1;
}

.punk-input-group {
  display: flex;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}
.punk-input-group__body {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #0d0c10;
  flex: 1;
  min-width: 0;
  height: 56px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid rgba(245, 245, 245, 0.2);
}
@media (max-width: 1024px) {
  .punk-input-group__body {
    border-radius: 5px;
  }
}
.punk-input-group__body:focus-within {
  padding: 0 19px;
  border: 2px solid #5c48e3;
}
.punk-input-group__body.warning {
  border-color: #f55;
}
.punk-input-group__body.readonly {
  background-color: #2d2b32;
}
.punk-input-group__aside {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  flex-shrink: 0;
}
.punk-input-group__input {
  flex: 1;
  min-width: 0;
  background-color: transparent;
  border: 0;
}
.punk-input-group__input:focus {
  outline: 0;
}
.punk-input-group__input:-webkit-autofill, .punk-input-group__input:-webkit-autofill:hover, .punk-input-group__input:-webkit-autofill:focus {
  -webkit-text-fill-color: #f5f5f5;
  box-shadow: 0 0 0px 1000px #0d0c10 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.readonly .punk-input-group__input:-webkit-autofill, .readonly .punk-input-group__input:-webkit-autofill:hover, .readonly .punk-input-group__input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #2d2b32 inset;
}
.punk-input-group__icon {
  opacity: 0.5;
}
.punk-input-group__body:focus-within .punk-input-group__icon {
  opacity: 1;
}
.punk-input-group__button {
  display: none;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
input[type=text] + .punk-input-group__button--toggle {
  background-image: url("/account-assets/images/icon_visible.svg");
}
input[type=password] + .punk-input-group__button--toggle {
  background-image: url("/account-assets/images/icon_hidden.svg");
}
.punk-input-group__button--reset {
  background-image: url("/account-assets/images/icon_reset.svg");
}
.readonly .punk-input-group__button {
  display: none !important;
}
.visible .punk-input-group__button {
  display: flex;
}

.punk-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
}
.punk-checkbox:not(:last-child) {
  margin-bottom: 12px;
}
.punk-checkbox--all {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(245, 245, 245, 0.1);
  font-size: 16px;
}
.punk-checkbox__label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(245, 245, 245, 0.6);
  cursor: pointer;
}
.punk-checkbox__input {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  margin: 0 !important;
  border: 2px solid rgba(245, 245, 245, 0.6);
}
.punk-checkbox__input:hover, .punk-checkbox__input:checked {
  border-color: #5c48e3;
}
.punk-checkbox__input:focus {
  outline: none !important;
}
.punk-checkbox__input:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background-color: #5c48e3;
}
.punk-checkbox__required {
  color: #f5f5f5;
}
.punk-checkbox__input:checked + .punk-checkbox__text {
  color: #f5f5f5;
}
.punk-checkbox__button {
  padding: 4px 10px;
  border-radius: 10px;
  color: #fff;
  background-color: #2d2b32;
  font-size: 11px;
}
@media (max-width: 1024px) {
  .punk-checkbox__button {
    border-radius: 5px;
  }
}
.punk-checkbox__button:hover {
  background-color: #5c48e3;
}

.punk-wallet-login {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  gap: 12px 8px;
}
@media (max-width: 1024px) {
  .punk-wallet-login {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.punk-wallet-login__item {
  position: relative;
  list-style-type: none;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .punk-wallet-login__item {
    border-radius: 5px;
  }
}
.punk-wallet-login__item .punk-wallet-login__btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 10px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid rgba(245, 245, 245, 0.2);
  background-color: #0d0c10;
}
@media (max-width: 1024px) {
  .punk-wallet-login__item .punk-wallet-login__btn {
    border-radius: 5px;
  }
}
.punk-wallet-login__item:hover .punk-wallet-login__btn {
  color: #f5f5f5;
  background-color: #5c48e3;
}
.punk-wallet-login__item .punk-wallet-login__img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.punk-wallet-login__item .punk-wallet-login__text {
  flex-grow: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}
@media (max-width: 1024px) {
  .punk-wallet-login__item .punk-wallet-login__text {
    text-align: center;
    padding-right: 18px;
  }
}
.punk-wallet-login__item .facebook-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0d0c10;
  pointer-events: none;
  touch-action: none;
}
.punk-wallet-login__item .facebook-btn {
  width: 100%;
  height: 100%;
}

.punk-modal-dialog {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 475px;
  width: calc(100% - 32px);
  height: 100%;
  margin: 0 auto;
  transition: transform 0.3s ease-out;
}
.punk-modal-dialog::after, .punk-modal-dialog::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
}

.punk-modal-content {
  width: 100%;
  padding: 30px 40px;
  overflow: hidden;
  color: #f5f5f5;
  line-height: normal;
  background-color: #2c2a33;
  border-radius: 14px;
}
@media (max-width: 1024px) {
  .punk-modal-content {
    padding: 20px 16px;
    border-radius: 10px;
  }
}

.punk-modal-header {
  margin-bottom: 20px;
}
.punk-modal-header__title {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1024px) {
  .punk-modal-header__title {
    font-size: 16px;
  }
}

.punk-modal-body {
  margin-bottom: 20px;
  font-size: 16px;
}

.punk-modal-list {
  padding: 10px 20px;
  border: 1px solid rgba(245, 245, 245, 0.2);
}
.punk-modal-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
}
.punk-modal-list h4 {
  width: 25%;
  flex-shrink: 0;
  color: rgba(245, 245, 245, 0.4);
}
.punk-modal-list p {
  color: #f5f5f5;
}

.punk-modal-text {
  margin-top: 20px;
  line-height: 1.5;
}

.punk-modal-footer {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.punk-modal-footer__button {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  max-width: 148px;
  height: 48px;
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */