@media (max-width: 992px) {
    .rccEddga_ggtLogo {
        width: 50px;
    }

    .poringButton {
        width: 80px;
        top: 120px;
        left: 10px;
    }

    .poringButton img {
        object-fit: contain;
        width: 100%;
        height: 10%;
    }

    .rccEddga_rcclogo {
        width: 450px;
    }

    .rccEddga_logo {
        width: 150px;
    }

    .rccEddga_title {
        font-size: 60px;
        line-height: 35px;
    }

    .rccEddga_title02 {
        font-size: 80px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .btnLayout {
        width: 300px;
        height: 45px;
        padding: 15px;
        font-size: 30px;
    }

    .btnLayout02 {
        width: 150px;
        height: 35px;
        padding: 15px;
        font-size: 26px;
        line-height: 30px;
    }

    .rccEddga_footerLayout {
        width: 500px;
        height: 50px;
    }

    .rccEddga_footerLogo02 {
        width: 50px;
    }

    .rccEddga_footerLogo {
        width: 80px;
    }
}

@media (max-width: 490px) {
    .rccEddga_title {
        font-size: 40px;
        line-height: 26px;
    }

    .btnMainLayout {
        flex-wrap: wrap;
        gap: 15px;
    }

    .rccEddga_rcclogo {
        width: 350px;
    }

    .rccEddga_logo {
        width: 100px;
    }

    .rccEddga_title02 {
        font-size: 55px;
        line-height: 35px;
    }

    .stroke-border {
        -webkit-text-stroke: 1.5px #491b00;
        filter: drop-shadow(1px 1px 3px #000000c4);
    }
}