@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url("https://hangeul.pstatic.net/hangeul_static/css/NanumMyeongjoYetHangul.css");

@font-face {
    font-family: 'HakgyoansimBadasseugiTTF-L';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimBadasseugiTTF-L.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Pretendard Variable', sans-serif;
    color: #000;
    font-size: 10px;
    word-break: keep-all;
}

.bf25_br_show_mobile {
    display: none;
}

#bf25_donate_fix_btn {
    opacity: 0;
    transition: 0.3s all;
    width: 16rem;
    aspect-ratio: 1 / 1;
    position: fixed;
    top: 12rem;
    right: 6.4rem;
    z-index: 9999;
    border: 1px solid #000;
}


#bf25_donate_fix_btn:hover {
    box-shadow: 8px 8px 0 0 rgba(0, 0, 0);
}

@media screen and (max-width: 1536px) {
    #bf25_donate_fix_btn {
        width: 12rem;
    }
}

@media screen and (max-width: 768px) {
    #bf25_donate_fix_btn {
        display: none;
    }
}

@media only screen and (max-width: 430px) {
    .bf25_br_show_mobile {
        display: block;
    }
}

.bf25-highlight {
    color: #ffa726;
    font-size: inherit;
    font-weight: 700;
}

.section-header {
    /*margin-top: 12.8rem;*/
    /*margin-bottom: 6.4rem;*/
    padding: 6.4rem 0;
}

.section-header h2 {
    font-size: 6.4rem;
    font-family: 'Pretendard Variable', sans-serif !important;
    text-align: center;
    margin-bottom: 1.6rem;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    .section-header h2 {
        font-size: 5.6rem;
    }
}

@media screen and (max-width: 1536px) {
    .section-header h2 {
        font-size: 4.8rem;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 1024px) {
    .section-header h2 {
        font-size: 3.2rem;
    }
}


.section-header p {
    font-size: 2rem;
    text-align: center;
}

@media screen and (max-width: 430px) {
    .section-header {
        padding: 6.4rem 0 3.2rem 0;
    }

    .section-header h2 {
        font-size: 2.4rem;
    }

    .section-header p {
        font-size: 1.6rem;
        padding: 0 2.4rem;
    }
}


/* 공통 blob 스타일 */


.bf25-container {
    position: fixed;
    inset: 0;
    z-index: 0;
}


.orange-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 1;
    background: radial-gradient(circle, #F5A216, #F5A216);
    mix-blend-mode: soft-light;
    transition: 0.5s all;
}

/* 각 blob 별 설정 */
.blob1 {
    width: 20vw;
    height: 20vw;
    top: 10%;
    left: 5%;
    animation: moveBlob1 2s ease-in-out infinite;
}

.blob2 {
    width: 30vw;
    height: 30vw;
    top: 0;
    right: 0;
    animation: moveBlob2 3s ease-in-out infinite;
}

.blob3 {
    width: 50vw;
    height: 50vw;
    top: 60%;
    left: 20%;
    animation: moveBlob3 2s ease-in-out infinite;
}

/* 각 blob의 애니메이션 경로 */
@keyframes moveBlob1 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(100px, 150px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes moveBlob2 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-150px, 100px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes moveBlob3 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(80px, -100px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.header-bf25 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem;
    z-index: 99;
}

.header-bf25 p {
    font-size: 2rem;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .header-bf25 p {
        font-size: 1.6rem;
    }

    .header-bf25 img {
        height: 3.2rem;
    }
}

#_25section_0 {
    background-size: contain;
    background: #F5A21630 no-repeat center;
}

#_25scroll_arrow {
    animation: scroll-down-bounce 1s ease-in-out infinite;
}

@keyframes scroll-down-bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
    100% {
        transform: translateY(0);
    }
}

#_25section_0, #_25section_1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#_25section_0 {
    flex-direction: column;
    gap: 4rem;
}

#_25section_0 h1 {
    /*font-family: 'HakgyoansimBadasseugiTTF-L', sans-serif !important;*/
    font-family: 'Pretendard Variable', sans-serif !important;
    /*font-family: 'NanumMyeongjoYetHangul', sans-serif !important;*/
    font-size: 8.8rem;
    text-align: center;
}

@media screen and (max-width: 1536px) {
    #_25section_0 h1 {
        font-size: 6.4rem;
    }
}

@media screen and (max-width: 1024px) {
    #_25section_0 h1 {
        font-size: 4rem;
    }
}


._25section_0_donate_btn {
    /*position: absolute;*/
    /*bottom: 10%;*/
}

._25section_0_donate_btn p {
    font-size: 2rem;
    margin-bottom: 1rem;
}

._25section_0_donate_btn a {
    font-size: 2.4rem;
    font-weight: 600;
    background-color: #F5A216;
    border: 1px solid #000;
    color: #000;
    padding: 1.6rem 4.8rem;
    display: block;
    text-align: center;
    border-radius: 999px;
    width: fit-content;
    margin: auto;
}

._25scroll {
    position: absolute;
    bottom: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

._25scroll > p {
    font-size: 1.4rem;
    font-weight: 600;
}

._25section {
    position: relative;
}


@media screen and (max-width: 1536px) {
    ._25section_0_donate_btn p {
        font-size: 1.6rem;
    }

    ._25section_0_donate_btn a {
        font-size: 2rem;
        padding: 1.2rem 3.2rem;
    }
}

@media screen and (max-width: 475px) {
    #_25section_0 h1 {
        font-size: 3.2rem;
    }
}


/* section-1*/
#_25section_1 {
    background-color: #F5A21630;
}

#_25section_1 p {
    font-size: 4rem;
    text-align: center;
    font-weight: 500;
}

#_25section_1 p strong {
    font-size: inherit;
}


@media screen and (max-width: 1920px) {
    #_25section_1 p {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 1536px) {
    #_25section_1 p {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 1024px) {
    #_25section_1 p {
        font-size: 2rem;
    }
}

@media screen and (max-width: 430px) {
    #_25section_1 p {
        font-size: 1.8rem;
        padding: 0 2.4rem;
    }
}


/* section-2*/
#_25section_2 {
    display: grid;
    grid-template-columns: 3fr 4fr;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0 2.4rem;
}

#_25section_2_imgbox {
    padding: 6.4rem;
}

#_25section_2_imgbox > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #000;

}


.donors_memory {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #000;
}


@media screen and (max-width: 1024px) {
    #_25section_2 {
        display: grid;
        grid-template-columns: none;
    }

    .donors_memory {
        border-left: none;
        padding-bottom: 8.8rem;
    }

}


.donors_memory p {
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2.4rem;
}

.donors_memory p:first-child {
    font-size: 2.8rem;
    font-weight: 600;
    color: #F5A216;
}

p.donors_memory_box{
    background-color: #fff;
    /*display: flex;*/
    width: fit-content;
    padding: 0.2rem 1rem;
    border-radius: 0.4rem;
    border: 1px solid #000;
    margin-bottom: 0.4rem;
    font-size: 2rem;
}

@media screen and (max-width: 1536px) {
    .donors_memory p {
        font-size: 1.8rem;
    }

    .donors_memory p:first-child {
        font-size: 2rem;
    }
}

@media screen and (max-width: 430px) {
    #_25section_2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .donors_memory p {
        font-size: 1.6rem;
    }

    .donors_memory p:first-child {
        font-size: 1.8rem;
    }

    #_25section_2_imgbox {
        padding: 2.4rem;
    }


}

/*.donors_memory p:nth-child(2) {*/
/*    margin-bottom: 2.4rem;*/
/*}*/


/* section-3*/
#_25section_3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 2.4rem;
}

#_25section_3 p {
    font-size: 3.2rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 2.4rem;
}

#_25section_3 p > .bf25-highlight {
    font-family: inherit;
}

@media screen and (max-width: 1920px) {
    #_25section_3 p {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1536px) {
    #_25section_3 p {
        font-size: 2.4rem;
        margin-bottom: 1.6rem;
    }
}

@media screen and (max-width: 430px) {
    #_25section_3 p {
        font-size: 1.6rem;
        padding: 0 2.4rem;
    }
}

#_25section_3 .donors_memory_box{
    margin-top: 2.4rem;
}


/* section-4*/
#_25section_4 {
    display: flex;
    flex-direction: column;
}

._25history {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex: 1;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 430px) {
    ._25history {
        grid-template-columns: none;
    }
}


._25history-item {
    width: 100%;
    border-right: 1px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5.6rem 2.4rem;
}

._25history-item:nth-child(4), ._25history-item:nth-child(5), ._25history-item:nth-child(6) {
    border-top: 1px solid #000;
}

._25history-item:nth-child(3), ._25history-item:nth-child(6) {
    border-right: none;
}

._25history-item:hover {
    background-color: #fff;
}


._25history-item p:first-child {
    border-radius: 999px;
    border: 1px solid #000;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
    padding: 0.8rem 2rem 0.6rem 2rem;
    margin-bottom: 1.6rem;
    background-color: #F5A216;
}

._25history-item p:last-child {
    font-size: 2.8rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
}

@media screen and (max-width: 1536px) {
    ._25history-item p:last-child {
        font-size: 2rem;
        line-height: 1.4;
    }
}

@media screen and (max-width: 1024px) {
    ._25history-item p:first-child {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 430px) {
    ._25history {
        border-bottom: none;
    }

    ._25history-item {
        border-right: none;
        border-bottom: 1px solid #000;
        padding: 5.6rem 2.4rem;
    }

    ._25history-item:nth-child(4), ._25history-item:nth-child(5), ._25history-item:nth-child(6) {
        border-top: none;
    }

}


/*section-4 modal*/
._25section4_dimmed {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-content: center;
    padding: 6rem 0;
    z-index: 9999999;
    display: none;
}

@media screen and (max-width: 430px) {
    ._25section4_dimmed {
        padding: 6rem 2.4rem;
    }
}


._25section4_modal {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 64rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

._25modal_header {
    padding: 4rem 4rem 0 4rem;
    margin-bottom: 2.4rem;
}

._25modal_header h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #F5A216;
}

._25modal_content_list {
    list-style: disc;
}


._25modal_years_group {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 1.5rem;
}

._25modal_years {
    background-color: #F5A216;
    width: fit-content;
    border-radius: 999px;
    font-size: 1.8rem;
    padding: 0.4rem 1.6rem;
    border: 1px solid #000;
    font-weight: 700;
}

._25modal_years_group img {
    width: 3.2rem;
}

._25modal_content {
    overflow-y: scroll;
    padding: 0 4rem 4rem 4rem;
    flex: 1;
}

._25modal_content p {
    font-size: 1.6rem;
    padding: 1rem 0;
    margin-bottom: 2.4rem;
}

._25modal_content p strong {
    font-size: 2rem;
    display: block;
    line-height: 1.4;
    margin-bottom: 0.8rem;
}


._25modal_content_list li {
    font-size: 1.6rem;
    margin-left: 3rem;
}

._25modal_content_list li:first-child {
    list-style: none;
    margin-left: 0;
}


@media only screen and (max-width: 475px) {
    ._25modal_header {
        padding: 2.4rem 2.4rem 0 2.4rem;
        margin-bottom: 2.4rem;
    }

    ._25modal_years {
        font-size: 1.5rem;
    }

    ._25modal_header h3 {
        font-size: 2rem;
    }

    ._25modal_content {
        padding: 0 2.4rem 2.4rem 2.4rem;
        flex: 1;
    }

    ._25modal_content p {
        font-size: 1.4rem;
    }

    ._25modal_content p strong {
        font-size: 1.6rem;
    }
}


._25modal_close_button {
    padding: 1.2rem;
    background-color: #F5A216;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
    border-top: 1px solid #000;
}

._25modal_close_button:hover {
    background-color: #ff8000;
}

/* section-5*/
#_25section_5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

#_25section_5 > img {
    width: 8rem;
}

#_25section_5 > h2 {
    font-size: 5.6rem;
    font-weight: 600;
    font-family: 'Pretendard Variable', sans-serif !important;
    margin-bottom: 1rem;
}

#_25section_5_caption {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

@media only screen and (max-width: 475px) {
    #_25section_5_caption {

        right: unset;
    }
}


#_25section_5 p {
    text-align: center;
}

#_25section_5 p:first-of-type {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 3.2rem;
}

#_25section_5 p:last-of-type {
    color: dimgray;
    font-size: 2.4rem;
}


@media screen and (max-width: 1536px) {
    #_25section_5 > h2 {
        font-size: 4rem;
    }

    #_25section_5 p:first-of-type {
        font-size: 2.4rem;
    }

    #_25section_5 p:last-of-type {
        font-size: 2rem;
    }

}

@media screen and (max-width: 430px) {
    #_25section_5 > h2 {
        font-size: 4rem;
    }

    #_25section_5 p:first-of-type {
        font-size: 2rem;
        line-height: 1.4;
        padding: 0 2.4rem;
    }

    #_25section_5 p:last-of-type {
        font-size: 1.6rem;
    }

}

@media screen and (max-width: 375px) {
    #_25section_5 > h2 {
        font-size: 2.4rem;
    }

    #_25section_5 p:first-of-type {
        font-size: 1.8rem;
        line-height: 1.6;
    }

    #_25section_5 p:last-of-type {
        font-size: 1.4rem;
    }

}


/*section 6*/
#_25section_6 {
    border-top: 1px solid #000;
}

._25symbol {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #000;
}

._25symbol > * {
    flex: 1 1 0; /* 1:1 분할의 핵심: basis 0 */
    min-width: 0; /* 이미지/텍스트 모두 줄어들 수 있게 */
}

._25symbol-content-reverse {
    flex-direction: row-reverse;
}

._25symbol img {
    width: 100%;
    flex: 1;
}

._25symbol-content {
    flex: 1;
    border-right: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

._25symbol-content-reverse ._25symbol-content {
    border-right: none;
    border-left: 1px solid #000;
}


._25symbol-content > div {
    padding: 6.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

._25symbol-name {
    font-size: 4.8rem;
    color: #F5A216;
    font-weight: 700;
}

._25symbol-desc {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: center;
}


@media screen and (max-width: 1536px) {
    ._25symbol-name {
        font-size: 3.2rem;
    }

    ._25symbol-desc {
        font-size: 2rem;
    }

}

._25symbol-user {
    background-color: #fff;
    font-size: 1.6rem;
    padding: 0.6rem 1.6rem 0.4rem 1.6rem;
    border: 1px solid #000;
    width: fit-content;
    border-radius: 999px;
}


@media screen and (max-width: 430px) {

    ._25symbol {
        flex-direction: column-reverse;
        border-bottom: none;
    }

    ._25symbol-content-reverse ._25symbol-content {
        border-left: none;
    }

    ._25symbol-content {
        border-right: none;
        border-bottom: 1px solid #000;
    }

    ._25symbol img {
        border-bottom: 1px dashed #000;
    }

    ._25symbol-name {
        font-size: 2.4rem;
    }

    ._25symbol-desc {
        font-size: 1.5rem;
    }

    ._25symbol-content > div {
        padding: 4rem 3.2rem;
    }

    p._25symbol-user {
        font-size: 1.3rem;
    }


}


/* section -7 */
#_25section_7 .section-header {
    padding-top: 12.8rem;
}

._25people {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    /*border-top: 1px solid #000;*/
    /*border-bottom: 1px solid #000;*/
    gap: 2.4rem;
    padding: 0 2.4rem;
}

._25people-item {
    border: 1px solid #000;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

._25people > :nth-child(1) {
    grid-column: 2 / 4;
}

._25people > :nth-child(2) {
    grid-column: 4 / 6;
}

._25people > :nth-child(3) {
    grid-column: 6 / 8;
}

._25people > :nth-child(4) {
    grid-column: 3 / 5;
}

._25people > :nth-child(5) {
    grid-column: 5 / 7;
}

._25people-item p {
    text-align: center;
    font-size: 2.4rem;
    padding: 1.6rem;
    /*color: #0000cc;*/
    font-weight: 500;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1920px) {
    ._25people-item p {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1680px) {
    ._25people-item p {
        font-size: 1.8rem;
        letter-spacing: -0.5px;
    }
}

@media screen and (max-width: 1024px) {
    ._25people > :nth-child(4) {
        grid-column: 2 / 5;
    }

    ._25people > :nth-child(5) {
        grid-column: 5 / 8;
    }

    ._25people-item p {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

@media screen and (max-width: 1024px) {
    ._25people {
        grid-template-columns: repeat(2, 1fr);
    }

    ._25people > :nth-child(1) {
        grid-column: unset;
    }

    ._25people > :nth-child(2) {
        grid-column: unset;
    }

    ._25people > :nth-child(3) {
        grid-column: unset;
    }

    ._25people > :nth-child(4) {
        grid-column: unset;
    }

    ._25people > :nth-child(5) {
        grid-column: unset;
    }

}


@media screen and (max-width: 430px) {
    ._25people {
        grid-template-columns: none;
        /*border-top: 1px solid #000;*/
        /*border-bottom: 1px solid #000;*/
    }

    ._25people-item {
        /*border-right: none;*/
    }

    ._25people > :nth-child(1) {
        grid-column: unset;
        /*border-bottom: 1px solid #000;*/
    }

    ._25people > :nth-child(2) {
        grid-column: unset;
        /*border-bottom: 1px solid #000;*/
    }

    ._25people > :nth-child(3) {
        grid-column: unset;
        /*border-right: none;*/
        /*border-bottom: 1px solid #000;*/
    }

    ._25people > :nth-child(4) {
        grid-column: unset;
        /*border-bottom: 1px solid #000;*/
    }

    ._25people > :nth-child(5) {
        grid-column: unset;
        /*border-right: none;*/
    }

    ._25people-item p {
        font-size: 1.5rem;
        letter-spacing: -0.5px;
    }
}


._25people-item img {
    width: 100%;
    object-fit: cover;
    border-bottom: 1px solid #000;
}

/* section -8*/
#_25section_8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#_25section_8 h2 {
    font-size: 6.4rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 2.4rem;
    font-family: 'Pretendard Variable', sans-serif !important;
    font-weight: 700;
}


#_25section_8 p {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2.4rem;
}


#_25section_8 p strong {
    font-size: inherit;
}

#_25section_8 a {
    font-size: 3.2rem;
    background-color: #F5A216;
    padding: 2rem 6rem;
    border-radius: 999px;
    border: 1px solid #000;
    color: #000;
    font-weight: 700;
}


@media screen and (max-width: 1536px) {
    #_25section_8 h2 {
        font-size: 5.6rem;
        line-height: 1.3;
    }

    #_25section_8 p {
        font-size: 2rem;
    }

    #_25section_8 a {
        font-size: 2.4rem;
        background-color: #F5A216;
        padding: 1.6rem 4.8rem;
    }
}


@media only screen and (max-width: 475px) {
    #_25section_8 h2 {
        font-size: 3.2rem;
    }

    #_25section_8 p {
        font-size: 1.6rem;
    }

    #_25section_8 a {
        font-size: 2rem;
    }
}

/* section -9*/
#_25comment {
    height: auto !important;
    padding-bottom: 12.8rem;
}

._25reply-example {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 4rem;
}

._25reply-example-item {
    aspect-ratio: 1 / 1;
    background: no-repeat center;
    background-size: cover;
    border: 1px solid #000;
    border-left: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.4rem;
}

._25reply-example-item p {
    font-size: 2.8rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1920px) {
    ._25reply-example-item p {
        font-size: 2rem;
    }
}


@media screen and (max-width: 1024px) {
    ._25reply-example-item p {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}


._25reply-example-item:last-child {
    border-right: none;
}

._25reply-black {
    width: fit-content;
    padding: 0 0.8rem;
    border-radius: 0.2rem;
    line-height: 1.3;
    color: #fff;
}


#bf-25-comment-form {
    width: 100%;
    max-width: 102.4rem;
    display: flex;
    gap: 1rem;
    font-size: 1.8rem;
    margin: auto auto 4rem;
    position: relative;
}

#bf25-replies-content {
    flex: 1;
    border: 1px solid #000;
}

#bf25-replies-submitBtn {
    font-size: 2rem;
    padding: 1.2rem 2.4rem;
    border-radius: 999px;
    background-color: #F5A216;
    border: 1px solid #000;
}

#bf25-replies-list {
    width: 100%;
    max-width: 102.4rem;
    margin: auto auto 3.2rem;
}

@media screen and (max-width: 1024px) {
    #bf-25-comment-form {
        max-width: 76rem;
    }


    #bf25-replies-list {
        max-width: 76rem;
    }
}

._25reply-item {
    border-bottom: 1px solid #000;
    padding: 1.2rem 0;
}

._25reply-item:first-child {
    /*border-top: 1px solid #000;*/
}

._25reply-text {
    font-size: 1.8rem;
}

#bf25-replies-pager {
    margin: auto;
    width: 100%;
    max-width: 102.4rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

#bf25-replies-pager button {
    font-size: 2rem;
}

.bf25-prevnext {
    padding: 0.8rem 1.6rem;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 999px;
    cursor: pointer;
}

.bf25-prevnext:hover {
    background-color: yellow;
}

.bf25-replies-page-number {
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    border: 1px solid #000;
    width: 4rem;
    cursor: pointer;
}

.bf25-replies-page-number.is-active {
    background-color: #F5A216;
}

#bf25-replies-error {
    position: absolute;
    bottom: -70%;
    left: 50%;
    font-size: 1.5rem;
    transform: translateX(-50%);
    color: #F5A216;
    font-weight: 700;
}

@media screen and (max-width: 475px) {
    ._25reply-example {
        grid-template-columns: repeat(2, 1fr);
        /*gap: 0.8rem;*/
        /*padding: 0 0.8rem;*/
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        margin-bottom: 2rem;
    }

    ._25reply-example-item {
        border: none;
    }

    ._25reply-example-item p {
        font-size: 1.3rem;
    }

    ._25reply-example-item:nth-child(1), ._25reply-example-item:nth-child(3) {
        border-right: 1px solid #000;
    }

    ._25reply-example-item:nth-child(3), ._25reply-example-item:nth-child(4) {
        border-top: 1px solid #000;
    }


    #bf-25-comment-form, #bf25-replies-list {
        font-size: 1.4rem;
        padding: 0 2.4rem;
    }

    ._25reply-text {
        font-size: 1.5rem;
    }

    #bf25-replies-pager button {
        font-size: 1.4rem;
    }

    .bf25-replies-error {
        display: block;
    }

    #bf-25-comment-form {
        flex-direction: column;
        margin-bottom: 2.4rem;
    }

    #bf25-replies-submitBtn {
        font-size: 1.5rem;
    }

    #bf25-replies-content {
        padding: 1.6rem 1.2rem;
    }

    #bf25-replies-error {
        bottom: -30%;
    }

}

#bf25_top_scroll {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    opacity: 0;
    pointer-events: none;
}

#bf25_top_scroll:hover {
    transform: translateY(-8px);
}

#bf25_top_scroll.is-visible {
    opacity: 1;
    pointer-events: auto;
}


#bf25_donate_fix_btn_mobile {
    gap: 1rem;
    background-color: #000;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1.2rem 0;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    display: none;
}

@media screen and (max-width: 768px ) {
    #bf25_donate_fix_btn_mobile {
        display: flex;
    }

    #bf25_top_scroll {
        bottom: 6.4rem;
        right: 2.4rem;
    }

}

#bf25_leaf {
    width: 2rem;
    height: 2rem;
    border-radius: 999px 0 999px 0;
    display: block;
    background-color: #F5A216;
}