@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.qrv {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif;
  color: #41506f;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  background: #f6f8fb;
  min-height: 100vh;
}
.qrv.is-valid {
  --accent: #1f8a4d;
  --accent-soft: #eef6f0;
}
.qrv.is-reissued {
  --accent: #2b5fb8;
  --accent-soft: #eef2fa;
}
.qrv.is-invalid {
  --accent: #c53a4e;
  --accent-soft: #fbeef0;
}

.qrv-top {
  background: #0e1d44;
  border-bottom: 1px solid rgba(220, 186, 106, 0.25);
}
.qrv-top__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 24px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qrv-top__eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.qrv-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.qrv-brand__mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #dcba6a;
  color: #0e1d44;
  font-weight: 700;
  font-size: 16px;
}
.qrv-brand__name {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.qrv-wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 24px 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.qrv-hero {
  background: #ffffff;
  border: 1px solid #e4e9f2;
  border-top: 3px solid var(--accent);
  border-radius: 10px;
  padding: 40px 32px 36px;
  text-align: center;
}
.qrv-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px 7px 11px;
  border-radius: 6px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.qrv-hero__icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
}
.qrv-hero__en {
  font-size: 13px;
}
.qrv-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #6b7794;
  margin-bottom: 12px;
}
.qrv-hero__word {
  font-size: 30px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.qrv-hero__desc {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 600;
  color: #111c36;
}
.qrv-hero__sub {
  margin-top: 6px;
  font-size: 13.5px;
  color: #6b7794;
}

.qrv-card {
  background: #ffffff;
  border: 1px solid #e4e9f2;
  border-radius: 10px;
  padding: 28px 28px;
}
.qrv-card__title {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #111c36;
  padding-left: 12px;
  margin-bottom: 22px;
}
.qrv-card__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 3px;
  border-radius: 2px;
  background: #dcba6a;
}

.qrv-report {
  list-style: none;
}
.qrv-report__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #eef2f8;
}
.qrv-report__item:last-child {
  border-bottom: 0;
}
.qrv-report__item.is-ok::before {
  content: "✓";
  order: -1;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef6f0;
  color: #1f8a4d;
  font-size: 11px;
  font-weight: 700;
}
.qrv-report__label {
  flex: 1;
  font-size: 14px;
  color: #41506f;
}
.qrv-report__label em {
  display: block;
  font-style: normal;
  font-size: 11px;
  color: #6b7794;
  letter-spacing: 0.04em;
}
.qrv-report__value {
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  color: #111c36;
}
.qrv-report__value em {
  display: block;
  font-style: normal;
  font-size: 11px;
  font-weight: 500;
  color: #1f8a4d;
  letter-spacing: 0.04em;
}

.qrv-hash {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f6f8fb;
  border: 1px solid #e4e9f2;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.qrv-hash__label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7794;
}
.qrv-hash__value {
  font-size: 13px;
  font-weight: 700;
  color: #15264f;
  letter-spacing: 0.04em;
}

.qrv-info__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #eef2f8;
}
.qrv-info__row:last-child {
  border-bottom: 0;
}
.qrv-info__row dt {
  font-size: 13.5px;
  color: #6b7794;
}
.qrv-info__row dd {
  font-size: 14px;
  color: #111c36;
  font-weight: 500;
  word-break: keep-all;
}
.qrv-info--issuer .qrv-info__row dd {
  font-weight: 400;
  color: #41506f;
}

.qrv-chip {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 5px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
}

.qrv-actions {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.qrv-btn {
  flex: 1;
  height: 50px;
  border: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.qrv-btn--solid {
  background: #0e1d44;
  color: #fff;
}
.qrv-btn--solid:hover {
  background: #15264f;
}
.qrv-btn--ghost {
  background: #fff;
  color: #0e1d44;
  border: 1px solid #e4e9f2;
}
.qrv-btn--ghost:hover {
  border-color: #dcba6a;
  color: #b9903d;
}

.qrv-notice {
  margin-top: 8px;
  font-size: 12.5px;
  color: #6b7794;
  text-align: center;
  line-height: 1.8;
}

.qrv-foot {
  border-top: 1px solid #e4e9f2;
  padding: 28px 24px 36px;
  text-align: center;
}
.qrv-foot__name {
  font-size: 13px;
  color: #41506f;
  font-weight: 600;
}
.qrv-foot__copy {
  margin-top: 4px;
  font-size: 11.5px;
  color: #6b7794;
}

.qrv-pagehead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e9f2;
}
.qrv-pagehead__title {
  font-size: 21px;
  font-weight: 700;
  color: #111c36;
  letter-spacing: -0.01em;
}

.qrv-btn--sm {
  height: 40px;
  flex: 0 0 auto;
  padding: 0 18px;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.qrv-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: 5px;
  font-size: 12.5px;
  font-weight: 700;
  white-space: nowrap;
}
.qrv-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.qrv-badge.is-pending {
  background: #fbf3e6;
  color: #c88a2c;
}
.qrv-badge.is-valid {
  background: #eef6f0;
  color: #1f8a4d;
}
.qrv-badge.is-reissued {
  background: #eef2fa;
  color: #2b5fb8;
}
.qrv-badge.is-rejected {
  background: #fbeef0;
  color: #c53a4e;
}
.qrv-badge.is-cancelled {
  background: #f7ecec;
  color: #b8443f;
}

.qrv-list {
  background: #ffffff;
  border: 1px solid #e4e9f2;
  border-radius: 10px;
  overflow: hidden;
}

.qrv-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  border-bottom: 1px solid #eef2f8;
}
.qrv-row:last-child {
  border-bottom: 0;
}
.qrv-row__main {
  min-width: 0;
}
.qrv-row__type {
  font-size: 15.5px;
  font-weight: 700;
  color: #111c36;
  letter-spacing: -0.01em;
}
.qrv-row__meta {
  margin-top: 6px;
  font-size: 12.5px;
  color: #6b7794;
}
.qrv-row__side {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}

.qrv-linkbtn {
  font-size: 13px;
  font-weight: 600;
  color: #0e1d44;
  text-decoration: none;
  white-space: nowrap;
}
.qrv-linkbtn:hover {
  color: #b9903d;
}
.qrv-linkbtn.is-muted {
  color: #6b7794;
  cursor: default;
}

.qrv-empty {
  background: #ffffff;
  border: 1px solid #e4e9f2;
  border-radius: 10px;
  text-align: center;
  color: #6b7794;
  font-size: 14px;
  padding: 64px 20px;
}

.qrv-field + .qrv-field {
  margin-top: 22px;
}
.qrv-field__label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: #111c36;
  margin-bottom: 8px;
}
.qrv-field__req {
  color: #b9903d;
}
.qrv-field__help {
  margin-top: 6px;
  font-size: 12px;
  color: #6b7794;
}

.qrv-input, .qrv-select, .qrv-textarea {
  width: 100%;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 14px;
  color: #111c36;
  font-family: inherit;
  background: #fff;
  transition: border-color 0.15s ease;
}
.qrv-input:focus, .qrv-select:focus, .qrv-textarea:focus {
  outline: 0;
  border-color: #dcba6a;
  box-shadow: 0 0 0 3px rgba(220, 186, 106, 0.15);
}

.qrv-textarea {
  resize: vertical;
  min-height: 96px;
}

.qrv-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 22px;
  font-size: 13.5px;
  color: #41506f;
  line-height: 1.55;
}
.qrv-check input {
  margin-top: 2px;
  width: 17px;
  height: 17px;
  accent-color: #0e1d44;
  flex: 0 0 auto;
}

@media (max-width: 480px) {
  .qrv-wrap {
    padding: 28px 18px 44px;
    gap: 18px;
  }
  .qrv-hero {
    padding: 30px 22px 26px;
  }
  .qrv-hero__word {
    font-size: 26px;
  }
  .qrv-card {
    padding: 22px 20px;
  }
  .qrv-info__row {
    grid-template-columns: 96px 1fr;
  }
  .qrv-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 20px;
  }
  .qrv-row__side {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }
}
/* 인쇄 전용 양식 — 화면 비표시, 인쇄 시에만 출력 */
.qrv-print {
  display: none;
}

@media print {
  .qrv {
    background: #fff;
    -webkit-print-color-adjust: exact; /* 색상 인쇄 보존(상태 등) */
    print-color-adjust: exact;
  }
  .qrv-print {
    display: block;
    color: #111;
    font-size: 12px;
    line-height: 1.6;
  }
  .qrv-print__head {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #111;
  }
  .qrv-print__title {
    font-size: 20px;
    font-weight: 700;
  }
  .qrv-print__status {
    margin-top: 8px;
    font-size: 13px;
  }
  .qrv-print__sec {
    margin-bottom: 20px;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    page-break-inside: avoid;
  }
  .qrv-print__sec h2 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #111;
  }
  .qrv-print table {
    width: 100%;
    border-collapse: collapse;
  }
  .qrv-print th, .qrv-print td {
    text-align: left;
    font-size: 12px;
    padding: 7px 6px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
  }
  .qrv-print th {
    width: 130px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
  }
  .qrv-print__foot {
    margin-top: 24px;
    font-size: 10.5px;
    color: #666;
    text-align: right;
  }
}/*# sourceMappingURL=qr.css.map */
/* ============================================================
   [260724] e-COT 출시 전 화면 수정 — 검증 결과 화면 추가 스타일
   ※ qr.css 맨 아래에 그대로 이어붙일 것 (컴파일 불필요)
   기존 팔레트 값 그대로 사용:
     navy #0e1d44 / navy-2 #15264f / gold #dcba6a / gold-deep #b9903d
     ink-900 #111c36 / ink-600 #41506f / ink-400 #6b7794
     line #e4e9f2 / line-soft #eef2f8 / paper #f6f8fb
     valid #1f8a4d / valid-soft #eef6f0
   ============================================================ */

/* ---- 공통 모노스페이스 ---- */
.qrv-mono {
  font-family: 'Space Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .02em;
}

/* ---- 국문/영문 2줄 패턴 ---- */
.qrv-card__title em,
.qrv-info__row dt em {
  display: block;
  font-style: normal;
  font-size: 11px;
  font-weight: 500;
  color: #6b7794;
  letter-spacing: .04em;
  margin-top: 2px;
}

.qrv-info__row dd em {
  font-style: normal;
  font-size: 11.5px;
  font-weight: 500;
  color: #6b7794;
  letter-spacing: .04em;
  margin-left: 5px;
}

/* ---- Hero: 결과 문구 영문 / 발급번호 ---- */
.qrv-hero__desc em {
  display: block;
  margin-top: 5px;
  font-style: normal;
  font-size: 12.5px;
  font-weight: 500;
  color: #6b7794;
  letter-spacing: .01em;
  word-break: keep-all;
}

.qrv-hero__issueno {
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  background: #f6f8fb;
}

.qrv-hero__issueno-label {
  display: block;
  font-size: 11.5px;
  color: #6b7794;
  letter-spacing: .04em;
}

.qrv-hero__issueno-label em {
  font-style: normal;
  margin-left: 4px;
}

.qrv-hero__issueno-value {
  display: block;
  margin-top: 5px;
  font-family: 'Space Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 17px;
  font-weight: 700;
  color: #15264f;
  letter-spacing: .05em;
  word-break: break-all;
}

/* ============================================================
   아코디언 (전자서명 / 타임스탬프 / 문서 무결성)
   - 최초 로드 시 모두 접힘(details 기본값)
   - 행 전체 클릭 가능, 높이 48px 이상
   ============================================================ */
.qrv-acc__item {
  border-bottom: 1px solid #eef2f8;
}

.qrv-acc__item:last-child {
  border-bottom: 0;
}

.qrv-acc__item[open] {
  background: rgba(246, 248, 251, .6);
}

/* 접힘 행 */
.qrv-acc__head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 14px 4px;
  cursor: pointer;
  list-style: none;
  transition: background .15s ease;
}

.qrv-acc__head::-webkit-details-marker {
  display: none;
}

.qrv-acc__head::marker {
  content: "";
}

.qrv-acc__head:hover {
  background: rgba(246, 248, 251, .9);
}

.qrv-acc__label {
  flex: 0 0 auto;
  min-width: 104px;
  font-size: 14px;
  font-weight: 600;
  color: #111c36;
  word-break: keep-all;
}

.qrv-acc__label em {
  display: block;
  font-style: normal;
  font-size: 11px;
  font-weight: 500;
  color: #6b7794;
  letter-spacing: .04em;
  margin-top: 2px;
}

/* 접힘 상태 표시값 — 알고리즘 / ISO 8601 시각 / 축약 해시만 */
.qrv-acc__brief {
  flex: 1 1 auto;
  min-width: 0;
  text-align: right;
  font-size: 11px;
  color: #6b7794;
  letter-spacing: .04em;
}

.qrv-acc__brief em {
  font-style: normal;
}

.qrv-acc__brief b {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 700;
  color: #15264f;
  word-break: break-all;
}

.qrv-acc__arrow {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  position: relative;
  transition: transform .2s ease;
}

.qrv-acc__arrow::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #6b7794;
  border-bottom: 2px solid #6b7794;
  transform: rotate(45deg);
}

.qrv-acc__item[open] .qrv-acc__arrow {
  transform: rotate(180deg);
}

/* 펼침 영역 */
.qrv-acc__body {
  padding: 4px 4px 20px;
}

/* ---- 상세 정의목록 ---- */
.qrv-dl__row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #eef2f8;
}

.qrv-dl__row:last-child {
  border-bottom: 0;
}

.qrv-dl__row dt {
  font-size: 12.5px;
  color: #6b7794;
  word-break: keep-all;
}

.qrv-dl__row dt em {
  display: block;
  font-style: normal;
  font-size: 10.5px;
  letter-spacing: .04em;
  margin-top: 1px;
}

.qrv-dl__row dd {
  font-size: 13.5px;
  color: #111c36;
  font-weight: 500;
  word-break: break-all;
}

.qrv-dl__row dd em {
  font-style: normal;
  font-size: 11.5px;
  font-weight: 500;
  color: #6b7794;
  letter-spacing: .04em;
  margin-left: 5px;
}

/* ---- 전체 해시 박스 ---- */
.qrv-hashbox {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  background: #f6f8fb;
}

.qrv-hashbox__label {
  font-size: 11.5px;
  color: #6b7794;
  letter-spacing: .04em;
  margin-bottom: 8px;
}

.qrv-hashbox__label em {
  font-style: normal;
  margin-left: 4px;
}

/* 16진수 64자리 — 고정폭 + 줄바꿈(가로 스크롤 방지) */
.qrv-hashbox__value {
  display: block;
  font-family: 'Space Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12.5px;
  line-height: 1.75;
  color: #15264f;
  letter-spacing: .06em;
  word-break: break-all;
  overflow-wrap: anywhere;
  background: #fff;
  border: 1px solid #e4e9f2;
  border-radius: 6px;
  padding: 12px 13px;
}

.qrv-hashbox__desc {
  margin-top: 12px;
  font-size: 12px;
  color: #6b7794;
  line-height: 1.75;
  word-break: keep-all;
}

.qrv-hashbox__desc em {
  display: block;
  margin-top: 4px;
  font-style: normal;
  letter-spacing: .01em;
}

/* ---- 복사 버튼 (터치 영역 44x44 이상) ---- */
.qrv-copy {
  margin-top: 12px;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  background: #fff;
  color: #0e1d44;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .15s ease, color .15s ease, background .15s ease;
}

.qrv-copy em {
  font-style: normal;
  font-size: 11.5px;
  font-weight: 500;
  color: #6b7794;
  margin-left: 5px;
}

.qrv-copy:hover {
  border-color: #dcba6a;
  color: #b9903d;
}

.qrv-copy.is-copied {
  border-color: #1f8a4d;
  background: #eef6f0;
  color: #1f8a4d;
}

.qrv-copy.is-copied em {
  color: #1f8a4d;
}

/* ---- 안내문 기술 참조 ---- */
.qrv-notice__ref {
  display: inline-block;
  margin-top: 6px;
  font-family: 'Space Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: .06em;
  color: #6b7794;
}

/* ============================================================
   반응형 — 360px 폭에서 타임스탬프·해시 잘림/가로 스크롤 방지
   ============================================================ */
@media (max-width: 520px) {
  .qrv-acc__head {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 14px 30px 14px 4px;
    position: relative;
  }

  .qrv-acc__label {
    flex: 1 1 100%;
    min-width: 0;
  }

  .qrv-acc__brief {
    flex: 1 1 100%;
    text-align: left;
    margin-top: 8px;
  }

  .qrv-acc__brief b {
    font-size: 12.5px;
  }

  .qrv-acc__arrow {
    position: absolute;
    top: 18px;
    right: 4px;
  }

  .qrv-dl__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .qrv-hashbox__value {
    font-size: 11.5px;
    letter-spacing: .04em;
  }

  .qrv-copy {
    width: 100%;
  }

  .qrv-hero__issueno-value {
    font-size: 15.5px;
  }
}

/* ---- 인쇄: 화면용 아코디언·복사버튼 숨김 ---- */
@media print {
  .qrv-acc,
  .qrv-copy,
  header,
  footer{
    display: none;
  }
}
/* ============================================================
   [260724] e-COT 발급 신청 화면 — 국문/영문 2줄 패턴
   ※ qr.css 맨 아래(앞서 붙인 검증 화면 추가분 다음)에 이어붙일 것
   ============================================================ */

/* ---- 폼 라벨 / 도움말 ---- */
.qrv-field__label em {
  display: block;
  font-style: normal;
  font-size: 11px;
  font-weight: 500;
  color: #6b7794;
  letter-spacing: .04em;
  margin-top: 3px;
}

.qrv-field__help {
  word-break: keep-all;
  line-height: 1.65;
}

.qrv-field__help em {
  display: block;
  font-style: normal;
  margin-top: 3px;
  letter-spacing: .01em;
  color: #8b96af;
}

/* ---- 셀렉트 화살표 (기본 UI 제거 후 커스텀) ---- */
.qrv-select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  background-image:
    linear-gradient(45deg, transparent 50%, #6b7794 50%),
    linear-gradient(135deg, #6b7794 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% + 1px),
    calc(100% - 15px) calc(50% + 1px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* ---- 동의 체크박스 영문 보조 ---- */
.qrv-check span em {
  display: block;
  font-style: normal;
  margin-top: 4px;
  font-size: 11.5px;
  color: #8b96af;
  line-height: 1.6;
  letter-spacing: .01em;
}

/* ---- 제출 버튼 영문 보조 ---- */
.qrv-btn em {
  font-style: normal;
  font-size: 11.5px;
  font-weight: 500;
  opacity: .8;
  margin-left: 6px;
}

/* ---- 안내문 영문 ---- */
.qrv-notice__en {
  display: inline-block;
  margin-top: 3px;
  font-size: 11.5px;
  color: #8b96af;
  line-height: 1.7;
}

/* ---- 반응형 ---- */
@media (max-width: 520px) {
  .qrv-btn {
    font-size: 14px;
  }

  .qrv-btn em {
    display: block;
    margin-left: 0;
    margin-top: 2px;
    font-size: 10.5px;
  }
}