/*Here is only for ko language */
body {
    font-family: 'Malgun Gothic'
}
.sectionTitle,
.contestPrizes table tr th,
.contestPrizes table tr td:nth-child(1),
.contestPrizes table tr td:nth-child(3) {
    font-weight: bold;
}

.fifa-qatar2022-prediction .mainBanner .imageBanner div:nth-child(2) p {
    line-height: 1.2 !important;
}

.wc2022-freebet .stepBox p {
    height: 70px;
    justify-content: center;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 575px) {
    .wc2022-freebet .stepBox p {
        width: 100%;
    }
}

@media screen and (min-width: 1440px) {
    .wc2022-freebet .stepBox .stepsWrapper {
        max-width: 1020px;
    }
}