.credibility_activity_box img {
    width: 100%;
}

.credibility_activity_box {
    margin-bottom: 50px;
}

.credibility_activity_deatil {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 20px 40px;
    background-color: #FDE9DF;
    margin-bottom: 2%;
    width: 100%;
}

.credibility_activity_deatil div {
    width: 48%;
}

.credibility_activity_title h2 {
    font-size: 18px;
    font-weight: 550;
    color: #333333;
    margin-bottom: 20px;
    padding-top: 30px;
}

.credibility_activity_title p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}

.csr_responsibility_deails_box span.img_title::before {
    background-image: url("/csr/credibility/img/csr_credibility_icon.png");
}

.csr_responsibility_img {
    margin-top: 30px;
    margin-bottom: 70px;
    justify-content: center;
    -webkit-justify-content: center;
}

.csr_riskmanagement_item01 {
    margin-right: 8%;
    max-width: 721px;
    width: 52%;
}

.csr_riskmanagement_item02 {
    width: 40%;
    max-width: 407px;
}

.csr_riskmanagement_item01_new {
    max-width: 800px;
    width: 100%;
}

.csr_riskmanagement_item02_new {
    width: 100%;
    max-width: 800px;
}

.csr_riskmanagement_item01_01 {
    height: 100%;
    align-items: end;
    justify-content: center;
}

.csr_credibility_title_bg {
    background: #FDE9DF;
}

.set_img_box{
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 974px) {

    .credibility_activity_deatil div {
        width: 100%;
        margin-bottom: 30px;
    }

    .credibility_activity_deatil {
        margin-bottom: 30px;
    }

    .riskmanagement_menu a {
        width: 48%;
    }

    .csr_riskmanagement_item01 {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
    }

    .csr_riskmanagement_item02 {
        width: 100%;
    }
}