*{
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
}
#sec_23uvk{
    width: 100%;
    margin: 70px 0;
}
#cont_my8nc{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}
#wrap_fki57{
    width: 100%;
    display: flex;
    flex-direction: column;
}
#box_sov8k{
    width: 100%;
    font-size: 26px;
    font-weight: 600;
    color: #28324b;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #363636;
}

#box_fahvn{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.div_3r0en{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #676767;
    margin: 10px 0;
    line-height: 26px;
}
#img_pbah3{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
#img_8u74i{
    width: fit-content;
    max-width: 100%;
    height: auto;
}

#img_kjpqc{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.div_mnzx5{
    width: calc(100% / 3 - 10px);
    padding: 15px 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #bdbdbd;
    border-radius: 7px;
}
.img_q3y65{
    width: fit-content;
    max-width: 100%;
    height: auto;
}
.tex_bkw9l{
    font-size: 18px;
    font-weight: 500;
    color: #4c66a2;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #sec_23uvk{
        margin: 50px 0;
    }
    #box_sov8k{
        font-size: 21px;
        margin-bottom: 15px;
    }

    .div_3r0en{
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
    }
    #img_pbah3{
        padding: 20px 0;
    }
    #img_kjpqc{
        flex-wrap: wrap;
        padding: 10px 0;
    }
    .div_mnzx5{
        width: 100%;
        padding: 15px;
        margin : 10px 0;
    }
}
