@charset "utf-8";@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Tiro+Devanagari+Hindi&display=swap");





/*
 * 위젯 전체 공통 스타일.
 * 이 파일은 컴포넌트 CSS module들과 함께 빌드되어 widget.css로 출력된다.
 */

@layer reset {
  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%;
  }
  /* HTML5 display-role reset for older browsers */
  article,
  aside,
  canvas,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  html,
  body {
    width: 100%;
    height: 100%;
  }
  body {
    background-color: #fff;
    /* word-break: break-all; */
    /* -ms-word-break: break-all; */
  }
  body,
  input,
  button,
  textarea {
    color: #222;
    font-family:
      "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
      나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 16px;
    text-align: left;
  }
  img,
  fieldset,
  iframe {
    border: 0 none;
  }
  ul,
  li {
    list-style: none;
  }
  ol {
    list-style: decimal inside;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  em,
  address {
    font-style: normal;
  }
  input,
  select {
    vertical-align: middle;
  }
  button,
  label {
    cursor: pointer;
    _cursor/**/
    : hand;
  }
  hr,
  legend,
  caption {
    display: none;
  }
  td {
    vertical-align: middle;
  }
  a {
    color: #333;
    text-decoration: none;
  }
  a:visited {
  }
  a:hover {
    text-decoration: none;
  }
  @media print {
    body {
      color: #000;
    }
  }

  /* new default styles */
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  button {
    /* padding: 0; */
    background: none;
    /* border: solid 1px #ccc; */
  }

  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox  */
  input[type="number"] {
    -moz-appearance: textfield;
  }

  * {
    box-sizing: border-box;
  }
}

html {
  /* 기본 색상 변수 */
  --black: #222;
  --white: #fff;
  --grey-80: #707070;
  --grey-60: #999;
  --grey-40: #d7d7d7;
  --grey-20: #eaeaea;
  --grey-10: #f7f7f7;
  --red: #c81616;
  --blue: #126ccd;

  --bg-90: #262a37;

  /* 스테틱 컬러 */
  --white-static: #fff;
  --black-static: #222;

  /* 하이라이트 컬러 */
  --high-grey-10: #f7f7f7;

  /* 서페이스 컬러 */
  --surface-10: #fff;
  --surface-20: #fff;
  --surface-30: #fff;

  /* 스페셜 컬러 */
  --light-blue: rgba(27, 159, 255, 0.08);

  /* 멤버십 컬러 */
  --mem-fg-30: #fe5454;
  --mem-fg-60: #c44040;
  --mem-fg-80: #c81616;

  /* 패딩, 마진 사이즈 */
  --spacer-default: 4px;
  --spacer-default-xxs: 4px;
  --spacer-default-xs: 8px;
  --spacer-default-sm: 12px;
  --spacer-default-md: 16px;
  --spacer-default-lg: 20px;
  --spacer-default-xl: 24px;
  --spacer-default-xxl: 28px;
  --spacer-default-xxl-2: 32px;
  --spacer-default-xxl-3: 36px;
  --spacer-default-xxl-4: 40px;

  /* 폰트 크기 대응 */
  --f30: 30px;
  --f28: 28px;
  --f24: 24px;
  --f23: 23px;
  --f22: 22px;
  --f20: 20px;
  --f18: 18px;
  --f16: 16px;
  --f15: 15px;
  --f14: 14px;
  --f12: 12px;

  /* letter spacing */
  --letter-spacing-default: -0.07px;
  --letter-spacing-xs: -0.06px;
  --letter-spacing-sm: -0.08px;
  --letter-spacing-md: -0.11px;
  --letter-spacing-lg: -0.12px;
  --letter-spacing-xl: -0.15px;
  --letter-spacing-xxl: 0.06px;
}

:root {
  /* 의미적 색상 변수 매핑 */
  --Color-Black: var(--black);
  --Color-White: var(--white);
  --Color-Red: var(--red);
  --Color-Blue: var(--blue);
  --Color-Grey-10: var(--grey-10);
  --Color-Grey-20: var(--grey-20);
  --Color-Grey-40: var(--grey-40);
  --Color-Grey-60: var(--grey-60);
  --Color-Grey-80: var(--grey-80);

  --ETC-White-Static: var(--white-static);
  --ETC-Black-Static: var(--black-static);
  --ETC-G10-High: var(--high-grey-10);

  --Surface-Surface-10: var(--surface-10);
  --Surface-Surface-20: var(--surface-20);
  --Surface-Surface-30: var(--surface-30);

  --Membership-FG-30: var(--mem-fg-30);
  --Membership-FG-60: var(--mem-fg-60);
  --Membership-FG-80: var(--mem-fg-80);
  --Membership-BG-30: var(--mem-bg-30);
  --Membership-BG-60: var(--mem-bg-60);
  --Membership-BG-80: var(--mem-bg-80);
  --Membership-BG-90: var(--mem-bg-90);

  --Membership-BG-30: var(--mem-bg-30);
  --Membership-BG-60: var(--mem-bg-60);
  --Membership-BG-80: var(--mem-bg-80);
}

/* 다크모드 대응 */

@media (prefers-color-scheme: dark) {
  html {
    /* 기본 색상 변수 - 다크모드 */
    --black: #fff; /* 라이트모드의 black이 다크모드에서는 white로 */
    --white: #222; /* 라이트모드의 white가 다크모드에서는 black으로 */
    --grey-80: #d7d7d7;
    --grey-60: #999;
    --grey-40: #707070;
    --grey-20: #434343;
    --grey-10: #2d2d2d;
    --red: #f04348;
    --blue: #1b9fff;

    --bg-90: #2f333d;

    /* 하이라이트 컬러 */
    --high-grey-10: #3e3e3e;

    /* 서페이스 컬러 */
    --surface-10: #282828;
    --surface-20: #2d2d2d;
    --surface-30: #363636;

    /* 스페셜 컬러 */
    --light-blue: rgba(27, 159, 255, 0.08);

    /* 멤버십 컬러 */
    --mem-fg-30: #fe5454;
    --mem-fg-60: #f97176;
    --mem-fg-80: #f04348;
  }
}

.svg-fill-black {
  fill: var(--Color-Black);
}

.svg-fill-white {
  fill: var(--Color-White);
}

.svg-fill-static-white {
  fill: var(--ETC-White-Static);
}

.svg-fill-grey20 {
  fill: var(--Color-Grey-20);
}

.svg-fill-grey60 {
  fill: var(--Color-Grey-60);
}

.svg-fill-grey80 {
  fill: var(--Color-Grey-80);
}

.svg-fill-red {
  fill: var(--Color-Red);
}

.svg-fill-blue {
  fill: var(--Color-Blue);
}

.svg-fill-speech {
  fill: #fff6f6;
}

.svg-stroke-speech {
  stroke: #f9e3e3;
}

@media (prefers-color-scheme: dark) {
  .svg-fill-speech {
    fill: #363636;
  }

  .svg-stroke-speech {
    stroke: #434343;
  }
}

.express-widget-root,
.express-widget-root *,
.express-widget-root *::before,
.express-widget-root *::after {
  box-sizing: border-box;
}

.express-widget-root {
  position: fixed;
  inset: 0;
  z-index: 1000;

  overflow-y: auto; /* 모달 내부만 스크롤 */
  /* iOS 부드러운 스크롤 */
  /* -webkit-overflow-scrolling: touch; */
  overscroll-behavior: contain; /* 스크롤 체이닝 방지 */
}

.express-modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
}

.express-main-screen {
  width: 100%;
}

.express-modal-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 468px;
  height: auto;
  max-height: 80vh;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  background: var(--Surface-Surface-10);
  z-index: 10;
}

.express-modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 11.5px 6px 11px 6px;
  box-sizing: border-box;
}

.express-modal-header .common-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: none;
}

.express-modal-header .header-title {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.09px;
}

.express-modal-contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-left: 24px;
  padding-right: 9px;
  padding-bottom: 73px;
}

.express-modal-contents.padding-bottom66 {
  padding-bottom: 66px;
}

.express-modal-contents .express-modal-scroll {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: var(--Color-Grey-60) transparent;
  overflow-x: hidden;
  padding-right: 15px;
}

.express-modal-contents .top-step-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.express-modal-contents .top-step-section .step-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 20px;
  max-height: 32px;
  padding: 0 0.6em;
}

.express-modal-contents .top-step-section .step-box svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}

.express-modal-contents .top-step-section .step-box:nth-of-type(2),
.express-modal-contents .top-step-section .step-box:nth-of-type(3) {
  margin-left: -7px;
}

.express-modal-contents .top-step-section .step-box .box-center {
  position: relative;
  z-index: 1;
  width: 36px;
  padding: 1px 4px;
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.06px;
  background-color: transparent;
  color: var(--Color-Grey-60);
  margin-left: -1px;
}

.express-modal-contents .top-step-section .step-box .box-center.active {
  color: var(--Color-White);
  font-weight: 700;
  margin-left: -2px;
}

.express-common-btn-wrapper {
  position: fixed;
  width: calc(100% - 48px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--Surface-Surface-10);
  padding: 8px 0 16px;
  border: none !important;
}

.express-common-btn-wrapper .express-common-btn {
  width: 100%;
  background-color: var(--Color-Black);
  /* padding: 14px 0; */
  text-align: center;
  font-weight: 700;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  color: var(--Color-White);
  border: none !important;
  border-radius: 100px;
  height: 52px;
}

.express-common-btn-wrapper .express-common-btn.membership {
  background: var(--Membership-FG-80);
  color: var(--ETC-White-Static);
}

.express-common-btn-wrapper .express-common-btn.membership:hover {
  background: linear-gradient(
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    )
    #c81616;
}

.express-common-btn-wrapper .express-common-btn.disabled {
  background-color: var(--Color-Grey-40);
  color: var(--Color-Grey-60);
}

/* Firefox  */

input[type="number"] {
  -moz-appearance: textfield;
}

input:focus {
  outline: none;
}

input {
  box-sizing: border-box;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.express-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 468px;
  padding: 0px 24px;
  background-color: var(--Color-White);
  margin: 100px auto 0;
}

.mobile-lnb {
  display: none;
}

.express-title {
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 42px;
  letter-spacing: -0.15px;
  color: var(--Color-Black);
  padding-bottom: 12px;
}

.express-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 32px;
}

.express-title2 {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 42px;
  letter-spacing: -0.15px;
  color: var(--Color-Black);
  padding-bottom: 16px;
}

.express-sub-title {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: -0.1px;
}

.express-input-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 32px;
}

.express-input-wrapper.padding-bottom-0 {
  padding-bottom: 0;
}

.express-input-wrapper.margin-top-32 {
  margin-top: 32px;
}

.express-input-wrapper.margin-bottom-24 {
  margin-bottom: 24px;
}

.express-input-wrapper .sub-title {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-input-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  position: relative;
}

.express-input-box .personal-num {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.express-input-box .personal-num .hyphen {
  width: 6px;
  height: 1px;
  background-color: var(--Color-Black);
  margin: 0 8px;
}

.express-input-box .personal-num .dot-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 12px;
}

.express-input-box .personal-num .dot-wrapper > svg:not(:last-of-type) {
  margin-right: 6px;
}

.two-btn-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 32px;
}

.express-input-title {
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -0.08px;
  padding-bottom: 6px;
}

.express-input-title.margin-top-32 {
  margin-top: 32px;
}

.express-input-title2 {
  text-align: center;
  display: inline-block;
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px; /* 150% */
  letter-spacing: -0.08px;
  padding-bottom: 32px;
}

.express-basic-input {
  width: 100%;
  border: 1px solid var(--Color-Grey-40);
  border-radius: 4px;
  padding: 12px;
  height: 46px;
  background: var(--Surface-Surface-30);
  border-radius: 4px;
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-basic-input::placeholder {
  color: var(--Color-Grey-60);
  font-weight: 400;
}

.express-basic-input.half,
.express-error-input.half,
.express-check-input.half {
  width: calc(50% - 22px);
  min-width: 46px;
}

.express-basic-input.width36,
.express-error-input.width36,
.express-check-input.width36 {
  width: 36px;
}

.express-basic-input:focus {
  border: 1px solid var(--Color-Black);
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-basic-input:focus:not(:focus-visible) {
  border: 1px solid var(--Color-Grey-40);
}

.express-basic-input::placeholder {
  color: var(--Color-Grey-60);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-check-input {
  width: 100%;
  border: 1px solid var(--Color-Blue);
  border-radius: 4px;
  padding: 12px;
  height: 46px;
  color: var(--Color-Black);
  background: var(--Surface-Surface-30);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-check-input::placeholder {
  color: var(--Color-Grey-60);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-check-input:focus {
  border: 1px solid var(--Color-Blue);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-check-input:focus:not(:focus-visible) {
  border: 1px solid var(--Color-Blue);
}

.express-error-input {
  width: 100%;
  border: 1px solid var(--Color-Red);
  border-radius: 4px;
  padding: 12px;
  height: 46px;
  background: var(--Surface-Surface-30);
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-error-input:focus {
  border: 1px solid var(--Color-Red);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-error-input:focus:not(:focus-visible) {
  border: 1px solid var(--Color-Red);
}

.express-error-input::placeholder {
  color: var(--Color-Grey-60);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-readonly-input {
  width: 100%;
  background-color: var(--Color-Grey-10);
  border: 1px solid var(--Color-Grey-20);
  color: var(--Color-Black);
  border-radius: 4px;
  padding: 12px;
  height: 46px;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-readonly-input:disabled {
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-notice-input {
  width: 100%;
  border: 1px solid var(--Color-Red);
  border-radius: 4px;
  padding: 12px;
  height: 46px;
  background-color: var(--Color-White);
  color: var(--Color-Black);
}

.express-notice-input:focus {
  outline: none;
}

.express-basic-input:focus:not(:focus-visible) {
  border: 1px solid var(--Color-Red);
}

.express-input-notice-box {
  position: absolute;
  z-index: 1;
  right: 12px;
  width: 24px;
  height: 24px;
}

.express-input-password-box {
  position: absolute;
  z-index: 1;
  right: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.express-input-password-notice-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 4px;
}

.express-input-password-notice-wrapper .password-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 20px;
}

.express-input-password-notice-wrapper .password-box:not(:last-child) {
  margin-bottom: 6px;
}

.express-input-password-notice-wrapper .password-box .password-notice {
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  word-break: keep-all;
  margin-left: 2px;
}

.express-input-password-notice-wrapper .password-box .password-notice.default {
  color: var(--Color-Grey-80);
}

.express-input-password-notice-wrapper .password-box .password-notice.error {
  color: var(--Color-Red);
}

.express-input-password-notice-wrapper .password-box .password-notice.success {
  color: var(--Color-Blue);
}

.express-input-black-text {
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-input-notice-grey {
  color: var(--Color-Grey-80);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.07px;
  padding-top: 4px;
}

.express-input-notice-red {
  color: var(--Color-Red);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.07px;
  padding-top: 4px;
}

.express-button-small {
  border-radius: 4px;
  border: 1px solid var(--Color-Black) !important;
  background: var(--Color-White) !important;
  margin-left: var(--spacer-default-xxs);
  height: 46px;
  padding: 0 16px !important;
  width: 113px;
  cursor: pointer;
}

.express-button-small2 {
  border-radius: 4px;
  border: 1px solid var(--Color-Black) !important;
  background: var(--Color-White) !important;
  margin-left: var(--spacer-default-xxs);
  height: 46px;
  padding: 0 16px !important;
  width: auto;
  cursor: pointer;
}

.express-button-black-text {
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-terms-wrapper {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--Color-Grey-20);
  padding: 14px 0 24px;
}

.express-term-sub {
  color: var(--Color-Grey-80);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.06px;
  text-decoration-line: underline;
}

.express-chbox-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 16px;
}

.express-timer-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  z-index: 1;
  right: 12px;
}

.express-time-text-blue {
  color: var(--Color-Blue);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.express-time-text-red {
  color: var(--Color-Red);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.express-time-btn {
  padding: 4px 12px !important;
  border-radius: 100px;
  border: 1px solid var(--Color-Black) !important;
  background: var(--Color-White) !important;
  height: 46px;
  cursor: pointer;
  border: 1px solid var(--Color-Grey-40) !important;
  background: var(--Color-White);
  color: var(--Color-Grey-80);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.06px;
  margin-left: 8px;
  height: auto;
}

.cancel-btn {
  width: 132px;
  padding: 10px 0;
  background-color: var(--Color-White);
  color: var(--Color-Grey-80);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
  border: 1px solid var(--Color-Grey-40);
  border-radius: 100px;
  margin-right: 10px;
}

.confirm-btn {
  width: 132px;
  padding: 10px 0;
  background-color: var(--Color-Black);
  color: var(--Color-White);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
  border-radius: 100px;
}

/* 공통 라벨 인풋 세트 */

.basic-label-left {
  display: flex;
  align-items: center;
  position: relative;
}

.basic-checkbox.seperate-line {
  border-top: 1px solid var(--Color-Grey-20);
  padding-top: 14px;
}

.basic-checkbox.seperate-line2 {
  border-top: 1px solid var(--Color-Grey-20);
  padding-top: 14px;
}

.basic-label-left.hidden {
  display: none;
}

.basic-checkbox.align-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.basic-label-left + .basic-label-left,
.basic-checkbox + .basic-checkbox {
  margin-top: 0;
}

.basic-checkbox.margin-10 {
  margin-bottom: 10px;
}

.basic-checkbox.font-700 > label {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.basic-checkbox + .basic-label-left {
  margin-top: 16px;
}

.basic-label-left label {
  min-width: 158px;
  font-size: 16px;
  pointer-events: none;
}

.basic-label-left input[type="text"],
.basic-label-left input[type="tel"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--Color-Grey-40);
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  background: var(--Surface-Surface-30);
}

.basic-label-left input[type="text"]:focus,
.basic-label-left input[type="tel"]:focus {
  outline: none;
}

.basic-label-left input[type="text"]:-webkit-autofill,
.basic-label-left input[type="tel"]:-webkit-autofill {
  background-color: transparent !important;
  box-shadow: 0 0 0px 1000px white inset !important;
}

.basic-label-left.error input[type="text"],
.basic-label-left.error input[type="tel"] {
  border-color: var(--Color-Red);
}

/* basic checkbox */

.sub-checkbox-group input[type="checkbox"],
.basic-checkbox input[type="checkbox"] {
  margin: 0;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  appearance: none;
  background-image: url("//image.chosun.com/cds/icon/box-uncheck.svg");
  cursor: pointer;
  -webkit-appearance: none;
  border: 0;
}

.sub-checkbox-group input[type="checkbox"]:checked,
.basic-checkbox input[type="checkbox"]:checked {
  background-image: url("//image.chosun.com/cds/icon/box-check.svg");
}

.basic-checkbox label {
  color: var(--Color-Black);
  position: relative;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.06px;
  padding: 6px 0;
}

.basic-checkbox label.font-14 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.07px;
  font-weight: 700;
}

.basic-checkbox label.agree-all {
  width: fit-content;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.basic-checkbox label[for="agree-age"] {
  width: fit-content;
}

.basic-checkbox .icon {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.basic-checkbox.arrow {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.express-social-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.express-social-section .express-social-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  margin-bottom: 16px;
}

.express-social-section .express-social-box .social-icon {
  width: 52px;
  height: 52px;
  border: none;
}

/* 이메일 로그인 관련 */

.express-email-confirm {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.express-email-confirm .lottie-wrapper {
  margin: 32px 0 24px;
}

.express-email-confirm .main-title {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.12px;
  margin-bottom: 16px;
}

.express-email-confirm .sub-title {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
  word-break: keep-all;
}

.express-email-confirm .link-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 28px;
}

.express-email-confirm .link-box .left-title {
  color: var(--Color-Black);
  text-align: left;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-right: 8px;
}

.express-email-confirm .link-box .link-title {
  color: var(--Color-Blue);
  text-align: right;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  text-decoration: none;
  border: none;
}

/* 휴대폰 로그인 관련 */

.phone-input-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 24px;
}

.phone-input-wrapper.padding-bottom32 {
  padding-bottom: 32px;
}

.phone-input-wrapper.padding-bottom0 {
  padding-bottom: 0;
}

.phone-input-wrapper.padding-8 {
  padding-bottom: 8px;
}

.phone-input-wrapper.margin-32 {
  margin-top: 32px;
}

.phone-input-wrapper.margin-24 {
  margin-top: 24px;
}

.phone-input-wrapper .hidden {
  display: none;
}

.phone-input-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  position: relative;
}

.two-btn-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 32px;
}

.phone-input-title {
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
  padding-bottom: 6px;
}

.phone-input-title2 {
  text-align: center;
  display: inline-block;
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px; /* 150% */
  letter-spacing: -0.08px;
  padding-bottom: 32px;
}

.phone-input-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.phone-basic-input {
  border: 1px solid var(--Color-Grey-40);
}

.phone-basic-input,
.phone-error-input,
.phone-success-input,
.phone-check-input,
.phone-readonly-input {
  width: 100%;
  flex: 1;
  border-radius: 4px;
  padding: 12px;
  height: 46px;
  background: var(--Surface-Surface-30);
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
  flex: 1;
}

.phone-basic-input::placeholder {
  color: var(--Color-Grey-60);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.phone-basic-input:focus,
.phone-error-input:focus,
.phone-success-input:focus,
.phone-check-input:focus {
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.phone-basic-input:focus {
  border: 1px solid var(--Color-Black);
}

.phone-basic-input:focus:not(:focus-visible) {
  border: 1px solid var(--Color-Grey-40);
}

.phone-check-input {
  border: 1px solid var(--Color-Blue);
}

.phone-check-input:focus {
  border: 1px solid var(--Color-Blue);
}

.phone-check-input:focus:not(:focus-visible) {
  border: 1px solid var(--Color-Blue);
}

.phone-error-input {
  border: 1px solid var(--Color-Red);
}

.phone-error-input:focus {
  border: 1px solid var(--Color-Red);
}

.phone-error-input:focus:not(:focus-visible) {
  border: 1px solid var(--Color-Red);
}

.phone-success-input {
  border: 1px solid var(--Color-Blue);
}

.phone-success-input:focus {
  border: 1px solid var(--Color-Blue);
}

.phone-success-input:focus:not(:focus-visible) {
  border: 1px solid var(--Color-Blue);
}

.phone-readonly-input {
  background-color: var(--Color-Grey-10);
  border: 1px solid var(--Color-Grey-20);
}

.phone-readonly-input:disabled {
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.phone-notice-input {
  width: 100%;
  border: 1px solid var(--Color-Red);
  border-radius: 4px;
  padding: 12px;
  height: 46px;
  background-color: var(--Color-White);
}

.phone-notice-input:focus {
  outline: none;
}

.phone-notice-input:focus:not(:focus-visible) {
  border: 1px solid var(--Color-Red);
}

.phone-input-black-text {
  color: var(--Color-Black);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.phone-input-notice-grey {
  color: var(--Color-Grey-80);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.07px;
  padding-top: 4px;
}

.phone-input-notice-red {
  color: var(--Color-Red);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.07px;
  padding-top: 4px;
}

.phone-button-small {
  border-radius: 4px;
  border: 1px solid var(--Color-Black) !important;
  background: var(--Color-White) !important;
  margin-left: 8px;
  height: auto;
  min-height: 46px;
  padding: 0 16px !important;
  max-width: 115px;
  min-width: 71px;
  width: auto;
  cursor: pointer;
  word-break: keep-all;
  white-space: normal;
  flex-shrink: 0;
}

.phone-button-small.disabled {
  background: var(--Color-Grey-40) !important;
  color: var(--Color-Grey-60) !important;
  border: none !important;
  cursor: inherit;
}

.phone-button-black-text {
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.phone-timer-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  z-index: 1;
  right: 12px;
}

.phone-time-text-blue {
  color: var(--Color-Blue);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.phone-time-text-red {
  color: var(--Color-Red);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.phone-time-btn {
  padding: 4px 12px !important;
  border-radius: 100px;
  background: var(--Color-White) !important;
  height: 46px;
  cursor: pointer;
  border: 1px solid var(--Color-Grey-40) !important;
  background: var(--Color-White) !important;
  color: var(--Color-Grey-80) !important;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.06px;
  margin-left: 8px;
  height: auto;
}

/* 소셜 로그인 관련 */

.social-signup-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  border: 1px solid var(--Color-Grey-40);
  border-radius: 4px;
  background: var(--Surface-Surface-10);
  margin: 32px 0;
}

.social-signup-wrapper .social-signup-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.social-signup-wrapper .social-signup-box .social-id {
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-left: 12px;
}

.social-signup-wrapper .social-signup-box .social-icon {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.social-signup-wrapper .social-signup-box .social-icon > img {
  width: 32px;
  height: 32px;
}

/* 결제 금액 선택 */

.express-payment-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 32px;
}

.express-payment-wrapper .payment-loading-error {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.express-payment-wrapper .select-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
  background-color: var(--Surface-Surface-20);
  padding: 16px;
}

.express-payment-wrapper .select-box:hover {
  background: var(--ETC-G10-High);
}

.express-payment-wrapper .select-box.margin-24 {
  margin: 24px 0;
}

.express-payment-wrapper .select-box.selected {
  border: 2px solid var(--Color-Black);
  box-shadow: 0 4px 16px 0 rgba(34, 34, 34, 0.16);
}

.express-payment-wrapper .select-box.default {
  border: 1px solid var(--Color-Grey-20);
}

.express-payment-wrapper .select-box.position-rel {
  position: relative;
}

.express-payment-wrapper .normal-ui {
  width: 308px;
  margin: 0 auto;
  padding: 8px 16px;
  border-radius: 100px;
  background: var(--Color-Grey-10);
  text-align: center;
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.07px;
  margin-bottom: 20px;
}

.express-payment-wrapper .normal-ui .normal-ui-phone {
  color: inherit;
  text-decoration: underline;
}

.express-payment-wrapper .isReader-ui {
  margin: 0 auto;
  width: 308px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 100px;
  background-color: #fff8f9;
  margin-bottom: 20px;
}

.express-payment-wrapper .isReader-ui .event-title {
  text-align: left;
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.07px;
  margin-left: 4px;
}

.express-payment-wrapper .select-box .title-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 12px;
}

.express-payment-wrapper .select-box .title-box .top-title {
  color: var(--Color-Grey-80);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
  margin-bottom: 4px;
}

.express-payment-wrapper .select-box .title-box .bottom-title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.express-payment-wrapper .select-box .title-box .left-title {
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.1px;
}

.express-payment-wrapper .select-box .title-box .right-title {
  color: var(--Color-Grey-60);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  text-decoration-line: line-through;
  margin-left: 8px;
}

.express-payment-wrapper .phone-notice-wrapper {
  width: 100%;
  border-top: 1px solid var(--Color-Grey-60);
  padding-top: 16px;
  margin-top: 32px;
}

.express-payment-wrapper .phone-notice-wrapper .notice-title {
  color: var(--Color-Black);
  margin-bottom: 8px;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.express-payment-wrapper .phone-notice-wrapper .notice-contents-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 4px;
}

.express-payment-wrapper
  .phone-notice-wrapper
  .notice-contents-box:last-of-type {
  margin-bottom: 0;
}

.express-payment-wrapper
  .phone-notice-wrapper
  .notice-contents-box
  .notice-contents {
  color: var(--Color-Grey-80);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  word-break: keep-all;
}

.express-payment-wrapper
  .phone-notice-wrapper
  .notice-contents-box
  .notice-contents.link-text {
  font-weight: 400;
  text-decoration-line: underline;
  border: none;
}

.test-product-divider {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 12px;
  padding-top: 24px;
  border-top: 1px solid #222;
}

.test-product-title {
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
}

.express-radio-btn[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIgM0M3LjAyOSAzIDMgNy4wMjkgMyAxMkMzIDE2Ljk3MSA3LjAyOSAyMSAxMiAyMUMxNi45NzEgMjEgMjEgMTYuOTcxIDIxIDEyQzIxIDcuMDI5IDE2Ljk3MSAzIDEyIDNaIiBmaWxsPSIjRDdEN0Q3Ii8+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS45OTkyIDQuMjAwMkMxNi4zMDAyIDQuMjAwMiAxOS43OTkyIDcuNjk5MiAxOS43OTkyIDEyLjAwMDJDMTkuNzk5MiAxNi4zMDEyIDE2LjMwMDIgMTkuODAwMiAxMS45OTkyIDE5LjgwMDJDNy42OTgyMiAxOS44MDAyIDQuMTk5MjIgMTYuMzAxMiA0LjE5OTIyIDEyLjAwMDJDNC4xOTkyMiA3LjY5OTIgNy42OTgyMiA0LjIwMDIgMTEuOTk5MiA0LjIwMDJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  flex-shrink: 0;
}

.express-radio-btn[type="radio"]:checked {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIgM0M3LjAzIDMgMyA3LjAyOSAzIDEyQzMgMTYuOTcxIDcuMDMgMjEgMTIgMjFDMTYuOTcxIDIxIDIxIDE2Ljk3MSAyMSAxMkMyMSA3LjAyOSAxNi45NzEgMyAxMiAzWk0xMiA0LjJDMTYuMzAyIDQuMiAxOS44MDEgNy42OTkgMTkuODAxIDEyQzE5LjgwMSAxNi4zMDEgMTYuMzAyIDE5LjggMTIgMTkuOEM3LjY5OSAxOS44IDQuMiAxNi4zMDEgNC4yIDEyQzQuMiA3LjY5OSA3LjY5OSA0LjIgMTIgNC4yWiIgZmlsbD0iIzIyMjIyMiIvPgogIDxwYXRoIGQ9Ik0xNyAxMkMxNyAxNC43NjIgMTQuNzYyIDE3IDEyIDE3QzkuMjM5IDE3IDcgMTQuNzYyIDcgMTJDNyA5LjIzOCA5LjIzOSA3IDEyIDdDMTQuNzYyIDcgMTcgOS4yMzggMTcgMTJaIiBmaWxsPSIjMjIyMjIyIi8+Cjwvc3ZnPg==");
}

.red-price-badge {
  position: absolute;
  right: 10px;
  top: -15px;
  height: 40px;
  background: url("https://image.chosun.com/membership/join/img/discount.png")
    no-repeat 0 0 / 100%;
  color: var(--ETC-White-Static);
  padding: 3px 10px 11px 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  white-space: nowrap;
}

/* 결제 방법 선택 */

.express-payment-wrapper .product-wrapper {
  width: 100%;
  display: flex;
  padding: 16px 20px;
  flex-direction: column;
  border-radius: 8px;
  background: var(--ETC-G10-High);
  margin-bottom: 32px;
}

.express-payment-wrapper .product-wrapper .product-name {
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-bottom: 12px;
}

.express-payment-wrapper .product-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.express-payment-wrapper .product-info:last-of-type {
  margin-top: 8px;
}

.express-payment-wrapper .product-info .left-title {
  width: 86px;
  color: var(--Color-Grey-80);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.express-payment-wrapper .product-info .right-title {
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.express-payment-wrapper .paymethod-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.express-payment-wrapper .paymethod-wrapper .pay-title {
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-bottom: 16px;
}

.express-payment-wrapper .paymethod-wrapper .paymethod-box {
  width: 100%;
  padding: 16px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
  background-color: var(--Surface-Surface-20);
}

.express-payment-wrapper .paymethod-wrapper .paymethod-box:hover {
  background: var(--ETC-G10-High);
}

.express-payment-wrapper .paymethod-wrapper .paymethod-box.default {
  border: 1px solid var(--Color-Grey-20);
}

.express-payment-wrapper .paymethod-wrapper .paymethod-box.selected {
  border: 1px solid var(--Color-Black);
}

.express-payment-wrapper .paymethod-wrapper .paymethod-box:not(:last-of-type) {
  margin-bottom: 8px;
}

.express-payment-wrapper .paymethod-wrapper .paymethod-box .right-title {
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-left: 8px;
}

.express-payment-wrapper .paymethod-wrapper .paymethod-box .title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 8px;
}

.express-payment-wrapper .payment-term-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0 24px;
}

.express-payment-wrapper .payment-term-box .left-title {
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.06px;
  padding: 6px 0;
}

.express-payment-wrapper .payment-term-box .term-btn {
  border: none;
  color: var(--Color-Grey-80);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.06px;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  width: auto;
  min-width: 23px;
  height: 18px;
  margin-left: 4px;
}

/* 카드 결제 관련 */

.express-payment-wrapper .card-form-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

.express-payment-wrapper .card-form-section.margin-bottom-0 {
  margin: 0;
}

.express-payment-wrapper .card-form-section .title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.express-payment-wrapper .card-number-box {
  border-radius: 4px;
  border: 1px solid var(--Color-Grey-40);
  background: var(--Surface-Surface-30);
  display: flex;
  align-items: center;
  padding: 12px;
  position: relative;
}

.express-payment-wrapper .card-number-box:focus-within {
  border: 1px solid var(--Color-Black);
}

.express-payment-wrapper .card-number-box.error {
  border: 1px solid var(--Color-Red);
}

.express-payment-wrapper .card-number-box.error:focus-within {
  border: 1px solid var(--Color-Red);
}

.express-payment-wrapper .card-number-box > *:not(:last-child) {
  margin-right: 4px;
}

.express-payment-wrapper .card-part-input {
  border: none;
  outline: none;
  font-variant-numeric: tabular-nums;
  width: 44px;
  text-align: left;
  background: transparent;
  color: var(--Color-Black);
  font-weight: 700;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;

  font-size: 1rem;
  /* 사파리 기본 스타일 대응 */
  box-sizing: border-box;
  padding: 0;
  -webkit-appearance: none;
}

.express-payment-wrapper .card-part-input.dot-mark {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  padding-left: 6px;
}

.express-payment-wrapper .card-part-input.bg-focus:focus {
  background-color: var(--Color-Grey-20);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.express-payment-wrapper .dot-mark {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.express-payment-wrapper .dot-placeholder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  color: var(--Color-Grey-60);
  font-weight: 700;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 1rem;
  z-index: 0;

  display: flex;
  align-items: center;
}

.express-payment-wrapper .dot-placeholder span {
  display: inline-block;
  margin-right: 2px;
}

.express-payment-wrapper .dot-placeholder span:last-child {
  margin-right: 0;
}

.express-payment-wrapper .dot-mark:has(input:not([value=""]))::after {
  display: none;
}

.express-payment-wrapper .card-part-input::placeholder {
  color: var(--Color-Grey-60);
  font-weight: 400;
}

.express-payment-wrapper .card-part-input[readonly]::placeholder {
  font-size: 0.6rem;
}

.express-payment-wrapper .card-part-input:focus {
  color: var(--Color-Black);
  font-weight: 700;
}

.express-payment-wrapper .card-separator {
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  color: var(--Color-Grey-60);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
  user-select: none;
  flex-shrink: 0;
}

.express-payment-wrapper .card-form-section .title-txt {
  color: var(--Color-Black);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-bottom: 16px;
}

.express-payment-wrapper .card-form-section .toggle-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 999px;
  background: var(--Color-Grey-20);
  padding: 2px;
}

.express-payment-wrapper .card-form-section .toggle-box .toggle-btn {
  border-radius: 999px;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.07px;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
}

.express-payment-wrapper .card-form-section .toggle-box .toggle-btn.default {
  color: var(--Color-Black);
  background: var(--Color-White);
}

.express-payment-wrapper .card-form-section .toggle-box .toggle-btn.selected {
  color: var(--Color-Grey-80);
  background: var(--Color-Grey-20);
}

/* 완료 페이지 */

.lottie-complete-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCIgdmlld0JveD0iMCAwIDgwIDgwIiBmaWxsPSJub25lIj4KICA8Y2lyY2xlIGN4PSI0MCIgY3k9IjQwIiByPSI0MCIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzEzNDQwXzExMDgxOSkiLz4KICA8ZGVmcz4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMzQ0MF8xMTA4MTkiIHgxPSI0MCIgeTE9IjAiIHgyPSI0MCIgeTI9IjgwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNEQjQ2NUYiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQkYxOTFBIi8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KPC9zdmc+");
  margin-top: 4px;
}

.express-main-screen .complete-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 12px 0 32px;
}

.express-main-screen .complete-title-box.margin {
  margin: 24px 0 32px;
}

.express-main-screen .complete-title-box .complete-title {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.12px;
  word-break: keep-all;
}

.express-main-screen .complete-title-box .complete-title.color-red {
  color: var(--Color-Red);
}

.express-main-screen .complete-title-box .complete-sub-title {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-top: 16px;
  word-break: keep-all;
}

.express-main-screen .complete-title-box .complete-sub-title.margin-8 {
  margin-top: 8px;
}

/* 공통 모달 관련 */

.common-modal-bg {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 200vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  position: fixed;
}

.common-modal-wrapper {
  background: var(--Surface-Surface-10);
  width: 480px;
  height: auto;
  color: var(--Color-Black);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.common-modal-wrapper .common-modal-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 12px 12px 12px 0;
}

.common-modal-wrapper .common-modal-header .common-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: none;
}

.common-modal-wrapper .common-modal-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px 40px 40px;
}

.common-modal-wrapper .common-modal-contents .modal-title {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.12px;
  margin-bottom: 12px;
  white-space: pre;
}

.common-modal-wrapper .common-modal-contents .modal-title.margin-32 {
  margin-bottom: 32px;
}

.common-modal-wrapper .common-modal-contents .modal-sub-title {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.09px;
  margin-bottom: 32px;
  white-space: pre-wrap;
  word-break: keep-all;
}

.common-modal-wrapper .common-modal-contents .modal-btn-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.common-modal-wrapper .common-modal-contents .modal-btn-wrapper .white-btn,
.common-modal-wrapper .common-modal-contents .modal-btn-wrapper .black-btn {
  box-sizing: border-box;
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
  border-radius: 100px;
  padding: 10px 20px;
  min-height: 44px;
  min-width: 132px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.common-modal-wrapper .common-modal-contents .modal-btn-wrapper .white-btn {
  color: var(--Color-Grey-80);
  border: 1px solid var(--Color-Grey-40);
  background: var(--Surface-Surface-30);
}

.common-modal-wrapper .common-modal-contents .modal-btn-wrapper .black-btn {
  border: none;
  color: var(--Color-White);
  background: var(--Color-Black);
}

/* 결제 에러 관련 */

.error-screen-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-screen-wrapper .error-screen-content {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-screen-wrapper .error-screen-content .error-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

.error-screen-wrapper .error-screen-content .error-icon.fail {
  background-image: url("https://image.chosun.com/express-signup/icon_common_error.svg");
  background-repeat: no-repeat;
}

.error-screen-wrapper .error-screen-content .error-icon.pay-error {
  background-image: url("https://image.chosun.com/express-signup/icon_pay_error.svg");
  background-repeat: no-repeat;
}

.error-screen-wrapper .error-screen-content .error-icon.network-error {
  background-image: url("https://image.chosun.com/express-signup/icon_network_error.svg");
  background-repeat: no-repeat;
}

.error-screen-wrapper .error-screen-content .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0 40px;
}

.error-screen-wrapper .error-screen-content .text-box .main-title {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.12px;
  margin-bottom: 16px;
  word-break: keep-all;
}

.error-screen-wrapper .error-screen-content .text-box .sub-title {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.error-screen-wrapper .error-screen-content .text-box .error-notice {
  color: var(--Color-Grey-60);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  margin-top: 4px;
}

/* 약관 관련 */

.terms-modal-bg {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  position: fixed;
}

.terms-modal-wrapper {
  background: var(--Surface-Surface-10);
  width: 642px;
  height: 526px;
  color: var(--Color-Black);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.terms-modal-wrapper .terms-close-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 12px 12px 0 0;
  margin-bottom: 14px;
}

.terms-modal-wrapper .terms-close-box .terms-close-btn {
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms-modal-wrapper .close-btn,
.close-btn2 {
  position: absolute;
  top: 12px;
  right: 12px;
  color: var(--Surface-Surface-10);
  cursor: pointer;
  border: none;
}

.terms-modal-wrapper .terms-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: var(--Color-Grey-60) transparent;
  overflow-x: hidden;
}

.terms-modal-wrapper .terms-header {
  width: 642px;
  background: var(--Surface-Surface-10);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  border-radius: 16px;
}

.terms-modal-wrapper .terms-content {
  margin: 0 0 114px 0;
  overflow: auto;
  padding: 0 32px;
}

.terms-modal-wrapper .terms-content.margin-bottom-42 {
  margin-bottom: 42;
}

.terms-modal-wrapper .terms-title {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.12px;
}

.terms-modal-wrapper .terms-agree-btn {
  width: calc(100% - 48px);
  border-radius: 100px;
  background: var(--Color-Black);
  color: var(--Color-White);
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.08px;
  padding: 14px 0;
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.terms-modal-wrapper .terms-agree-btn.hidden {
  display: none;
}

/* 추천인코드 */

.invite-code-wrapper {
  display: flex;
  padding: 20px 24px 24px 24px;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  background: var(--Color-Grey-10);
  margin-top: 32px;
  margin-bottom: 28px;
}

.invite-code-wrapper .invite-title-text {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
  margin-bottom: 16px;
}

/* 포인트 말풍선 */

.speech-bubble-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  animation: float 400ms ease-in-out infinite alternate;
}

.speech-bubble-tail {
  position: relative;
  left: 24px;
  bottom: -4px;
  z-index: 2;
  display: block;
  filter: drop-shadow(0 1px 0 #fff6f6);
}

.speech-bubble {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  border: 1px solid #f9e3e3;
  background: #fff6f6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  white-space: normal;
  width: auto;
  max-width: 100%;
  height: auto;
}

.speech-bubble-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.speech-bubble-content .point-icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.speech-bubble-content .content-black-text,
.speech-bubble-content .content-red-text {
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.speech-bubble-content .content-black-text {
  color: var(--Color-Black);
  font-weight: 400;
}

.speech-bubble-content .content-red-text {
  color: var(--Color-Red);
  font-weight: 700;
}

.speech-bubble-content > .content-black-text {
  flex: 1;
  min-width: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

@keyframes float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-2px);
  }
}

#toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--ETC-White-Static);
  padding: 8px 12px 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 101;
  width: 100%;
  max-width: 956px;
}

#toast.error {
  background-color: var(--Color-Red);
}

#toast.success {
  background-color: var(--Color-Blue);
}

#toast.show {
  opacity: 1;
  pointer-events: auto;
}

#toast .toast-inner {
  display: flex;
  align-items: center;
}

#toast .toast-inner svg {
  margin-right: 4px;
}

#toast .toast-inner svg:last-child {
  margin-left: auto;
  margin-right: 0;
}

#toast .toast-close {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--Surface-Surface-30) inset !important;
  -webkit-text-fill-color: var(--Color-Black) !important;
}

/* Firefox */

input:-moz-autofill {
  background-color: var(--Surface-Surface-30) !important;
}

/* 키패드 */

.cpoint_pinpad {
  position: fixed !important;
  z-index: 9999 !important;
  width: 468px !important;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 10% !important;
}

/* 공통 로딩 창 */

.common-spiner-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.common-spiner-text {
  color: var(--Color-Black);
  text-align: center;
  font-family:
    "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
    나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.12px;
  margin: 32px 0 40px;
}

/* 태블릿 + 모바일 공통 */

@media screen and (max-width: 985px) {
}

/* 태블릿 해상도만 */

@media only screen and (min-width: 690px) and (max-width: 985px) {
}

/* 모바일 해상도만 */

@media screen and (max-width: 689px) {
  .express-modal-wrapper {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
  }

  .express-wrapper {
    width: auto;
    padding: 0px 16px;
    overflow-y: scroll;
    margin: 48px auto 0px;
  }

  .express-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.12px;
  }

  .express-input-wrapper {
    padding-bottom: 24px;
  }

  .express-terms-wrapper {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--Color-Grey-60);
    padding: 24px 0;
  }

  .mobile-lnb {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 18px 16px;
    background: var(--color-white);
  }

  .mobile-lnb .link {
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: none;
  }

  .mobile-lnb .lnb-title {
    color: var(--Color-Black);
    text-align: center;
    font-family:
      "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic",
      나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.09px;
  }

  .express-sub-title {
    white-space: pre-line;
  }

  .pc-hidden {
    display: block;
  }

  html:has(ins[data-anchor-status="displayed"]) {
    .express-common-btn-wrapper {
      width: calc(100% - 48px);
      position: fixed;
      bottom: 148px;
    }
  }

  .express-common-btn-wrapper {
    width: calc(100% - 48px);
    position: fixed;
    bottom: 0;
  }

  .common-modal-wrapper {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  /* 보안키패드 */
  .cpoint_pinpad {
    z-index: 9999 !important;
    width: 100% !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    bottom: 0 !important;
  }

  /* 약관모달 */
  .terms-modal-bg {
    width: 100%;
  }

  .terms-modal-wrapper {
    width: 100%;
    /* height: 100%; */
    height: 100dvh;
    border-radius: 0;
  }

  .terms-modal-wrapper .terms-header {
    border-radius: 0;
    width: 100%;
  }

  /* 추천인코드 */
  .invite-code-wrapper .invite-title-text {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.07px;
  }

  #toast {
    width: calc(100% - 32px);
  }

  /* 모달  */
  /* 공통 모달 관련 */
  .common-modal-bg {
    width: 100%;
    left: 0;
    top: 0;
    transform: none;
  }

  .common-modal-wrapper .common-modal-contents {
    padding: 0 24px 32px 24px;
  }

  .common-modal-wrapper .common-modal-contents .modal-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.1px;
  }

  .common-modal-wrapper .common-modal-contents .modal-sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.08px;
  }

  .express-payment-wrapper .normal-ui,
  .express-payment-wrapper .isReader-ui {
    width: 100%;
  }
}

/* 다크모드 대응 */

@media (prefers-color-scheme: dark) {
  .express-modal-bg {
    background: rgba(0, 0, 0, 0.6);
  }

  .sub-checkbox-group input[type="checkbox"],
  .basic-checkbox input[type="checkbox"],
  .image-checkbox input[type="checkbox"] {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTcuNSAyLjVWMTcuNUgyLjVWMi41SDE3LjVaIiBmaWxsPSIjNzA3MDcwIi8+CiAgPHBhdGggZD0iTTE2LjUgMy41SDMuNVYxNi41SDE2LjVWMy41WiIgZmlsbD0iIzM2MzYzNiIvPgo8L3N2Zz4=");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .sub-checkbox-group input[type="checkbox"]:checked,
  .basic-checkbox input[type="checkbox"]:checked,
  .image-checkbox input[type="checkbox"]:checked {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMi41IDE3LjVIMTcuNVYyLjVIMi41VjE3LjVaIiBmaWxsPSIjZmZmZmZmIi8+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC40NjQ2IDUuODMzMzNMMTUuODMzNyA3LjIzNDUzTDkuMDYwNzcgMTQuMTY2N0w0LjE2Njk5IDkuMTU4OTJMNS41MzU5MyA3Ljc1NzQ5TDkuMDU5NzkgMTEuMzY0M0wxNC40NjQ2IDUuODMzMzNaIiBmaWxsPSIjMjIyMjIyIi8+Cjwvc3ZnPg==");
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* 라디오 버튼 */
  .express-radio-btn[type="radio"],
  [data-theme="dark"] .express-radio-btn[type="radio"] {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIgM0M3LjAyOSAzIDMgNy4wMjkgMyAxMkMzIDE2Ljk3MSA3LjAyOSAyMSAxMiAyMUMxNi45NzEgMjEgMjEgMTYuOTcxIDIxIDEyQzIxIDcuMDI5IDE2Ljk3MSAzIDEyIDNaIiBmaWxsPSIjNzA3MDcwIi8+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS45OTkyIDQuMjAwMkMxNi4zMDAyIDQuMjAwMiAxOS43OTkyIDcuNjk5MiAxOS43OTkyIDEyLjAwMDJDMTkuNzk5MiAxNi4zMDEyIDE2LjMwMDIgMTkuODAwMiAxMS45OTkyIDE5LjgwMDJDNy42OTgyMiAxOS44MDAyIDQuMTk5MjIgMTYuMzAxMiA0LjE5OTIyIDEyLjAwMDJDNC4xOTkyMiA3LjY5OTIgNy42OTgyMiA0LjIwMDIgMTEuOTk5MiA0LjIwMDJaIiBmaWxsPSIjMzYzNjM2Ii8+Cjwvc3ZnPg==");
  }

  .express-radio-btn[type="radio"]:checked,
  [data-theme="dark"] .express-radio-btn[type="radio"]:checked {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIgM0M3LjAzIDMgMyA3LjAyOSAzIDEyQzMgMTYuOTcxIDcuMDMgMjEgMTIgMjFDMTYuOTcxIDIxIDIxIDE2Ljk3MSAyMSAxMkMyMSA3LjAyOSAxNi45NzEgMyAxMiAzWk0xMiA0LjJDMTYuMzAyIDQuMiAxOS44MDEgNy42OTkgMTkuODAxIDEyQzE5LjgwMSAxNi4zMDEgMTYuMzAyIDE5LjggMTIgMTkuOEM3LjY5OSAxOS44IDQuMiAxNi4zMDEgNC4yIDEyQzQuMiA3LjY5OSA3LjY5OSA0LjIgMTIgNC4yWiIgZmlsbD0iI2ZmZmZmZiIvPgogIDxwYXRoIGQ9Ik0xNyAxMkMxNyAxNC43NjIgMTQuNzYyIDE3IDEyIDE3QzkuMjM5IDE3IDcgMTQuNzYyIDcgMTJDNyA5LjIzOCA5LjIzOSA3IDEyIDdDMTQuNzYyIDcgMTcgOS4yMzggMTcgMTJaIiBmaWxsPSIjZmZmZmZmIi8+Cjwvc3ZnPg==");
  }

  .error-screen-wrapper .error-screen-content .error-icon.fail {
    background-image: url("https://image.chosun.com/express-signup/icon_common_error_dark.svg");
    background-repeat: no-repeat;
  }

  .error-screen-wrapper .error-screen-content .error-icon.pay-error {
    background-image: url("https://image.chosun.com/express-signup/icon_pay_error_dark.svg");
    background-repeat: no-repeat;
  }

  .error-screen-wrapper .error-screen-content .error-icon.network-error {
    background-image: url("https://image.chosun.com/express-signup/icon_network_error_dark.svg");
    background-repeat: no-repeat;
  }

  .express-common-btn-wrapper .express-common-btn.membership:hover {
    background: linear-gradient(
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.1)
      )
      #f04348;
  }

  .speech-bubble-tail {
    filter: drop-shadow(0 1px 0 #363636);
  }

  .speech-bubble {
    background-color: #363636;
    border: 1px solid #434343;
  }

  .express-payment-wrapper .isReader-ui {
    background-color: #2f2929;
  }
}
/*$vite$:1*/