@charset "utf-8";


/* #region a, button 위치 디버깅 필요할 때 */
/* 
.event-benefit-template a,
.event-benefit-template button {
    background-color: rgba(0,0,0,0.3);
} 
*/
/* #endregion */


/* ============================= */
/* #region 공통 커스텀 */
/* ============================= */

/* ============================= */
/* #endregion  */
/* ============================= */


/* ============================= */
/* #region 개별 영역 */
/* ============================= */
.event-benefit-template {

.pv-clickable {
    position: absolute;
}

.pv-clickable--1 {
    bottom: 6.4%;
    left: 12%;
    width: 77%;
    height: 1.5%;
}
.pv-clickable--2 {
    bottom: 2%;
    left: 31%;
    width: 38%;
    height: 1.2%;
}

}
.pv-source-toast {
    position: fixed;
    bottom: calc(24px + env(safe-area-inset-bottom));
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
}

.pv-source-toast--visible {
    opacity: 1;
    visibility: visible;
}
/* ============================= */
/* #endregion */
/* ============================= */