body.ns_lockout .theme_main_normal2 .overcb {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    background-color: #cfaf98;
    border-radius: 10px;
}
body.ns_lockout .theme_main_normal2 .overcb_c {
    border: 1px solid #aaa;
    z-index: 1;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    box-shadow: 0px 2px 6px #0000007f;
    border-radius: 10px;
}
body.ns_lockout .theme_main_normal2 .content {
    width: 100%;
    height: calc(100% - 40px);
    z-index: 1;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
body.ns_lockout .theme_main_normal2 .content_real {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
body.ns_lockout .theme_main_normal2 .content_real2 {
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    overflow: scroll;
}
body.ns_lockout .theme_main_normal2 .title {
    width: 100%;
    height: 39px;
    background-color: #fde;
    border-bottom: 1px solid #888;
    color: black;
    font-size: 16px;
    font-family: 'Segoe UI', 'Noto Sans', sans-serif;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
body.ns_lockout .theme_main_normal2 .title_content {
    position: relative;
    left: 8px;
}
