<!-- oopy:html -->
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>
이 달의 대출 - 프로모션
</title>
<link href="https://fonts.googleapis.com/css2?family=Nanum+Square+Neo:wght@400;700;800&display=swap"
rel="stylesheet" />
<!-- Tailwind CSS CDN (Required for the embedded notice section and card layout) -->
<script src="https://cdn.tailwindcss.com">
</script>
<style>
:root {
--primary-color: #C2185B;
--secondary-color: #FFD54F;
--accent-color: #4A148C;
--highlight-color: #FCE4EC;
--text-dark: #2A2A2A;
--text-light: #ffffff;
--border-light: #F8BBD0;
--black-alert: #2A2A2A;
--red-alert: #D32F2F;
--pink-alert: #C2185B;
}
body {
font-family: 'Nanum Square Neo', sans-serif;
margin: 0;
padding: 0;
background-color: #F3E5F5;
color: var(--text-dark);
line-height: 1.6;
overflow-x: hidden;
/* 전체 페이지의 가로 스크롤 방지 */
}
/*
- **디자인 테마 전면 개편**:
- 12월 산타 레드/브라운 톤(레거시) 삭제.
- 주요 컬러(`--primary-color`, `--accent-color` 등)를 연두색(`66BB6A`) 및 진한 초록(`2E7D32`)으로 변경.
- 배경색 및 하이라이트 박스 컬러를 노란색(`FFD54F`)과 민트크림(`F1F8E9`) 계열로 교체.
- 텍스트 컬러 및 보더 컬러 조정을 통해 화사한 느낌 강조.
*/
/* Tailwind CSS를 적극 활용하여 중복 스타일 제거 및 최적화 */
/* .title-box 스타일은 Tailwind 클래스로 대체 */
h1.bg-\[#4A148C\] {
background-color: #4A148C !important;
color: #ffffff !important;
border: 2px solid #311B92;
box-shadow: 0 10px 25px rgba(49, 27, 146, 0.15);
}
h2.section-title {
font-family: 'Nanum Square Neo', sans-serif;
font-size: 2em;
font-weight: 800;
color: #4A148C;
margin-top: 40px;
margin-bottom: 20px;
border-bottom: 3px solid #C2185B22;
padding-bottom: 5px;
background: linear-gradient(to right, #F3E5F5, #FFF);
}
/* 기존 h3.sub-section-title 스타일 (배경 강조를 인라인으로 옮김) */
h3.sub-section-title {
font-family: 'Nanum Square Neo', sans-serif;
font-size: 1.5em;
font-weight: 700;
color: #4A148C;
margin-top: 30px;
margin-bottom: 10px;
border-bottom: 2px solid #C2185B22;
display: inline-block;
padding-bottom: 6px;
}
.callout-box {
background-color: #FCE4EC;
padding: 20px;
border-left: 6px solid #C2185B;
font-size: 1.1em;
color: var(--text-dark);
border-radius: 8px;
font-weight: 500;
margin-top: 15px;
}
/* 테이블 기본 스타일 */
table {
width: 100%;
border-collapse: collapse;
margin-top: 8px;
font-size: 0.9em;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.table-auto-nowrap {
display: table;
width: 100%;
table-layout: auto;
}
.table-auto-nowrap td,
.table-auto-nowrap th {
white-space: nowrap;
}
.table-auto-nowrap td:nth-child(3) {
text-align: left;
}
main>section:nth-of-type(5)>.overflow-x-auto.mt-5 {
display: block;
width: 100%;
max-width: none;
}
th,
td {
border: 1px solid var(--border-light);
padding: 15px;
text-align: center;
vertical-align: middle;
/* 테이블 내용이 세로 중앙에 오도록 설정 */
}
th {
background-color: #F48FB1;
color: #311B92;
font-weight: 700;
text-transform: uppercase;
}
td {
background-color: #FFF0F5;
color: #2A2A2A;
}
tr:nth-child(even) td {
background-color: #F3E5F5;
}
/* [3. 소제목 정렬 문제 해결] */
.table-caption {
font-weight: bold;
font-size: 1.0em;
margin-top: 25px;
margin-bottom: 5px;
/* Corrected from 'px' to '5px' */
text-align: left;
color: #4A148C;
display: inline-block;
/* 텍스트가 줄바꿈 없이 한 줄에 표시되도록 설정 */
white-space: nowrap;
}
.loan-type-box {
background-color: #FFFFFF;
padding: 25px;
border-radius: 10px;
margin-top: 25px;
border: 1px solid #F48FB144;
}
.loan-type-box h4 {
font-family: 'Nanum Square Neo', sans-serif;
font-size: 1.6em;
font-weight: 700;
margin-top: 0;
color: #4A148C;
}
.loan-type-box ul {
list-style-type: none;
padding-left: 0;
}
.loan-type-box ul li {
padding-left: 1.8em;
position: relative;
margin-bottom: 10px;
font-size: 1.1em;
}
.loan-type-box ul li::before {
content: '✓';
position: absolute;
left: 0;
color: #C2185B;
font-weight: bold;
font-size: 0.9em;
}
.loan-type-box ul li.tip-item {
padding-left: 0;
}
.loan-type-box ul li.tip-item::before {
content: none;
}
.loan-type-box ul.loan-sub-list {
list-style: none;
margin: 8px 0 0 1.6em;
padding: 0;
}
.loan-type-box ul.loan-sub-list li {
position: relative;
padding-left: 1.3em;
margin-bottom: 6px;
font-size: 0.98em;
line-height: 1.5;
}
.loan-type-box ul.loan-sub-list li::before {
content: '○';
position: absolute;
left: 0;
color: #C2185B;
font-weight: bold;
font-size: 0.8em;
top: 1px;
}
.waiting-loan-title {
color: #4A148C;
font-weight: bold;
}
.procedure-list {
list-style: none;
counter-reset: my-awesome-counter;
padding: 0;
}
/* Base List Item for Procedure List (Numbered Circle) */
.procedure-list li {
counter-increment: my-awesome-counter;
margin-bottom: 20px;
font-size: 1.1em;
line-height: 1.5;
position: relative;
padding-left: 3em;
}
.procedure-list li::before {
content: counter(my-awesome-counter);
position: absolute;
left: 0;
top: 0;
font-size: 1.4em;
font-weight: bold;
color: var(--text-light);
background-color: var(--primary-color);
width: 1.8em;
height: 1.8em;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/* Custom Styles for Application Procedure (Matching the screenshot's card/box style) */
.step-box {
background-color: #FCE4EC;
padding: 15px 20px;
border-radius: 8px;
margin-bottom: 15px;
border: 1px solid #F48FB133;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
font-size: 1.1em;
display: flex;
align-items: center;
}
.step-box .step-icon {
font-size: 1.5em;
margin-right: 15px;
flex-shrink: 0;
color: #fff;
background-color: #C2185B;
width: 2.2em;
height: 2.2em;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.step-content {
flex-grow: 1;
color: #3B2B22;
}
blockquote {
background-color: #FCE4EC;
border-left: 6px solid #C2185B;
margin: 25px 0;
padding: 20px;
font-style: italic;
color: var(--text-dark);
border-radius: 8px;
}
/* Specific blockquote style for the checkmark box */
.blockquote-check {
border-left: 6px solid #4CAF50;
/* Green checkmark color */
font-style: normal;
}
.blockquote-check::before {
content: "";
margin-right: 10px;
}
/* Custom blockquote for Decision Options */
.blockquote-decision {
background-color: #FFFFFF;
border-left: 6px solid #C2185B;
margin: 15px 0 25px;
padding: 15px 20px;
font-style: normal;
line-height: 1.8;
border-radius: 8px;
}
/* New style for the Waiting Mission info box */
.blockquote-waiting-info {
background-color: #FCE4EC;
border-left: 4px solid #C2185B;
margin: 25px 0;
padding: 15px 20px;
font-style: normal;
color: var(--text-dark);
border-radius: 8px;
line-height: 1.7;
}
.blockquote-waiting-info .info-title {
font-weight: bold;
display: flex;
align-items: center;
margin-bottom: 5px;
}
.tip-box {
margin-top: 12px;
padding: 16px 18px;
border-radius: 12px;
background: linear-gradient(135deg, #FFF9C4, #FFF59D);
border: 2px solid #FFD54F;
display: grid;
gap: 6px;
box-shadow: 0 10px 20px rgba(255, 213, 79, 0.22);
}
.tip-label {
font-weight: 900;
color: #4A148C;
letter-spacing: 0.03em;
}
.black-alert {
color: var(--black-alert);
font-weight: bold;
}
.red-alert {
color: var(--red-alert);
font-weight: bold;
}
.check-list-unified {
list-style: none !important;
padding-left: 0 !important;
margin-left: 0 !important;
}
.check-list-unified li {
position: relative;
padding-left: 1.5em;
margin-bottom: 8px;
font-size: 1.05em;
}
.check-list-unified li::before {
content: '✓';
position: absolute;
left: 0;
color: #C2185B;
font-weight: bold;
font-size: 0.9em;
}
.pink-alert {
color: var(--pink-alert);
font-weight: bold;
}
.info-box {
background-color: #FFFFFF;
border-left: 6px solid #C2185B;
padding: 20px;
margin-top: 20px;
border-radius: 8px;
border: 1px solid #F48FB155;
}
.info-box h5 {
font-family: 'Nanum Square Neo', sans-serif;
font-size: 1.2em;
color: var(--primary-color);
margin-top: 0;
border-bottom: 2px solid var(--accent-color);
padding-bottom: 5px;
}
.info-box ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.info-box ul li {
font-size: 1em;
position: relative;
padding-left: 1.5em;
margin-bottom: 6px;
}
.info-box ul li::before {
content: '✓';
position: absolute;
left: 0;
color: #C2185B;
font-weight: bold;
font-size: 0.9em;
}
/* Custom styles for the Bonus Tables */
.pretty {
margin-bottom: 20px;
width: auto;
min-width: unset;
}
.pretty th,
.pretty td {
white-space: nowrap;
}
.pretty td {
font-size: 0.9em;
}
/* 2행 이하 정렬 규칙 */
.pretty tbody tr>td:nth-child(1) {
text-align: left;
}
.pretty tbody tr>td:nth-child(2) {
text-align: left;
}
.pretty tbody tr>td:nth-child(3) {
text-align: center;
}
.pretty tbody tr>td:nth-child(4) {
text-align: center;
}
.pretty tbody tr>td:nth-child(n+5):nth-child(-n+8) {
text-align: right;
}
.pretty.prettylast tbody tr>td:nth-child(9) {
text-align: left;
}
.orig {
text-decoration: line-through;
color: gray;
}
.box-seat-discounted {
font-weight: bold;
color: #E53E3E;
/* Red color for discounted amount in the first table */
}
.discounted {
font-weight: bold;
color: #222;
/* Dark color for discounted amount in tables 1, 2, 3, 4 */
}
.overflow-x-auto {
width: 100%;
max-width: none;
}
.table-6-wrap {
width: 100%;
overflow-x: auto;
}
.table-6-wrap table {
table-layout: auto !important;
width: 100% !important;
}
.table-6-wrap table th,
.table-6-wrap table td {
white-space: nowrap !important;
padding: 12px 14px;
vertical-align: middle;
}
/* ---------------------------------------------------- */
/* Custom Styles for the Benefit Cards */
/* ---------------------------------------------------- */
.card {
border-radius: 14px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
transition: transform 0.2s;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 250px;
width: 100%;
}
.card:hover {
transform: translateY(-3px);
box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}
.card-content {
padding: 1.5rem;
}
.card-title {
font-weight: 800;
font-size: 1.5rem;
line-height: 1.5;
color: #4A148C;
}
.tag {
display: inline-block;
padding: 0.25rem 0.75rem;
border-radius: 9999px;
font-size: 0.875rem;
font-weight: 700;
margin-top: 1rem;
}
.benefit-tag {
background-color: rgba(194, 24, 91, 0.15);
color: #4A148C;
}
/* Card 1: Yellowish Background */
.bg-card-yellow {
background-color: #FFFDE7;
}
/* Card 2: Slightly different Yellow/Cream Background */
.bg-card-cream {
background-color: #F9FBE7;
}
/* Responsive Grid: Default (Desktop) is 2 columns side-by-side */
.grid-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
/* 2 columns for wider screens */
gap: 24px;
/* gap-6 equivalent */
margin-top: 20px;
}
.event-specialty-box {
background: linear-gradient(135deg, #F3E5F5 0%, #F8BBD0 100%);
border: 1px solid #C2185B;
border-radius: 14px;
padding: 24px;
box-shadow: 0 8px 20px rgba(194, 24, 91, 0.12);
margin-top: 20px;
}
.event-specialty-head {
margin-bottom: 10px;
}
.event-specialty-title {
margin: 0;
font-size: 1.8rem;
font-weight: 800;
color: #4A148C;
}
.specialty-benefits {
list-style: none;
margin: 0 0 14px 0;
padding: 0;
}
.specialty-benefits li {
display: flex;
align-items: flex-start;
gap: 8px;
margin-bottom: 8px;
font-weight: 600;
line-height: 1.5;
position: relative;
padding-left: 1.4em;
}
.specialty-benefits li::before {
content: '✓';
position: absolute;
left: 0;
color: #C2185B;
font-weight: bold;
font-size: 0.9em;
}
.specialty-benefits li span {
flex: 1;
}
.specialty-info {
margin: 6px 0;
padding-left: 1.6em;
text-indent: -1.2em;
line-height: 1.6;
font-weight: 500;
}
.highlight-point {
font-weight: 700;
color: #4A148C;
}
.amount-stack {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 18px;
}
.amount-box {
border: 1px solid #F8BBD0;
border-radius: 10px;
padding: 12px 16px;
background: #FFFFFF;
display: flex;
flex-direction: column;
gap: 6px;
}
.amount-box .amount {
font-weight: 700;
font-size: 1.1rem;
color: var(--primary-color);
}
.amount-box .details {
font-size: 0.95rem;
color: #5F4A3C;
}
.notice-box {
background: #FCE4EC;
border-radius: 10px;
padding: 12px 16px;
font-size: 0.95rem;
color: #2A2A2A;
margin-bottom: 18px;
border: 1px solid #C2185B;
}
/* New style for the final application button (SpringMarch-waiting-button) */
.SpringMarch-waiting-button {
display: block;
width: 100%;
padding: 22px;
margin-top: 40px;
border-radius: 10px;
font-size: 1.6em;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #FFF;
background-color: #4A148C;
transition: all 0.3s ease;
box-shadow: 0 10px 25px rgba(74, 20, 140, 0.22);
}
.SpringMarch-waiting-button:hover {
background-color: #C2185B;
transform: translateY(-2px);
box-shadow: 0 14px 28px rgba(74, 20, 140, 0.25);
}
/* Responsive design for smaller screens */
@media (max-width: 768px) {
body {
overflow-x: hidden;
}
.container {
/* [1. 화면 좁음 문제 해결]: 모바일에서 좌우 패딩을 줄여서 화면을 넓게 사용 */
padding: 15px;
box-shadow: none;
}
/* Mobile adjustment: Stack cards vertically (1 column) */
.grid-container {
grid-template-columns: 1fr;
}
details summary {
font-size: 1em !important;
padding: 0.75rem 1rem;
}
.card-title {
font-size: 1.35rem;
}
/* [3. 소제목 정렬 문제 해결]: 모바일에서 폰트 크기 조정 */
.table-caption {
font-size: 1em;
/* 모바일에서 글꼴 크기 약간 줄임 */
display: inline;
/* 텍스트가 줄바꿈 없이 한 줄에 표시되도록 설정 */
}
/* Style 정의는 <style> 태그 또는 외부 CSS 파일에 작성합니다 */
.highlight-pink {
color: #ea47b9;
/* 짙은 분홍 텍스트 */
font-weight: bold;
}
}
.table-2 {
width: 100%;
table-layout: auto;
}
.table-2 th,
.table-2 td {
white-space: nowrap;
padding: 12px;
border: 1px solid var(--border-light);
}
.table-2 th {
text-align: center;
}
.table-2 td:nth-child(1),
.table-2 td:nth-child(2),
.table-2 td:nth-child(3) {
text-align: left;
}
.table-2 td:nth-child(4),
.table-2 td:nth-child(5),
.table-2 td:nth-child(6) {
text-align: center;
}
.table-2 td:nth-child(7) {
text-align: right;
}
/* ========================== */
/* ========================== */
.table-3 {
min-width: 650px;
table-layout: auto;
}
.table-3 th,
.table-3 td {
white-space: nowrap;
padding: 12px;
border: 1px solid var(--border-light);
}
/* 항목명: 중앙정렬 */
.table-3 th {
text-align: center;
}
/* tbody 정렬 규칙 (열 8개 기준) */
/* 1~3열: 좌측 */
.table-3 td:nth-child(1),
.table-3 td:nth-child(2),
.table-3 td:nth-child(3) {
text-align: left;
}
/* 4~6열: 중앙 */
.table-3 td:nth-child(4),
.table-3 td:nth-child(5),
.table-3 td:nth-child(6) {
text-align: center;
}
/* 7열: 우측 */
.table-3 td:nth-child(7) {
text-align: right;
}
/* ========================== */
/* 네 번째 테이블 (30만) */
/* ========================== */
.table-4 {
min-width: 650px;
table-layout: auto;
}
.table-4 th,
.table-4 td {
white-space: nowrap;
padding: 12px;
border: 1px solid var(--border-light);
}
/* 항목명: 중앙정렬 */
.table-4 th {
text-align: center;
}
/* tbody 정렬 규칙 (열 8개 기준) */
/* 1~3열: 좌측 */
.table-4 td:nth-child(1),
.table-4 td:nth-child(2),
.table-4 td:nth-child(3) {
text-align: left;
}
/* 4~6열: 중앙 */
.table-4 td:nth-child(4),
.table-4 td:nth-child(5),
.table-4 td:nth-child(6) {
text-align: center;
}
/* 7열: 우측 */
.table-4 td:nth-child(7) {
text-align: right;
}
/* ========================== */
/* 다섯 번째 테이블 (50만) */
/* ========================== */
.table-5 {
min-width: 650px;
table-layout: auto;
}
.table-5 th,
.table-5 td {
white-space: nowrap;
padding: 12px;
border: 1px solid var(--border-light);
}
/* 항목명: 중앙 */
.table-5 th {
text-align: center;
}
/* 1~3열: 좌측 */
.table-5 td:nth-child(1),
.table-5 td:nth-child(2),
.table-5 td:nth-child(3) {
text-align: left;
}
/* 4~6열: 중앙 */
.table-5 td:nth-child(4),
.table-5 td:nth-child(5),
.table-5 td:nth-child(6) {
text-align: center;
}
/* 7열: 우측 */
.table-5 td:nth-child(7) {
text-align: right;
}
img {
width: 100%;
height: auto;
display: block;
border: 1px solid #F48FB155;
box-shadow: 0 10px 24px rgba(230, 169, 130, 0.35);
border-radius: 14px;
background-color: #FFFDF8;
}
.section-header {
margin-top: 40px;
margin-bottom: 16px;
font-size: 1.6rem;
font-weight: 800;
color: #4A148C;
border-bottom: 3px solid #C2185B22;
padding-bottom: 6px;
}
.section-box {
display: inline-block;
margin: 40px auto 24px auto;
padding: 14px 28px;
background-color: #FCE4EC;
border: 2px solid #C2185B;
border-radius: 12px;
font-size: 1.75rem;
font-weight: 800;
color: #4A148C;
text-align: center;
position: relative;
left: 50%;
transform: translateX(-50%);
}
/* 🪑 좌석명 뱃지 스타일 및 테이블 레이아웃 개선 */
/* iframe 내부 overflow-x 스크롤 처리 */
.overflow-x-auto {
overflow-x: auto !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
-webkit-overflow-scrolling: touch;
padding-bottom: 15px;
}
.overflow-x-auto table {
table-layout: auto !important;
margin-bottom: 5px;
}
/* 보상 테이블 (pretty): min-width는 유지하되 부모가 overflow-x:auto로 감쌈 */
.pretty {
min-width: 900px !important;
}
/* iframe 전체 너비 기준 초과 방지 */
html, body {
max-width: 100% !important;
overflow-x: hidden !important;
}
.seat-badge {
display: inline-block;
padding: 0;
text-align: left;
white-space: nowrap;
/* 한 줄 유지 강제 */
line-height: 1.4;
font-size: 0.95em;
vertical-align: middle;
font-weight: 800;
}
.seat-special {
color: #7b1fa2;
}
.seat-box {
color: #e65100;
}
.seat-free {
color: #c62828;
}
</style>
<main class="max-w-4xl mx-auto mt-6 mb-5 p-8 pb-10 bg-white rounded-xl shadow-lg w-full box-border">
<h1
class="font-nanum text-[1.2rem] sm:text-3xl font-bold text-white bg-[#4A148C] py-4 px-3 sm:px-6 rounded-lg mb-4 shadow-md w-full text-center">
[신청중] 4️⃣🈷️은 가장 잔인한 달 대출 🅞🅟🅔🅝
</h1>
<blockquote
style="margin-top:10px; font-size:1.1rem; line-height:1.6; text-align:center; background-color:#FFF0F5; border-left:6px solid #FF1493;">
<em>"4월은 가장 잔인한 달<br>죽은 땅에서 라일락을 피워 내고..." - T.S. 엘리엇</em><br><br>
<strong>하지만 [써주세요.]에서는 다릅니다!</strong><br>
봄바람에 텅 빈 고객님의 지갑에 단비를 내려드리기 위해,<br>
이자를 <strong>잔인하게 깎아드리는 '벚꽃 🌸 대출'</strong> 이벤트를 준비했습니다! 🌸⚔️
</blockquote>
<section class="my-10">
<h2 class="section-title">
🔄 신청 절차<br>::: 가장 중요합니다❗️
</h2>
<div class="callout-box">
<h4>
<strong class="bold">
➡️ 페이지 중간에 있는 [4️⃣🈷️은 가장 잔인한 달(feat. T.S. 엘리엇) 대출] 신청 절차를 꼭 확인해 주세요!
</strong>
</h4>
</div>
</section>
<section class="my-10">
<h2 class="section-title">
🎊 이벤트 대출<br>::: 4️⃣🈷️ 한정 스페셜티
</h2>
<div class="event-specialty-box">
<div class="event-specialty-head">
<h3 class="event-title"
style="margin:0; font-size:1.85rem; font-weight:800; color:var(--primary-color);">벚꽃 🌸 대출
</h3>
</div>
<ul class="specialty-benefits">
<li>
<span class="highlight-point">적립 후 바로 심사</span>
</li>
<li>
<span class="highlight-point">원금 미션 감면</span>
</li>
</ul>
<p class="specialty-info">* 크레딧 미션은 신용정보조회비용으로 사용됩니다.</p>
<p class="specialty-info">* 이자 미션은 이자 상환에 사용됩니다.</p>
<div class="amount-stack">
<div class="amount-box">
<div class="amount">50만 원</div>
<div class="details">크레딧 미션 20,000포 + 이자 미션(1%) 5,000포 + 원금 미션 감면 = 총 25,000포</div>
</div>
<div class="amount-box">
<div class="amount">30만 원</div>
<div class="details">크레딧 미션 12,000포 + 이자 미션(1%) 3,000포 + 원금 미션 감면 = 총 15,000포</div>
</div>
<div class="amount-box">
<div class="amount">20만 원</div>
<div class="details">크레딧 미션 8,000포 + 이자 미션(1%) 2,000포 + 원금 미션 감면 = 총 10,000포</div>
</div>
<div class="amount-box">
<div class="amount">10만 원</div>
<div class="details">크레딧 미션 5,000포 + 이자 미션(1%) 1,000포 + 원금 미션 감면 = 총 6,000포</div>
</div>
</div>
<div class="notice-box" style="padding-left:2.2em; position:relative;">
<span style="position:absolute; left:0;">❗️</span>
<p style="margin: 0 0 6px 0;">신용정보조회비용 원가 인상으로, 부득불 크레딧 미션이 상향되었습니다.</p>
<p style="margin: 0;">앱에 있는 크레딧 미션은 변경 전 과거 내용이므로 [벚꽃 🌸 대출]의 크레딧 미션을 적용해 주셔야 합니다.</p>
</div>
</div>
</section>
<section class="my-10">
<h2 class="section-title">
📆 대출 운영 기간
</h2>
<div class="callout-box">
<h4>
<strong class="bold">
👉🏻 2026년 4월 1일(수) ~ 2026년 4월 25일(토)
</strong>
</h4>
</div>
</section>
<section class="my-10">
<h2 class="section-title">
🥊 대출 옵션 세 가지<br>::: 이벤트 대출 vs 웨이팅 대출 vs 롸잇나우 대출
</h2>
<!-- 이벤트 대출 -->
<div class="loan-type-box">
<h4>
🎊 이벤트 대출 → <strong class="bold">빠르게 대출을 받고
싶을때!</strong>
</h4>
<ul>
<li>모든 대출 금액이 이포 상품 입니다.</li>
<li>
이포 상품이란?
<ul class="loan-sub-list">
<li>원금은 <span class="bold">현금</span>으로 이자는 포인트로 상환합니다.</li>
<li>크레딧 미션 + 이자 미션 (1%)</li>
<li>위에 벚꽃 🌸 대출에서 안내드린 바와 같이, 변경된 크레딧 미션을 따라 주셔야 합니다.</li>
</ul>
</li>
<li class="red-alert">
모든 미션 완료하면 바로 대출 심사 진행합니다.
</li>
</ul>
</div>
<!-- 웨이팅 대출 -->
<div class="loan-type-box mt-5">
<h4 class="waiting-loan-title">
⏳ 웨이팅 대출 → <strong class="bold">포인트 적립이 어렵고 힘들다면
선택!</strong>
</h4>
<ul>
<li>
4/1 ~ 4/25 기간에 대출을 미리 신청 하고, 2026년 4월 1일~5일에 대출
심사를 받아요.
</li>
<li>
일찍 웨이팅 할수록 포인트 할인 및 인하 폭이 커져요.
</li>
<li class="red-alert">
Tip! 신청을 서두르면, 포인트 거의 적립 하지 않고 대출을 받을 수도 있어요!
</li>
</ul>
</div>
<!-- 롸잇나우 대출 -->
<div class="loan-type-box mt-5">
<h4>
🚴♂️ 롸잇나우 대출 → <strong class="bold">한도상향도 필요하고 빠르게 대출도
받고 블랙찬스 티켓도 받고 싶을 때!</strong>
</h4>
<ul>
<li>모든 대출 금액이 원리포 상품 입니다.</li>
<li>
원리포 상품이란?
<ul class="loan-sub-list">
<li>원금의 일부와 이자를 포인트로 상환합니다.</li>
<li>크레딧 미션 + 이자 미션 (1%) + 원금 미션 (10%)</li>
</ul>
</li>
<li class="red-alert">
모든 미션 완료하면 바로 대출 심사 진행합니다.
</li>
</ul>
</div>
<!-- 한도상향 신청 가이드 (스크린샷 기반) -->
<div class="mt-5 p-6 rounded-xl border border-green-200 bg-green-50 shadow-sm">
<div class="flex items-center gap-3 mb-4">
<span class="text-2xl leading-none" style="display: inline-block; vertical-align: middle;">✅</span>
<p class="text-lg font-bold text-green-900 leading-tight" style="margin: 0;">
<span class="text-red-500">!</span> 한도상향 신청은 무조건 <span
class="underline decoration-green-400">원리포 상품으로 신청해야 합니다.</span>
</p>
</div>
<div class="bg-white/60 p-5 rounded-lg border border-white mb-6">
<p class="text-gray-700 italic leading-relaxed">
고객님 왈, "마지막에 20만 원을 이용했어요. 그리고 블랙찬스 티켓을 보유하고 있지 않아요. 지금 30만 원으로 신청하고 싶어요. 어떻게 하면 되나요?"
</p>
</div>
<div class="flex items-center gap-2 mb-4">
<span class="text-xl">🎯</span>
<p class="font-bold text-gray-800">
한도상향은 승인 여부와 상관없이 무조건 <span class="text-red-600 underline decoration-green-400">원리포 상품으로 신청해야
합니다.</span>
</p>
</div>
<div class="space-y-6 pl-2">
<!-- 웨이팅 대출 예시 -->
<div>
<p class="font-bold text-gray-900 mb-2">1. 웨이팅 대출 30만 원 :</p>
<ul class="check-list-unified text-sm">
<li>크레딧 미션 : 6,000포 → 신청 시기별 최대 50% <span class="text-red-600 font-bold">3,000포까지</span> 할인
</li>
<li>이자 미션 : 1% 3,000포</li>
<li>원금 미션 : 10% 30,000포 → 신청 시기별 최대 1% <span class="text-red-600 font-bold">3,000포까지</span>
인하</li>
<li>블랙찬스 티켓 지급 : 다음 대출에 (1)원금 미션 인하된 라잇나우 대출 <span
class="underline decoration-green-400">원리포 상품</span> (2)이자 미션만 있는 롸잇나우 대출 <span
class="underline decoration-green-400">이포 상품</span> (3)크레딧 미션만 있는 웨이팅 대출 <span
class="underline decoration-green-400">원리현 상품</span> 중 하나 이용 가능</li>
<li>4월 1일 ~ 5일 심사</li>
</ul>
</div>
<!-- 롸잇나우 대출 예시 -->
<div>
<p class="font-bold text-gray-900 mb-2">2. 롸잇나우 대출 30만 원 :</p>
<ul class="check-list-unified text-sm">
<li>크레딧 미션 12,000포 + 이자 미션 1% 3,000포 + 원금 미션 10% 30,000포</li>
<li>블랙찬스 티켓 지급 : 다음 대출에 (1)원금 미션 인하된 라잇나우 대출 <span
class="underline decoration-green-400">원리포 상품</span> (2)이자 미션만 있는 롸잇나우 대출 <span
class="underline decoration-green-400">이포 상품</span> (3)크레딧 미션만 있는 웨이팅 대출 <span
class="underline decoration-green-400">원리현 상품</span> 중 하나 이용 가능</li>
<li class="font-bold text-red-600">바로 심사</li>
</ul>
</div>
</div>
</div>
</section>
<section class="my-10">
<h2 class="section-title">
📢 [4️⃣🈷️은 가장 잔인한 달(feat. T.S. 엘리엇) 대출]과<br>[써주세요.] 앱 > 인기 상품은 나노크레딧의 차이가 궁금해요.
</h2>
<div class="callout-box">
<p style="margin:0 0 12px 0; line-height:1.7;">
⚠️ 2년 간의 서비스 일시 중지 후, 2025년 2월 24일부터 재개되는 [써주세요.] 대출 정책이 조금 변경됐습니다.
</p>
<ul class="check-list-unified text-sm mb-4">
<li>365일 상시 신청과 심사가 아니라, 매월마다 신청 기간과 심사 기간이 정해져 있어요.</li>
<li>그 매월마다 정해져 있는 기간에 진행하는 대출이 바로 ‘월별 대출’ 이고 4월은 지금 보고 있는 4️⃣🈷️ 대출입니다.</li>
</ul>
<p style="margin:0 0 12px 0; line-height:1.7;">
⚠️ 나노크레딧 자체가 4️⃣🈷️ 대출이예요. 이름만 다를 뿐 같은 대출입니다.
</p>
<ul class="check-list-unified text-sm">
<li>그러나, 신청 순서는 지금 보고 있는 이 페이지에서 4️⃣🈷️ 대출부터 신청해야 합니다.</li>
<li>4️⃣🈷️ 대출을 신청하지 않고 나노크레딧만 신청하면 대출은 진행되지 않습니다..❌</li>
</ul>-
</div>
</section>
<section class="my-10">
<h2 class="section-title">
🔍 금액별로 비교하는<br>::: [이벤트 대출] 🆚 [웨이팅 대출] 🆚 [롸잇나우 대출]
</h2>
<div class="table-caption">
🔵 10만 원
</div>
<div class="overflow-x-auto">
<table class="table-2">
<thead>
<tr>
<th>
대출 옵션
</th>
<th>
상환 방식
</th>
<th>
좌석
</th>
<th>
크레딧 미션
</th>
<th>
이자 미션
</th>
<th>
원금 미션
</th>
<th>
합계
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
🎊 이벤트 대출
</td>
<td>
이포 상품
</td>
<td>
<span class="seat-badge seat-special">
🟪 Special Seat (특별석)
</span>
</td>
<td class="black-alert">
5,000포 -<br>(인상 후 적용)
</td>
<td class="black-alert">
1,000포<br>(1%)
</td>
<td class="">
감면
</td>
<td class="red-alert">
6,000포
</td>
</tr>
<tr>
<td>
⚱️ 웨이팅 대출
</td>
<td>
원리현 상품
</td>
<td>
<span class="seat-badge seat-box">
🟧 Box Seat (귀빈석)
</span>
</td>
<td class="black-alert">
2,000포 ↓<br>(최대 50% 할인)
</td>
<td class="">
없음
</td>
<td class="">
없음
</td>
<td class="red-alert">
2,000포
</td>
</tr>
<tr>
<td>
🚴 롸잇나우 대출
</td>
<td>
원리포 상환
</td>
<td>
<span class="seat-badge seat-free">
🟥 Free Seat (자유석)
</span>
</td>
<td class="black-alert">
4,000포 -<br>(할인 없음)
</td>
<td class="black-alert">
1,000포<br>(1%)
</td>
<td class="black-alert">
10,000포<br>(10%)
</td>
<td class="red-alert">
15,000포
</td>
</tr>
</tbody>
</table>
</div>
<div class="table-caption mt-10">
🔵 20만 원
</div>
<div class="overflow-x-auto">
<table class="table-3">
<thead>
<tr>
<th>
대출 옵션
</th>
<th>
상환 방식
</th>
<th>
좌석
</th>
<th>
크레딧 미션
</th>
<th>
이자 미션
</th>
<th>
원금 미션
</th>
<th>
합계
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
🎊 이벤트 대출
</td>
<td>
이포 상품
</td>
<td>
<span class="seat-badge seat-special">
🟪 Special Seat (특별석)
</span>
</td>
<td class="black-alert">
8,000포 -<br>(인상 후 적용)
</td>
<td class="black-alert">
2,000포<br>(1%)
</td>
<td class="">
감면
</td>
<td class="red-alert">
10,000포
</td>
</tr>
<tr>
<td>
⚱️ 웨이팅 대출
</td>
<td>
이포 상품
</td>
<td>
<span class="seat-badge seat-box">
🟧 Box Seat (귀빈석)
</span>
</td>
<td class="black-alert">
2,500포 ↓<br>(최대 50% 할인)
</td>
<td class="black-alert">
2,000포<br>(1%)
</td>
<td class="">
없음
</td>
<td class="red-alert">
4,500포
</td>
</tr>
<tr>
<td>
🚴 롸잇나우 대출
</td>
<td>
원리포 상환
</td>
<td>
<span class="seat-badge seat-free">
🟥 Free Seat (자유석)
</span>
</td>
<td class="black-alert">
5,000포 -<br>(할인 없음)
</td>
<td class="black-alert">
2,000포<br>(1%)
</td>
<td class="black-alert">
20,000포<br>(10%)
</td>
<td class="red-alert">
27,000포
</td>
</tr>
</tbody>
</table>
</div>
<div class="table-caption mt-10">
🔵 30만 원
</div>
<div class="overflow-x-auto">
<table class="table-4">
<thead>
<tr>
<th>
대출 옵션
</th>
<th>
상환 방식
</th>
<th>
좌석
</th>
<th>
크레딧 미션
</th>
<th>
이자 미션
</th>
<th>
원금 미션
</th>
<th>
합계
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
🎊 이벤트 대출
</td>
<td>
이포 상품
</td>
<td>
<span class="seat-badge seat-special">
🟪 Special Seat (특별석)
</span>
</td>
<td class="black-alert">
12,000포 -<br>(인상 후 적용)
</td>
<td class="black-alert">
3,000포<br>(1%)
</td>
<td class="">
감면
</td>
<td class="red-alert">
15,000포
</td>
</tr>
<tr>
<td>
⚱️ 웨이팅 대출
</td>
<td>
원리포 상품
</td>
<td>
<span class="seat-badge seat-box">
🟧 Box Seat (귀빈석)
</span>
</td>
<td class="black-alert">
3,000포 ↓<br>(최대 50% 할인)
</td>
<td class="black-alert">
3,000포<br>(1%)
</td>
<td class="black-alert">
3,000포 ↓<br>(1%)
</td>
<td class="red-alert">
9,000포
</td>
</tr>
<tr>
<td>
🚴 롸잇나우 대출
</td>
<td>
원리포 상품
</td>
<td>
<span class="seat-badge seat-free">
🟥 Free Seat (자유석)
</span>
</td>
<td class="black-alert">
6,000포 -<br>(할인 없음)
</td>
<td class="black-alert">
3,000포<br>(1%)
</td>
<td class="black-alert">
30,000포<br>(10%)
</td>
<td class="red-alert">
39,000포
</td>
</tr>
</tbody>
</table>
</div>
<div class="table-caption mt-10">
🔵 50만 원
</div>
<div class="overflow-x-auto">
<table class="table-5">
<thead>
<tr>
<th>
대출 옵션
</th>
<th>
상환 방식
</th>
<th>
좌석
</th>
<th>
크레딧 미션
</th>
<th>
이자 미션
</th>
<th>
원금 미션
</th>
<th>
합계
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
🎊 이벤트 대출
</td>
<td>
이포 상품
</td>
<td>
<span class="seat-badge seat-special">
🟪 Special Seat (특별석)
</span>
</td>
<td class="black-alert">
20,000포 -<br>(인상 후 적용)
</td>
<td class="black-alert">
5,000포<br>(1%)
</td>
<td class="">
감면
</td>
<td class="red-alert">
25,000포
</td>
</tr>
<tr>
<td>
⚱️ 웨이팅 대출
</td>
<td>
원리포 상품
</td>
<td>
<span class="seat-badge seat-box">
🟧 Box Seat (귀빈석)
</span>
</td>
<td class="black-alert">
6,000포 ↓<br>(최대 50% 할인)
</td>
<td class="black-alert">
5,000포<br>(1%)
</td>
<td class="black-alert">
5,000포 ↓<br>(1%)
</td>
<td class="red-alert">
16,000포
</td>
</tr>
<tr>
<td>
🚴 롸잇나우 대출
</td>
<td>
원리포 상품
</td>
<td>
<span class="seat-badge seat-special">
🟪 Special Seat (특별석)
</span>
</td>
<td class="black-alert">
12,000포 -<br>(할인 없음)
</td>
<td class="black-alert">
5,000포<br>(1%)
</td>
<td class="black-alert">
50,000포<br>(10%)
</td>
<td class="red-alert">
67,000포
</td>
</tr>
</tbody>
</table>
</div>
</section>
<section class="my-10">
<h2 class="section-title">
🎁 모든 금액<br>:::원리포 상품으로 정상 상환하면 받는 혜택
</h2>
<!-- INJECTED CARD CONTENT START -->
<div class="grid-container">
<!-- Card 1: 블랙 찬스 티켓 -->
<div class="card bg-card-yellow">
<div class="card-content flex-grow">
<p class="card-title">
원리현·이포 상품
<br />
이용 가능한
<br />
블랙찬스 티켓 제공
</p>
</div>
<div class="flex justify-start items-end p-6 pt-0">
<span class="tag benefit-tag">
혜택
</span>
</div>
</div>
<!-- Card 2: 한도 상향 기회 -->
<div class="card bg-card-cream relative">
<div class="card-content flex-grow">
<p class="card-title">
1번만 정상 상환해도
<br />
한도 상향 기회 제공
</p>
</div>
<div class="flex justify-start items-end p-6 pt-0">
<span class="tag benefit-tag">
혜택
</span>
</div>
</div>
</div>
<!-- INJECTED CARD CONTENT END -->
</section>
<section class="my-10">
<h2 class="section-title">
⏳ 상환 기간 (대출 기간)
</h2>
<div class="callout-box">
<h4>
<strong class="bold">
1개월
</strong>
</h4>
</div>
</section>
<section class="my-10">
<h2 class="section-title">
🙋🏻 신청 대상
</h2>
<div class="callout-box">
<h4>
<strong class="bold">
이용을 원하는 모든 고객님
</strong>
</h4>
</div>
</section>
<!-- START: 🔄 신청 절차 SECTION -->
<section class="my-10">
<h2 class="section-title">
<span aria-label="refresh" class="text-2xl mr-2 inline-block" role="img">
🔄
</span>
신청 절차
</h2>
<!-- Step 1~3: 대출 상품 전용 페이지 및 카톡 신청 -->
<div class="step-box">
<span class="step-icon">
❶
</span>
<div class="step-content">
<span class="bold">
먼저 지금 보고 있는
<span class="red-alert">
[4️⃣🈷️은 가장 잔인한 달(feat. T.S. 엘리엇) 대출]
</span>
상품 전용 페이지에서 희망하는 대출 상품을 신청해요.
</span>
</div>
</div>
<div class="step-box">
<span class="step-icon">
❷
</span>
<div class="step-content">
<span class="bold">
카톡채널에 신청 정보를 남겨요.
</span>
</div>
</div>
<div class="step-box">
<span class="step-icon">
❸
</span>
<div class="step-content">
대표 소통사에게
<span class="red-alert">
4️⃣🈷️ 대출
</span>
상품의 변경된 정책과 절차에 대해 설명을 들어요!
</div>
</div>
<div class="blockquote-decision">
<ul class="check-list-unified">
<li>
이벤트 대출 VS 웨이팅 대출 VS 롸잇나우 대출 옵션 최종 결정
</li>
<li>
신청 금액 최종 결정
</li>
</ul>
</div>
<!-- Blockquote for Final Confirmation -->
<div class="blockquote-decision blockquote-check" style="border-left-color: #4CAF50;">
<span style="font-size: 1.1em; font-weight: bold;">
✅ 어떤 상품을 이용할지 최종 결정했다구요?
</span>
</div>
<!-- Step 4~6: 앱에서 나노크레딧 신청 및 미션 완료 -->
<div class="step-box">
<span class="step-icon">
❹
</span>
<div class="step-content">
써주세요. 앱에서
<span class="bold">
[인기 상품은 나노크레딧]
</span>
클릭해요.
</div>
</div>
<div class="step-box">
<span class="step-icon">
❺
</span>
<div class="step-content">
<p style="margin:0;">
앱에서 희망하는 대출 금액과 상환 기간 1개월 선택해요.
</p>
<p style="margin:6px 0 0 0;">
❗️앱에서는 원리포 상품만 취급한다고 표기되지만, 무시하고 원하는 금액을 신청하시면 됩니다.
</p>
</div>
</div>
<div class="step-box">
<span class="step-icon">
❻
</span>
<div class="step-content">
앱에서
<span class="bold">
크레딧 미션을
</span>
확인 후 완료해요.
</div>
</div>
<!-- Info Box: 크레딧 미션이란? -->
<div class="info-box">
<h5>
✨ 크레딧 미션이란?
</h5>
<ul>
<li>
<span class="bold">
고객님의 신용 정보를 안전하게 조회하여 현재 연체 중인지 확인하는 과정입니다.
</span>
</li>
<li>
악성 연체자 여부를 확인합니다. (악성 연체자는 대출이 거절되지만, 미션이란 방법으로 서로간 신뢰를 쌓는다면 대출이 불가능한 것도 아니예요.)
</li>
<li>
연체 원인이 신용회복이나 개인회생 때문인지 구별합니다.
</li>
<li>
이를 통해 현재 상황에 맞는 적절한 대출 조건을 제공할 수 있어요!
</li>
</ul>
<p class="red-alert" style="margin-left: 20px; font-weight: bold;">
👍 신용정보조회 비용을 현금 부담 없이 포인트로 해결해요!
</p>
</div>
<!-- ****** 웨이팅 미션 안내 박스 ****** -->
<div class="blockquote-waiting-info">
<p class="info-title">
<span aria-label="check mark" class="text-xl mr-2 inline-block" role="img">
✅
</span>
웨이팅 대출은 신청 기간에 따라 <span class="bg-gray-100 px-1 rounded text-pink-600">크레딧 미션 포인트</span> 가 달라져요!
</p>
<div class="mt-2" style="margin-left: 30px; line-height: 1.6;">
<p style="margin: 0;">* <span class="bg-gray-100 px-1 rounded text-pink-600">할인된 크레딧 미션 포인트</span> 가
궁금하다면,</p>
<p style="margin: 0;">* 페이지 하단부에 있는 '💝 웨이팅 대출 보상'을 확인해 주시기 바랍니다.</p>
</div>
</div>
<!-- ****** 웨이팅 미션 안내 박스 끝 ****** -->
<!-- Step 7~8: 소통거리 미션 및 원금/이자 미션 -->
<div class="step-box mt-5">
<span class="step-icon">
❼
</span>
<div class="step-content">
앱에서
<span class="bold">
소통거리 미션 완료해요. = 심사 자료 제출
</span>
</div>
</div>
<div class="step-box">
<span class="step-icon">
❽
</span>
<div class="step-content">
<p style="margin:0;">
<span class="bold">
별도로 원금 미션 또는 이자 미션 완료하면 끝!
</span>
</p>
<p style="margin:6px 0 0 0;">
단, 원금 미션과 이자 미션은 앱에서는 내용이 없으니 해당하는 포인트를 적립한 후에 톡으로 알려주셔야 해요!
</p>
</div>
</div>
<!-- Info Box: 예시 (Examples) -->
<div class="info-box mt-5">
<h5>
📝 예시
</h5>
<ul>
<li>
예시 ❶ :
<strong class="bold">
웨이팅 대출, 20만 원, 이포 상품
</strong>
신청하면 → 이자 미션(1%) 필수
</li>
<li>
예시 ❷ :
<strong class="bold">
웨이팅 대출, 30/50만 원, 원리포 상품
</strong>
신청하면 → 인하된 원금 미션(1% ~ 8%) + 이자 미션(1%) 필수
</li>
<li>
예시 ❸ :
<strong class="bold">
<span class="pink-alert">
이벤트 대출 > 4️⃣🈷️ 한정 스페셜티 > 벚꽃 🌸 대출, 10만 원, 20만 원, 30만 원, 50만 원
</span>
</strong>
신청하면 → 원금 미션 감면 + 이자 미션(1%) 필수
</li>
</ul>
</div>
<!-- Image Placeholder (URL provided in original request) -->
<div class="text-center mt-5">
<img alt="대출 신청 절차 안내" class="w-full rounded-lg shadow-md" src="https://files.catbox.moe/gf7uaa.png" />
</div>
</section>
<!-- START: 🎊 웨이팅 대출 보상 OPEN SECTION -->
<section class="my-10">
<div class="section-box">
🗂️ 웨이팅 대출_미리보기.ZIP
</div>
<h2 class="section-title">
📆 🆆🅐🅸🆃🅸🅽🅶 기간
</h2>
<div class="callout-box">
<h4>
<strong class="bold">
👉🏻 2026년 4월 1일(수) ~ 2026년 4월 25일(토)
</strong>
</h4>
</div>
<h2 class="section-title">
🔎 심사 기간
</h2>
<div class="callout-box">
<h4>
<strong class="bold">
👉🏻 2026년 5월 1일(금) ~ 2026년 5월 5일(화)
</strong>
</h4>
</div>
<h2 class="section-title">
💝 웨이팅 대출 보상 두 가지
</h2>
<div class="bg-pink-100 p-4 rounded-lg shadow-md my-5">
<h3 class="font-nanum text-xl font-bold text-pink-800">
첫 번째 보상 : 크레딧 미션 할인
</h3>
</div>
<p class="font-bold text-lg mt-5">
1. 🏷️ 써주세요. 마지막 대출이 Clean 상환인 고객님
</p>
<div class="overflow-x-auto">
<table class="pretty prettylast">
<thead>
<tr>
<th>
구분
</th>
<th>
좌석명
</th>
<th>
신청 기간
</th>
<th>
할인률
</th>
<th>
10만 원
</th>
<th>
20만 원
</th>
<th>
30만 원
</th>
<th>
50만 원
</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="3">
Early Bird
(얼리버드)
</td>
<td>
🟨 Box Seat(귀빈석)
</td>
<td>
2026/04/01
~ 2026/04/05
</td>
<td class="red-alert">
50% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="box-seat-discounted">
2,000포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="box-seat-discounted">
2,500포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="box-seat-discounted">
3,000포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="box-seat-discounted">
6,000포
</div>
</td>
</tr>
<tr>
<td>
🟪 VIP Seat(1열)
</td>
<td>
2026/04/06
~ 2026/04/10
</td>
<td class="font-bold text-gray-800">
45% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
2,200포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
2,750포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
3,300포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
6,600포
</div>
</td>
</tr>
<tr>
<td>
🟩 Royal Seat(2열)
</td>
<td>
2026/04/11
~ 2026/04/15
</td>
<td class="font-bold text-gray-800">
40% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
2,400포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
3,000포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
3,600포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
7,200포
</div>
</td>
</tr>
<tr>
<td rowspan="2">
Night Owl
(나이트올)
</td>
<td>
🟦 Standard Seat(3열)
</td>
<td>
2026/04/16
~ 2026/04/20
</td>
<td class="font-bold text-gray-800">
35% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
2,600포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
3,250포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
3,900포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
7,800포
</div>
</td>
</tr>
<tr>
<td>
⬛️ Original Seat(입석)
</td>
<td>
2026/04/21
~ 2026/04/25
</td>
<td class="font-bold text-gray-800">
30% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
2,800포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
3,500포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
4,200포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
8,400포
</div>
</td>
</tr>
</tbody>
</table>
</div>
<p class="font-bold text-lg mt-10">
2. 🏷️ 써주세요. 마지막 대출이 Non-Clean 상환인 고객님
</p>
<div class="callout-box" style="margin-top:10px;">
<strong>☑️ Non-Clean 상환이란?</strong><br />
연장, 연체, 원리포 약속 불이행, 이포 약속 불이행에 해당하는 경우
</div>
<div class="overflow-x-auto">
<table class="pretty">
<thead>
<tr>
<th>
구분
</th>
<th>
좌석명
</th>
<th>
신청 기간
</th>
<th>
할인률
</th>
<th>
10만 원
</th>
<th>
20만 원
</th>
<th>
30만 원
</th>
<th>
50만 원
</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="3">
Early Bird
(얼리버드)
</td>
<td>
🟨 Box Seat (귀빈석)
</td>
<td>
2026/04/01
~ 2026/04/05
</td>
<td class="red-alert">
25% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="box-seat-discounted">
3,000포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="box-seat-discounted">
3,750포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="box-seat-discounted">
4,500포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="box-seat-discounted">
9,000포
</div>
</td>
</tr>
<tr>
<td>
🟪 VIP Seat (1열)
</td>
<td>
2026/04/06
~ 2026/04/10
</td>
<td class="font-bold text-gray-800">
20% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
3,200포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
4,000포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
4,800포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
9,600포
</div>
</td>
</tr>
<tr>
<td>
🟩 Royal Seat (2열)
</td>
<td>
2026/04/11
~ 2026/04/15
</td>
<td class="font-bold text-gray-800">
15% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
3,400포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
4,250포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
5,100포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
10,200포
</div>
</td>
</tr>
<tr>
<td rowspan="2">
Night Owl
(나이트올)
</td>
<td>
🟦 Standard Seat (3열)
</td>
<td>
2026/04/16
~ 2026/04/20
</td>
<td class="font-bold text-gray-800">
10% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
3,600포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
4,500포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
5,400포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
10,800포
</div>
</td>
</tr>
<tr>
<td>
⬛️ Original Seat(입석)
</td>
<td>
2026/04/21
~ 2026/04/25
</td>
<td class="font-bold text-gray-800">
5% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
3,800포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
4,750포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
5,700포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
11,400포
</div>
</td>
</tr>
</tbody>
</table>
</div>
<p class="font-bold text-lg mt-10">
3. 🏷️ 이용 경험 없고 딱 한 번만 대출 신청한 고객님
</p>
<div class="overflow-x-auto">
<table class="pretty">
<thead>
<tr>
<th>
구분
</th>
<th>
좌석명
</th>
<th>
신청 기간
</th>
<th>
할인률
</th>
<th>
10만 원
</th>
<th>
20만 원
</th>
<th>
30만 원
</th>
<th>
50만 원
</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="3">
Early Bird
(얼리버드)
</td>
<td>
🟨 Box Seat (귀빈석)
</td>
<td>
2026/04/01
~ 2026/04/05
</td>
<td class="red-alert">
40% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="box-seat-discounted">
2,400포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="box-seat-discounted">
3,000포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="box-seat-discounted">
3,600포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="box-seat-discounted">
7,200포
</div>
</td>
</tr>
<tr>
<td>
🟪 VIP Seat (1열)
</td>
<td>
2026/04/06
~ 2026/04/10
</td>
<td class="font-bold text-gray-800">
35% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
2,600포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
3,250포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
3,900포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
7,800포
</div>
</td>
</tr>
<tr>
<td>
🟩 Royal Seat (2열)
</td>
<td>
2026/04/11
~ 2026/04/15
</td>
<td class="font-bold text-gray-800">
30% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
2,800포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
3,500포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
4,200포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
8,400포
</div>
</td>
</tr>
<tr>
<td rowspan="2">
Night Owl
(나이트올)
</td>
<td>
🟦 Standard Seat (3열)
</td>
<td>
2026/04/16
~ 2026/04/20
</td>
<td class="font-bold text-gray-800">
25% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
3,000포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
3,750포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
4,500포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
9,000포
</div>
</td>
</tr>
<tr>
<td>
⬛️ Original Seat(입석)
</td>
<td>
2026/04/21
~ 2026/04/25
</td>
<td class="font-bold text-gray-800">
20% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
3,200포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
4,000포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
4,800포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
9,600포
</div>
</td>
</tr>
</tbody>
</table>
</div>
<p class="font-bold text-lg mt-10">
4. 🏷️ 이용 경험 없는데 두 번 이상 대출 신청한 고객님
</p>
<div class="overflow-x-auto">
<table class="pretty">
<thead>
<tr>
<th>
구분
</th>
<th>
좌석명
</th>
<th>
신청 기간
</th>
<th>
할인률
</th>
<th>
10만 원
</th>
<th>
20만 원
</th>
<th>
30만 원
</th>
<th>
50만 원
</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="3">
Early Bird
(얼리버드)
</td>
<td>
🟨 Box Seat (귀빈석)
</td>
<td>
2026/04/01
~ 2026/04/05
</td>
<td class="red-alert">
20% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="box-seat-discounted">
3,200포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="box-seat-discounted">
4,000포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="box-seat-discounted">
4,800포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="box-seat-discounted">
9,600포
</div>
</td>
</tr>
<tr>
<td>
🟪 VIP Seat (1열)
</td>
<td>
2026/04/06
~ 2026/04/10
</td>
<td class="font-bold text-gray-800">
15% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
3,400포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
4,250포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
5,100포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
10,200포
</div>
</td>
</tr>
<tr>
<td>
🟩 Royal Seat (2열)
</td>
<td>
2026/04/11
~ 2026/04/15
</td>
<td class="font-bold text-gray-800">
10% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
3,600포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
4,500포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
5,400포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
10,800포
</div>
</td>
</tr>
<tr>
<td rowspan="2">
Night Owl
(나이트올)
</td>
<td>
🟦 Standard Seat (3열)
</td>
<td>
2026/04/16
~ 2026/04/20
</td>
<td class="font-bold text-gray-800">
5% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
3,800포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
4,750포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
5,700포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
11,400포
</div>
</td>
</tr>
<tr>
<td>
⬛️ Original Seat(입석)
</td>
<td>
2026/04/21
~ 2026/04/25
</td>
<td class="font-bold text-gray-800">
0% ▼
</td>
<td>
<div class="orig">
4,000포
</div>
<div class="discounted">
4,000포
</div>
</td>
<td>
<div class="orig">
5,000포
</div>
<div class="discounted">
5,000포
</div>
</td>
<td>
<div class="orig">
6,000포
</div>
<div class="discounted">
6,000포
</div>
</td>
<td>
<div class="orig">
12,000포
</div>
<div class="discounted">
12,000포
</div>
</td>
</tr>
</tbody>
</table>
</div>
<blockquote>
빠르게 사전 신청하면
<strong class="bold" style="color:var(--red-alert);">
포인트 적립 부담은 팍팍팍 ↓↓↓ 내려갑니다.
</strong>
</blockquote>
<div class="bg-pink-100 p-4 rounded-lg shadow-md my-5">
<h3 class="font-nanum text-xl font-bold text-pink-800">
두 번째 보상 : 원리포 상품 이용 시 원금 미션 인하
</h3>
</div>
<!-- START: 원금 미션 인하 섹션 테이블 추가 -->
<div class="overflow-x-auto">
<table class="pretty">
<thead>
<tr>
<th>
구분
</th>
<th>
좌석명
</th>
<th>
신청 기간
</th>
<th>
인하율
</th>
<th>
10만 원
</th>
<th>
20만 원
</th>
<th>
30만 원
</th>
<th>
50만 원
</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="3">
Early Bird
(얼리버드)
</td>
<td>
🟨 Box Seat(귀빈석)
</td>
<td>
2026/04/01
~ 2026/04/05
</td>
<td>
10% → 1%
<span class="red-alert">
(90% ▼)
</span>
</td>
<td>
<div class="text-gray-400 line-through">30,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">1,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">20,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">2,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">30,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">3,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">50,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">5,000포</div>
</td>
</tr>
<tr>
<!-- rowspan 처리: 첫 번째 td는 제거 -->
<td>
🟪 VIP Seat(1열)
</td>
<td>
2026/04/06
~ 2026/04/10
</td>
<td>
10% → 2%
<span class="red-alert">
(80% ▼)
</span>
</td>
<td>
<div class="text-gray-400 line-through">10,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">2,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">20,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">4,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">30,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">6,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">50,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">10,000포</div>
</td>
</tr>
<tr>
<!-- rowspan 처리: 첫 번째 td는 제거 -->
<td>
🟩 Royal Seat(2열)
</td>
<td>
2026/04/11
~ 2026/04/15
</td>
<td>
10% → 4%
<span class="red-alert">
(60% ▼)
</span>
</td>
<td>
<div class="text-gray-400 line-through">10,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">4,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">20,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">8,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">30,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">12,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">50,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">20,000포</div>
</td>
</tr>
<tr>
<td rowspan="2">
Night Owl
(나이트올)
</td>
<td>
🟦 Standard Seat (3열)
</td>
<td>
2026/04/16
~ 2026/04/20
</td>
<td>
10% → 6%
<span class="red-alert">
(40% ▼)
</span>
</td>
<td>
<div class="text-gray-400 line-through">10,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">6,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">20,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">12,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">30,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">18,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">50,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">30,000포</div>
</td>
</tr>
<tr>
<!-- rowspan 처리: 첫 번째 td는 제거 -->
<td>
⬛️ Original Seat(입석)
</td>
<td>
2026/04/21
~ 2026/04/25
</td>
<td>
10% → 8%
<span class="red-alert">
(20% ▼)
</span>
</td>
<td>
<div class="text-gray-400 line-through">10,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">8,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">20,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">16,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">30,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">24,000포</div>
</td>
<td>
<div class="text-gray-400 line-through">50,000포 →</div>
<div class="bg-pink-100 px-1 rounded text-red-600 font-bold">40,000포</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<section class="my-10">
<h2 class="section-title">
🔻 웨이팅 대출은 대신에 이거 하나만 해주세요!
</h2>
<div class="text-center mt-5">
<a href="https://tally.so/r/wzLJx1" target="_blank" aria-label="4️⃣🈷️은 가장 잔인한 달 대출 포인트 구독 안내 페이지로 이동">
<img alt="4️⃣🈷️은 가장 잔인한 달 대출 포인트 구독 안내" class="w-full rounded-lg shadow-md"
src="https://files.catbox.moe/gf7uaa.png" />
</a>
</div>
<ol class="procedure-list mt-5">
<li>
<strong class="bold">
언제부터 언제까지?
</strong>
<div>톡 접수일(웨이팅 신청일)부터 입금일까지 이어집니다.</div>
</li>
<li>
<strong class="bold">
포인트 구독을 왜 해야 하나요?
</strong>
<div>크레딧 할인과 원금 감면 혜택을 유지하려면 고객님의 4월 잔인한 포인트 구독이 필수예요.</div>
</li>
<li>
<strong class="bold">
포인트 구독을 하지 않으면?
</strong>
<div>애석하게도 신청한 대출 건은 거절 처리되며, 모든 미션을 완료해도 심사에서 제외됩니다.</div>
</li>
</ol>
<a class="SpringMarch-waiting-button" href="https://tally.so/r/mBvDvR" target="_blank"
aria-label="4️⃣🈷️은 가장 잔인한 달(feat. T.S. 엘리엇) 대출 신청하기 페이지로 이동">
4️⃣🈷️은 가장 잔인한 달 대출 신청하기
</a>
</section>
</main>
Plain Text
복사

