#w0,
.mobile-nav {
    background: transparent;
}

.wrap {
    position: relative;
}

.index_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg_top {
    position: absolute;
    top: 64px;
    width: 100%;
    height: 100%;
    max-height: 384px;
    background-image: url(/images/pledge_loan/ploan03.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 0;
}

.index_header {
    position: relative;
    display: flex;
    padding-top: 100px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 1;
}

.index_content.content_header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.index_content.content_header .title {
    font-family: "Inter Regular";
    font-size: 76px;
    font-weight: bold;
    line-height: 92px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    background: linear-gradient(270deg, #FFDB9E 0%, #FDC463 48%, #FFDB9E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.index_content.content_header .title_span {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;

    max-width: 800px;
    text-align: center;
}

.index_content.content_header .btn_area {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
}

.index_content.content_header .btn_area button {
    height: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 32px;
    background: transparent;
    border: 1px solid #3F414B;

    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    margin: 0;
    color: #FFDB9E;
}

.index_content.content_header .btn_area button:first-child {
    border: none;
    background: linear-gradient(270deg, #FFCC57 0%, #FFDB9E 100%);
    color: #1F1F24;
}

.index_content.content_header>div {}

.index_content.content_body {
    width: 100%;
    /* background: linear-gradient(248deg, rgba(46, 47, 54, 0) 2%, #2E2F36 97%); */
    border-radius: 12px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    margin-top: 160px;
    gap: 100px;
    /* border: 1px solid #3F414B */
}

.content_body .title {
    font-family: "Inter Regular";
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.content_body .title_small {
    font-family: "Inter Regular";
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    letter-spacing: 0em;
    color: #80879A;
}

.instructions .instructions_type_select {
    display: flex;
    flex-direction: row;
    border-radius: 6px;
    height: 28px;
    background: #2E2E35;
    padding: 2px;
}

.instructions .instructions_type_select_h5 {
    display: none;
}

#dropdown-container-instructions,
.instructions .instructions_type_select_h5 .dropdown.custom {
    width: 100%;
    max-width: none;
}

.instructions .instructions_type_select .instructions_btn {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    border-radius: 6px;

    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #80879A;
    cursor: pointer;
}

.instructions .instructions_type_select .instructions_btn.active {
    background: #1F2024;
    color: #FFFFFF;
}

.instructions .instructions_show {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    gap: 16px;
}

.instructions .instructions_show>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(46, 47, 54, 0.2) 0%, rgba(74, 76, 87, 0.2) 100%);
    padding: 20px;
}

.instructions .instructions_show>div .coin_area {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #3F414B;
    padding: 12px;
    margin-bottom: 10px;
}

.instructions .instructions_show>div .p1 {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.instructions .instructions_show>div .p2 {
    font-family: "Inter Regular";
    font-size: 13px;
    font-weight: normal;
    line-height: 21px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    z-index: 1;
    color: #80879A;
}

.instructions .instructions_show>div .p2 span {
    color: #FFFFFF;
}

.commonProblem>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.commonProblem>div .faq_area {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 0;
    gap: 16px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(63, 65, 75, 0.5);
}


.faq_area .number {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    opacity: 1;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    background: #2E2F36;

    box-sizing: border-box;
    border: 1px solid #3F414B;


    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 白色 */
    color: #FFFFFF;
}


.faq_area .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq_area .content .question {
    width: 100%;
    min-height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq_area .content .question>div {
    display: flex;
}

.faq_area .content .question p {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

.faq_area .content .answer {
    width: 100%;
    margin-top: 20px;
    text-align: left;
}

.faq_area .content .answer p {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 140%;
    color: #80879A;
    margin-bottom: 5px;
}

.faq_area .content .question img {
    width: 8px;
    transition: transform 0.3s ease;
    user-select: none;
}

.faq_area .content .question img.tran90 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

#participateModal .add_kas_modal_div {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    gap: 10px;
}

#pledgeCalculatorModal .modal-content {
    max-width: 672px;
}

#pledgeCalculatorModal .pledge_calculayor_area {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#pledgeCalculatorModal .pledge_calculayor_area .tips {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 6px 12px;
    min-height: 34px;
    border-radius: 8px;
    background: rgba(255, 247, 232, 0.1);
    gap: 8px;
}

#pledgeCalculatorModal .pledge_calculayor_area .tips img {
    margin-top: 3px;
}

#pledgeCalculatorModal .pledge_calculayor_area .input_area {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
}

#pledgeCalculatorModal .pledge_calculayor_area .input_area.token span {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(20%);
}

#pledgeCalculatorModal .pledge_calculayor_area .input_area .label {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0px;

    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
    padding: 0;
    margin-bottom: 8px;
}

#pledgeCalculatorModal .pledge_calculayor_area .input_div {
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #3F414B;
    width: 100%;
}

#pledgeCalculatorModal .pledge_calculayor_area .input_div input {
    border: none;
    height: 54px;
    border-radius: unset;
    width: 100%;
    padding: 0 10px;
}

#pledgeCalculatorModal .pledge_calculayor_area .input_div button {
    border: none;
    height: 54px;
    border-radius: unset;
    border-left: 1px solid #3F414B;
    width: 100px;
    padding: 21px;
}

#pledgeCalculatorModal .pledge_calculayor_area .show_area {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}

#pledgeCalculatorModal .pledge_calculayor_area .show_area>div {
    flex: 1;
    height: 141px;
    border-radius: 8px;
    background: #2E2F36;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#pledgeCalculatorModal .pledge_calculayor_area .show_area>div p {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0px;

    font-variation-settings: "opsz" auto;
    /* 白色 */
    color: #FFFFFF;
}

#pledgeCalculatorModal .trip_i{
    width: 14px;
    height: 14px;
    margin-left: 4px;
    margin-top: -4px;
}

.top_content {
    /* height: 56px; */
    padding: 16px;
    border-bottom: 1px solid #705D36;
    display: flex;
    align-items: center;
    justify-content: left;

    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    z-index: 1;

    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;

    white-space: nowrap;
}

.top_content .main_part {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    gap: 4px;
    padding: 0 !important;
}

.top_content .main_part img {
    position: relative;
    top: 2px;
}

.top_content .main_part span {
    white-space: initial;
}

@media only screen and (max-width: 767px) {

    .index_header {
        padding-top: 56px;
    }

    .index_content.content_body {
        margin-top: 80px;
    }

    .index_content.content_header .title {
        font-size: 40px;
        font-weight: 900;
        line-height: 48px;
        letter-spacing: 0em;
    }

    .index_content.content_header .title_span {
        flex-wrap: wrap;
    }

    .index_content.content_header .btn_area {
        flex-direction: column;
        width: 100%;
    }

    .instructions .instructions_type_select {
        display: none;
    }

    .instructions .instructions_type_select_h5 {
        display: flex;
    }

    .instructions .instructions_show {
        flex-direction: column;
        gap: 0;
    }

    .instructions .instructions_show>div {
        border-radius: 0;
        background: rgba(74, 76, 87, 0.2);
    }

    .content_body .title {
        font-size: 20px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0em;
    }

    .instructions .instructions_show>div .p1 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0em;
    }

    .instructions .instructions_show>div .p2 {
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 0em;
    }

    .faq_area .content .question img {
        display: none;
    }
}