.lumpfinance_wrapper {
    display: flex;
    padding: 30px 16px 80px 16px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
}

.lumpfinance_top_frame {
    max-width: 640px;
}

.lumpfinance_top_frame_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

@media (max-width: 800px) {
    .lumpfinance_top_frame_inner {
        padding: 10px 0 30px 0;
        flex-direction: column;
        justify-content: center;
    }
     
}

.lumpfinance_top_frame_inner img {
    width: 185px;
    height: 150px;
}

.lumpfinance_top_frame_inner_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.lumpfinance_top_frame_inner_box_title {
    color: #1472FF;

    /* Title 1/Bold */
    font-family: "Spoqa Han Sans Neo";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 154.545% */
    letter-spacing: -0.044px;
}

.lumpfinance_top_frame_inner_box_description {
    color: #080808;

    /* Title 2/Medium-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 145% */
    letter-spacing: -0.04px;
}


@media (max-width: 800px) {
    .lumpfinance_top_frame_inner_box {
        align-items: center;
    }

    .lumpfinance_top_frame_inner_box_title {
        color: #1472FF;

        /* Title 1/Bold */
        font-family: "Spoqa Han Sans Neo";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 29px; /* 154.545% */
        letter-spacing: -0.044px;
        text-align: center;
    }

    .lumpfinance_top_frame_inner_box_description {
        color: #080808;

        /* Title 2/Medium-long */
        font-family: "Spoqa Han Sans Neo";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 145% */
        letter-spacing: -0.04px;
        text-align: center;


    }
     
}


.lumpfinance_contents {
    display: flex;
    width: 668px;
    padding: 10px 16px 0 16px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

@media (max-width: 800px) {
    .lumpfinance_contents {
        width: 100%;
    }
    
}

.lumpfinance_contents_box {
    display: flex;
    width: 522px;
    padding: 26px 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 800px) {
    .lumpfinance_contents_box {
        width: calc(100% - 64px);
        padding: 12px 24px;
    }
}

.lumpfinance_contents_box_input {
    color: var(--App-01, #2486FF);
    text-align: center;

    /* Title 2/Bold */
    font-family: "Spoqa Han Sans Neo";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px; /* 155% */
    letter-spacing: -0.04px;
}

.lumpfinance_contents_box_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lumpfinance_contents_box_row.gap-6 {
    gap: 6px;
}

.lumpfinance_contents_box_row.wrap {
    flex-wrap: wrap;
}
.lumpfinance_contents_box_title {
    display: flex;
    flex-direction: row;
    height: 50px;
    align-items: center;
    gap: 10px;
}

.lumpfinance_contents_box_title_left {
    color: #26282B;

    /* Title 2/Bold */
    font-family: "Spoqa Han Sans Neo";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px; /* 155% */
    letter-spacing: -0.04px;
}


.lumpfinance_contents_box_title_middle {
    display: flex;
    width: 90px;
    height: 40px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.lumpfinance_contents_box_title_middle input {
    border-radius: 4px;
    width: 90px;
    border: 1px solid #E8EBED;
    background: #FFF;
}

.lumpfinance_contents_box_title_right {
    color: #26282B;
    text-align: center;

    /* Title 2/Bold */
    font-family: "Spoqa Han Sans Neo";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px; /* 155% */
    letter-spacing: -0.04px;
}

.lumpfinance_contents_box_row_button {
    display: flex;
    height: 36px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

.lumpfinance_contents_box_row_button.primary {
    border-radius: 24px;
    background: #1472FF;

    color: #FCFCFC;

    /* Title 4/Medium-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.032px;
}

.lumpfinance_contents_box_row_button.secondary {
    border-radius: 24px;
    border: 1px solid #1472FF;
    background: #FCFCFC;

    color: #1472FF;

    /* Title 4/Regular-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.032px;
}


.lumpfinance_contents_box_row_content {
    color: #72787F;

    /* Body 2/Regular-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.028px;
}

.lumpfinance_contents_product_list {
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

@media (max-width: 800px) {
    .lumpfinance_contents_product_list {
        align-self: unset;
        width: calc(100vw - 64px);
    }
}
.lumpfinance_contents_product_item {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #E8EBED;
}


.lumpfinance_contents_product_item.hide {
    display: none;
}

.lumpfinance_contents_product_item_upper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.lumpfinance_contents_product_item_upper img {
    width: 20px;
    height: 20px;
}

.lumpfinance_contents_product_item_upper_bank {
    color: #363B40;

    /* Body 1/Bold-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 146.667% */
    letter-spacing: -0.03px;
}

.lumpfinance_contents_product_item_lower {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}


@media (max-width: 800px) {
    .lumpfinance_contents_product_item_lower {
        flex-direction: column;
    }
}

.lumpfinance_contents_product_item_lower_left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}


.lumpfinance_contents_product_item_lower_left_title {
    color: #72787F;

    /* Body 1/Regular-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
    letter-spacing: -0.03px;
}

.lumpfinance_contents_product_item_lower_left_money {
    color: #1472FF;
    text-align: right;

    /* Title 3/Bold-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.036px;
}

.lumpfinance_contents_product_item_lower_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.lumpfinance_contents_product_item_lower_right_cell {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.lumpfinance_contents_product_item_lower_right_cell_cate {
    color: #72787F;
    text-align: right;

    /* Body 2/Regular-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.028px;
}

.lumpfinance_contents_product_item_lower_right_cell_detail {
    color: #26282B;
    text-align: right;

    /* Body 2/Bold-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.028px;
}


.lumpfinance_contents_detail {
    display: none;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;

    border-radius: 12px;
    border: 2px solid #4C94FF;
    background: #FCFCFC;
}

.lumpfinance_contents_detail.show {
    display: flex;
}

.lumpfinance_contents_detail_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.lumpfinance_contents_detail_header_left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}


.lumpfinance_contents_detail_header_left img {
    width: 32px;
    height: 32px;
}

.lumpfinance_contents_detail_header_left span {
    color: #363B40;

    /* Body 1/Bold-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 146.667% */
    letter-spacing: -0.03px;
}


.lumpfinance_contents_detail_header_right  {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.lumpfinance_contents_detail_header_right_caption {
    color: #363B40;

    /* Body 1/Regular-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
    letter-spacing: -0.03px;
}


.lumpfinance_contents_detail_header_right_price {
    color: #1472FF;

    /* Title 4/Bold-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.032px;
}

.lumpfinance_contents_detail_content {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: #F2F4F6;

}

.lumpfinance_contents_detail_content_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}


.lumpfinance_contents_detail_content_row_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: #171717;
    text-align: right;

    /* Body 1/Bold-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 146.667% */
    letter-spacing: -0.03px;
}


.lumpfinance_contents_detail_content_row_left.weak {
    display: flex;
    flex-direction: row;
    gap: 4px;

    color: #72787F;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.024px;
}


.lumpfinance_contents_detail_content_row_left.weak span{
    display: flex;
    flex-direction: row;
    gap: 4px;

    color: #72787F;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.024px;
}

.lumpfinance_contents_detail_content_row_left.medium {
    color: var(--Greyscale-600, #454C53);

    /* Body 2/Regular-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.028px;
}


.lumpfinance_contents_detail_content_row_left img {
    width: 8px;
    height: 8px;
}

.lumpfinance_contents_detail_content_row_right {
    color: var(--Greyscale-900, #171717);
    text-align: right;

    /* Body 1/Bold-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 146.667% */
    letter-spacing: -0.03px;
}

.lumpfinance_contents_detail_content_row_right.primary {
    color: #1472FF;
}

.lumpfinance_contents_detail_content_row_right.weak {
    color: #72787F;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.024px;
}

.lumpfinance_contents_detail_content_row_right.medium {
    color: var(--Greyscale-900, #171717);
    text-align: right;

    /* Body 2/Medium-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.028px;
}


.lumpfinance_contents_detail_content_row_right.medium.link {
    border-bottom: 1px solid #72787F;
}

.lumpfinance_contents_detail_description {
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.lumpfinance_contents_detail_description_header { 
    display: flex;
    align-self: stretch;

    color: #171717;

    /* Title 4/Bold-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.032px;
}

.lumpfinance_contents_detail_description_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.lumpfinance_contents_repay_schedule_table {
    display: flex;
    max-width: 640px;
    min-width: 400px;
    flex-direction: column;
    align-items: flex-start;
}

.lumpfinance_contents_repay_schedule_table_header {
    display: flex;
    padding: 0 16px 16px 16px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.lumpfinance_contents_repay_schedule_table_header span {
    color: var(--Greyscale-800, #26282B);

    /* Title 3/Bold-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.036px;
}

.lumpfinance_contents_repay_schedule_table_header img {
    width: 20px;
    height: 20px;
}

.lumpfinance_contents_repay_schedule_table_body {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.lumpfinance_contents_repay_schedule_table_body_head {
    display: flex;
    padding: 0 1px 1px 1px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    align-self: stretch;
}

.lumpfinance_contents_repay_schedule_table_body_head_row_1 {
    display: flex;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: #F2F4F6;

    color: #26282B;

    /* Body 2/Bold-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.028px;
}

.lumpfinance_contents_repay_schedule_table_body_head_row_2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1px;
    align-self: stretch;
}

@media (max-width: 800px) {
    .lumpfinance_contents_repay_schedule_table_body_head_row_2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1px;
        align-self: stretch;
    }
}

.lumpfinance_contents_repay_schedule_table_body_head_row_2_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1px;
    align-self: stretch;
    width: 100%;
}
.lumpfinance_contents_repay_schedule_table_body_caption {
    color: #9EA4AA;

    /* Caption 1/Regular-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.024px;
}

.lumpfinance_contents_repay_schedule_table_body_table {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    overflow-y: scroll;
    height: 480px;
}

@media (max-height: 800px) {
    .lumpfinance_contents_repay_schedule_table_body_table {
        height: 200px;
    }
    
}

.lumpfinance_contents_repay_schedule_table_body_head_row_2_th {
    display: flex;
    width: 100px;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    background: #F2F4F6;
    
    color: #26282B;

    /* Caption 2/Regular-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 136.364% */
    letter-spacing: -0.022px;
}

.lumpfinance_contents_repay_schedule_table_body_head_row_2_td {
    display: flex;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;

    color: var(--Greyscale-800, #26282B);

    /* Caption 2/Regular-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 136.364% */
    letter-spacing: -0.022px;
}

.lumpfinance_contents_repay_schedule_table_body_table_head {
    display: flex;
    padding: 1px;
    flex-direction: row;
    align-items: flex-start;
    gap: 1px;
    align-self: stretch;

    background: #F2F4F6;
}

.lumpfinance_contents_repay_schedule_table_body_table_head_1 {
    display: flex;
    width: 30px;
    padding: 8px 0;
    justify-content: center;
    align-items: center;

    background: #F2F4F6;

    color: #26282B;

    /* Caption 2/Regular-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 136.364% */
    letter-spacing: -0.022px;
}

.lumpfinance_contents_repay_schedule_table_body_table_head_2 {
    display: flex;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    background: #F2F4F6;
    color: #26282B;

    /* Caption 2/Regular-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 136.364% */
    letter-spacing: -0.022px;
}

.lumpfinance_contents_repay_schedule_table_body_table_body {

    display: flex;
    padding: 1px;
    flex-direction: row;
    align-items: flex-start;
    gap: 1px;
    align-self: stretch;

    background: #F2F4F6;
}

.lumpfinance_contents_repay_schedule_table_body_table_body_content {

    display: flex;
    padding: 1px;
    flex-direction: row;
    align-items: flex-start;
    gap: 1px;
    align-self: stretch;

    background: #F2F4F6;
}

.lumpfinance_contents_repay_schedule_table_body_table_body_1 {
    display: flex;
    width: 30px;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    background: #FCFCFC;
    color: #26282B;

    /* Caption 2/Regular-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 136.364% */
    letter-spacing: -0.022px;

}

.lumpfinance_contents_repay_schedule_table_body_table_body_2 {
    display: flex;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    background: #FCFCFC;
    color: #26282B;

    /* Caption 2/Regular-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 136.364% */
    letter-spacing: -0.022px;
}

.lumpfinance_contents_repay_schedule_popup {
    display: none;
    position: fixed;
    background-color: #FCFCFC;
}


.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup {
    font-family: Arial, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.lumpfinance_select {
    width: 6rem;
    border: none;
    background-color: #fcfcfc;
    border-bottom: 2px solid #171717;

    /* Title 1/Bold-long */
    font-family: "Spoqa Han Sans Neo";
    font-size: var(--Typo-Title-1, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 145.455% */
    letter-spacing: -0.044px;
}
.lumpfinance_select option {
    font-family: "Spoqa Han Sans Neo";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 145.455% */
    letter-spacing: -0.044px;
}

.lumpfinance_contents_box_row_select {
    margin-left: 16px
}

.lumpfinance_select:required:invalid {
    color: gray;
}


option[value=""][disabled] {
  display: none;
}

.lumpfinance_contents_detail_description_content .titleInfo {
    width: 100%;
}

.lumpfinance_contents_detail_description_content > p { 
    margin: 0;

}