@charset "utf-8";

#volunteer .title_box {
    background-color:#EDF6FB;
    border-radius:30px;
    padding:50px;
    position: relative;
}
#volunteer .title_box::after {
    content:'';
    width:715px;
    height:340px;
    background-image:url(./img/title_bg.png);
    background-repeat:no-repeat;
    position:absolute;
    right:-30px;
    top:-20px;
}
#volunteer .title_box .title_ti {
    font-size:1.55rem;
    font-weight:500;
    letter-spacing:0.5px;
    line-height:192%;
    font-family: "Gmarket Sans";
    color:#192D60;
}
#volunteer .title_box .title_text {
    margin-top:20px;
    display:flex;
    flex-direction: column;
    gap:5px;
}
#volunteer .title_box .title_text .dot_point {
    font-size:1.11rem;
    font-weight:400;
    line-height:140%;
}
#volunteer .title_box .title_text .dot_point::before {
    top:8px;
    background-color:#173C7B;
}


#volunteer .need_wrap {
    margin-top:20px;
    display:flex;
    flex-direction:column;
    gap:20px;
}
#volunteer .need_wrap .need_box {
    border:5px solid #EDF6FB;
    border-radius: 15px;
    padding:25px 20px;
}
#volunteer .need_wrap .need_box p {
    font-size:1.11rem;
    font-weight:400;
    line-height:140%;
    letter-spacing:-0.6px;
    text-align:center;
}
#volunteer .need_wrap .need_btns_wrap {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
}
#volunteer .need_wrap .need_btns_wrap a {
    width:240px;
    height:60px;
    border:1px solid #173C7B;
    border-radius:15px;
    background-color:#EDF6FB;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1rem;
    font-weight:500;
    color:#173C7B;
    text-align:center;
    font-family: "Gmarket Sans";
}



#volunteer .scroll_wrapper {
    margin-top:20px;
}
#volunteer .scroll_wrapper .step_info {
    font-size:0.88rem;
    font-weight:400;
    text-align:center;
    letter-spacing:0.2px;
    margin-bottom:20px;
}
#volunteer .step_wrap {
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:30px;
    padding:0 10px;
}
#volunteer .step_wrap .step_box {
    flex:1;
    max-width:180px;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:20px;
}
#volunteer .step_wrap .step_box .step_icon {
    width:120px;
    height:120px;
    border-radius:30px;
    border:2px solid #E0E0E0;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
}
#volunteer .step_wrap .step_box .step_text {
    display: flex;
    flex-direction:column;
    text-align:center;
    gap:5px;
}
#volunteer .step_wrap .step_box .step_text .step_num {
    font-size:0.88rem;
    font-weight:600;
    line-height:150%;
    color:#173C7B;
}
#volunteer .step_wrap .step_box .step_text .step_ti {
    font-size:1rem;
    font-weight:600;
    line-height:155%;
}
#volunteer .step_wrap .step_box .step_text .step_co {
    font-size:0.88rem;
    font-weight:400;
    line-height:150%;
    color:#757575;
    text-align:center;
}
#volunteer .step_wrap span {
    margin-top:50px;
}


#volunteer .part_wrap {
    background-color:#F8F9FA;
    border-radius:30px;
    padding:30px;
    display:flex;
    flex-wrap: wrap;
    gap:10px 20px;
    margin-top:20px;
}
#volunteer .part_wrap .part_box {
    flex:1;
    min-width:calc(33.333% - 13.333px);
    border:1px solid #E0E0E0;
    background-color:#fff;
    border-radius:15px;
    text-align:center;
    padding: 10px 20px;
}
#volunteer .part_wrap .part_box p {
    font-size:1.11rem;
    font-weight:400;
    letter-spacing:-0.6px;
}


#volunteer .title_btn {
    border-radius:20px;
    background-color:#004F90;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:100%;
    max-width:300px;
    margin:0 auto;
    height:60px;
    font-size:1.22rem;
    font-weight:500;
    color:#fff;
    font-family: "Gmarket Sans";
}


#volunteer .call_cont {
    display:flex;
    align-items:center;
    gap:20px;
}
#volunteer .call_wrap {
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background-color:#F8F9FA;
    padding:10px 20px;
    border-radius:30px;
}
#volunteer .call_wrap .call_title {
    display:flex;
    align-items:center;
    gap:10px;
}
#volunteer .call_wrap .call_title .call_ti {
    font-size:1.11rem;
    font-weight:700;
    line-height:140%;
}
#volunteer .call_wrap .call_co {
    font-size:1.11rem;
    font-weight:400;
    letter-spacing:-0.6px;
    line-height:140%;
}





/****************************************/
/* 반응형 미디어 쿼리 css                 */
/***************************************/
@media (max-width:1680px) {
    #volunteer .title_box::after {
        background-size: auto 60%;
        background-position: right center;
        top:0;
    }
}
@media (max-width:1440px) {
    #volunteer .title_box::after {
        display:none;
    }
    #volunteer .title_box p {
        text-align:center;
    }
    #volunteer .title_box p br {
        display:none;
    }
    #volunteer .title_box .title_text {
        align-items: flex-start;    
    }
    #volunteer .title_box .title_text p {
        text-align:left;
    }


    #volunteer .step_wrap {
        gap:20px;
        padding:0;
    }
    #volunteer .step_wrap .step_box .step_icon {
        width:90px;
        height:90px;
        border-radius:20px;
    }
    #volunteer .step_wrap .step_box .step_icon img {
        width:45px;
    }
    #volunteer .step_wrap span {
        margin-top:30px;
    }

}
@media (max-width:1200px) {
   
    #volunteer .call_cont {
        flex-direction:column;
    }
    #volunteer .call_wrap {
        width:100%;
    }

}
@media (max-width:1024px) {}
@media (max-width:991px) {
    #volunteer .title_box {
        padding:30px;
    }
    #volunteer .title_box .title_ti {
        font-size:1.22rem;
    }


}
@media (max-width:768px) {
    #volunteer .need_wrap .need_btns_wrap {
        gap:20PX;
    }


    #volunteer .step_wrap {
        gap:10px;
    }
    #volunteer .step_wrap span {
        margin-top: 35px;
    }
    #volunteer .step_wrap span img {
        width:20px;
    }


    #volunteer .part_wrap {
        padding:20px;
    }

}
@media (max-width:640px) {
    #volunteer .part_wrap {
        flex-direction:column;
    }
    #volunteer .part_wrap .part_box {
        width:100%;
    }

    #volunteer .title_btn{
        height: 50px;
        font-size: 1.05rem;
    }
    #volunteer .title_btn img {
        width:25px;
    }


    #volunteer .call_wrap {
        flex-direction:column;
    }
}
@media (max-width:480px) {
    #volunteer .title_box .title_text {
        margin-top: 10px;
    }
    #volunteer .need_wrap .need_btns_wrap {
        gap: 10PX;
    }
    #volunteer .scroll_wrapper .step_info {
        display: none;
    }
}