._container_1rs2o_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90vh;
  width: 100%;
  background-color: white;
  padding: 20px;
}

._content_1rs2o_12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
}

._iconWrapper_1rs2o_20 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #333333;
  margin-bottom: 40px;
}

._cardIcon_1rs2o_31 {
  color: white;
  width: 40px;
  height: 40px;
}

._messageContainer_1rs2o_37 {
  margin-bottom: 40px;
  text-align: center;
}

._title_1rs2o_42 {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 16px 0;
}

._description_1rs2o_49 {
  font-size: 18px;
  color: #666666;
  line-height: 1.5;
  margin: 0;
}

._registerButton_1rs2o_56 {
  width: 100%;
  padding: 16px;
  background-color: #333333;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
}

._registerButton_1rs2o_56:hover {
  background-color: #444444;
}

@media (max-width: 480px) {
  ._title_1rs2o_42 {
    font-size: 24px;
  }

  ._description_1rs2o_49 {
    font-size: 16px;
  }

  ._iconWrapper_1rs2o_20 {
    width: 70px;
    height: 70px;
  }

  ._cardIcon_1rs2o_31 {
    width: 35px;
    height: 35px;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff')
    format('woff');
  font-weight: 400;
  font-style: normal;
}

html,
body,
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;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'BMHANNAPro', sans-serif;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: inherit;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-style: none;
}

:root {
  --light-grey: #ededed;
  --grey: #acacac;
  --light-black: #333333;
  --black: #000000;
  --white: #ffffff;
  --red: #ff3d3d;
  --gold: #ddcd78;
}

.tx-3xl {
  font-size: 64px;
  font-weight: 800;
}

.tx-2xl {
  font-size: 32px;
  font-weight: 600;
}

.tx-xl {
  font-size: 18px;
  font-weight: 700;
}

.tx-lg {
  font-size: 14px;
  font-weight: 500;
}

.tx-md {
  font-size: 12px;
  font-weight: 400;
}

.tx-sm {
  font-size: 10px;
  font-weight: 400;
}
._container_1v845_1 {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 212px;
  height: 120px;
  background-color: #000000c4;
  border-radius: 4px;
  gap: 16px;
  color: var(--white);
  padding: 14px;
  box-shadow: 1px 0px 5px #444;
  margin-bottom: 20px;
}

._cardNumberBox_1v845_16 {
  display: flex;
  gap: 8px;
}

._logoContainer_1v845_21 {
  display: flex;
  justify-content: space-between;
}

._goldBox_1v845_26 {
  width: 36px;
  height: 22px;
  border-radius: 4px;
  background-color: var(--gold);
}

._logoBrand_1v845_33 {
  width: 36px;
  height: 22px;
  border-radius: 4px;
}

._pCardNumber_1v845_39 {
  width: 40px;
  letter-spacing: 2px;
}

._cardNumberBox_1v845_16 > ._pCardNumber_1v845_39:nth-child(n + 3) {
  font-size: 21px;
  letter-spacing: -8px;
  line-height: 0.7;
}
._input_fip8t_1 {
  width: 100%;
  border: 1px solid var(--grey);
  border-radius: 4px;
  color: var(--black);
  padding: 12px 8px;
  &::placeholder {
    color: var(--grey);
  }

  &:focus {
    border: 1px solid var(--black);
  }
  &._isNotValid_fip8t_14 {
    border: 1px solid var(--red);
  }
}
._container_n6dk2_1 {
  height: 120px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

._inputForm_n6dk2_9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._inputContainer_n6dk2_15 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

._inputBox_n6dk2_22 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  color: var(--black);
}

._titleBox_n6dk2_32 {
  display: flex;
  flex-direction: column;
  gap: 6px;

  & p {
    color: var(--grey);
  }
}

._feedbackMessage_n6dk2_42 {
  color: var(--red);
}
._cardInputForm_1rtkj_1 {
  width: 100%;
  height: 540px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

._inputBoxWrapper_1rtkj_9 {
  position: relative;
  width: 100%;
  max-width: 390px;
  height: 100%;
  overflow: hidden;
}

._inputBox_1rtkj_9 {
  width: 100%;
  max-width: 390px;
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
}

._inputBox_1rtkj_9::-webkit-scrollbar {
  display: none;
}

._fadeBottom_1rtkj_29 {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 70%,
    rgba(255, 255, 255, 0.8) 100%
  );
  pointer-events: none;
}
._container_1i8v6_1 {
  position: absolute;
  top: 110px;
  width: 100%;
  border: 1px solid var(--grey);
  border-radius: 4px;
  color: var(--grey);
  background-color: var(--white);
  box-sizing: border-box;
}

._item_1i8v6_12 {
  padding: 8px 10px;
  &:hover {
    background-color: var(--light-grey);
  }
}
._container_zyunn_1 {
  position: relative;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}

._titleBox_zyunn_11 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._description_zyunn_17 {
  color: var(--grey);
}

._selector_zyunn_21 {
  width: 100%;
  border: 1px solid var(--grey);
  border-radius: 4px;
  color: var(--grey);
  padding: 12px 8px;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
._arrow_z2d8x_1 {
  transform: rotate(0deg);
  transition: 0.3s ease;
  &._reverse_z2d8x_4 {
    transform: rotate(180deg);
  }
}
._button_gterk_1 {
  width: 100%;
  background-color: blue;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  color: white;
  border-radius: 4px;
}
._section_16wvz_1 {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
}
._container_16wvz_7 {
  width: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--grey);
  border-radius: 4px;
  padding: 28px;
}
._container_5hjer_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: white;
  padding: 20px;
}

._content_5hjer_11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  width: 390px;
}

._iconWrapper_5hjer_19 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
}

._checkIcon_5hjer_28 {
  color: white;
  width: 40px;
  height: 40px;
  stroke-width: 3;
}

._messageContainer_5hjer_35 {
  margin-bottom: 40px;
  text-align: center;
}

._message_5hjer_35 {
  color: var(--light-black);
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

._confirmButton_5hjer_47 {
  width: 100%;
  padding: 16px;
  background-color: #333333;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 20px;
}

._confirmButton_5hjer_47:hover {
  background-color: #444444;
}
._container_xuwpr_1 {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #fff;
  color: #000;
  font-size: 4rem;
  font-weight: 300;
  line-height: 5rem;
}

._box_xuwpr_16 {
  width: 390px;
}

._title_xuwpr_20 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

._title_xuwpr_20 div {
  animation: _glitch_xuwpr_1 1s linear infinite;
  position: relative;
}

@keyframes _glitch_xuwpr_1 {
  2%,
  64% {
    transform: translate(2px, 0) skew(0deg);
  }
  4%,
  60% {
    transform: translate(-4px, 0) skew(0deg);
  }
  62% {
    transform: translate(0, 0) skew(20deg);
  }
}

._title_xuwpr_20 div::before,
._title_xuwpr_20 div::after {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
}

._title_xuwpr_20 div::before {
  animation: _glitchTop_xuwpr_1 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes _glitchTop_xuwpr_1 {
  2%,
  64% {
    transform: translate(4px, -4px);
  }
  4%,
  60% {
    transform: translate(-4px, 4px);
  }
  62% {
    transform: translate(13px, -1px) skew(-13deg);
  }
}

._title_xuwpr_20 div::after {
  animation: _glitchBottom_xuwpr_1 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes _glitchBottom_xuwpr_1 {
  2%,
  64% {
    transform: translate(-2px, 0);
  }
  4%,
  60% {
    transform: translate(-2px, 0);
  }
  62% {
    transform: translate(-22px, 5px) skew(21deg);
  }
}

._button_xuwpr_94 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  & p {
    color: #fff;
  }
}
