@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea,
select,
a {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 17px;
    user-select: none;
    /* color: #595959; */
    color: black;
}

.fbox {
    display: flex;
    width: 100vw;
    height: 100vh;
    background: hsla(0, 0%, 72%, 0.459);
    z-index: 9999999999;
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

input,
select {
    border: 1px solid #8f8f8f;
}

.admin_not_list {
    text-align: center;
    border-bottom: 1px solid #808080;
    padding: 15px;
}

.admin_btn {
    margin-top: -3px;
}

input[type="radio"] {
    vertical-align: -1px;
}

input[type="password"] {
    font-family:
        -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕",
        helvetica, "Apple SD Gothic Neo", sans-serif;
}

input::placeholder {
    font-family: "NanumSquare";
}

.search_wrap {
    margin-left: 20px;
}

input.search {
    padding-left: 5px;
    width: 200px;
    height: 35px;
}

.loader_wrap {
    height: 100vh;
    width: 100vw;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.99;
    z-index: 9999999999;
}

.report li {
    display: inline-block;
    border: 1px solid #bcbcbc;
    padding: 10px;
    width: 80px;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid #f2f2f2;
    border-top: 8px solid #4472c4;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: -82px;
    margin-left: -30px;
    animation: spin 0.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.random-quote {
    display: block;
    position: absolute;
    bottom: 10%;
    margin: 0;
    color: #222;
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}

.loader-image {
    display: block;
    margin: auto;
    padding-top: calc(55vh - 50px);
    width: 50px;
}

.loader-img-ani {
    animation: loaderani-img 1s infinite;
    width: 50px;
}

@keyframes loaderani-img {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.table {
    display: table;
}

.login_box {
    display: flex !important;
    align-content: center !important;
    justify-content: center !important;
    flex-direction: column;
}

.table_cell {
    /* display: table-cell; */
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.item {
    display: inline-block;
}

.full_w {
    width: 100%;
}

.full_h {
    height: 100%;
}

.v_align_m {
    vertical-align: middle;
}

.w_align_c {
    text-align: center;
}

.w_align_l {
    text-align: left;
}

.line_b {
    display: inline-block;
}

.logo_txt {
    vertical-align: top;
    padding-top: 10px;
    /*

    padding-left: 10px;
    */
    font-size: 22px;
    font-weight: bold;
    color: #005192;
}

.login_input {
    width: 300px;
    height: 35px;
    padding: 5px;
}

.cert_sel {
    font-size: 17px;
    background-color: #fff;
    height: 35px;
    width: 300px;
    padding: 3px;
}

.login_btn {
    width: 300px;
    height: 35px;
    margin-top: 5px;
}

.user_mon {
    position: fixed;
    padding: 10px;
    width: 75px;
    right: 10;
    bottom: 10;
}

.ret_msg {
    width: 353px;
    height: 19px;
    padding: 10px;
    border-radius: 5px;
}

.login_frm {
    width: 320px;
    border-radius: 5px;
    padding: 15px;
    /*border: 1px solid #808080;*/
}

.login_frm div {
    margin: 5px;
}

.hr500px {
    width: 500px;
}

.hr100pc {
    width: 100%;
}

.clear_b {
    clear: both;
}

.w100pc {
    width: 100%;
}

.group_wrap {
    width: 580px;
}

.g_btn {
    padding: 15 25 15 25;
    margin: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 38px;
}

.g_type {
    margin-right: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #262626;
}

.cert_info {
    color: #262626;
    font-weight: bold;
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.def_btn {
    width: 150px;
    height: 35px;
    /* padding: 5px; */
    margin: 0 5 0 5;
    cursor: pointer;
}

.o_next_btn,
.o_prev_btn {
    width: 150px;
    height: 35px;
    /* padding: 5px; */
    margin: 15 5 15 5;
    cursor: pointer;
}

.back_btn {
    position: fixed;
    top: 10;
    left: 10;
}

.question_sub_3 {
    height: 100px;
    overflow: auto;
}

.pseudo_add {
    position: fixed;
    top: 10;
    left: 10;
    cursor: pointer;
}

.umon_cert_txt {
    font-size: 42px;
    color: #4472c4;
}

.qbank_txt {
    width: auto;
    height: 120px;
    line-height: 150%;
    font-size: 28px;
    /*border: 1px solid #0070C0;*/
    margin-top: 15px;
    padding: 15px;
}

.marking {
    font-size: 28px;
    background-color: rgb(225, 255, 117);
}

.user_info_color {
    color: #4472c4 !important;
}

.user_info {
    /*height: 35px;*/
    height: auto;
    font-size: 28px;
    line-height: 150%;
    color: #0070c0;
}

.user_info div {
    display: inline-block;
    font-size: 28px;
    line-height: 150%;
    color: #0070c0;
}

.start_btn {
    width: 354px;
    height: 45px;
    font-size: 36px;
    color: #0070c0;
    padding: 25px;
    border-radius: 5px;
    cursor: pointer;
    animation: blinking 1.7s infinite;
}

@keyframes blinking {
    100% {
        background-color: #0070c0;
        color: #fff;
    }
}

.user_timer {
    width: 354;
    height: 41px;
    font-size: 36px;
    border: 2px solid #0070c0;
    color: #0070c0;
    padding: 25px;
    border-radius: 5px;
}

.question_sub {
    vertical-align: middle;
    text-align: left;
    padding: 15px;
    width: 1010px;
    font-size: 17px;
    line-height: 25px;
    /* font-family: -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif; */
}

.question_sub_1 {
    font-weight: bold;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.question_sub_2 {
    display: flex;
    border-top: 1px solid #d9d9d9;
    border-right: 0px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background-color: #f2f2f2;
    padding-top: 7px;
    padding-bottom: 7px;
    height: 60px;
    vertical-align: middle;
}

.timer {
    display: table-cell;
    width: 400px;
    /*     font-size: 36px;
    border: 2px solid #0070C0;
    color: #0070C0;
    padding: 25px;
    border-radius: 5px; */
}

.red_txt {
    font-size: 28px;
    color: red;
}

.pumsae_txt {
    color: #0070c0;
    font-size: 28px;
}

.pumsae_txt span {
    display: inline-block;
    width: 250px;
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    padding: 22 5 20 5;
    margin-left: 5px;
    background-color: #0070c0;
    border-radius: 15px;
}

.cert_name {
    font-size: 24px;
}

#user_list_wrapper td {
    font-size: 17px;
}

#user_list_wrapper th {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    font-size: 17px;
}

#user_list_wrapper th:first-child {
    border-left: 1px solid #f2f2f2;
}

.dt_sty_1 {
    float: left;
    text-align: left;
    margin: 15px;
}

.dt_sty_2 {
    float: right;
    text-align: left;
    margin: 15px;
}

.user_list_sel {
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    width: 599px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
}

.user_list_sel ul {
    background-color: #0070c0;
    color: #fff;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 5px;
    padding-top: 7px;
    border-radius: 5px;
    margin: 3px;
}

.user_list_sel li {
    float: left;
    vertical-align: middle;
    padding-left: 13px;
}

.hidden {
    display: none;
}

.user_list_sel_info {
    color: #c0c0c0;
}

.x_icon {
    color: #fff;
    cursor: pointer;
    margin-right: 7px;
}

.title_wrap {
    margin-top: 10px;
    margin-bottom: 10px;
}

.group_sel_wrap {
    margin-top: 10px;
    margin-bottom: 0px;
}

.group_chk_lable {
    margin-left: 10px;
}

#group_assign {
    border: 0px;
    margin-left: 15px;
    width: 120px;
    padding: 5px;
    padding-top: 7px;
    background-color: #0070c0;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.admin_container {
    display: inline-block;
    width: 100%;
    height: 98vh;
    text-align: center;
}

.admin_title {
    display: inline-block;
    font-size: 24px;
    width: 1380px;
    text-align: center;
    padding: 15 0 15 0;
    border-bottom: 1px solid #808080;
}

.admin_cert_list_wrap {
    display: inline-block;
    width: 1380px;
    text-align: center;
    padding-bottom: 60px; /* 하단 컨트롤 영역 공간 확보 */
}

.admin_bottom_controls {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 5px 0;
}

.admin_bottom_controls button,
.admin_bottom_controls input {
    margin: 0 10px;
}

.cert_list_header_wrap {
    display: inline-block;
    width: 1380px;
}

.qbank_form_container {
    display: inline-block;
    width: 100%;
    height: 98vh;
    text-align: center;
}

.cert_list_header_wrap {
    display: inline-block;
}

.qbank_name {
    display: inline-block;
    margin-top: 15px;
    font-size: 24px;
    width: 1220px;
    padding-bottom: 15px;
    border-bottom: 1px solid #808080;
    text-align: center;
}

.qbank_btn_wrap {
    display: inline-block;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 1220px;
}

.textarea_wrap {
    display: table;
    height: 80px;
}

.textarea_sub {
    display: table-cell;
    height: auto;
    vertical-align: top;
}

.qbank_textarea {
    height: 100%;
    width: 500px;
    resize: vertical;
    min-height: 80px;
    overflow-y: auto;
    font-family:
        -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕",
        helvetica, "Apple SD Gothic Neo", sans-serif;
}

.qbank_type {
    height: 100%;
    width: 100px;
    resize: vertical;
    min-height: 80px;
    overflow-y: auto;
}

.qbank_def_btn {
    height: 100%;
}

.qbank_list_wrap {
    display: inline-block;
    overflow-y: auto;
    height: 80%;
    width: 1220px;
    padding-left: 15px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

#qbank_list {
    list-style: none;
    padding-left: 0px;
}

.save_info {
    display: none;
    border: 1px solid #4472c4;
    padding: 15px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.qbank_header_wrap {
    display: inline-block;
    width: 1220px;
    text-align: left;
}

.qbank_header_wrap div {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.qbank_header1 {
    background-color: #e7e7e7;
    float: left;
    width: 70px;
    border-right: 1px solid #808080;
    margin-left: 8px;
}

.qbank_header2 {
    background-color: #e7e7e7;
    float: left;
    width: 469px;
    border-right: 1px solid #808080;
}

.qbank_header3 {
    background-color: #e7e7e7;
    float: left;
    width: 568px;
}

#group_assign:disabled {
    background-color: #cccccc;
    color: rgb(141, 141, 141);
    cursor: default;
}

#user_list_info {
    padding-top: 3px;
}

.logout {
    color: #0070c0;
    cursor: pointer;
    text-decoration: underline;
}

.group_name {
    font-weight: bold;
    font-size: 17px;
    width: 130px;
    background-color: #d6d6d6;
    margin: 3px;
    margin-top: 10px;
    padding: 5px;
    padding-top: 7px;
    border-radius: 3px;
}

.group_num {
    font-size: 17px;
}

.group_state_sub ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.group_state_sub {
    vertical-align: top;
}

.group_state_user {
    border-bottom: 1px solid #f2f2f2;
    padding: 5px;
    margin: 3px;
    font-size: 17px;
}

.dataTables_scrollBody {
    border-bottom-color: #f2f2f2 !important;
}

.wait_user {
    font-size: 34px;
}

.vh100 {
    height: 100vh;
}

.wh100 {
    width: 100vw;
}

.user_state_wrap {
    margin-top: 15px;
    padding-top: 5px;
    border-top: 0px solid #d9d9d9;
    width: 100%;
    height: 92%;
}

.top_subject {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.user_state {
    width: fit-content;
}

.user_state_sub {
    position: relative;
}

.user_state ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    min-height: 70px;
    padding-right: 220px;
    /* 버튼 공간 확보 */
}

.high_light_btn {
    background-color: #408aec;
    color: #fff;
    border: 1px solid #4f4f4f;
    border-radius: 1px;
}

.high_light_btn:hover {
    background-color: #3886ec;
    color: #fff;
    border: 1px solid #4f4f4f;
}

.judge_start {
    width: 200px !important;
    margin-left: 15px;
    cursor: pointer;
    padding-bottom: 10px;
    padding-top: 10px !important;

    background-color: #4472c4;
    color: #fff;
    border-radius: 3px;
    text-align: center !important;
    position: absolute;
    right: 0;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cert_proceeding {
    background-color: rgb(0, 176, 80) !important;
    cursor: default !important;
    border-radius: 3px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    color: #fff !important;
    width: 200px !important;
    text-align: center !important;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
}

.judge_resume {
    background-color: rgb(235, 180, 0) !important;
    /* cursor: default !important; */
    border-radius: 3px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    color: #fff !important;
    width: 200px !important;
    text-align: center !important;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
}

.user_state li:nth-child(6) {
    float: left;
    border: 0px solid #595959;
    text-align: center;
    padding: 15px;
    margin-bottom: 3px;
    margin-top: 3px;
    /* border-bottom: 1px solid #d9d9d9; */
    font-size: 32px;
    width: 250px !important;
}

.user_state li:nth-child(-n + 5) {
    float: left;
    border: 0px solid #595959;
    text-align: center;
    padding: 15px;
    margin-bottom: 3px;
    margin-top: 3px;
    /* border-bottom: 1px solid #d9d9d9; */
    font-size: 32px;
    width: fit-content !important;
}

.user_name {
    width: fit-content;
    white-space: nowrap;
}

.user_state_sub > li:nth-child(2) {
    width: 50px;
}

.user_state_sub > li:nth-child(4) {
    /* width: 150px; */
    width: 150px;
    display: block;
    text-align: left;
    white-space: nowrap;
}

.user_state_sub > li:nth-child(6) {
    /* width: 150px; */
    width: 150px;
    display: block;
    text-align: left;
    white-space: nowrap;
}

.user_state_sub > li:nth-child(7) {
    margin-right: -200px;
}

.user_state_sub > li:nth-child(8) {
    width: 200px;
    margin-left: 15px;
    cursor: pointer;
    padding-bottom: 10px;
    background-color: #4472c4;
    color: #fff;
    border-radius: 3px;
    white-space: nowrap;
}

.start_btn_highlight {
    width: 200px !important;
    cursor: pointer;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: rgb(0, 176, 80);
    color: #fff;
    border-radius: 3px;
    text-align: center !important;
    animation: blinking2 0.8s infinite !important;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}

@keyframes blinking2 {
    100% {
        background-color: rgb(0, 176, 80);
        color: #fff;
    }
}

.e_div_wrap {
    margin-top: -15px;
}

.cert_user_info_wrap {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #d9d9d9;
    /*     background-color: #F2F2F2;
    border-bottom: 1px solid #D9D9D9; */
}

.cert_user_info_wrap span {
    font-size: 19px;
    margin: 5px;
    color: #595959;
}

#user_info {
    padding-left: 170px;
}

#user_info div {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    padding: 6 15 5 15;
    width: 631.5px;
    /* font-weight: bold; */
    /* display: initial; */
    background-color: #f2f2f2;
    /*     border-radius: 15px; */
    border-radius: 15px 15px 0px 0px;
    border: 1px solid #d9d9d9;
    border-bottom: 0px;
}

#user_info div:nth-child(1) {
    margin-right: 4px;
}

.cert_user_info {
    /* text-align: left; */
    display: inline-block;
    width: 1502px;
    /* margin-left: 200px; */
}

.float_l {
    float: left;
}

.item_bl {
    display: inline-block;
}

.item_nb {
    clear: both;
}

.padding_top_5px {
    padding-top: 5px;
}

.padding_top_15px {
    padding-top: 15px;
}

.width_100pr {
    width: 100%;
}

.divider_1 {
    height: 1px;
}

.divider_5 {
    height: 1px;
}

.content {
    padding: 5px;
}

.inline_block {
    display: inline-block;
}

.padding_5px {
    padding: 5px;
}

.padding_15px {
    padding: 15px;
}

.v_center {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.e_div {
    margin-top: 15px;
    margin-bottom: 15px;
}

.e_div_sub {
    font-size: 19px;
    padding-top: 3px;
    padding-bottom: 4px;
    border-radius: 15px;
    display: inline-block;
    width: 250px;
    height: 27px;
    background-color: #f2f2f2;
    color: #000000;
    border-bottom: none;
    border-right: none;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 5px;
    border: 1px solid #d9d9d9;
}

.e_div_sub_sel {
    font-size: 19px;
    padding-top: 3px;
    padding-bottom: 4px;
    border-radius: 15px;
    display: inline-block;
    width: 250px;
    height: 27px;
    background-color: #4472c4;
    color: #fff;
    border-bottom: none;
    border-right: none;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 5px;
    border: 1px solid #4472c4;
}

.score_board {
    display: inline-block;
    width: 1500;
    margin: 0px;
    padding-right: 0px;
    overflow: auto;
    border: 1px solid #d9d9d9;
}

#score_board_2 {
    border-left: 5px solid #808080;
}

.header {
    /*background-color: #dddddd;*/
    width: 1500px;
    background-color: #f2f2f2;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.header div {
    display: inline-block;
}

.header_col_1 {
    width: 171px;
    background-color: #f2f2f2;
    padding-top: 18px;
    padding-bottom: 5px;
    border-right: 1px solid #d9d9d9;
}

.header_col_2 {
    width: 188px;
    background-color: #f2f2f2;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #d9d9d9;
}

.header_col_3 {
    width: 479px;
    background-color: #f2f2f2;
    padding-top: 18px;
    padding-bottom: 5px;
    border-right: 5px solid #808080;
}

.header_col_4 {
    width: 479px;
    background-color: #f2f2f2;
    padding-top: 18px;
    padding-bottom: 5px;
}

.header_grade_num_wrap {
    margin-left: 4px;
}

.header_grade_num {
    display: inline-block;
    width: 31px;
    margin-top: 3px;
    /* margin-left: 0.2px; */
    margin-right: -1.2px;
    /* padding-top: 2px; */
    background-color: #fff;
    border-radius: 15px;
    font-weight: 500;
}

.header2 {
    /*background-color: #dddddd;*/
    width: auto;
    background-color: #f2f2f2;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 0px solid #d9d9d9;
    border-right: 0px solid #d9d9d9;
}

.header2 div {
    display: inline-block;
}

.header2_col_1 {
    width: 272px;
    background-color: #f2f2f2;
    padding-top: 18px;
    padding-bottom: 5px;
    border-right: 1px solid #d9d9d9;
}

.header2_col_2 {
    width: 289px;
    background-color: #f2f2f2;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #d9d9d9;
}

.header2_col_3 {
    width: 479px;
    background-color: #f2f2f2;
    padding-top: 18px;
    padding-bottom: 5px;
}

.float_left {
    float: left;
    height: auto !important;
}

.float_right {
    float: right;
}

.vertical_align_top {
    vertical-align: top;
}

.height_100pr {
    height: 100%;
}

.m_reason {
    font-size: 12px;
    display: inline-block;
    background-color: red;
    vertical-align: middle;
}

.m_reason_wrap {
    font-size: 15px;
    width: 100%;
    height: 62px;
    padding-left: 7px;
    padding-top: 3px;
    border-radius: 3px;
}

.s_point {
    margin-right: 5px;
}

.point_grp2 {
    width: 655px;
    margin-left: 5px;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 2px;
    border-top: 1px solid #f9f9f9;
    border-radius: 3px;
}

.point_grp1 {
    width: 655px;
    margin-left: 5px;
    background-color: #f2f2f2;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 2px;
    border-top: 1px solid #f9f9f9;
    border-radius: 3px;
}

input[type="checkbox"] {
    position: relative;
    top: 1.5px;
}

.m_point_sub {
    font-size: 15px;
    width: 100%;
}

.m_point_sub_chk_title {
    display: inline-block;
    border-radius: 3px 0px 0px 3px;
    background: rgb(218, 215, 215);
    color: #000000;
    position: relative;
    margin: 0 15 3 0;
    padding: 5px;
    padding-left: 7px;
    padding-bottom: 3px;
    width: 100px;
    font-size: 15px;
    text-align: center;
    height: 16.323px;
    padding-top: 0px;
    padding-bottom: 7px;
}

.m_point_sub_chk_title:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 100%;
    top: 0;
    border: 12px solid transparent;
    border-left: 12px solid rgb(218, 215, 215);
}

.queue_mon {
    color: blue;
}

.m_reason_item {
    display: inline-block;
}

.m_point_sub_chk {
    margin-right: 0px;
    color: #000000;
    vertical-align: top;
}

.fc_F2F2F2 {
    color: #f2f2f2 !important;
}

.pagination li {
    display: inline-block;
    padding: 5px;
}

.cert_list_header {
    display: flex;
    background-color: #e7e7e7;
    border-bottom: 1px solid #808080;
}

.cert_list_header span {
    display: inline-block;
    border-right: 1px solid #808080;
    padding: 10 5 10 5;
    text-align: center;
    width: 65px;
}

.cert_list_header div {
    display: inline-block;
    /* padding-top : 20px; */
}

.cert_list_header1 {
    width: 369px;
    text-align: center;
    padding-top: 28px;
    border-right: 1px solid #808080;
}

.cert_list_header2 {
    width: 78px;
    text-align: center;
    padding-top: 28px;
    border-right: 1px solid #808080;
}

.cert_list_header3 {
    width: 283px;
    text-align: center;
    padding: 15 0 0 0;
    border-right: 1px solid #808080;
}

.cert_list_header3 div {
    width: 66.7px;
    text-align: center;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #808080;
}

.cert_list_header3 div:nth-child(5) {
    border-right: 0px solid #808080;
}

.cert_list_header4 {
    width: 212px;
    text-align: center;
    padding: 15 0 0 0;
    border-right: 1px solid #808080;
}

.cert_list_header4 div {
    width: 66.7px;
    text-align: center;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #808080;
}

.cert_list_header4 div:nth-child(4) {
    border-right: 0px solid #808080;
}

.cert_list_header5 {
    width: 212px;
    text-align: center;
    padding-top: 18px;
    border-right: 1px solid #808080;
}

.cert_list_header6 {
    width: 280px;
    text-align: center;
    padding-top: 28px;
    border-right: 1px solid #808080;
}

.cert_list_header span:nth-child(1) {
    margin-top: 40px;
    width: 450px;
}

.cert_list_header span:nth-child(2) {
    margin-top: 40px;
}

.cert_list_header span:nth-child(10) {
    width: 142px;
}

.cert_list_header span:nth-child(11) {
    width: 80px;
}

.name {
    display: flex;
}

.list {
    list-style: none;
    padding-left: 0px;
}

.name span {
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 70px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 3px;
    padding-top: 10px;
}

.name span:nth-child(1) {
    display: none !important;
}

.name span:nth-child(2) {
    display: inline-block;
    width: 80px;
    padding-right: 10px;
    text-align: right;
}

.name span:nth-child(3) {
    display: inline-block;
    width: 40px;
    padding-right: 10px;
    text-align: right;
}

.name span:nth-child(4) {
    display: inline-block;
    width: 217px;
    text-align: left;
    padding-left: 10px;
}

.name span:nth-child(5) {
    width: 78px;
    background-color: #f0f0f0;
}

.name span:nth-child(10),
.name span:nth-child(11),
.name span:nth-child(12) {
    background-color: #f0f0f0;
}

.qbank_type_lable {
    background-color: rgb(221, 221, 221);
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.name span:nth-child(16) {
    width: 149px;
}

.tmpl_sub {
    /*     width: 112.5px; */
    width: 60px;
    padding: 12px;
    padding-top: 16px;
    text-align: left;
    color: #000000;
    background-color: #f2f2f2;
    border-left: 0px solid #f2f2f2;
    border-right: 0px solid #f2f2f2;
    border-top: 1px solid #d9d9d9;
    word-break: keep-all;
}

.tmpl_sub1 {
    /*     width: 112.5px; */
    width: 60px;
    padding: 12px;
    padding-top: 15px;
    text-align: left;
    color: #000000;
    background-color: #f2f2f2;
    border-left: 0px solid #f2f2f2;
    border-right: 0px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    word-break: keep-all;
}

.tmpl_sub2 {
    /*     width: 110px; */
    width: 60px;
    padding: 12px;
    padding-top: 16px;
    text-align: left;
    color: #f2f2f2;
    background-color: #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    word-break: keep-all;
}

.tmpl_sub3 {
    /*     width: 111.5px; */
    width: 60px;
    padding: 12px;
    padding-left: 10px;
    padding-top: 16px;
    padding-right: 14px;
    text-align: left;
    color: #000000;
    background-color: #f2f2f2;
    border-left: 0px solid #f2f2f2;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    word-break: keep-all;
}

.tmpl_sub4 {
    /*     width: 111.5px; */
    width: 62px;
    padding: 12px;
    padding-top: 16px;
    text-align: left;
    color: #000000;
    background-color: #f2f2f2;
    border-left: 0px solid #f2f2f2;
    border-right: 1px solid #d9d9d9;
    border-top: 0px solid #d9d9d9;
    word-break: keep-all;
}

.tmpl_sub5 {
    /*     width: 111.5px; */
    width: 62px;
    padding: 12px;
    padding-top: 16px;
    text-align: left;
    color: #000000;
    background-color: #f2f2f2;
    border-left: 0px solid #f2f2f2;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    word-break: keep-all;
}

.flex {
    display: flex;
}

.s_point_sub input[type="radio"] {
    display: none;
}

.s_point_sub input[type="radio"] + span {
    display: inline-block;
    background: #fff;
    border: 1px solid #cecece;
    padding: 0px;
    margin: 0px;
    margin-left: 3px;
    text-align: center;
    height: 100%;
    width: 30px;
    min-height: 70px;
    line-height: 46px;
    font-weight: 500;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 5px;
    letter-spacing: -1px;
}

/*
.s_point_sub input[type="radio"]:checked + span{
	border:1px solid #23a3a7;
	background:#23a3a7;
	color:#fff;
}
.s_point_sub input[type="radio"]:not(:checked) + span{
	border:1px solid #cecece;
	background: #fff;
	color:#595959;
}
 */

.s_point_sub_chk_G {
    border: 1px solid red;
    background: red;
    color: #fff;
}
