@charset "utf-8";
.btn {
    font-size: 1em;
}

.tb_empty {
    background-color: rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding: 2em;
}

.no-padding {
    padding: 0 !important;
}

.notice_popup_area {
    position: absolute;
    top: 100px;
    left: 100px;
    display: flex;
    flex-wrap: wrap;
    z-index: 100;
    max-height: var(--popup-area-height);
    overflow: hidden;
}

.notice_popup_area a.btn {
    padding: 0;
    border: none;
}

.notice_popup {
    position: relative;
    padding: 10px;
    min-width: 350px;
    min-height: 400px;
    margin-bottom: var(--popup-area-height);
}

.notice_popup * {
    min-width: 5rem;
    max-width: 100%;
}

.notice_popup_wrap {
    float: left;
    width: 550px;
    max-width: 100%;
}

.notice_popup_btn_wrap {
    float: right;
}

.notice_popup_btn {
    float: right;
    background: #dec277;
    min-width: 60px;
    height: 36px;
    line-height: 40px;
    padding: 0 15px 0 15px;
    text-align: center;
    display: inline-block;
    font-family: nanumgothic, sans-serif;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}

.notice_popup_box {
    float: left;
    max-width: 100%;
    width: 550px;
    min-height: 450px;
    border: 5px solid #dec277;
    background: black url(../images/bg_popup.jpg) center top no-repeat;
    background-size: cover;
}

.notice_popup_text {
    float: left;
    width: 100%;
    padding: 30px;
}

.notice_popup_font1 {
    float: left;
    width: 100%;
    font-family: 'nanumsquare', sans-serif;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #ffc800;
    line-height: 40px;
}

.notice_popup_font2 {
    float: left;
    width: 100%;
    font-family: 'nanumgothic', sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #d4d4d4;
    line-height: 28px;
}

.notice_popup_btn_wrap ul li {
    float: left;
    margin: 0 0 0 5px;
}

.sc-btn.inspection {
    pointer-events: none;
}

.sc-btn.inspection .g-panel:after {
    content: attr(data-content);
    color: var(--white-yellow);
    background: rgb(0 0 0 / 70%);
    font-weight: 900;
    font-size: 1.2em;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

tr.tr-new td.title-td:before {
    content: 'N';
    background-color: #dc664a;
    background-image: linear-gradient(to left, #dc664a, #af3936);
    text-align: center;
    margin-right: 8px;
    color: var(--orange);
    box-shadow: 0 0 10px rgb(253 126 103 / 50%);
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 0.75em;
    transform: skewX(350deg);
    display: inline-block;
}

tr.tr-new td.title-td:before {
    content: 'N';
    background-color: #dc664a;
    background-image: linear-gradient(to left, #dc664a, #af3936);
    text-align: center;
    margin-right: 8px;
    color: var(--orange);
    box-shadow: 0 0 10px rgb(253 126 103 / 50%);
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 0.75em;
    transform: skewX(350deg);
    display: inline-block;
}

tr.tr-wait td {
    color: rgb(255 255 255 / 50%);
}

.card {
    background-color: rgba(0, 0, 0, 0.25);
    text-align: left;
}

.card .card-title {
    color: var(--orange);
    text-align: center;
    font-weight: bold;
}

.btn-bank-ask {
    font-size: .9em;
    padding: .4em 1em;
    vertical-align: baseline;
}

#bank_info,
#bank_info_req,
.bank_req {
    color: var(--yellow);
}

.question-container,
.answer-container {
    text-align: left;
    padding: 1em 0 1em 1.5em;
}

.answer-container {
    padding-left: 3em;
    padding: 1em 0 2em 1.5em;
    border-top: 1px solid rgb(255 255 255 / 30%);
}

.answer-container:before {
    content: attr(data-content);
    font-size: 1.1em;
    color: var(--yellow);
    font-weight: bold;
    margin-left: -1.2em;
}

.tox-tinymce {
    width: 100%;
    border-width: 0 !important;
    border-radius: 10px !important;
}

.tox-tinymce-aux {
    z-index: 2001;
}

/*-------------------------------------------------------------------------------------*
 * Clearable text inputs                                                               *
 *-------------------------------------------------------------------------------------*/

.clearable {
    position: relative;
    width: 200px;
    font-size: 1em;
    display: inline-block;
}

.clearable input {
    width: 100%;
    padding-right: 2em;
    box-sizing: border-box;
}

.clearable input:placeholder-shown+button {
    opacity: 0;
    pointer-events: none;
}

.clearable input+button {
    position: absolute;
    border: none;
    display: block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1em;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    background: #ddd;
    padding: 0;
    outline: none;
    cursor: pointer;
    transition: .1s;
}

/* ------------- new mark & pulse effect -------------------*/

.ic-new {
    position: relative;
}

.ic-new::after {
    content: "";
    background-color: red;
    border-radius: 50%;
    width: 5px;
    position: absolute;
    height: 5px;
    top: -5px;
    right: -2px;
    box-shadow: 0 0 3px 3px red;
}

.pulse-rect {
    position: relative;
}

.pulse-rect:after {
    content: ' ';
    width: calc(100% + 0.2em);
    height: calc(100% + 0.2em);
    position: absolute;
    top: -0.1em;
    left: -0.1em;
    animation: anim_pulse_border 1s ease-out infinite;
    border-radius: inherit;
    z-index: -1;
}

@-webkit-keyframes anim_pulse_border {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ff2d2d;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes anim_pulse_border {
    0% {
        -moz-box-shadow: 0 0 0 0 #ff2d2d;
        box-shadow: 0 0 0 0 #ff2d2d;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent;
        background-color: rgb(255 61 61 / 60%);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes anim_pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@media (max-width: 960px) {}