#lottery .campaign-ranking__body {
    background-image: url(https://cdn-portal.xtars.com/uploads/2022/09/ranking__Body-5.jpg);
}

.query-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.query-area__title {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 24px;
}

.query-area__userinfo {
    font-size: 28px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-bottom: 24px;
}

.query-area__userinfo a {
    color: white;
    text-decoration: underline;
}

.query-area__userinfo span {
    color: #fff;
}

.query-area__collection {
    width: 572px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 16px;
}

.query-area__loading {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 56px;
    margin-top: 24px;
}

.query-area__group {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.query-area__gift {
    width: 160px;
    margin-bottom: 8px;
}

.query-area__gift img {
    width: 100%;
    border-radius: 16px;
}

.query-area__text {
    font-size: 28px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 8px;
    height: 28px;
    overflow: hidden;
}

.query-area__achievement {
    background-color: rgba(109, 109, 109, 0.5);
    padding: 4px 8px 8px 8px;
    border-radius: 16px;
    width: 160px;
}

.query-area__counts {
    font-size: 20px;
    margin-bottom: 4px;
    color: #38DFA1;
}

.query-area__progressbar {
    background-color: #343434;
    height: 4px;
    border-radius: 100px;
}

.query-area__progressbar span {
    display: block;
    background-color: #38DFA1;
    height: 100%;
    border-radius: 100px;
}

.query-area__button {
    width: 100%;
    background-color: #38DFA1;
    color: black;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 16px 32px;
    border-radius: 16px;
    margin-top: 8px;
}

.query-area__button:hover {
    color: white;
}

@media (hover: hover) {
    .query-area__button:hover {
        color: white;
    }
}

.query-area__button--disabled {
    background-color: #ccc;
    color: white;
}

.game-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.game-area__title {
    margin: 16px 0;
}

.game-area__userinfo {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-bottom: 16px;
}

.game-area__userinfo span {
    color: black;
}

.game-area__button {
    width: 100%;
    background-color: #C52D44;
    color: white;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 16px 32px;
    border-radius: 16px;
    margin-top: 16px;
    margin-bottom: 48px;
    cursor: pointer;
}

.game-area__button:hover {
    color: #F9E5E7;
}

@media (hover: hover) {
    .game-area__button:hover {
        color: #F9E5E7;
    }
}

.game-area__button--disabled {
    background-color: #ccc;
    color: white;
}

.game-area__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.game-area__popup {
    position: absolute;
    z-index: 2;
    top: 80px;
    width: 400px;
    background-color: white;
    padding: 54px 24px 24px 24px;
    font-size: 28px;
    text-align: center;
    border-radius: 16px;
    display: none;
    background: url("https://cdn-portal.xtars.com/images/carnival/2025/popup_bg.jpg") repeat;
}

.game-area__popup .game-area__button {
    margin-bottom: 0px;
}

.game-area__popup-title {
    color: #444;
    margin-bottom: 32px;
    font-weight: bold;
}

.game-area__popup-desription {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 32px;
}

.game-area__record {
    width: 100%;
    margin-top: 54px;
}

.game-area__record-list {
    padding-top: 32px;
}

.game-area__record-list li {
    display: flex;
    margin-bottom: 32px;
    justify-content: space-between;
    font-size: 28px;
    color: black;
}

.game-area__record-list li div {
    width: 200px;
    text-align: center;
}

.game-area__record-list li:first-child {
    color: rgba(0, 0, 0, 0.5);
}

.game-area__record-more {
    display: block;
    width: 100%;
    text-align: center;
    color: #C52D44;
    font-weight: bold;
    cursor: pointer;
}

.game-area__record-more:hover {
    color: #C52D44;
}

#campaign-header__container3 {
    height: 1150px;
}


#lover-container {
    width: 240px;
    position: absolute;
    right: 24px;
    top: 138px;
}

@media screen and (max-width: 767px) {
    #lover-container {
        top: 200px;
    }
}

.avatar-area {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: white;
}

.avatar img {
    width: 100%;
}

.on-live {
    font-size: 24px;
    color: white;
    background: red;
    padding: 4px 16px;
    border-radius: 8px;
    position: absolute;
    bottom: -4px;
}

.topic {
    width: 100%;
    height: 44px;
    background-color: #34135f;
    font-size: 28px;
    line-height: 44px;
    text-align: center;
    border-radius: 200px;
    color: white;
    margin-top: 16px;
    margin-bottom: 16px;
}

.heart {
    position: absolute;
    display: block;
    width: 32px;
    height: 28px;
    background-image: url("https://cdn-portal.xtars.com/images/heart.png");
    background-size: cover;
    left: 50%;
    margin-left: -16px;
    top: 50px;
    animation: animateHeart 2s infinite;
}


@keyframes animateHeart {
    0% {
        transform: scale(0.8);
    }

    5% {
        transform: scale(0.9);
    }

    10% {
        transform: scale(0.8);
    }

    15% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(0.8);
    }
}

.campaign-rule__list-title {
    width: fit-content;
    padding-right: 32px;
}