.s3 {
    overflow: hidden;

}

.s3-content-position {
    /* min-height: 100vh; */
    padding: 176px 1.5rem 180px 1.5rem;
    background: #F2F2F2
}

.s3-content-position .config-first-content {
    max-width: 594px;
    margin-left: 15%;
}

.s3-content-position .config-second-content {
    /* width: 100%; */
    width: 559px;
}

#btnSouthKorea {
    top: 21%;
    left: 65%;
    width: 189px;
    height: 38px;
}

#btnIndonesia {
    top: 97%;
    left: 39%;
    width: 189px;
    height: 38px;
}


@media screen and (max-width: 480px) {
    .s3-content-position .config-first-content {
        height: unset;
        max-width: 594px;
        margin-left: unset !important;
    }

    #btnSouthKorea {
        top: 21%;
        left: 55%;
        width: 150px;
        height: 25px;
        font-size: 14px;
        padding: 2px;
    }

    #btnIndonesia {
        top: 100%;
        left: 30%;
        width: 150px;
        height: 25px;
        font-size: 14px;
        padding: 2px;
    }

}