.p_v2 {
    position: fixed;top: 0; left: 0;width: 100%; height: 100%;
    z-index: 100;

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    display: none;
}
.p_v2 .background {width: 100%; height: 100%; background: rgba(0,0,0,0.8);position: fixed;top: 0; left: 0;width: 100%; height: 100%; }
.p_v2 .background.no { background: none;}
.p_v2 .content {

    width: 360px; max-width: 91%;
    background: #222;
    border-radius: 10px;
    margin: auto;
    box-sizing: border-box;
    padding: 0;

    font-size: 14px;
    overflow: hidden;
    --animate-duration: 0.5s;

    margin: auto;

    position: relative;

    -webkit-box-shadow: 3px 3px 10px 0 rgb(0 0 0/20%);
    -moz-box-shadow: 3px 3px 10px 0 rgba(0,0,0,.2);
    box-shadow: 3px 3px 10px 0 rgb(0 0 0/20%);

    /*height: 415px;*/

}
.p_v2 .content .content_padding {
    padding: 54px 0 56px 0;
    background: #fff;

    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    font-weight: 400;
    color: #000; font-size: 15px; line-height: 1.5;
    letter-spacing: -0.5px;

    height: auto;
    max-height: 100%;
    overflow-y: scroll;
}
.p_v2 .content .content_padding::-webkit-scrollbar {
    display: none;
}

.p_v2 .content .content_padding img {
    -webkit-mask-image: linear-gradient(180deg,#000 80%,rgba(0,0,0,.987) 81.1%,rgba(0,0,0,.951) 82.3%,rgba(0,0,0,.896) 83.58%,rgba(0,0,0,.825) 84.94%,rgba(0,0,0,.741) 86.34%,rgba(0,0,0,.648) 87.78%,rgba(0,0,0,.55) 89.26%,rgba(0,0,0,.45) 90.74%,rgba(0,0,0,.352) 92.22%,rgba(0,0,0,.259) 93.66%,rgba(0,0,0,.175) 95.06%,rgba(0,0,0,.104) 96.42%,rgba(0,0,0,.049) 97.7%,rgba(0,0,0,.013) 98.9%,transparent);
}
.p_v2 .content .ce {
   color: rgb(204, 0, 0)
}
.p_v2 .eix {cursor: pointer;}
.p_v2 .content .top_fixarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 15px;
    background: #fff; background: #fafafa;
    box-sizing: border-box;
    color: #000;
    z-index: 1;
}
.p_v2 .content .top_fixarea h3 {
    font-size: 16px;
    font-weight: 500;
}

.p_v2 .content .bottom_fixarea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: 'space-between';
    border-top: 1px solid #ddd;
    z-index: 1;
}
.p_v2 .content .bottom_fixarea.two {
    display: flex;
}

a.bu {
    width: 100%;
    background: #fafafa;
    box-sizing: border-box;
    padding: 17px 15px;
    color: #000;
    text-align: center;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;

}
a.bu.black {
    background: #24292f;
    color: #fff;
}
a.bu.gray {
    background: #ddd;
    color: #000;
}

.p_v2 .content .nmct {
    display: flex;
    justify-content: 'space-between';
    align-items: center;
    margin-bottom: 15px;
    flex-direction: column;
    text-align: left;
}
.p_v2 .content .nmct .nm {
    width: 110px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    color:#888; font-weight: 300;
}
.p_v2 .content .nmct .ct {
    width: calc(100% - 110px);
    width: 100%;
}
.p_v2 .content textarea.tra,
.p_v2 .content input {
    border: none;
    background: transparent;
    border: 1px solid #efefef;
    border-radius: 6px;
    background: #efefef;
    font-weight: 500;
    color: #000;
}
.p_v2 .content textarea.tra::placeholder,
.p_v2 .content input::placeholder {
    font-weight: 400;
}


.p_v2 .content input.errx {
    background: #ffe4e180;
    border-color: #ffe4e1;
}
.p_v2 .content input.errx::placeholder {
    color: red;
}

.p_v2 .yll {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    background: #f4f5f9;
    background: #fafafa;
    border-radius: 6px;
    border: 1px solid #dedede;
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
}
.p_v2 .yll.black {
    background: #333;
    color: #fff;
    font-weight: 500;
}

.p_v2 .event_ds {
    background: #F7E600;
    color: #3A1D1D;
    font-weight: bold;
    font-size: 11px; padding: 1px 4px;
    border-radius: 5px;
}



.evtPageWrapper {
    padding: 50px 15px 150px 15px;
    line-height: 1.5;
}
.evtTitle {
    font-size: 24px;
    position: relative;
    cursor: pointer;
}
.evtTitle .fa {
    margin-left: 20px;
    /*position: absolute;
    top: 0; bottom: 0;
    left: 0; margin: auto;
    height: 24px; line-height: 24px; font-size: 24px;*/
}
.evtTitle .s {
    color: #333;
    font-weight: 400;
}
.evtTitle .e {
    font-size: 18px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 400;
    line-height: 2.0;
}
.evtTitle .e:after {
    /*position: absolute;
    content: " ";
    width: 100%;
    height: 15px;
    bottom: 10px;
    left: 0;
    background: #F7E60055;
    opacity: 0.5;
    z-index: -1;*/
}
.evtDesc {
    font-size: 15px;
    margin: 15px 0 0 0;
    font-weight: 400;
    display: block !important;
}
.evtDesc > .bx-wrap {
    padding: 25px 17px; background: #fafafa; border-radius: 8px; margin-top: 20px;
}
.evtDesc .dsc {
    color: #555; font-size: 14px; font-weight: 400;
}

.nm0 {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 15px;
    box-sizing: border-box;
}
.nm0.long {
    grid-template-columns: 70px 1fr;
}
.nm0 .ni1 {
    background: #F7E60055; padding: 0 5px; font-weight: bold;
    text-align: center;
}
.nm0 > .ni2 {
    
}

.evtDesc .notice-dsc {
    padding: 17px; border-radius: 8px; margin-top: 15px; font-size: 14px;
    
}


/*
.evtDesc .mss {
    display: inline-block;
    margin: 40px 0 5px 0;
    font-size: 18px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    color: #444;
}
.evtDesc .mss:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 10px;
    bottom: 0; top: 0; margin: auto;
    left: 0; right: 0;
    background: #F7E600;
    opacity: 0.5;
    z-index: -1;
}
.evtDesc .mss:fisrt-child {margin-top: 0;}
*/





.cafewrap {
    text-align: center;
    margin: 15px 0 0 0;
    background: #fafafa;
    padding: 20px 15px;
    border-radius: 20px;
}
.cafewrap p {
    color: #333;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}
.cafebtn {
    display: inline-block;
    text-align: center;
    margin: 0 15px 15px 15px;
}
.cafebtn img {
    width: 90px;
    max-width: 100%;
}
.cafebtn .sp {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.copybtn {
    font-size: 13px;
    background: #333;
    color: #fff;
    padding: 4px 10px;
    line-height: 1.0;
    border-radius: 6px;
    cursor: pointer;
}

.cs.button {
    display: inline-block;
    padding-left: 20px;
    background-image: url('/src/img/kakaolink_btn_small.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 15px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 10px;
}
.cs.button.naver {
    background-image: url('/src/img/n.png');
	background-size: 17px auto;
}



.ffbox {
    overflow: hidden;
}
.ffbox .f50 {
    margin: auto;
    width: 50%;
}

.evtLine {
}
.line {
    height: 1px;
    background: #eee;
    margin: 30px auto;
    width: 50%;
}
.evtLine .evtDesc {
    display: none;
    line-height: 1.75;
}
.evtLine .evtDesc.display {
    display: block;
}


@media  screen and (max-width: 700px) {
    #wrapper .container {
        /*padding-bottom: 145px;
        padding-bottom: 170px;  */
    }
    .evtPageWrapper {
        padding: 30px 15px 30px 15px;
    }
    .ffbox .f50 {
        width: auto;
        padding: 0 10px;
    }
    .evtTitle {
        font-size: 19px; letter-spacing: -1px;
    }
    .evtTitle .e {font-size: 16px;}
    .line {width: 100%;}
    .evtTitle .fa {margin-left: 10px;}
    .evtDesc .mss {
        font-size: 16px;
    }
    .evtDesc {font-size: 15px; letter-spacing: -0.75px;}

    .update-title.nop {padding-bottom: 30px !important;}

    .cafebtn {
        /*float: left;*/
        text-align: center;
        margin: 0 5px 15px 5px;
        width: 33.3%;
    }
}




.evt_btn {
    display: block;
    margin-top: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    position: relative;
    font-weight: bold;
    padding: 20px 0;
    background-color: #333;
    color: #fff;
    cursor: pointer; 
}
.evt_btn.naver {
    background-color: #00c73c;
    color: #fff;
    background-image: url(/src/img/ic-naver-login.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left 20px center;
}

#p_evt_finish_video .progress-wrap {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 10px;
    position: relative;
}

#p_evt_finish_video .progress-wrap .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #929292;
    transition: .3s linear;
}
