/* BASIC css start */
#contentWrapper {
    width: 100%;
}

#content {
    position: relative;
    padding-bottom: 130px;
    text-align: center;
}

.dday-content {
    width: 1000px;
    margin: 0 auto;
}

.dday-content img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* 하단 고정 신청 버튼 */
.fixed_bt {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 999;
    width: 100%;
    height: 104px;
    padding-top: 15px;
    box-sizing: border-box;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 -5px 15px -8px rgba(0, 0, 0, 0.2);
    backdrop-filter: brightness(1.2) blur(10px);
    -webkit-backdrop-filter: brightness(1.2) blur(10px);
}

.apply-button {
    display: block;
    width: 600px;
    margin: 0 auto;
    padding: 13px 20px;
    border: 0;
    border-radius: 18px;
    background: #ff3f70;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
}

/* QR 팝업 */
.app-qr-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.app-qr-modal.is-open {
    display: flex;
}

.app-qr-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.app-qr-dialog {
    position: relative;
    z-index: 1;
    width: 460px;
    padding: 48px 45px 36px;
    box-sizing: border-box;
    border-radius: 24px;
    background: #fff;
    text-align: center;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.22);
}

.app-qr-close {
    position: absolute;
    top: 14px;
    right: 18px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: none;
    color: #777;
    font-size: 34px;
    line-height: 40px;
    cursor: pointer;
}

.app-qr-dialog h2 {
    margin: 0 0 16px;
    color: #222;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

.app-qr-description {
    margin: 0 0 24px;
    color: #555;
    font-size: 17px;
    line-height: 1.65;
}

.app-qr-image {
    width: 228px;
    margin: 0 auto 22px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 14px;
    box-sizing: content-box;
    background: #fff;
}

.app-qr-image img {
    display: block;
    width: 228px;
    height: 228px;
}

.app-qr-guide {
    margin: 0 0 26px;
    color: #777;
    font-size: 15px;
    line-height: 1.65;
}

.app-qr-confirm {
    width: 100%;
    padding: 13px 20px;
    border: 0;
    border-radius: 10px;
    background: #ff3f70;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}
/* BASIC css end */

