body {
    background: #fff;
}

html, body, .body-class, main, .evt-container {
    min-height: 100%;
}


.evt-container {
    padding: 60px 0;
}
.evt-container .standard {
    width: 1130px; margin: 0 auto;
}

.evt-container .evt-page-title {
    font-size: var(--fs-24); line-height: var(--lh-24); letter-spacing: var(--ls-24);
    font-weight: 600;
}

.evt-container .home-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.evt-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px; width: 100%;
}
.evt-list > li {
    display: flex;
    width: 100%;  
    flex-direction: column; 
}
.evt-list > li .thumb {
    aspect-ratio: 360 / 210;
    border-radius: 8px; width: 100%;
    background-color: #1c1c1c; display: flex;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.evt-list > li .thumb.e1 {
    background-color: transparent;
    background-image: url('/app/event/images/e1.png');
}
.evt-list > li .thumb.e2 {
    background-color: transparent;
    background-image: url('/app/event/images/e2.png');
}
.evt-list > li .thumb.e3 {
    background-color: transparent;
    background-image: url('/app/event/images/e3.png');
}
.evt-list > li .thumb.e4 {
    background-color: transparent;
    background-image: url('/app/event/images/e4.png');
}
.evt-list > li .content {
    padding: 16px 12px;
    display: flex; 
    flex-direction: column;
    gap: 12px;
}
.evt-list > li .content .title,
.evt-list > li .content .tag,
.evt-list > li .content .tip { display: flex; width: 100%; align-items: center; font-size: var(--fs-13); line-height: var(--lh-13); letter-spacing: var(--ls-13); color: rgba(60, 60, 67, 0.60); }
.evt-list > li .content .tip {
    gap: 8px;
}
.evt-list > li .content .tip .box {
    background: #FBC02D;
    border-radius: 900px;
    padding: 2px 12px;
    display: flex; align-items: center;
    color: #fff;
}
.evt-list > li .content .title {
    font-size: var(--fs-20); line-height: var(--lh-20); letter-spacing: var(--ls-20); color: #000; font-weight: 600;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.evt-list > li .content .tag {
    gap: 8px;
}




.detail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px; 
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.detail-wrapper .detail-top {
    display: flex;
    flex-direction: column;
    gap: 12px; justify-content: center;
    align-items: center; color: rgba(60, 60, 67, 0.60); font-weight: 400;
    font-size: var(--fs-14); line-height: var(--lh-14); letter-spacing: var(--ls-14);
    text-align: center;
}
.detail-wrapper .detail-top .title {
    font-size: var(--fs-32); line-height: var(--lh-32); letter-spacing: var(--ls-32); font-weight: 600;
    color: #000;
}
.detail-wrapper .detail-box {
    display: flex;
    flex-direction: column;
}
.detail-wrapper .detail-box .banner {
    height: 200px;
    width: 100%;
    border-radius: 8px;
    background: #027549;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-wrapper .detail-box .banner.v1 {
    background: #1870F3;
}
.detail-wrapper .detail-box .banner.v2 {
    background: #FFE864;
}
.detail-wrapper .detail-box .banner.v2 img {
    width: 232px;
}
.detail-wrapper .detail-box .banner.v1 img {
    width: 258px;
}
.detail-wrapper .detail-box .banner.v3 {
    background: #A7ECFF;
}
.detail-wrapper .detail-box .banner.v3 img { width: 241px; }



.detail-wrapper .detail-box .contents {
    width: 555px; max-width: 100%;
    margin: auto;
    display: flex; flex-direction: column; gap: 60px;
}
.detail-wrapper .detail-box .contents .descript {
    margin-top: 60px;
    display: flex; flex-direction: column; gap: 12px;
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15);
}
.sort-ul {
    font-weight: 600;
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15);
    display: flex;
    flex-direction: column; gap: 24px;
}
.sort-ul > li {
    display: grid;
    grid-template-columns: 80px auto;
    gap: 20px;
}
.sort-ul > li > ul {
    color: rgba(60, 60, 67, 0.60); font-weight: 400;
    display: flex;
    flex-direction: column; gap: 16px;
}
.detail-wrapper .detail-box .bottom {
    display: flex;
    flex-direction: column; gap: 40px;
}
.detail-wrapper .detail-box .bottom .participation {
    display: flex;
    flex-direction: column; gap: 16px;
    justify-content: center;
    align-items: center;
}
.detail-wrapper .detail-box .bottom .participation .btn {
    border-radius: 8px;
    background: #FFEB3B;
    display: flex;
    width: 300px;
    max-width: 100%;
    padding: 16px 0px;
    justify-content: center;
    align-items: center;
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15); font-weight: 500;
}

.detail-wrapper .detail-box .bottom .participation .btn.naver {
    background: #03C569;
    color: #fff;
    gap: 10px;
}

.detail-wrapper .detail-box .bottom .etc {
    display: flex; flex-direction: column; justify-content: center;
    gap: 24px;
}
.detail-wrapper .detail-box .bottom .etc .share {
    display: flex; justify-content: center; gap: 12px;
}
.detail-wrapper .detail-box .bottom .etc .tag {
    display: flex; justify-content: center; gap: 12px;
}

.detail-wrapper .detail-box .bottom .etc .share .cir {
    width: 36px;
    height: 36px;
    background: rgba(120, 120, 128, 0.12);
    aspect-ratio: 1/1;
    border-radius: 50%;;
    justify-content: center;
    align-items: center;
    display: flex;
}
.detail-wrapper .detail-box .bottom .etc .share .cir textarea {
    display: none;
}
.detail-wrapper .detail-box .bottom .etc .tag .name {
    color: rgba(60, 60, 67, 0.60); font-size: var(--fs-13); line-height: var(--lh-13); letter-spacing: var(--ls-13);
    padding: 8px 16px;
    border-radius: 900px;
    background: rgba(120, 120, 128, 0.08);
}
.detail-wrapper .detail-box .bottom .etc .back {
    padding-top: 36px; display: flex;
    justify-content: center;
    align-items: center;
}
.detail-wrapper .detail-box .bottom .etc .btn {
    font-size: var(--fs-14); line-height: var(--lh-14); letter-spacing: var(--ls-14); font-weight: 600;
    padding: 12px; border-radius: 900px; display: flex;
    background: rgba(120, 120, 128, 0.12); width: 120px;
    justify-content: center;
    align-items: center;
}





.popup-overlay { z-index: 999; position: fixed; top: 0; left: 0; width: 100%; height: 100%;  display: flex; justify-content: center; align-items: center; color: #000; }
.popup-overlay .popup-overlay-bg { width: 100%; height: 100%;  background:rgba(0, 0, 0, 0.5); z-index: 1; position: absolute; top: 0; left: 0; }
.popup-overlay .popup-contents { display: flex; position: relative; z-index: 5; user-select: none; }

.popup-overlay,
.popup-overlay .popup-contents,
.popup-overlay .popup-overlay-bg { opacity: 0; visibility: hidden; }

.popup-overlay .popup-overlay-bg,
.popup-overlay .popup-contents { transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; }

.popup-overlay.active,
.popup-overlay.active .popup-contents,
.popup-overlay.active .popup-overlay-bg { opacity: 1; visibility: visible; }

.popup-overlay.active .popup-overlay-bg.disabled {pointer-events: none;}

/* 아래에서 위로 팝업이 올라오는 효과 */
.popup-overlay.animation-1 .popup-contents {  transform: translateY(100%); transition: transform 0.3s ease; }
.popup-overlay.animation-1.active .popup-contents { transform: translateY(0); }

.popup-contents.alert {
    width: 320px;
    max-width: calc(100% - 32px);
    border-radius: 16px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.popup-contents.alert .visual {
    padding: 16px 16px 8px 16px;
    width: 100%; display: flex; justify-content: center;
}
.popup-contents.alert .visual .cir {
    display: inline-flex; width: 50px; height: 50px;
    border-radius: 50%; background: #FFF9C4; 
    justify-content: center; align-items: center;
}
.popup-contents.alert .visual .cir.red {
    background: #FFE1E1;
}
.popup-contents.alert .title {
    display: flex; justify-content: center; align-items: center; padding: 8px 16px;
    font-size: var(--fs-18);line-height: var(--lh-18);letter-spacing: var(--ls-18); font-weight: 600;
}
.popup-contents.alert .note {
    display: flex; justify-content: center; align-items: center; padding: 8px 16px;
    font-size: var(--fs-14);line-height: var(--lh-14);letter-spacing: var(--ls-14); font-weight: 400;
    color: rgba(60, 60, 67, 0.60); text-align: center;
}
.popup-contents.alert .bottom {
    
}
.popup-contents.alert .bottom .btn {
    display: flex; width: 100%;
    padding: 20px 16px 24px 6px;
    font-size: var(--fs-15);line-height: var(--lh-15);letter-spacing: var(--ls-15); font-weight: 400;
    color: #000; background-color: #fff;
}


.popup-contents.bogo {
    width: 420px;
    max-width: calc(100% - 32px);
    display: flex;
    background: #F2F2F7;
    border-radius: 16px;
    flex-direction: column;
}
.popup-contents.bogo .top { padding: 16px 16px 0 16px; display: flex; justify-content: right; font-size: var(--fs-18);line-height: var(--lh-18);letter-spacing: var(--ls-18); font-weight: 600; position: relative; width: 100%;}
.popup-contents.bogo .top .x { width: 20px; }

.popup-contents.bogo .box {
    display: flex; width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 0 20px 36px 20px;
}
.popup-contents.bogo .box .msg {
    gap: 20px;
    display: flex; width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.popup-contents.bogo .box .msg .title {
    font-size: var(--fs-20);line-height: var(--lh-20);letter-spacing: var(--ls-20); font-weight: 600;
}
.popup-contents.bogo .box .msg .note {
    font-size: var(--fs-15);line-height: var(--lh-15);letter-spacing: var(--ls-15); text-align: center;
}
.popup-contents.bogo .box .move {
    border-radius: 8px; width: 300px; max-width: 100%;
    background: #03C569;
    display: flex; justify-content: center;
    align-items: center; padding: 16px;
    gap: 10px; color: #fff; font-size: var(--fs-15);line-height: var(--lh-15);letter-spacing: var(--ls-15); font-weight: 500;

}

.popup-contents.bogo .box .running {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
}
.popup-contents.bogo .box .running .bar {
    display: flex;
    width: 280px; height: 8px;
    max-width: 100%; 
    background: rgba(120, 120, 128, 0.08);
    border-radius: 900px;
}
.popup-contents.bogo .box .running .bar .gage {
    border-radius: 900px; height: 100%; 
    display: flex; width: 0%;
    background: #FBC02D;
    transition: .3s linear;
}
.popup-contents.bogo .box .running .text {
    font-size: var(--fs-15);line-height: var(--lh-15);letter-spacing: var(--ls-15); font-weight: 600;
}
.popup-contents.bogo .box .running .text .per {

}

.popup-contents.bogo .box .coupon .area {
    border-radius: 8px;
    background: #fff;
    display: flex;
    width: 321px;
    max-width: 100%;
    padding: 2px 2px 2px 16px;
    justify-content: space-between;
    align-items: center;
}
.popup-contents.bogo .box .coupon .area > textarea {
    border: 0; background: transparent; margin: 0; padding: 0;
    display: inline-flex; align-items: center; justify-content: center; color: #000;
    outline: none; font-size: var(--fs-15);line-height: var(--lh-15);letter-spacing: var(--ls-15); font-weight: 400;
    height: auto; 
    height: var(--lh-15);
    resize: none; /* 크기 조정 방지 */
    overflow: hidden; /* 스크롤 제거 */
    white-space: nowrap; /* 줄바꿈 방지 */
    max-width: calc(100% - 100px);
}
.popup-contents.bogo .box .coupon .area > a {
    background: #FFEB3B; padding: 12px 20px;
    border-radius: 6px; display: inline-flex; align-items: center; justify-content: center;
    font-size: var(--fs-15);line-height: var(--lh-15);letter-spacing: var(--ls-15); font-weight: 500;
}
.popup-contents.bogo .box .more {
    color: #007AFF; font-size: var(--fs-15);line-height: var(--lh-15);letter-spacing: var(--ls-15); font-weight: 500;
}
.popup-contents.bogo .box .comment {
    font-size: var(--fs-14);line-height: var(--lh-14);letter-spacing: var(--ls-14); font-weight: 400;
    color: rgba(60, 60, 67, 0.60); text-align: center;
}


.popup-contents.marketing {
    width: 420px;
    max-width: calc(100% - 32px);
    display: flex;
    background: #F2F2F7;
    border-radius: 16px;
    flex-direction: column;
} 
.popup-contents.marketing .top { padding: 16px 16px 0 16px; display: flex;justify-content: center;font-size: var(--fs-18);line-height: var(--lh-18);letter-spacing: var(--ls-18); font-weight: 600; position: relative; width: 100%;}
.popup-contents.marketing .top .x { position: absolute; top: 16px; right: 16px;}

.popup-contents.marketing .box {padding: 20px 16px 16px 16px;  display: flex; width: 100%; height: 100%; flex-direction: column;}
.popup-contents.marketing .box .explanation {background: #E2E2E9; height: 120px; overflow-y: scroll; padding: 16px 12px;  font-size: var(--fs-13);line-height: var(--lh-13); letter-spacing: var(--ls-13); color: rgba(60, 60, 67, 0.60); border-radius: 8px; }
 
.popup-contents.marketing .box .explanation::-webkit-scrollbar { width: 4px; }
.popup-contents.marketing .box .explanation::-webkit-scrollbar-track { background: transparent; border-radius: 10px; }
.popup-contents.marketing .box .explanation::-webkit-scrollbar-thumb { background: rgba(120, 120, 128, 0.20); border-radius: 10px;}
.popup-contents.marketing .box .explanation::-webkit-scrollbar-thumb:hover {background: #888; }

.popup-contents.marketing .box .agrees { padding: 8px; margin: 12px 0 32px 0; }
.popup-contents.marketing .box .tels { padding: 0 8px; display: flex; flex-direction: column; gap: 24px; }
.popup-contents.marketing .box .tels .tel { display: grid; grid-template-columns: 50px auto; gap: 8px; align-items: center; font-size: var(--fs-15);line-height: var(--lh-15);letter-spacing: var(--ls-15); }
.popup-contents.marketing .box .btn { margin-top: 32px; }

.popup-contents .btn {
    border-radius: 8px;background: #FFEB3B; display: flex; width: 100%; padding: 16px 0px; justify-content: center; align-items: center;
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15); font-weight: 500;
}
.popup-contents .btn.disable { background: rgba(120, 120, 128, 0.20); color: rgba(60, 60, 67, 0.30); pointer-events: none; }

.chk-1 {display: flex; gap: 4px; align-items: flex-start; }
.chk-1 > input {width: 20px; height: 20px;aspect-ratio: 1/1;appearance: none;-webkit-appearance: none;background: none;border: 0;outline: 0;flex-grow: 0;border-radius: 20%;transition: background .3s;cursor: pointer;box-sizing: border-box; display: inline-flex;}
.chk-1.w-24 > input { width: 24px; height: 24px; aspect-ratio: 1/1; }
.chk-1 > input+label {cursor: pointer;font-size: var(--fs-15); line-height: var(--lh-15);letter-spacing: var(--ls-15);font-weight: 400;color: #000;display: inline-flex; user-select: none;gap: 4px;}
.chk-1.soft > input+label {color: #999;}
.chk-1 > input::before {content: "";color: transparent;display: block;width: inherit;height: inherit;border-radius: inherit;border: 0;background-color: transparent;background-size: contain;box-sizing: border-box;background-image: url(/app/commons/icons/chk-1.svg);background-size: cover;background-position: top left;background-repeat: no-repeat;aspect-ratio: 1/1;width: 100%; height: 100%; }
.chk-1 > input:checked::before {box-shadow: none;background-position: top right;}

.inp-1 {
    display: flex; padding: 12px; margin: 0; border: 0; outline: none; border-radius: 8px; background: rgba(120, 120, 128, 0.08);
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15); font-weight: 400; color: #000; width: 100%;
}
.inp-1::placeholder { font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15); font-weight: 400; color: rgba(60, 60, 67, 0.30); }
.disc-list { list-style-type: disc; padding-left: 11px; font-size: 14px; margin-left: 7px; font-size: var(--fs-14); line-height: var(--lh-14); letter-spacing: var(--ls-14); font-weight: 400; color: rgba(60, 60, 67, 0.60); display: flex; flex-direction: column; gap: 8px;}
.disc-list li {}



.cafes-wrap {
    display: flex; 
    align-items: center;
    gap: 12px;
}
.cafes-wrap .citem {
    display: flex;
    flex-direction: column;
    gap: 6px; justify-content: center;
    align-items: center;
}
.cafes-wrap .citem .th {
    display: flex;
    width: 70px; height: 70px;
    border-radius: 12px;
    background: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cafes-wrap .citem .nm {
    justify-content: center;
    display: flex;
}

.nbr {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 16px;
    color: rgba(60, 60, 67, 0.80)
}
.nbr .f {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    color: #000;
    background: #FFEB3B;
    background: rgb(243, 243, 245);
    border-radius: 20px;
    font-size: var(--fs-12); line-height: var(--lh-12); letter-spacing: var(--ls-12); font-weight: 400; 
}
.nbr .s {
    line-height: 22px;
    word-wrap: break-word;
word-break: break-word;
white-space: normal;
}

.st {
    color: #000;
    background: #FFEB3B;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 400;
}


@media only screen and (max-width: 1150px) {  

    .evt-container .standard {
        width: auto; margin: 0 16px;
    }
}

@media only screen and (max-width: 1000px) {  

    .evt-container {
        padding: 32px 0 60px 0;
    }

    .evt-container .evt-page-title {
        font-size: var(--fs-20);
        line-height: var(--lh-20);
        letter-spacing: var(--ls-20);
    }

    .evt-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px; width: 100%;
    }
    
    .mobile-hidden {
        display: none !important;
    }
}

@media only screen and (max-width: 700px) {  
    .evt-container .evt-page-title {
        justify-content: center;
        display: flex;
    }
    .evt-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px; width: 100%;
    }
    .detail-wrapper {
        gap: 32px;
    }
    .detail-wrapper .detail-top .title {
        font-size: var(--fs-22);
        line-height: var(--lh-22);
        letter-spacing: var(--ls-22);
    }

    .detail-wrapper .detail-box .banner {
        height: 210px;
    }
    .detail-wrapper .detail-box .banner.v2 img {
        width: 216px;
    }
    .detail-wrapper .detail-box .banner.v1 img {
        width: 258px;
    }
    .detail-wrapper .detail-box .banner.v3 img {
        width: 216px;
    }

    .sort-ul {
        background: rgba(120, 120, 128, 0.08);
        padding: 16px 12px;border-radius: 12px;
        font-size: var(--fs-13);
        line-height: var(--lh-13);
        letter-spacing: var(--ls-13);
        gap: 20px;
    }
    .sort-ul > li {
        grid-template-columns: 1fr; gap: 8px;
    }
    .sort-ul > li > ul {
        font-size: var(--fs-14);
        line-height: var(--lh-14);
        letter-spacing: var(--ls-14);
        gap: 8px;
    }

    .detail-wrapper .detail-box .contents .descript {
        margin-top: 32px;
        padding: 0 16px;
    }
    .detail-wrapper .detail-box .contents {
        gap: 32px;
    }
    .detail-wrapper .detail-box .bottom {
        gap: 60px;
    }
    .detail-wrapper .detail-box .bottom .etc .back {
        padding-top: 16px;
    }

}