.screen_mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1000
}
.modal_wrap{
    display: none;
}

.modal_wrap_2{
    display: none;
}

.modal-dialog {
    position: relative;
    width: 460px
}
.modal-open {
    padding-right: 0 !important
}
.modal-dialog-w500 {
    width: 500px
}
.modal-content {
    border: none;
    border-radius: 0
}
.modal-header {
    border-bottom: none
}
.modal-body {
    padding: 30px 38px
}
.modal-ads {
    position: relative;
    height: 100%;
    padding: 0
}
.modal-ads > img {
    width: 100%;
    height: auto
}
.modal-ads > a.area_enter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}
.modal-body h3 {
    font-size: 1.3em;
    font-weight: 500;
    color: #555;
    text-align: left;
    margin-bottom: 15px;
    font-weight: bold;
}
.modal-body p {
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    margin: 0;
    color: #888;
    padding-bottom: 30px;
}
.modal-body span {
    color: #555;
    font-size: 17px;
}
.modal-body p > span.bold {
    font-size: 1.2em
}
.modal-body p.center_msg {
    font-size: 1em;
    padding: 10px 0;
    margin: 0;
    text-align: center
}
.modal-body p.small_msg {
    font-weight: 300;
    font-size: 1em;
    padding: 0;
    margin: 0
}
.modal-body ul {
    margin: 10px 0
}
.modal-body ul li {
    font-size: 1em;
    margin-top: 6px;
    white-space: normal;
    word-break: break-all
}
.modal-footer {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 0.01rem;
    background-color: transparent
}
.modal-footer button.btn {
    width: 50%;
    font-size: 1.1em;
    font-weight: 500;
    border-radius: 0;
    outline: none !important;
    outline-color: hsla(0, 0%, 100%, 0);
    border: none;
    border-right: 1px solid transparent;
    background-color: #f4f4f4;
    margin: 0;
    padding: 12px 0 13px;
    float: left;
    font-weight: bold;
}
.modal-footer button.btn:active {
    box-shadow: none
}
.modal-footer button.popup_checkoff_btn {
    color: #262626
}
.modal-footer button.popup_checkon_btn {
    color: #7a2dfe
}
.modal-footer button.popup_bgstyle_btn {
    color: #fff;
    background-color: #6f30c6
}
.modal-footer button.popup_bgstyle_btn:active,
.modal-footer button.popup_bgstyle_btn:hover {
    color: #6f30c6;
    background-color: #fff
}
.modal-footer_2{
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 0.01rem;
    background-color: transparent
}
.modal-footer_2 button.btn {
    width: 50% !important;
    font-size: 1.1em;
    font-weight: 500;
    border-radius: 0;
    outline: none !important;
    outline-color: hsla(0, 0%, 100%, 0);
    border: none;
    border-right: 1px solid transparent;
    background-color: #f4f4f4;
    margin: 0;
    padding: 12px 0 13px;
    float: left;
    font-weight: bold;
}
.modal-footer_2 button.btn:active {
    box-shadow: none
}
.modal-footer_2 button.popup_checkoff_btn {
    color: #262626;
    border-right: 1px solid #DDD;
}
.modal-footer_2 button.popup_checkon_btn {
    color: #ED3626
}
