/* ==== 아임웹 복제 페이지 공통 — assets/css/landing-base.css (gen.py 가 생성, 직접 편집 금지) ==== */
*, *::before, *::after { box-sizing: border-box; }
html.ld { font-size: 10px; -webkit-text-size-adjust: 100%; }
body.landing { margin: 0; overflow-x: hidden; background: var(--land-white); color: var(--land-text); font-family: "Pretendard English", Pretendard, "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", "Noto Sans", sans-serif; font-size: 16px; line-height: 1.7; font-weight: 400; letter-spacing: normal; word-break: break-all; word-wrap: break-word; -webkit-font-smoothing: antialiased; }
@media (min-width: 767px) and (max-width: 1024px) { body.landing { zoom: 0.85; } }
:where(body.landing) img { max-width: 100%; height: auto; vertical-align: middle; border: 0; }
:where(body.landing) a { color: inherit; text-decoration: none; }
:where(body.landing) p { margin: 0 0 10px; } /* 아임웹(부트스트랩3) 기본 문단 여백 */
:where(body.landing) h1, :where(body.landing) h2, :where(body.landing) h3 { font-family: inherit; font-weight: 700; line-height: 1.2; margin: 20px 0 10px; color: inherit; }
:where(body.landing) h4, :where(body.landing) h5, :where(body.landing) h6 { font-family: inherit; line-height: 1.2; margin: 10px 0; color: inherit; }
:where(body.landing) .btn { font: inherit; color: inherit; background: none; border: 0; padding: 0; margin: 0; cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* 머리 */
.ld-hdr { position: sticky; top: 0; z-index: 1000; background: var(--land-white); }
.ld-hmo { display: none; }
.ld-topbar { background: var(--land-white); }
.ld-topbar-in { max-width: 1280px; margin: 0 auto; padding: 0 9px; height: 50px; overflow: hidden; }
.ld-topbar-in a { display: block; line-height: 0; }
.ld-topbar-in img { display: block; width: 100%; max-width: 1262px; height: auto; }
.ld-nav { background: var(--land-white); }
.ld-nav-in { max-width: 1280px; margin: 0 auto; padding: 0 15px; height: 96px; display: flex; align-items: center; justify-content: space-between; }
.ld-logo { display: block; width: 213px; line-height: 0; }
.ld-logo img { width: 120px; height: auto; display: block; }
.ld-menu { list-style: none; margin: 0; padding: 0; display: flex; }
.ld-menu li a { display: block; padding: 24px 35px; font-size: 20px; font-weight: 700; color: var(--land-black); line-height: 22px; white-space: nowrap; }
.ld-menu li a:hover { color: var(--land-red3); }
.ld-menu li a.active { color: var(--land-white); font-weight: 400; }
.ld-menu li a.active > span { background: var(--land-red2); color: var(--land-white); padding: 3px 15px; border-radius: 5px; } /* 아임웹: 현재 메뉴는 빨간 알약 */
.ld-nav-r { width: 213px; display: flex; justify-content: flex-end; }
.ld-login { display: inline-flex; align-items: center; padding: 10px 15px; border-radius: 5px; background: var(--land-red2); color: var(--land-white); font-size: 14px; font-weight: 700; line-height: 20px; border: 0; white-space: nowrap; }
.ld-login:hover { background: var(--land-black); }
.ld-ico { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ld-login-t { padding-left: 5.6px; }
.ld-mhead { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: var(--land-white); }
.ld-mlogo { line-height: 0; }
.ld-mlogo img { width: 82.5px; height: auto; display: block; }
.ld-mbtns { display: flex; gap: 5px; }
.ld-mbtn { display: inline-block; padding: 4px 5px; border-radius: 4px; background: var(--land-red2); color: var(--land-white); font-size: 15px; font-weight: 700; line-height: 21px; border: 1px solid var(--land-gray9); white-space: nowrap; }
.ld-mmenu { height: 51px; background: var(--land-white); overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: none; border-bottom: 1px solid var(--land-line); }
.ld-mmenu::-webkit-scrollbar { display: none; }
.ld-mtable { border-collapse: collapse; table-layout: fixed; width: 100%; min-width: 390px; height: 51px; }
.ld-mtable td { padding: 0 5px; text-align: center; vertical-align: middle; }
.ld-mtable a { display: inline-block; font-size: 15px; font-weight: 700; color: var(--land-black); line-height: 18px; }
.ld-mtable a.active { color: var(--land-red3); }

/* 섹션·행·열 */
.ld-sec { position: relative; }
.ld-sec > .ld-main { overflow-x: clip; } /* hidden 이면 스크롤 컨테이너가 되어 옆 상자(sticky)가 바닥에 붙는다 → clip */
.ld-sec.mo { display: none; }
.ld-in { max-width: 1280px; margin: 0 auto; }
.ld-direct { width: 100%; }
.ld-row { display: flex; flex-wrap: wrap; }
.ld-col { position: relative; min-width: 0; width: 100%; }
.ld-sec.side .ld-main { display: flex; margin: 0 auto; align-items: flex-start; }
.ld-sec.side .ld-body { flex: 1 1 auto; min-width: 0; }
.ld-sec.side .ld-aside { flex: 0 0 auto; align-self: stretch; }
.ld-sec.side .ld-sticky { position: sticky; top: 146px; }
.ld-w { position: relative; }
.ld-pad { width: 100%; min-height: 1px; }
.ld-anchor { height: 1px; margin-top: -50px; visibility: hidden; }

/* 글 */
.ld-txt { display: flex; flex-direction: column; justify-content: flex-start; }
.ld-txt p { margin: 0; }
.ld-txt strong { font-weight: 700; }
.ld-txt h1, .ld-txt h2, .ld-txt h3, .ld-txt h4, .ld-txt h5, .ld-txt h6 { font-family: inherit; color: inherit; margin-top: 20px; margin-bottom: 10px; }
.ld-txt h1, .ld-txt h2, .ld-txt h3, .ld-txt h4 { font-weight: 700; }
.ld-txt h4, .ld-txt h5, .ld-txt h6 { margin-top: 10px; margin-bottom: 10px; }
.ld-txt h5, .ld-txt h6 { font-weight: 400; }
.ld-txt h1 { font-size: 4em; line-height: 1.2; }
.ld-txt h2 { font-size: 3.214em; line-height: 1.2; }
.ld-txt h3 { font-size: 2.571em; line-height: 1.2; }
.ld-txt h4 { font-size: 2.143em; line-height: 1.2; }
.ld-txt h5 { font-size: 1.714em; line-height: 1.2; }
.ld-txt h6 { font-size: 1.286em; line-height: 1.4; }
.ld-txt img { position: relative; max-width: 100%; }
.ld-txt img.fr-dib { margin: 5px auto; display: block; float: none; vertical-align: top; }
.ld-txt img.fr-dib.fr-fil { margin-left: 0; }
.ld-txt img.fr-dib.fr-fir { margin-right: 0; }
.ld-txt img.fr-dii { display: inline-block; float: none; vertical-align: bottom; margin-left: 5px; margin-right: 5px; max-width: calc(100% - 10px); }
.ld-txt img.fr-dii.fr-fil { float: left; margin: 5px 5px 5px 0; max-width: calc(100% - 5px); }
.ld-txt img.fr-dii.fr-fir { float: right; margin: 5px 0 5px 5px; max-width: calc(100% - 5px); }
.ld-txt.ld-dp { padding-left: 32px; padding-right: 32px; }

/* 이미지 · 선 */
.ld-img { line-height: 0; text-align: center; }
.ld-img img, .ld-img video { max-width: 100%; height: auto; display: inline-block; }
.ld-img a { display: block; }
.ld-hr hr { margin: 0; border: 0; border-top: 1px solid var(--land-gray10); width: 100%; }

/* 버튼 */
.ld-btnw { line-height: 1.42857; }
.ta-c { text-align: center; } .ta-l { text-align: left; } .ta-r { text-align: right; }
.ld-b { display: inline-block; font-weight: 700; border: 1px solid transparent; border-radius: 9px; padding: 8px 20px; line-height: 1.42857; white-space: nowrap; vertical-align: middle; text-align: center; transition: 0.2s; font-family: inherit; }

/* 동영상 */
.ld-vplay { position: relative; display: block; width: 100%; overflow: hidden; border-radius: 20px; line-height: 0; }
.ld-vplay img { width: 100%; height: auto; display: block; aspect-ratio: 16 / 9; object-fit: cover; }
.ld-vplay iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ld-vbtn { position: absolute; top: 50%; left: 50%; width: 65px; height: 65px; margin: -32px 0 0 -32px; border-radius: 100%; background: var(--land-ink-a75); z-index: 1; transition: 0.3s; }
.ld-vbtn i { position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-top: 12px solid transparent; border-left: 22px solid var(--land-white); border-bottom: 12px solid transparent; margin: -12px 0 0 -8px; }
.ld-vplay:hover .ld-vbtn { background: var(--land-purple2); }

/* 갤러리 (격자·큰 이미지·자동 흐름 띠) */
.ld-g { display: flex; flex-wrap: wrap; }
.ld-gi { position: relative; }
@media (max-width: 991px) { .ld-gi.xs-hide { display: none; } }
.ld-gc { display: block; overflow: hidden; isolation: isolate; width: 100%; height: 100%; text-align: left; }
.ld-gimg { display: block; width: 100%; height: auto; object-fit: cover; }
.ld-gtx { background: var(--land-white); }
.ld-gtitle { margin: 0; font-size: 14px; color: var(--land-ink); line-height: 1.7; text-align: center; display: block; word-break: normal; overflow-wrap: break-word; }
.ld-gbody { display: block; font-size: 12px; color: var(--land-muted); word-break: normal; overflow-wrap: break-word; }
.ld-grid .ld-gtitle { text-align: left; }
.ld-hero .ld-gi { width: 100%; }
.ld-ticker { position: relative; }
.ld-ticker .ld-tk { overflow: hidden; }
.ld-tk-btn { position: absolute; top: 50%; width: 30px; height: 30px; margin-top: -15px; border: 1px solid var(--land-red2); border-radius: 50%; color: var(--land-red2); display: flex; align-items: center; justify-content: center; z-index: 2; background: var(--land-white-a6); }
.ld-tk-btn svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ld-tk-prev { left: 25px; } .ld-tk-next { right: 25px; }
.ld-ticker .ld-tk-track { flex-wrap: nowrap; align-items: flex-start; will-change: transform; }
.ld-ticker .ld-gi { flex: 0 0 auto; }
.ld-ticker .ld-gtx { padding: 0; }
.ld-lb { cursor: zoom-in; }
.ld-more-wrap { text-align: center; }
.ld-more { display: inline-block; margin-top: 8px; padding: 10px 35px; font-size: 12px; line-height: 1.42857; border-radius: 30px; background: var(--land-black); color: var(--land-white); font-weight: 700; }
.ld-more:hover { background: var(--land-white); color: var(--land-text); }

/* 발 */
.ld-ftr { background: var(--land-footer); color: var(--land-white); font-size: 11px; padding: 30px 0; }
.ld-fin { max-width: 1280px; margin: 0 auto; padding: 15px 0 0; }
.ld-ftr p { margin: 0; line-height: 1.7; }
.ld-ftr .ld-fl1 { margin-bottom: 6px; }
.ld-ftr .ld-fl2 { margin-bottom: 20px; }
.ld-fi { display: inline-block; margin-right: 8px; }

/* 큰 이미지 보기 */
.ld-lbox { position: fixed; inset: 0; z-index: 100000; background: var(--land-black-a9); display: flex; align-items: center; justify-content: center; }
.ld-lbox img { max-width: 92vw; max-height: 90vh; width: auto; height: auto; object-fit: contain; }
.ld-lbox-close, .ld-lbox-prev, .ld-lbox-next { position: absolute; color: var(--land-white); font-size: 40px; line-height: 1; padding: 10px 16px; }
.ld-lbox-close { top: 10px; right: 16px; }
.ld-lbox-prev { left: 8px; top: 50%; transform: translateY(-50%); }
.ld-lbox-next { right: 8px; top: 50%; transform: translateY(-50%); }

/* ---- 사용자 코드 위젯 (원본 CSS 값 그대로, !important 만 뺌) ---- */
.pc-custom-timer-container { display: flex; align-items: center; justify-content: flex-start; width: 100%; background-color: var(--land-timer-bg); padding: 20px 0; font-family: 'Pretendard', 'Noto Sans KR', sans-serif; gap: 6px; border-radius: 8px; }
.pc-custom-timer-container .time-box { background-color: var(--land-timer-box); color: var(--land-timer-red); font-weight: 800; font-size: 20px; padding: 8px 18px; border-radius: 6px; display: flex; align-items: center; justify-content: center; letter-spacing: -0.5px; }
.pc-custom-timer-container .timer-text { color: var(--land-ink2); font-weight: 800; font-size: 25px; margin-left: 6px; letter-spacing: -0.5px; }
.custom-popup-trigger-wrapper { display: flex; justify-content: flex-start; width: 100%; padding: 0; }
.brand-3d-red-btn { background: var(--land-btn3d); color: var(--land-white); border: none; border-radius: 10px; padding: 8px 25px; font-size: 2rem; font-weight: 800; font-family: 'Pretendard', 'Noto Sans KR', sans-serif; cursor: pointer; transition: all 0.15s ease; outline: none; letter-spacing: 0; display: inline-block; line-height: 1.7; text-align: center; }
.brand-3d-red-btn:active { transform: translateY(6px); box-shadow: 0 0 0 var(--land-btn3d-shadow), 0 6px 10px var(--land-btn3d-a3); }
.custom-timer-container { display: flex; align-items: center; justify-content: center; background-color: var(--land-timer-bg); padding: 20px; font-family: 'Pretendard', 'Noto Sans KR', sans-serif; gap: 12px; border-radius: 8px; }
.time-box-group { display: flex; gap: 6px; }
.custom-timer-container .time-box { background-color: var(--land-timer-box); color: var(--land-timer-red); font-weight: 800; font-size: 18px; padding: 6px 10px; border-radius: 6px; display: flex; align-items: center; justify-content: center; letter-spacing: -0.5px; white-space: nowrap; }
.custom-timer-container .timer-text { color: var(--land-ink2); font-weight: 800; font-size: 19px; letter-spacing: -0.5px; }
.mo-popup-trigger-wrapper { display: flex; justify-content: center; width: 100%; padding: 0; }
.ld-timer-done { color: var(--land-ink2); font-weight: 800; font-size: 20px; }
.db-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--land-black-a45); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box; }
.db-modal-container { position: relative; width: 100%; max-width: 440px; padding: 45px 32px 35px 32px; background: var(--land-white-a95); border-radius: 24px; box-shadow: 0 20px 50px var(--land-black-a15); font-family: 'Pretendard', 'Noto Sans KR', sans-serif; box-sizing: border-box; animation: ldModalFadeIn 0.4s ease; }
@keyframes ldModalFadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.modal-close-btn { position: absolute; top: 15px; right: 20px; font-size: 28px; color: var(--land-muted); line-height: 1; transition: color 0.2s; }
.modal-close-btn:hover { color: var(--land-ink3); }
.db-form-header { margin-bottom: 30px; text-align: center; }
.db-form-title { font-size: 1.35rem; font-weight: 700; color: var(--land-ink3); margin: 0 0 12px 0; letter-spacing: -0.5px; }
.db-form-title-pink { color: var(--land-pink2); }
.db-form-subtitle { font-size: 0.95rem; color: var(--land-gray8); margin: 0; line-height: 1.6; word-break: keep-all; }
.db-form-subtitle-lg { margin-top: 12px; font-size: 1rem; }
.db-form-note { font-size: 1.1rem; color: var(--land-muted); line-height: 1.5; margin: 12px 0 0; word-break: keep-all; text-align: center; }
.db-form-note a { text-decoration: underline; }
.db-form-done { text-align: center; padding: 30px 0 10px 0; }
.db-done-emoji { font-size: 45px; margin-bottom: 18px; }
.input-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.input-group label { font-size: 0.9rem; font-weight: 600; color: var(--land-label); padding-left: 4px; }
.input-group input { width: 100%; padding: 15px 18px; border: 1px solid var(--land-black-a1); background: var(--land-input-bg); border-radius: 12px; font-size: 0.95rem; font-family: inherit; outline: none; transition: all 0.25s ease; box-sizing: border-box; }
.input-group input:focus { border-color: var(--land-pink); background: var(--land-white); box-shadow: 0 0 0 4px var(--land-pink-a15); }
.ld-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.submit-btn { width: 100%; padding: 16px; background: linear-gradient(135deg, var(--land-pink) 0%, var(--land-pink2) 100%); color: var(--land-white); border: none; border-radius: 14px; font-size: 1.05rem; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 6px 20px var(--land-pink2-a3); transition: all 0.3s ease; margin-top: 15px; }
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 25px var(--land-pink2-a4); }
.submit-btn[disabled] { opacity: .7; transform: none; }
.btn-icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.2s ease; }
.submit-btn:hover .btn-icon { transform: translateX(3px); }
.kakao-floating-wrapper { position: fixed; bottom: 120px; right: 20px; z-index: 9999999; }
.kakao-chat-btn { display: flex; align-items: center; background-color: var(--land-white); border-radius: 15px; padding: 6px 6px 6px 18px; box-shadow: 0 4px 15px var(--land-black-a1); text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; border: 1px solid var(--land-black-a05); }
.kakao-chat-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 20px var(--land-black-a15); }
.kakao-text { font-family: 'Pretendard', 'Noto Sans KR', sans-serif; font-size: 14px; font-weight: 800; color: var(--land-ink3); margin-right: 12px; letter-spacing: -0.5px; }
.kakao-icon-circle { width: 36px; height: 36px; background-color: var(--land-kakao); border-radius: 30%; display: flex; justify-content: center; align-items: center; }
.kakao-svg { width: 20px; height: 20px; fill: var(--land-kakao-ink); }
.all-device-floating-banner { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); width: calc(100% - 40px); max-width: 1200px; background-color: var(--land-red2); border-radius: 16px; border: 1px solid var(--land-white-a2); z-index: 99999; box-shadow: 0 10px 30px var(--land-red2-a3); font-family: 'Pretendard', 'Noto Sans KR', sans-serif; }
.floating-banner-inner { width: 100%; padding: 16px 24px; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; }
.banner-text-box { display: flex; flex-direction: column; gap: 5px; }
.banner-badge { align-self: flex-start; background-color: var(--land-badge); color: var(--land-ink3); font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 6px; }
.banner-badge b { font-weight: inherit; }
.banner-main-text { color: var(--land-white); font-size: 18px; font-weight: 800; margin: 0; letter-spacing: -0.5px; }
.banner-btn-box { display: flex; align-items: center; gap: 15px; }
.banner-action-btn { background-color: var(--land-white); color: var(--land-red2); font-size: 16px; font-weight: 800; padding: 12px 26px; border-radius: 10px; text-decoration: none; transition: all 0.2s ease; box-shadow: 0 4px 0 var(--land-white-a2); white-space: nowrap; display: inline-block; }
.banner-action-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 15px var(--land-white-a3); }
@media screen and (max-width: 768px) {
  .pc-custom-timer-container, .custom-popup-trigger-wrapper { display: none; }
  .custom-timer-container { flex-direction: column; padding: 18px 15px; gap: 10px; }
  .custom-timer-container .time-box { font-size: 17px; padding: 6px 9px; }
  .custom-timer-container .timer-text { font-size: 18px; margin-top: 4px; }
  .kakao-floating-wrapper { bottom: 110px; right: 15px; }
  .kakao-chat-btn { padding: 5px 5px 5px 15px; }
  .kakao-text { font-size: 13px; margin-right: 10px; }
  .kakao-icon-circle { width: 34px; height: 34px; }
  .kakao-svg { width: 18px; height: 18px; }
  .all-device-floating-banner { bottom: 15px; width: calc(100% - 30px); border-radius: 12px; }
  .floating-banner-inner { flex-direction: row; padding: 12px 15px; gap: 10px; }
  .banner-text-box { width: auto; align-items: flex-start; gap: 4px; }
  .banner-badge { font-size: 10px; padding: 2px 6px; }
  .banner-main-text { font-size: 14px; text-align: left; }
  .banner-btn-box { width: auto; gap: 0; }
  .banner-action-btn { padding: 10px 14px; font-size: 13px; }
}
@media screen and (min-width: 769px) {
  .mo-popup-trigger-wrapper { display: none; }
}

@media (max-width: 991px) {
  .ld-hpc { display: none; }
  .ld-hmo { display: block; }
  .ld-sec.mo { display: block; }
  .ld-sec.pc-only { display: none; }
  .ld-row.xs-hide, .ld-col.xs-hide { display: none; }
  .ld-in { padding-left: 15px; padding-right: 15px; }
  .ld-sec.side .ld-main { display: block; }
  .ld-sec.side .ld-aside { display: none; }
  .ld-txt h1 { font-size: 3.214em; } .ld-txt h2 { font-size: 2.571em; } .ld-txt h3 { font-size: 2em; } .ld-txt h4 { font-size: 1.714em; } .ld-txt h5 { font-size: 1.371em; } .ld-txt h6 { font-size: 1em; }
  .ld-vbtn { width: 40px; height: 40px; margin: -19px 0 0 -21px; }
  .ld-vbtn i { border-top: 9px solid transparent; border-left: 17px solid var(--land-white); border-bottom: 9px solid transparent; margin: -9px 0 0 -6px; }
  .ld-ftr { font-size: 14px; }
  .ld-fin { padding-left: 15px; padding-right: 15px; }
  .ld-tk-prev { left: 12px; } .ld-tk-next { right: 12px; }
}
@media (max-width: 767px) {
  .ld-txt.ld-dp { padding-left: 15px; padding-right: 15px; }
  .ld-txt h1 { font-size: 32px; } .ld-txt h2 { font-size: 28px; } .ld-txt h3 { font-size: 24px; } .ld-txt h4 { font-size: 20px; line-height: 1.5em; } .ld-txt h5 { font-size: 18px; line-height: 1.5em; } .ld-txt h6 { font-size: 16px; }
}

/* 후기 페이지 — 회원들의 최신 수익 인증 (성장 기록실 실제 글, 대표 결정 ③) */
.ld-proof { background: var(--land-c72); border-top: 1px solid var(--land-c73); padding: 36px 20px 40px; font-size: 15px; line-height: 1.65; }
.ld-proof-in { max-width: 1280px; margin: 0 auto; }
.ld-proof-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; margin-bottom: 14px; }
.ld-proof-title { font-size: 18px; font-weight: 900; letter-spacing: -0.035em; display: flex; align-items: center; gap: 9px; margin: 0; color: var(--land-ink4); line-height: 1.4; }
.ld-proof-title::before { content: ""; width: 5px; height: 18px; background: var(--land-red3); border-radius: 2px; }
.ld-proof-sub { font-size: 13.5px; color: var(--land-c74); margin: 5px 0 0 14px; }
.ld-proof-more { display: inline-flex; align-items: center; height: 36px; padding: 0 16px; border-radius: 8px; background: var(--land-c75); color: var(--land-ink4); border: 1px solid var(--land-c76); font-size: 15px; font-weight: 700; white-space: nowrap; }
.ld-proof-more:hover { background: var(--land-c73); }
.ld-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ld-proof-card { display: block; background: var(--land-white); border: 1px solid var(--land-c73); border-radius: 12px; padding: 18px; box-shadow: 0 1px 2px var(--land-c77-a06); color: var(--land-ink4); }
.ld-proof-card:hover { border-color: var(--land-c78); box-shadow: 0 4px 12px var(--land-c79-a08); }
.ld-proof-badge { display: inline-flex; align-items: center; height: 20px; padding: 0 8px; border-radius: 999px; background: var(--land-c80); color: var(--land-red3); font-size: 11.5px; font-weight: 700; margin-bottom: 8px; }
.ld-proof-t { font-size: 15px; font-weight: 700; line-height: 1.4; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; word-break: keep-all; }
.ld-proof-x { font-size: 13.5px; color: var(--land-c74); margin: 6px 0 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.ld-proof-m { font-size: 12.5px; color: var(--land-c81); margin-top: 10px; display: flex; gap: 8px; flex-wrap: wrap; }
@media (max-width: 991px) { .ld-proof { padding: 28px 15px 32px; } .ld-proof-head { flex-direction: column; align-items: flex-start; } .ld-proof-grid { grid-template-columns: 1fr; } }

.ld-toast { position: fixed; left: 50%; bottom: 90px; transform: translateX(-50%); background: var(--land-black-a82); color: var(--land-white); font-size: 14px; padding: 10px 16px; border-radius: 999px; z-index: 2000; }

/* 후기 페이지 — 회원 수익 인증 카드의 첨부 사진 (2026-09-09) */
.ld-proof-cover { display: block; margin: -18px -18px 12px; border-radius: 12px 12px 0 0; overflow: hidden; background: var(--land-c73); }
.ld-proof-cover img { display: block; width: 100%; height: 160px; object-fit: cover; }
