.csr_new_box h2 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.pillar_list_box ul li p {
    font-size: 13px;
    color: #4f4f4f;
    font-weight: normal;
}

.pillar_list_box ul li {
    list-style: none;
    text-align: center;
    width: 19%;
    background: #fff;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 13%);
    padding: 20px;
    border-radius: 16px;
    position: relative;
    min-height: 450px;
}

.pillar_list_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pillar_list_box {
    margin-top: 40px;
    margin-bottom: 40px;
}
.pillar_list_top_image_box {
    margin-bottom: 20px;
}

.pillar_list_bottom_image_box {
    position: absolute;
    bottom: 26px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.csr_key_box {
    background: #f7eeef;
    padding: 40px 90px;
}

.csr_key_box h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.csr_key_box ul li {
    list-style: none;
    display: flex;
    margin-bottom: 60px;
    /* justify-content: center; */
    width: 46%;
    position: relative;
}
.csr_key_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.key_right_box {
    padding-left: 20px;
}

.key_right_box h4 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    margin-bottom: 0px;
}

.key_right_box h5 {
    font-size: 36px;
    color: #ff0000;
    font-weight: bold;
    margin-top: 4px;
}
.csr_key_box ul li:last-child .key_right_box {
    padding-left: 0px;
}
.csr_key_box ul li:first-child:after {
    content: "";
    width: 1px;
    height: 288px;
    background: #ccc;
    right: -18px;
    position: absolute;
    top: 14px;
}

.csr_key_box ul li:first-child:before {
    content: "";
    width: 340px;
    height: 1px;
    background: #ccc;
    left: 296px;
    position: absolute;
    top: 158px;
}
.csr_key_bottom_right_text {
    text-align: right;
    font-size: 14px;
    color: #000;
    font-style: italic;
    font-weight: normal;
}
.csr_discloser_box ul li {
    list-style: none;
    position: relative;
    padding: 20px;
    border: 1px solid #ed1d25;
    border-radius: 10px;
    background: #fff;
    width: 32%;
    height: 76px;
    padding-left: 76px;
    padding-right: 60px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 17%);
    transition: 0.6s;
}

.csr_discloser_box ul li a:before {
    content: "";
    width: 43px;
    height: 53px;
    padding-right: 10px;
    background: url(../images/csr_discloser_pdf_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 20px;
    top: 10px;
}
.csr_discloser_box ul li a:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/csr_pdf_download_icon01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 24px;
}

.csr_discloser_box {
    margin: 50px 0px;
    padding: 0px 50px;
}

.csr_discloser_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.exide_unstopable_box {
    position: relative;
}

.exide_unstopable_text {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
    padding: 0px 40px;
    color: #fff;
}

.exide_unstopable_text h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.exide_unstopable_text p {
    margin-top: 28px;
}

.exide_unstopable_text h6 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding: 0px 100px;
    line-height: 32px;
    margin-top: 44px;
}
.exide_unstopable_text h6 span {
    font-size: 36px;
}
span.cotation_last {
    position: relative;
    top: 20px;
    padding-left: 8px;
}
.csr_youtube_box iframe {
    width: 100%;
    height: 400px;
    border-radius: 14px;
}

.csr_youtube_box {
    padding: 40px 60px;
    margin-top: -240px;
}
.csr_youtube_video_box_first iframe {
    width: 100%;
    height: 460px;
    border-radius: 14px;
    margin-bottom: 38px;
}
.exide_unstopable_bottom_text ul li {
    list-style: none;
}

.exide_unstopable_bottom_text ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.exide_unstopable_bottom_text ul li {
    width: 48%;
    background: #fff;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 14%);
    border-radius: 8px;
    padding: 24px 30px;
    transition: 0.6s;
    border: 1px solid transparent;
}
.exide_unstopable_bottom_text ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.exide_unstopable_bottom_text ul li p {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin-top: 6px;
    transition: 0.6s;
    text-transform: uppercase;
}
.exide_unstopable_bottom_text {
    padding: 0px 60px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.exide_unstopable_bottom_text ul li:hover {
    border: 1px solid #ef0000;
}

.exide_unstopable_bottom_text ul li:hover p {
    color: #ef0000;
}
.csr_new_box p {
    font-size: 14px;
    line-height: 26px;
}

.pillar_list_box p {
    line-height: 20px;
}



@media screen and (max-width:680px) {
    .pillar_list_box ul li {
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
    }
    .pillar_list_bottom_image_box {
        position: initial;
    }
    .csr_key_box {
        padding: 20px 20px;
    }
    .csr_key_box ul li {
        margin-bottom: 24px;
        /* justify-content: center; */
        width: 100%;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }
    .csr_key_box ul li:first-child:before {
        display: none;
    }
    .csr_key_box ul li:first-child:after {
         display: none;
    }
    .key_right_box {
        padding-left: 0px;
    }
    .key_right_box h4 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .key_right_box h5 {
        font-size: 20px;
    }
    .csr_key_box ul li:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }
    .csr_discloser_box {
        padding: 0px 0px;
        margin-bottom: 0px;
    }
    .csr_discloser_box ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .csr_discloser_box ul li a {
        text-align: left;
    }
    .exide_unstopable_bottom_text {
        padding: 0px 0px;
    }
    .exide_unstopable_bottom_text ul li {
        width: 100%;
        margin-bottom: 16px;
    }
    .exide_unstopable_text {
        position: inherit;
        top: 40px;
        width: 100%;
        padding: 0px 0px;
    }
    .exide_unstopable_text h2 {
        color: #000000;
    }
    .exide_unstopable_text p {
        color: #000;
        text-align: center;
        margin-top: 20px;
    }
    .csr_youtube_box {
        padding: 40px 0px;
        margin-top: 40px;
    }
    .exide_unstopable_text h6 {
        padding: 0px 0px;
        line-height: 32px;
        margin-top: 44px;
        color: #000;
    }
    img.csr_unstopable_image01 {
        display: none;
    }
}