@charset "utf-8";


#volunteer {}

#volunteer .volunteer_greet {
    border:1px solid #DDD;
    border-radius:30px;
    background-color:#FBFBFB;
    position: relative;
    background-image:url(./img/greeti_bg_le.png);
    background-repeat:no-repeat;
    background-position:left bottom;
}
#volunteer .volunteer_greet .volunteer_greet_text {
    padding:50px;
    display:flex;
    flex-direction:column;
    gap:10px;
    text-align:center;
    position: relative;
    background-image:url(./img/greeti_bg_ri.png);
    background-repeat:no-repeat;
    background-position:right bottom;
}
#volunteer .volunteer_greet::before {
    content:'';
    width:150px;
    height:204px;
    background-image:url(./img/volunteer_greet_point01.png);
    background-repeat:no-repeat;
    position:absolute;
    left:100px;
    bottom:-12px;
}
#volunteer .volunteer_greet::after {
    content:'';
    width:109px;
    height:204px;
    background-image:url(./img/volunteer_greet_point02.png);
    background-repeat:no-repeat;
    position:absolute;
    right:100px;
    bottom:-12px;
}
#volunteer .volunteer_greet .greet_ti {
    font-size:1.44rem;
    font-weight:600;
    line-height:146%;
    font-family:'Paperlogy';
}
#volunteer .volunteer_greet .greet_co {
    font-size:1.11rem;
    font-weight:400;
    line-height:160%;
    letter-spacing:-0.6px;
}


#volunteer .text_box p {
    font-size:1.11rem;
    font-weight:400;
    letter-spacing:-0.6px;
    line-height:160%;
    text-align:center;
}


#volunteer .volunteer_step {
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:80px;
}
#volunteer .volunteer_step .step_box {
    flex:1;
    max-width:140px;
    display:flex;
    flex-direction:column;
    gap:10px;
}
#volunteer .volunteer_step .step_box .step_round {
    width:140px;
    height:140px;
    border-radius:999px;
    border:3px solid #FFF6D9;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#FFF6D9;
    position: relative;
}
#volunteer .volunteer_step .step_box:first-child .step_round,
#volunteer .volunteer_step .step_box:last-child .step_round {
    border-color:#FABD58;
    background-color:#FFE3B4;
}
#volunteer .volunteer_step .step_box .step_round::before {
    content:'';
    width:80px;
    height:1px;
    background-color:#ddd;
    position:absolute;
    left:-83px;
    top:50%;
    transform:translateY(-50%);
}
#volunteer .volunteer_step .step_box .step_round::after {
    content:'';
    width:10px;
    height:10px;
    background-color:#ddd;
    border-radius:999px;
    position:absolute;
    left:-50px;
    top:50%;
    transform:translateY(-50%); 
}
#volunteer .volunteer_step .step_box:first-child .step_round::before,
#volunteer .volunteer_step .step_box:first-child .step_round::after {
    display:none;
}
#volunteer .volunteer_step .step_box:nth-child(2) .step_round::before,
#volunteer .volunteer_step .step_box:nth-child(2) .step_round::after,
#volunteer .volunteer_step .step_box:last-child .step_round::before,
#volunteer .volunteer_step .step_box:last-child .step_round::after {
    background-color:#f88e61;
}
#volunteer .volunteer_step .step_box .step_text .step_ti {
    font-size:1rem;
    font-weight:400;
    line-height:144%;
    letter-spacing:-0.54px;
    font-family:'Paperlogy';
    text-align:center;
}
#volunteer .volunteer_step .step_box .step_text .step_co {
    font-size:0.88rem;
    font-weight:400;
    letter-spacing:-0.48px;
    line-height:150%;
    margin-top:10px;
    text-align:center;
}


#volunteer .use_way_info {
    margin-top:50px;
    display:flex;
    align-items:stretch;
    gap:30px;
    flex-wrap: wrap;
}
#volunteer .use_way_info .use_way_box {
    /* flex:1; */
    border:1px solid #ddd;
    border-radius:30px;
    background-color:#FBFBFB;
    padding:20px 30px;
    display:flex;
    align-items:center;
    gap:30px;
    width:calc(50% - 15px);
}
#volunteer .use_way_info .use_way_box .use_way_text {
    flex:1;
}
#volunteer .use_way_info .use_way_box .use_way_text .use_way_text_ti {
    font-size:1.22rem;
    font-weight:500;
    line-height:160%;
    font-family:'Pagerlogy';
}
#volunteer .use_way_info .use_way_box .use_way_text .use_way_text_co {
    font-size:1rem;
    font-weight:400;
    line-height:144%;
}



#volunteer .note {
    border:1px solid #ddd;
    border-radius:30px;
    background-color:#FBFBFB;
    padding:40px 60px;
    display:flex;
    flex-direction:column;
    gap:40px;
}
#volunteer .note .note_title_box {
    display:flex;
    flex-direction:column;
    gap:15px;
}
#volunteer .note .note_title_box .note_title {
    font-size:1.66rem;
    font-weight:600;
    line-height:140%;
    font-family:'Paperlogy';
    text-align:center;
}


#volunteer .note .note_cont {
    border:1px solid #ddd;
    border-radius:50px;
    background-color:#fff;
    padding:30px 50px;
    position: relative;
}
#volunteer .note .note_cont .note_text {
    display:flex;
    align-items:center;
    gap:20px;
    padding:20px 0;
    border-bottom:1px dashed #ddd;
}
#volunteer .note .note_cont .note_text:last-child {
    border-bottom:none;
}
#volunteer .note .note_cont .note_text .note_text_number {
    width:40px;
    height:40px;
    background-color:#63AF8C;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.11rem;
    font-weight:700;
    color:#fff;
    font-family:'Paperlogy';
    text-align:center;
}
#volunteer .note .note_cont .note_text .note_text_co {
    font-size:1rem;
    font-weight:400;
    line-height:144%;
    flex:1;
} 
#volunteer .note .note_cont .note_notice {
    font-size:1.11rem;
    font-weight:500;
    line-height:160%;
    font-family:'Paperlogy';
    color:#D34D4D;
    margin-top:20px;
}


#volunteer .benefit {
    display:flex;
    align-items:stretch;
    gap:50px;
}
#volunteer .benefit .benefit_box {
    flex:1;
    border:1px solid #ddd;
    border-radius:30px;
    background-color:#F9F9F9;
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:15px;
}
#volunteer .benefit .benefit_box .benefit_ti {
    font-size:1.11rem;
    font-weight:400;
    line-height:140%;
    font-family:'Paperlogy';
    text-align:center;
}


#volunteer .btns_wrapper {
    display:flex;
    align-items:stretch;
    justify-content:center;
    gap:30px;
}
#volunteer .down_btn {
    display:block;
    width:fit-content;
    padding:15px 30px;
    background-color:#FFA943;
    border:2px solid #FFA943;
    border-radius:15px;
    font-size:1rem;
    font-weight:700;
    color:#fff;
}
#volunteer .down_btn:hover {
    background-color:#fff;
    color:#FFA943;
    transition:.3s;
}
#volunteer .down_btn02 {
    background-color:#816255;
    border:2px solid #816255;
}
#volunteer .down_btn02:hover {
    color:#816255;
}
#volunteer .callbox {
    display:flex;
    width: fit-content;
    align-items:center;
    gap:20px;
    border:1px solid #ddd;
    background-color:#FBFBFB;
    border-radius:30px;
    padding:10px 30px;
}
#volunteer .callbox .callbox_text {
    display:flex;
    align-items:center;
}
#volunteer .callbox .callbox_text p {
    font-size:1.11rem;
    font-weight:500;
    font-family:'Paperlogy';
}
#volunteer .callbox .callbox_text span {
    font-size:1rem;
    font-weight:400;
    line-height:144%;
}


/* ********** 반응형 미디어 쿼리 css ********** */
@media(max-width:1440px) {
    #volunteer .volunteer_greet::before {
        width:100px;
        height:154px;
        background-size:100% 100%;
    }
    #volunteer .volunteer_greet::after {
        width:62px;
        height:154px;
        background-size:100% 100%;
    }
}
@media(max-width:1200px) {
    #volunteer .volunteer_greet::before,
    #volunteer .volunteer_greet::after {
        display:none;
    }

    #volunteer .benefit {
        gap:30px;
    }
}
@media(max-width:1024px) {
  
    #volunteer .use_way_info {
        gap:30px;
    }
    #volunteer .use_way_info .use_way_box {
        gap:20px;
        padding:20px;
    }
    #volunteer .use_way_info .use_way_box .use_way_icon svg {
        width:65px;
        height:auto;
    }
    

    #volunteer .note {
        padding:30px;
    }
    #volunteer .note .note_cont {
        padding:30px;
    }

    #volunteer .benefit {
        flex-wrap: wrap;
    }
    #volunteer .benefit .benefit_box {
        flex:none;
        width:calc(50% - 15px);
    }

}
@media(max-width:991px) {
    #volunteer .benefit {
        gap:30px;
    }
}
@media(max-width:768px) {
    #volunteer .volunteer_greet,
    #volunteer .volunteer_greet .volunteer_greet_text {
        background-image:none;
    }

    #volunteer .btns_wrapper {
        gap:20px;
        flex-direction: column;
        align-items: center;
    }
}
@media(max-width:640px) {
    #volunteer .use_way_info {
        flex-direction:column;
    }
    #volunteer .use_way_info .use_way_box {
        width:100%;
    }


    #volunteer .benefit {
        gap:20px;
    }
    #volunteer .benefit .benefit_box {
        width:calc(50% - 10px);
        padding:20px;
    }


    #volunteer .down_btn {
        text-align:center;
        width:100%;
    }
    #volunteer .callbox {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}
@media(max-width:480px) {
    #volunteer .volunteer_info .info_box .info_icon svg {
        width:55px;
    }

    #volunteer .note .note_cont .note_text {
        flex-direction:column;
    }
}
@media(max-width:320px) {}