.contents {
    font-family: "Noto Sans KR", serif;
    font-optical-sizing: auto;
    font-weight: var(--font-weight, 400);
    font-style: normal;
}

/* img layer pop */
.img-layer-wrap {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
}


/* 팝업부분 */
/* todo : 글자도 다 하얗게 덮어줘야 함 */
.img-layer-wrap #imgLayer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.img-layer-wrap #imgLayerCloseBtn {
    background: none;
    border: 0;
    position: absolute;
    top: 30px;
    right: 50px;
}

.img-layer-wrap #imgLayerCloseBtn span {
    color: #fff;
    font-size: 60px;
}

.img-layer-wrap #imgLayer .img-layer-content {
    width: 600px;
    margin: 0 auto;
}

.img-layer-wrap #imgLayer .img-layer-content .img-wrap {
    text-align: center;
}


.img-layer-wrap #imgLayer .img-layer-content img {
    width: auto;
    max-width: 100%;
}

.img-layer-wrap #imgLayer .img-layer-content .title-wrap,
.img-layer-wrap #imgLayer .img-layer-content .desc-wrap {
    background-color: #fff;
    color: #000;
    text-align: left;
}

.img-layer-wrap #imgLayer .img-layer-content .title-wrap h3 {
    color: #fff;
    font-size: 18px;
}


.img-layer-wrap #imgLayer .img-layer-content .desc-wrap p {
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    padding: 30px 40px;
    line-height: 1.8;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.img-layer-wrap #imgLayer .img-layer-content .desc-wrap p:first-child {
    margin-top: 0;
}

.fixed-buy-container {
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 5px 10px #999;
    padding: 25px 20px;
    max-width: 200px;
    position: fixed;
    top: calc(80% - 50px);
    right: 260px;
    transform: translateY(-50%);
    z-index: 99999;
}

.fixed-buy-container h4,
.fixed-buy-container span,
.fixed-buy-container strong {
    color: #222;
    letter-spacing: -0.05em;
}

.fixed-buy-container h4 {
    font-size: 14px;
    word-break: keep-all;
    margin: 0 0 15px;
}

.fixed-buy-container .fixed-buy-timer-wrap {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
}

.fixed-buy-container .fixed-buy-timer-wrap::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 32%;
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: rotate(-44deg);
}

.fixed-buy-container .fixed-buy-timer-wrap .fixed-buy-guide {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.fixed-buy-container .fixed-buy-timer-wrap .fixed-buy-guide i {
    color: #222;
    font-size: 17px;
}

.fixed-buy-container .fixed-buy-timer-wrap .fixed-buy-guide .fixed-buy-guide-text {
    font-size: 12px;
    margin-top: 3px;
}

.fixed-buy-container .fixed-buy-timer-wrap .fixed-buy-date {
    font-size: 14px;
    margin-left: 25px;
}

.fixed-buy-container .fixed-buy-price-wrap {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    margin-bottom: 15px;
}

.fixed-buy-container .fixed-buy-price-wrap .fixed-buy-ticket {
    font-size: 13px;
}

.fixed-buy-container .fixed-buy-price-wrap .fixed-buy-price {
    font-size: 22px;
}

.fixed-buy-container .fixed-buy-btn-wrap #fixedBuyBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background-color: #e74c3c;
    border: 0;
    border-radius: 7px;
    width: 100%;
    padding: 8px 0;
}

.fixed-buy-container .fixed-buy-btn-wrap #fixedBuyBtn span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0;
}

.fixed-buy-container .fixed-buy-btn-wrap #fixedBuyBtn .btn-icon {
    transition: all 0.2s;
}

.fixed-buy-container .fixed-buy-btn-wrap #fixedBuyBtn:hover .btn-icon {
    transform: translateX(10px);
}



.lucky-award-wrap #luckyImg {
    max-width: 450px;
}

.lucky-award-wrap #luckyDescription {
    font-size: 16px;
    letter-spacing: -0.05em;
    margin: 20px auto 0;
    max-width: 320px;
    word-break: keep-all;
}

/*캠페인 스타일 */
.campaign-container {
    box-sizing: border-box;
    background-color: #eaeaea;
    border: 1px solid #ddd;
    width: 85%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 70px auto 20px;
    padding-bottom: 20px;
    overflow: hidden;
}


.campaign-container .campaign-tit-box {
    background-color: #ea2636;
    text-align: center;
    padding: 20px 0;
}

.campaign-container .campaign-tit-box .campaign-tit {
    color: #fff;
    font-size: 24px;
    margin: 0;
} 

.campaign-container .campaign-desc {
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.05em;
    margin: 25px 0;
}

.campaign-container .campaign-item-box {
    padding: 0 20px;
}

.campaign-container .campaign-item-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.campaign-container .campaign-item-list .campaign-item {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    position: relative;
}

.campaign-item.campaign-close::after {
    content: "당첨기간 종료";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff 1px 0px 0px, #fff 0px 1px 0px, #fff -1px 0px 0px, #fff 0px -1px 0px;
}

.campaign-item.campaign-close2::after {
    content: "재고 소진";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff -1px -1px 0px, #fff 1px -1px 0px, #fff 1px 0px 0px, #fff 0px 1px 0px, #fff -1px 0px 0px, #fff 0px -1px 0px;
}


.campaign-item.campaign-open::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 23px solid #ea2636;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
}

.campaign-container .campaign-item-list .campaign-item:last-child {
    margin-bottom: 0;
}

.campaign-container .campaign-item-list .campaign-item-tit {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 7px;
}

.campaign-container .campaign-item-list .campaign-item-date {
    font-size: 15px;
    letter-spacing: -0.05em;
}

.campaign-container .campaign-item-box .campaign-warning-desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
}