@media screen and (min-width: 992px) {
    .wcu-img-1 .img1 img {
        height: auto;
        object-fit: cover;
    }
}

@media only screen and (max-width: 1024px) {
    .img-box1 .img1 img {
        height: 320px;
    }

    .img-box1 .img2 {
        bottom: 100px;
    }

    .img-box1 {
        padding-bottom: 0;
        padding-right: 0;
    }

    .img-box1 .img2 {
        display: none;
    }

    .wcu-img-1 {
        margin-left: 0;
        margin-right: 0;
    }

    /* =================================sip======================= */


    .agc-logo img {
        width: 100%;
    }

    .sip-top-area {
        background: #ffffff;
    }

    .sip-content h3,
    .sip-content .subtitle,
    .sip-content .partcipation {
        font-size: 18px;
    }

    .sip-content p {
        font-size: 15px;
    }

    .sip-content p span {
        font-size: 18px;
    }


    .arithmetic-area-content img {
        display: none;
    }

    .agency-logo img {
        top: -40px;
        width: 80px;
    }

    .sip-title {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .arithmetic-area-content p {
        font-size: 15px;
    }

    .arithmetic-area-content .ques {
        font-size: 17px;
    }

    .arithmetic-area-content .bonus-box {
        font-size: 15px;
        line-height: 1.3;
    }

    .sip-footer .th-social {
        text-align: center;
    }


    .sip-footer .about-logo .need_bg {
        margin: auto;
    }

    .academy-area img {
        width: 100px;
        margin-bottom: 15px;
    }
}

@media(max-width: 768px) {
    .img-box1 .img1 img {
        height: auto;
    }
}