/* ----------------------- 상단배너 ----------------------- */
.eventContainer {
    width: 100%;
    background: linear-gradient(to right, #48c3fc 0%, #70a2f6 37%, #6881f7 69%, #ecb9fc 100%);
    display: flex;
    justify-content: center;
}
.eventBlackFriday {
    width: 100%;
    height: 90px;
    background: #000;
    display: flex;
    justify-content: center;
}
.flexBox {
    width: 80%;
    min-width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerImg {
    display: none;
}
.bannerImg-tablet {
    display: none;
}
.bannerImg-mobile {
    display: none;
}
@media all and (min-width: 992px) {
    .bannerImg {
        height: 100%;
        display: block;
    }
}
@media (min-width: 480px) and (max-width: 991px) {
    .bannerImg-tablet {
        height: 100%;
        display: block;
    }
}
@media all and (max-width: 479px) {
    .bannerImg-mobile {
        height: 100%;
        display: block;
    }
}

.eventTitle {
    font-size: 34px;
    font-weight: 550;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 20px;
}
.eventTitle br {
    display: none;
}

.eventDescription {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 0;
}
.eventLink {
    width: 190px;
    height: 45px;
    /* background: rgba(255, 255, 255, 0.7); */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 45px;
    border: 3px solid #fff;
    margin-left: 30px;
    z-index: 10;
    background: linear-gradient(
        120deg,
        #ffffff8c 0%,
        #ffffff8c 40%,
        #fff 50%,
        #ffffff8c 60%,
        #ffffff8c 100%
    );
    background-size: 200% 100%;
    overflow: hidden;
    animation: shine 3s linear infinite;
}
.eventLink:hover {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
    transition: 0.5s;
    background: rgba(255, 255, 255, 1);
}
.eventLink div {
    color: #313d6e;
    font-size: 22px;
    font-weight: 630;
}
.closeBtn {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 11;
    cursor: pointer;
    background: none;
    border: none;
}
.closeBanner {
    width: 25px;
    height: auto;
}
.rwd {
    display: flex;
}
@media all and (max-width: 1700px) {
    .flexBox {
        width: 80%;
    }
    .eventTitle {
        font-size: 32px;
        margin-left: 0px;
    }
    .eventDescription {
        font-size: 20px;
    }
    .eventLink {
        width: 160px;
    }
    .eventLink:hover {
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    }
    .eventLink div {
        font-size: 18px;
    }
}
@media all and (max-width: 1560px) {
    .eventTitle {
        font-size: 30px;
        margin-left: 0px;
    }
    .eventDescription {
        font-size: 18px;
    }
    .eventLink {
        width: 150px;
    }
}
@media all and (max-width: 1350px) {
    .flexBox {
        width: 85%;
    }
    .eventLink {
        margin-left: 10px;
    }
    .closeBtn {
        right: 20px;
    }
}
@media all and (max-width: 1260px) {
    .flexBox {
        width: 95%;
        min-width: 0;
    }
    .rwd {
        display: block;
        text-align: center;
    }
    .eventLink {
        margin-left: 20px;
    }
    .closeBtn {
        right: 10px;
    }
}
@media all and (max-width: 980px) {
    .eventContainer {
        height: 75px;
    }
    .eventTitle {
        font-size: 24px;
    }
    .eventDescription {
        display: none;
    }
    .eventLink {
        height: 38px;
        width: 110px;
    }
    .eventLink div {
        font-size: 15px;
    }
    .bannerImg {
        height: 100%;
    }
    .closeBtn {
        top: 3px;
        right: 3px;
    }
}
@media all and (max-width: 770px) {
    .eventLink {
        display: none;
    }
}
@media all and (max-width: 650px) {
    .eventTitle br {
        display: block;
    }
}
@media all and (max-width: 500px) {
    .bannerImg {
        display: none;
    }
    .rwd {
        display: none;
    }
    .eventContainer {
        background: url('/assets/event/mobile.png');
        background-size: cover;
        background-position: center;
    }
}

/* ----------------------- 상세페이지 ----------------------- */
.headTitle {
    font-size: 26px;
}
.lineCss {
    margin: 1.2rem 0;
}
.mainImgWrap {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
.eventMainImg {
    width: 100%;
    max-width: 800px;
}

.titleBox {
    width: 300px;
    background: #ff8c00;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    padding: 4px 0;
    text-align: center;
    font-size: 26px;
}
.eventCopy {
    font-size: 3.4rem;
}
.oragneTxt {
    color: #ff8c00;
    display: block;
}
.eventDetail {
    display: flex;
    align-items: start;
    padding: 10px 0;
}
.eventDetail ul {
    padding-left: 20px;
}
.eventDetail li {
    list-style: none;
}
.eventQ {
    font-size: 28px;
    font-weight: 500;
    color: #ff8c00;
    line-height: 1;
    margin-bottom: 10px;
}
.btnSection {
    padding: 3rem 0;
}
.joinBtn {
    background: #ff8c00;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    padding: 10px 120px;
    border: 0;
    border-radius: 50px;
    margin: 0 auto;
}
.joinBtn:hover {
    box-shadow: 0 0 0 12px rgba(255, 140, 0, 0.2);
    transition: 0.5s;
    background: #ff7700;
}
.tagBox {
    padding: 4px 20px;
    background: rgba(255, 140, 0, 0.1);
    color: #ff7700;
    margin: 10px 0;
    border-radius: 5px;
}
.highlight {
    font-weight: 550;
}
.arrow-ico {
    margin-top: 8px;
}
.detailWrap {
    margin-left: 25px;
    margin-bottom: 10px;
}

@media all and (max-width: 1400px) {
    .eventMainImg {
        max-width: 700px;
    }
    .titleBox {
        font-size: 22px;
    }
    .eventCopy {
        font-size: 2.4rem;
    }
    .joinBtn {
        padding: 10px 80px;
        font-size: 22px;
    }
}
@media all and (max-width: 1200px) {
    .eventQ {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .eventA {
        font-size: 18px;
    }
    .arrow-ico {
        margin-top: 3px;
    }
}
@media all and (max-width: 770px) {
    .mainImgWrap {
        padding: 0;
    }
    .eventCopy {
        font-size: 1.8rem;
    }
}
@media all and (max-width: 680px) {
    .eventDetail {
        padding: 5px 0;
    }
    .eventDetail ul {
        padding-left: 10px;
    }
    .detailWrap {
        margin-left: 0;
    }
    .eventA br {
        display: block;
    }
    .eventMainImg {
        max-width: 500px;
        margin-bottom: 20px;
    }
    .btnSection {
        padding: 2rem 0;
    }
}
@media all and (max-width: 550px) {
    .titleBox {
        width: 260px;
        font-size: 20px;
    }
    .headTitle {
        font-size: 22px;
    }
    .eventCopy {
        font-size: 26px;
    }
    .btnSection {
        padding: 1rem 0;
    }
    .joinBtn {
        padding: 8px 40px;
    }
    .joinBtn:hover {
        box-shadow: 0 0 0 8px rgba(255, 140, 0, 0.2);
    }
}

/* 버튼 애니메이션 */
@keyframes shine {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* 블랙프라이데이 이벤트 */
.black-banner-img {
    width: 100%;
}
.event-body {
    background-color: #2b2b2b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}
.notice-line {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #555;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}
.about-event {
    text-align: center;
    color: #fff;
    padding: 60px 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 26px;
}
.mintColor {
    color: #62ffa5;
    font-weight: 500;
}
.coupon-img-group {
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.coupon-img {
    width: 360px;
}
.event-date {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 60px;
}
.plan-black-price {
    width: 900px;
    margin: 0 auto 120px auto;
    border-top: 1px solid #555;
}
.row-black {
    width: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #555;
}
.what-plan {
    color: #fff;
    font-size: 32px;
}
.price-group {
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: space-between;
}
.before-pirce {
    color: rgba(255, 255, 255, 0.3);
    font-size: 38px;
    position: relative;
}
.cancel-line {
    width: 100px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
}
.after-price {
    color: #62ffa5;
    font-size: 58px;
}
.currency {
    font-size: 42px;
}
.get-chance {
    background-color: #ff9012;
    padding: 38px 0;
    text-align: center;
    width: 100%;
    font-size: 38px;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.5s;
}
.get-chance:hover {
    background-color: #62ffa5;
}

@media all and (max-width: 991px) {
    .popup-event {
        display: none;
    }
}
@media all and (min-width: 992px) {
    .popup-event {
        position: fixed;
        bottom: 60px;
        right: 30px;
        z-index: 99999;
    }
    .popup-img {
        width: 280px;
        height: 280px;
        border-radius: 12px;
        cursor: pointer;
        transition: opacity 0.3s ease-in-out;
        opacity: 1;
        box-shadow: 0px 30px 30px 0px rgba(51, 21, 66, 0.2);
    }
    .closePopup {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 999999999;
    }
}

.discount-badge {
    position: absolute;
    top: -30px;
    right: -10px;
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #2b2b2b;
    font-size: 38px;
    font-weight: 600;
    background-color: #62ffa5;
    box-shadow: 0 0 12px rgba(98, 255, 165, 0.8);
    text-align: center;
    line-height: 1.1;
    animation: badge-float 1.7s ease-in-out infinite;
}
@keyframes badge-float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px); /* 위로 10px */
    }
    100% {
        transform: translateY(0);
    }
}
@media all and (min-width: 992px) {
    .pricing-banner {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pricing-banner {
        height: 300px;
        width: auto;
    }
}

@media all and (max-width: 767px) {
    .pricing-banner {
        height: 400px;
        width: auto;
    }
}
@media all and (max-width: 570px) {
    .pricing-banner {
        height: 260px;
        width: auto;
    }
}
