*{
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
}
body{margin: 0 !important;padding: 0 !important; }

#sec_rh1p6{
    width: 100%;
    margin-top: 70px;
}
#cont_864fo{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
}
#wrap_hqfwz{
    width: 100%;
    display: flex;
    flex-direction: column;
}
#group_s1bnj{
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #424242;
    border-bottom: 1px solid #424242;
    background-color: #f4f5f6;
}
#group_s1bnj_title{
    padding: 15px 10px;
    font-size: 28px;
    font-weight: 600;
}

#group_s1bnj2{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.box_345wh{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.box_345wh_title{
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #54669e;
}
.wh345_sub_list_logo_box{
    border: 1px solid #c0c0c0;
    margin: 10px 0;
    border-radius: 7px;
}
.wh345_sub_list_logo{
    width: 100%;
    display: flex;
    align-items: center;
}
.wh345_sub_list_logo img{
    width: fit-content;
    max-width: 120px;
    height: auto;
    max-height: 50px;
    margin: 20px;

}

.box_345wh_sub{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    pl30
    border-bottom: 1px solid #424242;
}
.wh345_sub_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding-left: 20px;
}
.wh345_sub_list_title{
    font-size: 16px;
    font-weight: 500;
    color: #2e4c52;
    margin-bottom: 5px;
}
.wh345_sub_list_tex{
    font-size: 15px;
    font-weight: 300;
    color: #494949;
    margin-bottom: 5px;
    padding-left: 15px;
    line-height: 27px;
}

.wh345_sub_list_tex.b{
    font-weight: 500;
}

.wh345_sub_imgBox{
    width: 100%;
    display: flex;
    margin-top: 50px;
}
.wh345_sub_img1_box{
    width: auto;
    height: 100%;
    display: flex;
    padding-right: 30px;
    flex-direction: column;
}
.wh345_sub_tex{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #0c718a;
    margin-top: auto;
}
#wh345_sub_img1{
    width: fit-content;
    max-width:100%;
    height: auto;
    max-height: 350px;
}
#wh345_sub_img2{
    width: fit-content;
    max-width:100%;
    height: auto;
    max-height: 350px;
}


@media (max-width: 768px) {
    #group_s1bnj {
        padding: 12px;
    }
    #group_s1bnj_title {
        padding: 10px;
        font-size: 21px;
        font-weight: 600;
    }
    .box_345wh_title {
        padding: 12px;
    }
    .wh345_sub_tex {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 20px;
        font-size: 16px;
    }

    .wh345_sub_imgBox {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .wh345_sub_img1_box {
        width: auto;
        padding: 10px;
    }

    #wh345_sub_img1,#wh345_sub_img2,#wh345_sub_img3,#wh345_sub_img4 {
        max-height: 250px;
    }
}
