@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

.lotto-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 450px;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.lotto-overlay-content {
    position: relative;
    text-align: center;
    color: white;
}

.lotto-icon-container {
    font-size: 5em;
    margin-bottom: 10px;
}

.lotto-end-icon {
    color: #FF7A50;
}

.lotto-overlay-text {
    font-weight: bold;
    font-size: 1.75rem;
}

.lotto-overlay-subtext {
    font-weight: normal;
    font-size: 1.085rem;
    opacity: 70%;
}

.lotto-main-content {
    position: relative;
    z-index: 0;
}

.lotto-accept-container {
    background-color: white;
    width: 380px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
}

.lotto-accept-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.lotto-accept-title {
    font-size: 1.5rem;
}

.lotto-accept-message {
    color: #727272;
    font-size: 13px;
}

.attend-complete-text {
    letter-spacing: .375px;
    line-height: 24px;
}

.coupon-head {
    font-size: 40px;
    font-family: 'TheJamsil5Bold', sans-serif;
    padding: 1rem 1rem 0;
}

.coupon {
    /*width: 330px;*/
    height: auto;
    background: #FF6929;
    color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    text-align: center;
    margin: 0 1rem;
    padding: 32px 16px;
}

.coupon::before, .coupon::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.coupon::before {
    left: -10px;
}

.coupon::after {
    right: -10px;
}

.coupon-value {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'TheJamsil5Bold', sans-serif;
}

.coupon-footer {
    font-size: 1rem;
}

.btn-black {
    background-color: #333;
    color: #fff;
    font-size: 14px !important;
}

.btn-black:hover {
    background-color: #393838;
}

.remain-count-text {
    font-size: 12px;
}

/*로또 이벤트 설명 페이지*/
#lottoBannerDetail .goLottoEvent{
    padding: 0 9% 3.125rem;
    background-color: #D9D9D9;
}
#lottoBannerDetail .goLottoEvent button{
    height: 3.375rem;
}

/*경고창*/
.swal2-actions{
    gap: .5rem;
}
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel{
    margin: 0;
    width: 44%;
}