#technology-endorse-new-dialog-container {
    background: rgba(13, 13, 13, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
    display: none;

    .technology-endorse-new-dialog-wrapper {
        overflow: hidden;
        background: #fff;
        max-width: 800rem;
        margin: 0 auto;
        position: relative;
        top: 192rem;
        padding: 90rem 32rem 56rem;

        .technology-endorse-new-dialog-btn {
            position: absolute;
            top: 18rem;
            right: 24rem;
            width: 24rem;
            cursor: pointer;
        }

        .technology-endorse-new-dialog-title {
            font-weight: bold;
            font-size: 30rem;
            color: #18191B;
            line-height: 30rem;
            text-align: center;
        }

        .technology-endorse-new-dialog-text {
            font-family: Hind;
            font-weight: 400;
            font-size: 16rem;
            color: #5A5A5A;
            line-height: 24rem;
            margin: 16rem auto 0;
            text-align: center;
            width: 554rem;
        }

        .technology-endorse-new-dialog-box {

            .technology-endorse-new-dialog-item {
                padding: 60rem 0 56rem;
                border-bottom: 1rem solid #D2D2D7;

                .technology-endorse-new-dialog-top {
                    display: flex;
                    align-items: center;

                    img {
                        width: 120rem;
                        margin-right: 28rem;
                    }

                    .right {
                        .technology-endorse-new-dialog-item-name {
                            font-weight: bold;
                            font-size: 20rem;
                            color: #18191B;
                            line-height: 1;
                        }

                        .technology-endorse-new-dialog-item-txt {
                            font-family: Hind;
                            font-weight: 400;
                            font-size: 14rem;
                            color: #5A5A5A;
                            line-height: 16rem;
                            margin-top: 8rem;
                        }

                        .technology-endorse-new-dialog-item-text1 {
                            font-family: Hind;
                            font-weight: 600;
                            font-size: 14rem;
                            color: #18191B;
                            line-height: 21rem;
                            margin-top: 16rem;
                        }


                    }
                }

                .technology-endorse-new-dialog-btm {
                    background: #F5F5F7;
                    border-radius: 4rem 4rem 4rem 4rem;
                    margin-top: 32rem;
                    padding: 28rem 20rem 20rem;

                    p {
                        font-family: Hind;
                        font-size: 18rem;
                        color: #000000;
                        line-height: 30rem;

                        strong {
                            font-weight: 600;
                        }
                    }
                    .technology-endorse-new-dialog-btm-img{
                        display: flex;
                        img {
                            margin-top: 32rem;
                            flex: 1;
                            min-width: 0;
                        }
                    }
                    .technology-endorse-new-dialog-btm-img2{
                        justify-content: space-between;
                        img{
                            &:nth-child(2){
                                margin-left: 20rem;
                            }
                        }
                    }
                }

                &:last-child {
                    padding: 60rem 0 0;
                    border-bottom: unset;
                }
            }

        }
    }

}

@media screen and (max-width: 768px) {


    #technology-endorse-new-dialog-container {
        .technology-endorse-new-dialog-wrapper {
            max-width: 327rem;
            top: 95rem;
            padding: 38rem 16rem 34rem;

            .technology-endorse-new-dialog-btn {
                top: 9rem;
                right: 16rem;
                width: 16rem;
            }

            .technology-endorse-new-dialog-title {
                font-size: 16rem;
                line-height: 24rem;
                text-align: center;
                width: 235rem;
                margin: auto;
            }

            .technology-endorse-new-dialog-text {
                font-size: 14rem;
                line-height: 21rem;
                margin: 8rem auto 0;
                width: 267rem;
            }

            .technology-endorse-new-dialog-box {
                .technology-endorse-new-dialog-item {
                    padding: 32rem 0 32rem;

                    &:last-child {
                        padding: 32rem 0 0;
                        border-bottom: unset;
                    }

                    .technology-endorse-new-dialog-top {

                        img {
                            width: 60rem;
                            margin-right: 10rem;
                        }

                        .right {
                            .technology-endorse-new-dialog-item-name {
                                font-size: 14rem;
                                line-height: 20rem;
                            }

                            .technology-endorse-new-dialog-item-txt {
                                font-size: 10rem;
                                line-height: 14rem;
                                margin-top: 8rem;
                            }




                        }
                    }

                    .technology-endorse-new-dialog-item-text1 {
                        font-size: 14rem;
                        line-height: 21rem;
                        margin-top: 10rem;
                        color: #18191B;
                        font-family: Hind;
                        font-weight: 600;
                        padding: 0 12rem;
                    }

                    .technology-endorse-new-dialog-btm {
                        margin-top: 18rem;
                        padding: 16rem 12rem;

                        p {
                            font-size: 16rem;
                            line-height: 24rem;
                        }

                        .technology-endorse-new-dialog-btm-img{
                            img {
                                margin-top: 16rem;
                            }
                        }
                        .technology-endorse-new-dialog-btm-img2{
                            img{
                                &:nth-child(2){
                                    margin-left: 10rem;
                                }
                            }
                        }
                    }
                }
            }
        }

    }
}