._terms_qzbcn_1 {
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
  color: #798994;
  margin-left: 4px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  ._terms_qzbcn_1 {
    font-size: 14px;
    line-height: calc(100% + 4px);
  }
}
footer[data-astro-cid-35ed7um5] {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: max(160px, calc(50% - 500px));
  padding-right: max(160px, calc(50% - 500px));
  background-color: #18181c;
}
.logo[data-astro-cid-35ed7um5] {
  width: 226px;
  margin-bottom: 28px;
}
.container[data-astro-cid-35ed7um5] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.container[data-astro-cid-35ed7um5] > div[data-astro-cid-35ed7um5] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.container[data-astro-cid-35ed7um5] span[data-astro-cid-35ed7um5] {
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}
.container[data-astro-cid-35ed7um5] span[data-astro-cid-35ed7um5].secondary {
  color: #798994;
  margin-left: 4px;
}
.container[data-astro-cid-35ed7um5] span[data-astro-cid-35ed7um5].underline {
  text-decoration: underline;
}
.hr[data-astro-cid-35ed7um5] {
  width: 1px;
  height: 10px;
  background-color: #fff;
  margin-left: 8px;
  margin-right: 8px;
}
.br[data-astro-cid-35ed7um5] {
  display: none;
}
@media (max-width: 767px) {
  footer[data-astro-cid-35ed7um5] {
    padding: 60px 20px;
  }
  .logo[data-astro-cid-35ed7um5] {
    width: 152px;
    margin-bottom: 20px;
  }
  .br[data-astro-cid-35ed7um5] {
    display: block;
    flex-basis: 100%;
  }
  .container[data-astro-cid-35ed7um5] {
    gap: 8px;
  }
  .container[data-astro-cid-35ed7um5] span[data-astro-cid-35ed7um5] {
    font-size: 14px;
    line-height: calc(100% + 4px);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  footer[data-astro-cid-35ed7um5] {
    padding-left: 32px;
    padding-right: 32px;
  }
}
._section_1welv_1 {
  background-color: #000;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: hidden;
  height: 48px;
  position: fixed;
  z-index: 3000;
}
._banner-wrapper_1welv_13 {
  display: flex;
  height: fit-content;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
._banner-item_1welv_22 {
  height: 48px;
  padding: 12px 0;
  gap: 16px;
  display: flex;
  align-items: center;
}
._banner-item_1welv_22 > span:first-child {
  display: flex;
  padding: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border-radius: 8px;
}
._banner-item_1welv_22 > span:first-child._blue_1welv_49 {
  background: #006bf9;
}
._banner-item_1welv_22 > span:first-child._red_1welv_53 {
  color: #fff;
  background: #f62145;
}
._banner-item_1welv_22 > span:last-child {
  color: #fff;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
}
._banner-item_1welv_22 > span:last-child > span {
  color: #006bf9;
}
header[data-astro-cid-qlfjksao] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  padding-top: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid #f1f4f7;
  background: #fff;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  z-index: 100;
  top: var(--headerPosition);
}
.logo[data-astro-cid-qlfjksao] {
  width: 240px;
  height: 120px;
}
.btn[data-astro-cid-qlfjksao] {
  display: flex;
  padding: 8px 20px;
  align-items: center;
  border-radius: 999px;
  background-color: #006bf9;
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.btn[data-astro-cid-qlfjksao].disabled {
  background: #f2f4f5;
  color: #222;
}
@media (max-width: 767px) {
  header[data-astro-cid-qlfjksao] {
    height: 68px;
    padding: 20px;
  }
  .logo[data-astro-cid-qlfjksao] {
    width: unset;
    height: 96px;
  }
  .btn[data-astro-cid-qlfjksao] {
    font-size: 14px;
    padding: 8px 20px;
  }
}
._container_iuuiw_1 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  background: linear-gradient(0deg, #0003 0% 100%);
  z-index: 100000;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
._wrapper_iuuiw_17 {
  display: flex;
  width: 480px;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  border-radius: 20px;
  border: 1px solid #f1f4f7;
  background: #fff;
}
._title_iuuiw_30 {
  margin-top: 16px;
  color: #374147;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
._content_iuuiw_40 {
  height: 345px;
  flex-shrink: 0;
  align-self: stretch;
  color: #374147;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  white-space: pre-wrap;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 28px;
}
._close_iuuiw_57 {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  ._container_iuuiw_1 {
    padding: 24px;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body,
html {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
canvas,
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
}
#__next,
#root {
  isolation: isolate;
}
a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
a:hover,
a:active {
  text-decoration: none;
}
button {
  background: inherit;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
}
:root {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Apple SD Gothic Neo,
    Pretendard Variable,
    Pretendard,
    Roboto,
    Noto Sans KR,
    Segoe UI,
    Malgun Gothic,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    Segoe UI Symbol,
    sans-serif;
}
body,
main {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
body {
  min-height: 100vh;
}
main {
  flex: 1;
  padding-top: var(--paddingTop);
}
section {
  width: 100%;
  box-sizing: border-box;
  /* padding-top: 120px; */
  /* padding-bottom: 120px; */
  padding-left: max(160px, calc(50% - 500px));
  padding-right: max(160px, calc(50% - 500px));
  top: var(--headerPosition);
}
header {
  width: 100%;
  box-sizing: border-box;
  padding-left: max(160px, calc(50% - 500px));
  padding-right: max(160px, calc(50% - 500px));
}
section h1 {
  color: #374147;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.288px;
  word-break: keep-all;
}
section h1 > span {
  color: #006bf9;
}
section h2 {
  color: #5c6b75;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.144px;
  margin-top: 16px;
  word-break: keep-all;
}
[class^="btn"]:hover {
  opacity: 0.5;
  transition: opacity 0.1s;
}
br.tablet {
  display: none;
}
@media (max-width: 767px) {
  section {
    padding: 80px 20px;
  }
  section h1 {
    font-size: 28px;
    letter-spacing: -0.168px;
    align-items: center;
    text-align: center;
  }
  section h2 {
    margin-top: 12px;
    font-size: 18px;
    letter-spacing: -0.108px;
    align-items: center;
    text-align: center;
  }
  main {
    padding-top: var(--mobilePaddingTop);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  br.tablet {
    display: block;
  }
  section,
  header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
