@keyframes scaleAnimate {
    0% {
        opacity: .5;
        transform: translate(-50%, -50%) scale(1)
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0
    }
}

.proInfo1 {
    padding: 130px 0
}

.proInfo1 .wrap .title .p1 {
    width: 1165px;
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    line-height: 46px;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 2
}

.proInfo1 .wrap .title .svg {
    width: 100%;
    margin-top: -40px
}

.proInfo1 .wrap .content {
    margin: 125px 0 0 0;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 137px 66px
}

.proInfo1 .wrap .content .item .circle {
    width: 61px;
    height: 61px;
    background: #004C9C;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    z-index: 1
}

.proInfo1 .wrap .content .item .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #004C9C;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .5;
    animation: scaleAnimate 1s linear infinite;
    pointer-events: none
}

.proInfo1 .wrap .content .item .circle img {
    object-fit: contain
}

.proInfo1 .wrap .content .item .text {
    margin: 37px 0 0 0;
    text-align: center
}

.proInfo1 .wrap .content .item .text .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 15px
}

.proInfo1 .wrap .content .item .text .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #5F6977;
    line-height: 36px
}

.proInfo2 {
    padding: 76px 0 94px;
    background: #F5F5F7
}

.proInfo2 .wrap .title {
    font-weight: bold;
    font-size: 40px;
    color: #004C9C;
    text-align: center;
    margin: 0 0 40px
}

.proInfo2 .wrap .content {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 37px 58px 54px 52px;
    display: flex;
    justify-content: space-between
}

.proInfo2 .wrap .content table {
    width: 600px
}

.proInfo2 .wrap .content table tr:first-child td:nth-child(2) {
    font-weight: bold;
    color: #111111
}

.proInfo2 .wrap .content table tr td {
    font-weight: 400;
    font-size: 18px;
    color: #5F6977;
    padding: 18px 0;
    border-bottom: 1px solid rgba(219, 221, 229, 0.4)
}

.proInfo2 .wrap .content table tr td:first-child {
    font-weight: bold;
    color: #111111
}

.proInfo3 {
    padding: 76px 0 90px
}

.proInfo3 .wrap .new_img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 0 0 20px;
}

.proInfo3 .wrap .new_img .img {
    width: 100%;
    height: 265px;
    overflow: hidden;
    border-radius: 10px;
}

.proInfo3 .wrap .new_img .img:hover img {
    transform: scale(1.05);
}

.proInfo3 .wrap .new_img .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease;
}

.proInfo3 .wrap .title {
    font-weight: bold;
    font-size: 40px;
    color: #004C9C;
    text-align: center;
    margin: 0 0 20px
}

.proInfo3 .wrap .headline{
    font-weight: 400;
    font-size: 22px;
    color: #5F6977;
    line-height: 36px;
    text-align: center;
    margin: 0 0 50px;
}

.proInfo3 .wrap .content .item {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.proInfo3 .wrap .content .item:hover .img {
    transform: scale(1.05)
}

.proInfo3 .wrap .content .item:not(:last-child) {
    margin: 0 0 30px
}

.proInfo3 .wrap .content .item .img {
    width: 100%;
    height: 100%;
    transition: 1s ease
}

.proInfo3 .wrap .content .item .text {
    position: absolute;
    bottom: 60px;
    left: 60px;
    z-index: 2
}

.proInfo3 .wrap .content .item .text .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 0 10px
}

.proInfo3 .wrap .content .item .text .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF
}

@media screen and (max-width: 1919px) {
    .proInfo3 .wrap .new_img {
        gap: 0.78125vw;
        margin: 0px 0px 1.0416666667vw;
    }

    .proInfo3 .wrap .new_img .img {
        height: 13.802083vw;
        border-radius: 0.5208333333vw;
    }

    .proInfo1 {
        padding: 6.7708333333vw 0px;
    }

    .proInfo1 .wrap .title .p1 {
        width: 60.6770833333vw;
        font-size: 1.5625vw;
        line-height: 2.3958333333vw;
    }

    .proInfo1 .wrap .title .svg {
        margin-top: -2.0833333333vw;
    }

    .proInfo1 .wrap .content {
        margin: 6.5104166667vw 0px 0px;
        gap: 7.1354166667vw 3.4375vw;
    }

    .proInfo1 .wrap .content .item .circle {
        width: 3.1770833333vw;
        height: 3.1770833333vw;
    }

    .proInfo1 .wrap .content .item .text {
        margin: 1.9270833333vw 0px 0px;
    }

    .proInfo1 .wrap .content .item .text .p1 {
        font-size: 1.25vw;
        margin: 0px 0px 0.78125vw;
    }

    .proInfo1 .wrap .content .item .text .p2 {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }

    .proInfo2 {
        padding: 3.9583333333vw 0px 4.8958333333vw;
    }

    .proInfo2 .wrap .title {
        font-size: 2.0833333333vw;
        margin: 0px 0px 2.0833333333vw;
    }

    .proInfo2 .wrap .content {
        border-radius: 0.5208333333vw;
        padding: 1.9270833333vw 3.0208333333vw 2.8125vw 2.7083333333vw;
    }

    .proInfo2 .wrap .content table {
        width: 31.25vw;
    }

    .proInfo2 .wrap .content table tr td {
        font-size: 0.9375vw;
        padding: 0.9375vw 0px;
    }

    .proInfo3 {
        padding: 3.9583333333vw 0px 4.6875vw;
    }

    .proInfo3 .wrap .title {
        font-size: 2.0833333333vw;
        margin: 0px 0px 1.041666vw
    }

    .proInfo3 .wrap .headline{
        font-size: 1.1458333vw;
        line-height: 1.875vw;
        margin: 0 0 2.604166vw;
    }

    .proInfo3 .wrap .content .item {
        height: 26.0416666667vw;
        border-radius: 0.5208333333vw;
    }

    .proInfo3 .wrap .content .item:not(:last-child) {
        margin: 0px 0px 1.5625vw;
    }

    .proInfo3 .wrap .content .item .text {
        bottom: 3.125vw;
        left: 3.125vw;
    }

    .proInfo3 .wrap .content .item .text .p1 {
        font-size: 1.25vw;
        margin: 0px 0px 0.5208333333vw;
    }

    .proInfo3 .wrap .content .item .text .p2 {
        font-size: 0.9375vw;
    }
}


@media screen and (max-width: 1024px) {
    .proInfo1 {
        padding: 40px 0;
    }

    .proInfo1 .wrap .title .p1 {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
    }

    .proInfo1 .wrap .content {
        margin: 10px 0 0 0;
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }

    .proInfo1 .wrap .content .item .circle {
        width: 45px;
        height: 45px;
    }

    .proInfo1 .wrap .content .item .circle img {
        max-width: 60%;
        max-height: 60%;
    }

    .proInfo1 .wrap .content .item .text {
        margin: 15px 0 0 0;
    }

    .proInfo1 .wrap .content .item .text .p1 {
        font-size: 16px;
        margin: 0 0 15px;
    }

    .proInfo1 .wrap .content .item .text .p2 {
        font-size: 13px;
        line-height: 25px;
    }

    .proInfo2 {
        padding: 40px 0;
    }

    .proInfo2 .wrap .title {
        font-size: 22px;
        margin: 0 0 22px;
    }

    .proInfo2 .wrap .content {
        border-radius: 10px;
        padding: 15px 5%;
        flex-direction: column;
    }

    .proInfo2 .wrap .content table {
        width: 100%;
    }

    .proInfo2 .wrap .content table tr td {
        font-size: 12px;
        padding: 10px 5px;
    }

    .proInfo2 .wrap .content table tr td:first-child {
        width: 50%;
    }

    .proInfo3 {
        padding: 40px 0;
    }

    .proInfo3 .wrap .title {
        font-size: 22px;
        margin: 0 0 15px;
    }

    .proInfo3 .wrap .headline{
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 30px;
    }


    .proInfo3 .wrap .content .item:not(:last-child) {
        margin: 0 0 10px;
    }

    .proInfo3 .wrap .content .item {
        height: 200px;
        border-radius: 10px;
        position: relative;
    }

    .proInfo3 .wrap .content .item:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(90deg, #1959b7, transparent);
        opacity: .5;
    }

    .proInfo3 .wrap .content .item .text {
        bottom: 20px;
        left: 0;
        padding: 0 5%;
    }

    .proInfo3 .wrap .content .item .text .p1 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .proInfo3 .wrap .content .item .text .p2 {
        font-size: 13px;
        line-height: 22px;
    }

    .proInfo3 .wrap .new_img {
        gap: 10px;
        margin: 0 0 10px;
    }

    .proInfo3 .wrap .new_img .img {
        height: 90px;
        border-radius: 10px;
    }

}
