.mt16 {
    margin-top: 16px;
}

.lottery {
    display: block;
    width: 100vw;
    margin: -17px 0 16px;
    color: #222;
    position: relative;
    cursor: pointer;
}

.lottery__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.lottery__banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.lottery__banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    background: linear-gradient(to right, #ffc42c 60%, #0f3050 40%);
}

@media screen and (max-width: 1920px) {
    .lottery__banner img {
        object-fit: cover;
    }
}

.lottery-container {
    max-width: 1440px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.lottery-container .img-text {
    height: 24px;
}

.lottery-container .lottery-join {
    display: flex;
    gap: 0 30px;
}

.lottery-container .lottery-join .lottery-info__wrapper {
    width: 323px;
    position: relative;
}

.lottery-container .lottery-join .gift {
    position: absolute;
    left: -121px;
    top: 50%;
    transform: translateY(-50%);
}

.lottery-container .lottery-join .lottery-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 323px;
    padding: 0 62px;
}

.lottery-container .lottery-join .lottery-info .lottery-info-timer {
    margin-bottom: 14px;
}

.lottery-container .lottery-join .lottery-info .timer-text {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.lottery-container .lottery-join .lottery-info .timer-container {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
}

.lottery-container .lottery-join .lottery-info .timer {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.lottery-container .lottery-join .lottery-info .join-button {
    border-radius: 3px;
    background: #64b946;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.8px;
    text-transform: uppercase;
}

.lottery-container .lottery-join .lottery-info .join-button:hover {
    background-color: #58ae3a;
    cursor: pointer;
}

.lottery-container .lottery-join .lottery-info .disabled {
    opacity: 0.5;
    pointer-events: none;
}

.lottery-container .lottery-title {
    padding: 35px 0 36px 5px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.front-dn {
    display: none;
}

.time-no-show {
    display: none;
}

.timer-container_8609a {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
}
