*{
    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: space-between;
    align-items: center;
    padding: 30px 0;
}
.img_8u74i{
    width: fit-content;
    max-width: calc(100% / 2 - 15px);
    height: auto;
    border: 1px solid #b4b4b4;
}

#tex_lgqrv{
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #1e1d1d;
    line-height: 26px;
}
#img_kjpqc{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
}
.img_q3y65{
    width: fit-content;
    max-width: calc(100% / 4 - 10px);
    height: auto;
    margin-bottom: 15px;
}


@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;
        display: flex;
        flex-direction: column;
    }
    .img_8u74i{
        width: fit-content;
        max-width: 100%;
        height: auto;
        border: 1px solid #b4b4b4;
    }
    .img_8u74i:first-child{
        margin-bottom: 20px;
    }

    #tex_lgqrv{
        margin-top: 20px;
        font-size: 20px;
    }

    #img_kjpqc{
        flex-wrap: wrap;
        padding: 10px 0;
    }
    .img_q3y65{
        width: fit-content;
        max-width: calc(100% / 2 - 7px);
        height: auto;
        margin-bottom: 15px;
    }

}
