.sec_1 {
    .container-max {
        z-index: 2;
        position: relative;
    }

    .impactListWrap {
        .h5wrapTop {
            position: relative;
            padding-left: 40px;

            &:before {
                left: 0;
                right: 0;
                top: 50%;
                height: 1px;
                content: '';
                z-index: -1;
                position: absolute;
                transform: translateY(-50%);
                background-color: var(--sky);
            }

            .h5wrap {
                background-color: #fff;
                border-radius: 30px;
                display: inline-flex;
                padding: 10px 30px 17px;
                border: 1px solid var(--sky);
                box-shadow: 5px 5px 12px var(--sky);
            }
        }

        .capList {
            display: flex;
            margin-bottom: 40px;
            padding-bottom: 20px;
            align-items: flex-start;
            justify-content: space-between;
            border-bottom: 1px solid var(--sky);

            li {
                width: 20%;
                padding: 0 30px;
                position: relative;

                &:not(:last-child) {
                    &:after {
                        top: 0;
                        right: 0;
                        bottom: 0;
                        width: 1px;
                        content: '';
                        position: absolute;
                        border-right: 1px dashed #000;
                    }
                }
            }

            .capInner {
                display: flex;
                align-items: center;
                flex-direction: column;

                figure {
                    width: 80px;
                    height: 80px;
                    display: flex;
                    padding: 15px;
                    padding: 15px;
                    border-radius: 50%;
                    position: relative;
                    align-items: center;
                    margin-bottom: 20px;
                    justify-content: center;
                    background-color: #ffffff;
                    border: 1px solid var(--green);

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }

                span {
                    height: 80px;
                    text-align: center;
                    display: inline-block;
                }
            }
        }
    }

    .lastImgBox {
        margin-top: -100px;
    }
}

.operateEnvAcc {
    .accWrap {
        .accInner {
            .eachAcc {
                .comm_col {
                    &:not(:last-child) {
                        margin-bottom: 30px;
                    }

                }

                .eachCard {
                    display: flex;
                    flex-wrap: wrap;
                    position: relative;
                    border-radius: 50px;
                    background-color: #edf3d5;

                    .fig {
                        width: 80px;
                        height: 80px;
                        display: flex;
                        padding: 15px;
                        border-radius: 50%;
                        align-items: center;
                        justify-content: center;
                        background-color: #fff;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                        }
                    }

                    .cardLft {
                        width: 400px;
                        overflow: hidden;
                        position: relative;
                        padding-top: 220px;
                        border-radius: 50px 0 50px 50px;

                        .fig {
                            top: 50px;
                            left: 55px;
                            position: absolute;
                        }

                        &:before {
                            top: 0;
                            left: 0;
                            width: 400px;
                            height: 220px;
                            content: '';
                            position: absolute;
                            background-position: 0 0;
                            background-size: contain;
                            background-repeat: no-repeat;
                            background-image: url(../images/risk-management/cardTopBg.png);
                        }

                        &:after {
                            left: 0;
                            bottom: 0;
                            top: 220px;
                            width: 400px;
                            content: '';
                            position: absolute;
                            background-color: var(--skyLt);
                        }

                        .cardLftInn {
                            z-index: 1;
                            position: relative;
                            padding: 0 30px 60px;

                            .impactTitle {
                                line-height: 1;
                                font-size: 24px;
                                margin-bottom: 20px;
                                padding: 10px 40px 17px;
                            }

                            .impactTxt {
                                height: 280px;
                                overflow-y: auto;

                                p {}
                            }
                        }
                    }

                    .cardRgt {
                        padding: 30px;
                        position: relative;
                        padding-top: 220px;
                        width: calc(100% - 400px);

                        .impactCap {
                            .h4Wrap {
                                .fig {
                                    display: none;
                                }
                            }
                        }

                        .cardRgtInn {
                            .cardRgtBox {
                                height: 320px;
                                overflow-y: auto;
                            }
                        }
                    }

                    .impactCap {
                        right: 0;
                        top: 50px;
                        left: 220px;
                        display: flex;
                        padding-right: 30px;
                        position: absolute;
                        align-items: center;
                        border-radius: 50px;

                        &.mobView {
                            display: none;
                        }

                        &:after {
                            left: 0;
                            right: 0;
                            top: 50%;
                            height: 1px;
                            content: '';
                            position: absolute;
                            background-color: #000;
                            transform: translateY(-50%);
                        }

                        .h4Wrap {
                            z-index: 2;
                            width: 50%;
                            position: relative;

                            h4 {
                                margin-top: -7px;
                                position: relative;
                                padding-right: 30px;
                                display: inline-flex;
                                background-color: #edf3d5;
                            }
                        }

                        .impactIconWrap {
                            gap: 5px;
                            z-index: 2;
                            width: 50%;
                            display: flex;
                            position: relative;
                            align-items: center;
                            justify-content: flex-end;

                        }
                    }
                }
            }
        }
    }
}

.bg_green_box {
    &.skyBox {
        .rel {
            &:before {
                background-color: var(--sky);
            }
        }
    }
}


/* Responsive */

@media screen and (max-width: 1280px) {
    h2 {
        margin-bottom: 20px;
    }

    .sec_1 {
        .impactListWrap {
            .capList {
                li {
                    width: 20%;
                    padding: 0 10px;
                }
            }
        }
    }

    .operateEnvAcc {
        .accWrap {
            .accInner {
                .eachAcc {
                    .eachCard {
                        .fig {
                            width: 70px;
                            height: 70px;
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 1199px) {
    .operateEnvAcc {
        .accWrap {
            .accInner {
                .eachAcc {
                    .eachCard {
                        .fig {
                            width: 55px;
                            height: 55px;
                            padding: 12px;
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 1024px) {
    .sec_1 {
        .lastImgBox {
            margin-top: 20px;
            padding: 0 15px;
        }
    }
}


@media screen and (max-width: 992px) {
    .operateEnvAcc {
        .accWrap {
            .accInner {
                .eachAcc {
                    .eachCard {
                        border-radius: 20px;
                        flex-direction: column-reverse;

                        .fig {
                            width: 60px;
                            height: 60px;
                            padding: 8px;
                        }

                        .impactCap {
                            display: none;

                            .h4Wrap {
                                width: 40%;
                            }

                            .impactIconWrap {
                                width: 60%;
                            }

                            &:after {
                                content: normal;
                            }
                        }

                        .cardRgt {
                            width: 100%;
                            padding: 20px;
                            padding-top: 20px;
                            padding-bottom: 40px;

                            .cardRgtInn {
                                .cardRgtBox {
                                    height: auto;
                                    overflow-y: visible;

                                }
                            }

                            .impactCap {
                                .h4Wrap {
                                    width: 40%;

                                    .fig {
                                        display: flex;
                                    }
                                }

                                &.mobView {
                                    display: block;
                                    flex-wrap: wrap;
                                    position: static;
                                    margin-bottom: 30px;

                                    .h4Wrap {
                                        width: 100%;
                                        display: flex;
                                        flex-wrap: wrap;
                                        position: relative;
                                        align-items: center;
                                        margin-bottom: 15px;
                                        padding-bottom: 10px;
                                        border-bottom: 1px solid #000;

                                        h4 {
                                            margin-top: 0;
                                            padding-left: 10px;
                                            padding-right: 20px;
                                            width: calc(100% - 60px);
                                        }
                                    }

                                    .impactIconWrap {
                                        .fig {
                                            width: 40px;
                                            height: 40px;
                                        }
                                    }
                                }
                            }
                        }

                        .impactCap {
                            padding-right: 0;

                            .impactIconWrap {
                                width: 100%;
                                flex-wrap: wrap;
                                justify-content: flex-start
                            }
                        }

                        .cardLft {
                            width: 100%;
                            padding-top: 0;
                            border-radius: 20px;
                            background-color: var(--skyLt);

                            &:before,
                            &:after {
                                content: normal;
                            }

                            .cardLftInn {
                                padding: 20px;

                                .impactTitle {
                                    font-size: 20px;
                                }

                                .impactTxt {
                                    height: auto;
                                    overflow-y: visible;
                                }
                            }

                            .fig {
                                display: none;
                            }
                        }
                    }
                }
            }
        }
    }

    .sec_1 {
        .impactListWrap {
            .capList {
                flex-wrap: wrap;

                li {
                    width: 33.33%;
                    margin-bottom: 20px !important;

                    &:nth-child(3n) {
                        &:after {
                            border-right: 0;
                        }
                    }
                }

                .capInner {
                    figure {
                        width: 60px;
                        height: 60px;
                        padding: 8px;
                        padding: 15px;
                    }
                }
            }
        }
    }
}

@media(max-width: 480px) {
    .sec_1 {
        .impactListWrap {
            .h5wrapTop {
                .h5wrap {
                    padding: 10px 30px 14px;
                }
            }
        }
    }
}

@media screen and (max-width: 450px) {
    .sec_1 {
        .impactListWrap {
            .capList {
                flex-wrap: wrap;

                li {
                    width: 50%;

                    &:nth-child(3n) {
                        &:after {
                            border-right: 1px dashed #000;
                        }
                    }

                    &:nth-child(2n) {
                        &:after {
                            border-right: 0;
                        }
                    }
                }
            }
        }
    }
}