
/* g auto popup */
.auto_popup:not(.preview) {
    z-index: 100000;
}
.auto_popup .temp_wrap > div {
    max-width: 100% !important;
}
.auto_popup_top {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    
    gap: 5px;

    width: 100%;
    height: 44px;
    padding: 0 10px;
    background: #000000;
}
.auto_popup_btn {
    padding: 4px 10px;
    border: none;
    border-radius: 0.5rem;
    font-family: "NEXON Lv1 Gothic OTF";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-break: break-all;
    line-height: 1.3;
}
.auto_popup_btn > p {
    margin-top: 1.5px;
}
.cell_wrap {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.auto_popup_content {
    width: 100%;
    height: calc(100% - 44px);
    line-height: normal;
}
.bbs_preview .auto_popup_content {
    height: 100%;
}
.auto_popup_el {
    width: 100%;
    height: 100%;
}