@charset "utf-8";

#sponsor {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

#sponsor .bc_wrap {
    flex-direction: row;
}

#sponsor .maring_bottom_20 {
    margin-bottom: 20px;
}

#sponsor .business_title {
    border: 5px solid rgba(255, 134, 97, 0.50);
}
#sponsor .business_ti {
    color: #FF8661;
}

#sponsor .business_call {
    background: #FFFAE9;
}

#sponsor .text_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#sponsor .text_box p {
    font-size: 1.11rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.6px;
}

#sponsor .volunteer_boon {
    display: flex;
    gap: 10px;
}
#sponsor .volunteer_boon .text_box {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#sponsor .volunteer_boon .text_box p {
    font-size: 1.22rem;
    font-weight: 600;
    line-height: 127.273%;
    letter-spacing: -0.6px;
}
#sponsor .volunteer_boon .vol_wrap {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #DDD;
}
#sponsor .big_dot_point::before {
    border-color: #FF8661;
}

#sponsor .guide_box {
    gap: 15px;
}
#sponsor .guide_box .guide_icon {
    width: 120px;
    height: 120px;
}
#volunteer .guide_box .guide_text {
    height: auto;
}
#sponsor .guide_box .guide_height_match {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
#sponsor .guide_box .vol_guide_text_box {
    padding: 20px;
    border-radius: 15px;
    background: #FFFAE9;
}
#sponsor .font_weight_400 {
    font-weight: 400;
}

#sponsor .step_ti_subtxt {
    margin-top: 10px;
    font-size: 1em;
    font-weight: 400;
    line-height: 133.333%;
}

#sponsor .bc_wrap .bc_co {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.6px;
}

#sponsor .text_box_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
#sponsor .text_box_wrapper .sponsor_text_wrapper_tit {
    font-size: 1.22em;
    font-style: normal;
    font-weight: 600;
    line-height: 127.273%;
    letter-spacing: -0.66px;
}
#sponsor .guide_box .sponsor_goto {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sponsor .guide_box .guide_text .sponsor_goto_btn {
    width: 130px;
    color: #fff;
    padding: 8px 30px;
    border-radius: 15px;
    background: #FF8661;
}

@media(max-width:1440px) {}
@media(max-width:1200px) {}
@media(max-width:1024px) {}
@media(max-width:991px) {
}
@media(max-width:768px) {
    #sponsor.business .guide_wrap {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 20px;
    }
    #sponsor.business .guide_wrap .guide_box {
        flex-direction: column;
        flex: 0 0 100%;
    }
    #sponsor.business .guide_wrap .guide_box .guide_text {
        align-items: center;
        flex: 1;
    }
    #sponsor.business .guide_wrap .guide_box .guide_text.vol_guide_text_box {
        align-items: flex-start;
    }
}
@media(max-width:640px) {
    #sponsor.business .bc_wrap .bc_ti {
        text-align: left;
        align-content: center;
    }
    #sponsor .flex_dr_row {
        flex-direction: row;
    }
}
@media(max-width:480px) {
}