/* 피해자 랜딩페이지 전용 스타일 */

:root {
  --lpv-mobile-width: 390px;
  --lpv-bg: #f4f4f4;
  --lpv-white: #ffffff;
  --lpv-black: #313131;
  --lpv-gray-100: #efefef;
  --lpv-gray-300: #d9d9d9;
  --lpv-gray-500: #939393;
  --lpv-red: #b70000;
  --lpv-yellow: #f5d15e;
  --lpv-shell-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  --lpv-card-shadow: 1px 1px 3px rgba(101, 0, 0, 0.5);
  --lpv-check-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M1 4.2 3.3 6.5 9 1' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --lpv-apply-check-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5.3 4.2 8.5 11 1.5' fill='none' stroke='%23f5d15e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--lpv-bg);
  color: var(--lpv-black);
  font-family: 'Pretendard', sans-serif;
  overflow-x: hidden;
}

.lpv-wrap {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  background: var(--lpv-bg);
}

.lpv-shell {
  width: 100%;
  max-width: var(--lpv-mobile-width);
  background: var(--lpv-white);
  overflow: hidden;
}

.lpv-shell img {
  display: block;
}

.lpv-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.lpv-hidden-field {
  display: none;
}

.lpv-topbar {
/*
  min-height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
*/
  background: var(--lpv-white);
  height: 72px;
  padding: 19px 124px 18px;
}

.lpv-topbar img {
  /*
  width: 142px;
  height: auto;
  */
  margin: 0 auto;
}

.lpv-hero {
  display: grid;
  min-height: 585px;
  background: #000000;
}

.lpv-hero > * {
  grid-area: 1 / 1;
}

.lpv-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lpv-hero-content {
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: start;
  row-gap: 223px;
  min-height: 585px;
  padding: 81px 37px 0;
  box-sizing: border-box;
}

.lpv-hero-copy-main {
  width: 100%;
  max-width: 316px;
  margin: 0;
  color: var(--lpv-white);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.02em;
}

.lpv-hero-stage {
  width: 100%;
  max-width: 243px;
  display: grid;
  align-items: start;
  justify-items: center;
}

.lpv-hero-logo,
.lpv-hero-copy-sub {
  grid-area: 1 / 1;
}

.lpv-hero-logo {
  width: 100%;
  max-width: 228px;
  margin-top: 62px;
  position: relative;
  aspect-ratio: 228 / 95;
  overflow: hidden;
}

.lpv-hero-overlay {
  position: absolute;
  top: -91.7%;
  left: -43.42%;
  width: 185.09%;
  height: 296.02%;
  max-width: none;
}

.lpv-hero-copy-sub {
  align-self: start;
  justify-self: center;
  margin: 0;
  width: 100%;
  color: var(--lpv-yellow);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.42;
  text-align: center;
  letter-spacing: -0.02em;
}

.lpv-hero-copy-sub span {
  display: block;
}

.lpv-quick {
  background: var(--lpv-white);
  padding: 30px 17px 30px 24px;
}

.lpv-quick-form {
  width: 100%;
}

.lpv-quick-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
}

.lpv-quick-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.lpv-quick-title {
  width: auto;
  max-width: 149px;
  margin: 0;
  font-size: 17px;
  line-height: 1.12;
  font-weight: 700;
  color: var(--lpv-black);
  letter-spacing: -0.02em;
}

.lpv-quick-title span {
  display: block;
}

.lpv-quick-fields {
  flex: 0 0 176px;
  width: 176px;
  min-width: 176px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.lpv-quick-inputs {
  flex: 0 0 122px;
  width: 122px;
  min-width: 122px;
  display: grid;
  gap: 6px;
}

.lpv-quick-inputs input {
  width: 100%;
  min-height: 30px;
  border: 0;
  border-radius: 2px;
  background: var(--lpv-gray-100);
  font-size: 14px;
  color: #808080;
  padding: 0 10px;
  line-height: 21px;
  box-sizing: border-box;
}

.lpv-quick-submit {
  width: 49px;
  min-width: 49px;
  height: 66px;
  min-height: 66px;
  border: 0;
  border-radius: 2px;
  background: var(--lpv-red);
  color: var(--lpv-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

.lpv-quick-submit span {
  display: block;
}

.lpv-consent-line {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.lpv-consent-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--lpv-black);

  color: #313131;
  font-family: Pretendard;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 233.333% */
}

.lpv-consent-label input {
  appearance: none;
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  margin: 0;
  border: 0.5px solid var(--lpv-black);
  border-radius: 0;
  background: var(--lpv-white);
  box-sizing: border-box;
  cursor: pointer;
}

.lpv-consent-label input:checked {
  background: var(--lpv-black) var(--lpv-check-icon) center / 7px 7px no-repeat;
}

.lpv-policy-link {
  font-size: 10px;
  font-weight: 300;
  color: #848484;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lpv-quick-consent {
  margin: 5px 0 0;
  gap: 5px;
  flex-wrap: nowrap;
  padding-left: 0;
}

.lpv-quick-consent .lpv-consent-label,
.lpv-quick-consent .lpv-policy-link {
  white-space: nowrap;
}

.lpv-quick-policy-link {
  font-size: 9px;
  line-height: 21px;
}

.lpv-quick-consent .lpv-consent-label {
  padding-top: 0;
}

.lpv-quick-consent .lpv-consent-label input {
  display: block;
  flex-shrink: 0;
  margin-top: 0;
}

.lpv-structure {
  padding: 67px 21px 64px;
  background: var(--lpv-black);
  color: var(--lpv-white);
  text-align: center;
  box-sizing: border-box;
}

.lpv-structure-title {
  width: 100%;
  /*max-width: 226px;*/
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.lpv-structure-title span {
  display: block;
}

.lpv-structure-title-main {
  color: var(--lpv-white);
  font-weight: 400;
}

.lpv-structure-title-accent {
  color: var(--lpv-yellow);
  font-weight: 800;
}

.lpv-structure-sub {
  width: 100%;
  /*max-width: 201px;*/
  margin: 5px auto 21px;
  font-size: 15px;
  line-height: 1.73;
  font-weight: 500;
  color: var(--lpv-white);
}

.lpv-structure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.lpv-structure-col {
  background: #fffbf0;
  border-radius: 2px;
  overflow: hidden;
}

.lpv-structure-head {
  box-sizing: border-box;
  padding: 10px 0;
  background: var(--lpv-yellow);
  color: var(--lpv-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 600;
}

.lpv-structure-body {
  min-height: 58px;
  padding: 12px 8px;
  box-sizing: border-box;
  color: var(--lpv-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1.53;
  font-weight: 800;
}

.lpv-structure-note {
  list-style: none;
  width: 100%;
  /*max-width: 263px;*/
  margin: 16px auto 0;
  padding: 0;
  display: grid;
  gap: 2px;
  font-size: 10px;
  line-height: 1.5;
  color: var(--lpv-white);
}

.lpv-structure-note li {
  position: relative;
  padding-left: 10px;
}

.lpv-structure-note li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.lpv-structure-note .lpv-structure-note-line {
  padding-left: 0 !important;
}

.lpv-structure-note .lpv-structure-note-line::before {
  content: "·";
  position: static;
  margin-right: 1px;
}

.lpv-structure-note-strong {
  padding-left: 0 !important;
}

.lpv-structure-note-strong::before {
  content: none !important;
}

.lpv-structure-note-strong strong::before {
  content: "· ";
  font-weight: 400;
}

.lpv-structure-note strong {
  font-weight: 700;
}

.lpv-process {
  padding: 62px 30px 67px;
  background: var(--lpv-white);
  box-sizing: border-box;
}

.lpv-process-sub {
  margin: 0;
  color: var(--lpv-red);
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.lpv-process-title {
  width: 100%;
  max-width: 237px;
  margin: 5px auto 0;
  color: var(--lpv-red);
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -0.02em;
}

.lpv-process-list {
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: 21px auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 15px;
}

.lpv-process-list::before {
  content: "";
  position: absolute;
  top: 50px;
  left: calc(50px - 0.375px);
  width: 0.75px;
  height: 460px;
  background: repeating-linear-gradient(to bottom, #B70000 0 2px, transparent 2px 4px);
}

.lpv-process-item {
  position: relative;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 100px;
}

.lpv-process-marker {
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}

.lpv-process-ring,
.lpv-process-icon {
  grid-area: 1 / 1;
}

.lpv-process-ring {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.lpv-process-ring--outer {
  width: 100px;
  height: 100px;
  background-image: url("/assets/images/landing/victim/process-ring-outer.svg");
}

.lpv-process-ring--middle {
  width: 94px;
  height: 94px;
  background-image: url("/assets/images/landing/victim/process-ring-middle.svg");
}

.lpv-process-ring--inner {
  width: 88px;
  height: 88px;
  background-image: url("/assets/images/landing/victim/process-ring-inner.svg");
}

.lpv-process-icon {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.lpv-process-icon-image {
  position: absolute;
  max-width: none;
}

.lpv-process-icon--01 {
  width: 71px;
  height: 62px;
}

.lpv-process-icon-image--01 {
  width: 100.57%;
  height: 100.57%;
  left: 0;
  top: -0.28%;
}

.lpv-process-icon--02 {
  width: 48px;
  height: 47px;
}

.lpv-process-icon-image--02 {
  width: 748.54%;
  height: 507.74%;
  left: -181.29%;
  top: -185.71%;
}

.lpv-process-icon--03 {
  width: 56px;
  height: 47px;
}

.lpv-process-icon-image--03 {
  width: 641.6%;
  height: 507.74%;
  left: -264.5%;
  top: -185.71%;
}

.lpv-process-icon--04 {
  width: 51px;
  height: 52px;
}

.lpv-process-icon-image--04 {
  width: 641.6%;
  height: 418.66%;
  left: -394.9%;
  top: -146.12%;
}

.lpv-process-icon--05 {
  width: 54px;
  height: 55px;
}

.lpv-process-icon-image--05 {
  width: 641.6%;
  height: 418.66%;
  left: -509.66%;
  top: -158.93%;
}

.lpv-process-text strong {
  display: block;
  margin-bottom: 2px;
  color: var(--lpv-red);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.lpv-process-text p {
  margin: 0;
  color: var(--lpv-black);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -0.02em;
}

.lpv-strategy {
  padding: 67px 50px 62px 55px;
  background: var(--lpv-black);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lpv-strategy-sub {
  width: 100%;
  max-width: 237px;
  margin: 0;
  color: var(--lpv-yellow);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.lpv-strategy-title {
  width: 100%;
  max-width: 237px;
  margin: 6px 0 0;
  color: var(--lpv-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.lpv-strategy-title span,
.lpv-strategy-bubble-text span,
.lpv-strategy-emphasis span {
  display: block;
}

.lpv-strategy-bubbles {
  width: 100%;
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lpv-strategy-bubble {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 94px;
  padding: 0 0 14.851px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  background: transparent;
  color: var(--lpv-black);
  border-radius: 0;
  box-shadow: none;
}

.lpv-strategy-bubble::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 14.851px;
  z-index: 2;
  background: linear-gradient(180deg, #ffffff 0%, #fdfbfb 58%, #f7f1f2 100%);
  border-radius: 11px;
  box-shadow:
    0 3px 8px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(223, 216, 218, 0.78);
}

.lpv-strategy-bubble--left {
  align-self: flex-start;
}

.lpv-strategy-bubble--right {
  align-self: flex-end;
}

.lpv-strategy-bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 17px;
  z-index: 1;
  background: #fefdfd;
  box-shadow:
    0 3px 8px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(223, 216, 218, 0.78);
  pointer-events: none;
}

.lpv-strategy-bubble--left::after {
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

.lpv-strategy-bubble--right::after {
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.lpv-strategy-bubble-text {
  margin: 0;
  position: relative;
  z-index: 3;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.lpv-strategy-bubble--message-01 {
  width: 206px;
}

.lpv-strategy-bubble--message-01::after {
  left: 22.889px;
  width: 28.091px;
}

.lpv-strategy-bubble--message-01 .lpv-strategy-bubble-text {
  width: 175px;
}

.lpv-strategy-bubble--message-02 {
  width: 198px;
}

.lpv-strategy-bubble--message-02::after {
  right: 22px;
  width: 27px;
}

.lpv-strategy-bubble--message-02 .lpv-strategy-bubble-text {
  width: 160px;
}

.lpv-strategy-bubble--message-03 {
  width: 215px;
}

.lpv-strategy-bubble--message-03::after {
  left: 23.889px;
  width: 29.318px;
}

.lpv-strategy-bubble--message-03 .lpv-strategy-bubble-text {
  width: 184px;
}

.lpv-strategy-dots {
  margin-top: 48px;
  width: 9px;
  height: 49px;
  background: url("/assets/images/landing/victim/strategy-dots.svg") no-repeat center / 9px 49px;
}

.lpv-strategy-dots span {
  display: none;
}

.lpv-strategy-emphasis {
  width: 100%;
  max-width: 237px;
  margin: 20px 0 0;
  color: var(--lpv-yellow);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.lpv-proof {
  padding: 60px 63px 67px 64px;
  background: #fffbf0;
  box-sizing: border-box;
  text-align: center;
}

.lpv-proof-sub {
  width: 100%;
  /*max-width: 127px;*/
  margin: 0 auto;
  color: var(--lpv-red);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.lpv-proof-title {
  width: 100%;
  max-width: 237px;
  margin: 4px auto 0;
  color: var(--lpv-red);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -0.02em;
}

.lpv-proof-list {
  width: 100%;
  max-width: 263px;
  margin: 25px auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.lpv-proof-list li {
  min-height: 38px;
  padding: 5px 16px;
  box-sizing: border-box;
  border-radius: 2px;
  background: var(--lpv-red);
  color: var(--lpv-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: var(--lpv-card-shadow);
  letter-spacing: -0.02em;
}

.lpv-proof-list li strong {
  color: var(--lpv-yellow);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

.lpv-hook {
  padding: 67px 77px 67px 76px;
  background: var(--lpv-red);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lpv-hook-title {
  width: 100%;
  max-width: 237px;
  margin: 0;
  color: var(--lpv-white);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.27;
  letter-spacing: -0.02em;
}

.lpv-hook-title span {
  display: block;
}

.lpv-hook-sub {
  width: 100%;
  max-width: 237px;
  margin: 19px 0 0;
  color: var(--lpv-yellow);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: -0.02em;
}

.lpv-hook-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  padding: 0 12px;
  box-sizing: border-box;
  background: var(--lpv-white);
  color: var(--lpv-red);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
}

.lpv-apply {
  padding: 67px 55px 67px 55px;
  background: var(--lpv-gray-300);
  background: var(--lpv-gray-100);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lpv-apply-badge {
  min-height: 33px;
  padding: 0 18px;
  background: var(--lpv-red);
  color: var(--lpv-white);
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.lpv-apply-title {
  width: 100%;
  /*max-width: 237px;*/
  margin: 14px 0 0;
  color: var(--lpv-red);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-align: center;
}

.lpv-apply-checks {
  width: 100%;
  max-width: 286px;
  margin: 27px 0;
  padding: 35px 18px 35px 21px;
  box-sizing: border-box;
  list-style: none;
  border: 0.5px solid var(--lpv-red);
  background: var(--lpv-white);
  display: grid;
  gap: 12px;
}

.lpv-apply-checks li {
  position: relative;
  min-height: 17px;
  padding-left: 26px;
  color: var(--lpv-black);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: -0.02em;
}

.lpv-apply-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: var(--lpv-red);
}

.lpv-apply-checks li::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 12px;
  height: 11px;
  background: var(--lpv-apply-check-icon) center / contain no-repeat;
}

.lpv-apply-form {
  width: 100%;
  max-width: 286px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.lpv-apply-fields {
  display: grid;
  gap: 19px;
}

.lpv-apply-field {
  display: grid;
  gap: 2px;
}

.lpv-apply-field label {
  display: block;
  color: var(--lpv-black);
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  line-height: 1.87;
  letter-spacing: -0.02em;
  position: relative;
  padding-left: 14px;
}

.lpv-apply-field label::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--lpv-black);
}

.lpv-apply-field input,
.lpv-apply-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 0.5px solid var(--lpv-black);
  background: var(--lpv-white);
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  font-family: 'Pretendard', sans-serif;
  color: var(--lpv-black);
}

.lpv-apply-field input {
  min-height: 34px;
}

.lpv-apply-field textarea {
  min-height: 34px;
  resize: none;
  overflow: hidden;
}

.lpv-apply-field input::placeholder,
.lpv-apply-field textarea::placeholder {
  color: #848484;
  font-size: 13px;
  font-weight: 300;
}

.lpv-consent-center {
  justify-content: center;
}

.lpv-apply-consent {
  margin-top: 2px;
}

.lpv-apply-submit {
  align-self: center;
  min-width: 127px;
  min-height: 34px;
  padding: 7px 18px;
  border: 0;
  background: var(--lpv-black);
  color: var(--lpv-yellow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: center;
  font-family: inherit;
  cursor: pointer;
}

.lpv-footer {
  padding: 55px 65px 67px 33px;
  background: var(--lpv-black);
  color: var(--lpv-gray-500);
  box-sizing: border-box;
}

.lpv-footer-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.lpv-footer-links a {
  color: var(--lpv-gray-500);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.lpv-footer-links a:last-child {
  font-weight: 600;
}

.lpv-footer hr {
  width: 100%;
  max-width: 326px;
  border: 0;
  border-top: 1px solid #545454;
  margin: 0 0 21px;
}

.lpv-footer strong {
  display: block;
  color: var(--lpv-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.lpv-footer-info {
  display: grid;
  gap: 1px;
}

.lpv-footer p {
  width: 100%;
  max-width: 292px;
  margin: 0;
  color: var(--lpv-gray-500);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.lpv-footer p span {
  font-weight: 600;
}

.lpv-copyright {
  margin-top: 15px;
}

.lpv-complete-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.lpv-complete-modal.is-open {
  display: flex;
}

.lpv-complete-modal__dim {
  position: absolute;
  inset: 0;
}

.lpv-complete-modal--quick .lpv-complete-modal__dim {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
}

.lpv-complete-modal--detail .lpv-complete-modal__dim {
  background: rgba(0, 0, 0, 0.4);
}

.lpv-complete-modal__dialog {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.lpv-complete-modal__dialog--quick {
  width: min(274px, calc(100vw - 40px));
  min-height: 67px;
  padding: 13px 18px 11px;
  border: 1px solid var(--lpv-red);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 5px 0 rgba(89, 0, 0, 0.3);
  text-align: center;
}

.lpv-complete-modal__dialog--detail {
  width: min(322px, calc(100vw - 40px));
  min-height: 125px;
  padding: 15px 18px 16px;
  border: 1px solid var(--lpv-red);
  background: rgba(183, 0, 0, 0.9);
  box-shadow: 2px 2px 5px 0 rgba(89, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lpv-complete-modal__icon {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 71px;
  height: 74px;
  background: url("/assets/images/request_complate.svg") 0.186px 0.242px / 100% 98.157% no-repeat;
}

.lpv-complete-modal__title,
.lpv-complete-modal__desc {
  margin: 0;
  letter-spacing: -0.02em;
}

.lpv-complete-modal__title--quick {
  color: var(--lpv-red);
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
}

.lpv-complete-modal__desc--quick {
  margin-top: -1px;
  color: var(--lpv-red);
  font-size: 10px;
  font-weight: 400;
  line-height: 21px;
}

.lpv-complete-modal__title--detail {
  color: var(--lpv-white);
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
}

.lpv-complete-modal__desc--detail {
  color: var(--lpv-white);
  font-size: 10px;
  font-weight: 400;
  line-height: 21px;
}

.lpv-policy-modal .policy-modal__dim {
  background: rgba(0, 0, 0, 0.58);
}

.lpv-policy-modal__dialog {
  position: relative;
  width: min(390px, calc(100vw - 24px));
  height: min(calc(100vh - 24px), 965px);
  margin: 12px auto;
  background: var(--lpv-white);
  box-shadow: var(--lpv-shell-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.lpv-policy-modal__close-top {
  position: absolute;
  top: 18px;
  right: 19px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--lpv-black);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.lpv-policy-modal__body {
  flex: 1;
  overflow-y: auto;
  padding: 31px 19px 0;
  box-sizing: border-box;
}

.lpv-policy-modal__section {
  width: 100%;
  max-width: 352px;
  margin: 0 auto 45px;
}

.lpv-policy-modal__section:last-child {
  margin-bottom: 0;
}

.lpv-policy-modal__title {
  margin: 0 0 13px;
  color: var(--lpv-black);
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.02em;
}

.lpv-policy-modal__content .policy-article {
  margin-bottom: 13px;
}

.lpv-policy-modal__content .policy-article:last-child {
  margin-bottom: 0;
}

.lpv-policy-modal__content .article-title {
  margin: 0 0 4px;
  color: var(--lpv-black);
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.02em;
}

.lpv-policy-modal__content .article-text {
  margin: 0;
  color: var(--lpv-black);
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.lpv-policy-modal__content .article-text .indent {
  display: inline-block;
  padding-left: 8px;
}

.lpv-policy-modal__footer {
  padding: 14px 19px 18px;
  display: flex;
  justify-content: center;
  background: var(--lpv-white);
}

.lpv-policy-modal__close-bottom {
  width: 127px;
  height: 34px;
  border: 0;
  border-radius: 2px;
  background: var(--lpv-black);
  color: var(--lpv-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.lpv-policy-modal__close-bottom:hover {
  background: #1f1f1f;
}

@media screen and (max-width: 767px) {
  html,
  body,
  .lpv-wrap {
    background: var(--lpv-white);
  }

  .lpv-shell {
    max-width: none;
  }
}

@media screen and (min-width: 992px) {
  .lpv-wrap {
    padding: 24px 0;
  }

  .lpv-shell {
    box-shadow: var(--lpv-shell-shadow);
  }
}
