/* 구간 설명 등록 메뉴 팝업 //////////////////////////////////////////// */

.pub .pop-wrap7.adminDesc {
    width: 968px;
}

.pub .adminDesc .modal_cont {
    padding: 35px 24px 40px;
}

.adminDesc .tab_box {
    gap: 30px;
    height: 36px;
    margin: 0;
    overflow: unset;
}

.adminDesc .tab_box li {
    width: 134px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #010b2e;
    border: 1px solid #010b2e;
    border-radius: 50px;
}

.adminDesc .tab_box li.active {
    color: #fff;
    background-color: #010b2e;
    border-color: #010b2e;
}

.adminDesc .tab_wrap {
    padding-top: 25px;
    margin-top: 35px;
    text-align: left;
    border-top: 1px solid #ddd;
}

.adminDesc .tab_wrap .radio_wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 20px;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #505050;
}

.adminDesc .tab_wrap .radio_wrap input+label {
    padding-left: 22px;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -0.3px;
    color: #505050;
    background-size: 16px;
}

.adminDesc .tab_wrap .radio_wrap input:checked+label {
    background-size: 16px;
}

.adminDesc .note-toolbar {
    border-bottom: none;
}

.adminDesc .btn_wrap {
    gap: 10px;
    margin-top: 30px;
}

.adminDesc .btn_wrap button {
    padding: 0 37px;
    line-height: 48px;
    font-family: 'Spoqa han Sans Neo';
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.38px;
    border-radius: 12px;
}

.adminDesc .btn_wrap .btn_cancel {
    color: #1d2129;
    border-color: #d9d9d9;
}

.adminDesc .btn_wrap .btn_confirm {
    background-color: #536dfe;
    border-color: #536dfe;
}


/* 신청 상세 정보 ///////////////////////////////////////////// */

.pub .pop-wrap7.adminReqDetail {
    width: 970px;
}

.pub .pop-wrap7.adminReqDetail .modal_header {
    text-align: center;
    border-bottom: 1px solid #e1e2e8;
}

.pub .pop-wrap7.adminReqDetail .modal_cont {
    padding-bottom: 35px;
}

.adminReqDetail .ard_contWrap {
    padding: 20px 50px 45px;
}

.adminReqDetail .input_wrap {
    font-family: 'Noto Sans KR';
}

.adminReqDetail .input_wrap+.input_wrap {
    padding-top: 45px;
    margin-top: 45px;
    border-top: 1px solid #e1e2e8;
}

.adminReqDetail .input_wrap .input_tit {
    margin: 0;
    font-size: 15px;
    letter-spacing: -0.07px;
    color: #f90c16;
}

.adminReqDetail .input_wrap .input_box label {
    margin-bottom: 11px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: -0.07px;
    color: #5a5a5a;
}

.adminReqDetail .input_wrap .input_box label.input_subtit {
    font-size: 13px;
    letter-spacing: -0.33px;
    color: #555;
}

.adminReqDetail .input_wrap .flex {
    gap: 27px;
}

.adminReqDetail .input_wrap .ipt_txt.sml,
.adminReqDetail .input_wrap .slc_box.sml {
    width: 230px;
}

.adminReqDetail .input_wrap .input_box .ipt_img {
    padding: 0;
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.adminReqDetail .input_wrap .input_box .ipt_img.sml {
    margin-right: 73px;
    border-radius: 35px;
}

.adminReqDetail .input_wrap .input_box .ipt_img img {
    width: 100%;
    height: 100%;
}

.adminReqDetail .input_wrap .ipt_txt textarea {
    height: 190px;
}

.adminReqDetail .input_wrap .input_box li {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.07px;
    color: #333;
}

.adminReqDetail .input_wrap .input_box li+li {
    margin-top: 10px;
}

.adminReqDetail .input_wrap .input_box .txt_info {
    margin: 0 0 11px;
    font-size: 13px;
    letter-spacing: -0.07px;
}

.adminReqDetail .input_wrap .ipt_file .btn_file {
    margin: 0;
}

.adminReqDetail .input_wrap .ipt_file+.ipt_txt {
    margin-top: 18px;
}

.adminReqDetail .input_wrap .ipt_file.type2 .btn_file,
.adminReqDetail .input_wrap .btn_confirm {
    background-color: #31588b;
    border-color: #31588b;
}

.adminReqDetail .table_wrap .table_eval,
.gameEval .table_wrap .table_eval {
    line-height: 42px;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: -0.14px;
    color: #5a5a5a;
}

.adminReqDetail .table_wrap .table_eval td,
.gameEval .table_wrap .table_eval td {
    padding: 8px 8px 13px;
}

.adminReqDetail .btn_tlt,
.gameEval .btn_tlt {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 10px;
}

.adminReqDetail .btn_tlt .tooltip_box,
.gameEval .btn_tlt .tooltip_box {
    top: -7px;
    left: 100%;
    padding: 0;
}

.adminReqDetail .btn_tlt .tooltip_box::before,
.gameEval .btn_tlt .tooltip_box::before {
    content: '';
    position: absolute;
    top: 17px;
    left: -6px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    box-shadow: 0 3px 6px #00000029;
    transform: rotate(45deg);
    z-index: -1;
}

.adminReqDetail .btn_tlt .tooltip_box .table_wrap,
.gameEval .btn_tlt .tooltip_box .table_wrap {
    min-width: unset;
    padding: 10px 8px;
    background-color: #fff;
    border: none;
}

.adminReqDetail .btn_tlt .tooltip_box .table_wrap td,
.gameEval .btn_tlt .tooltip_box .table_wrap td {
    padding: 0 10px;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: -0.06px;
}

.adminReqDetail .btn_tlt .tooltip_box .table_wrap tr:last-child td,
.gameEval .btn_tlt .tooltip_box .table_wrap tr:last-child td {
    border-bottom: 1px solid #dfdfdf;
}

.pub .adminReqDetail .modal_footer {
    position: sticky;
    padding: 20px 50px 35px;
    border-top: 1px solid #e1e2e8;
}

.pub .adminReqDetail .modal_footer .btn_confirm {
    background-color: #536dfa;
    border-color: #536dfa;
}

.pub .adminReqDetail .modal_footer .btn_confirm:hover {
    background-color: #304ffa;
    border-color: #304ffa;
}


/* 게임 평가 팝업 ///////////////////////////////////////////// */

.pub .gameEval .modal_header {
    text-align: center;
    border-bottom: 1px solid #e1e2e8;
}

.pub .gameEval .modal_cont {
    padding-bottom: 30px;
}

.gameEval .ge_contWrap {
    padding: 18px 60px 30px;
}

.pub .gameEval .modal_subtit {
    margin-bottom: 20px;
    text-align: center;
    color: #5a5a5a;
}

.gameEval .table_wrap {
    width: fit-content;
    margin: 0 auto;
}

.gameEval .table_wrap+.table_wrap {
    margin-top: 25px;
    border: none;
    border-top: 1px solid #e1e2e8;
}

.gameEval .tb_eval {
    table-layout: fixed;
    font-weight: bold;
    color: #5a5a5a;
}

.gameEval table.tb_eval td+td,
.gameEval table.tb_eval tr+tr td {
    border: none;
}

.gameEval .tb_eval thead th {
    padding: 30px 0 15px;
    font-size: 14px;
    letter-spacing: -0.07px;
}

.gameEval .tb_eval tbody {
    background-color: #fcfcfc;
}

.gameEval .tb_eval tbody td {
    padding: 5px 0;
    font-size: 12px;
    letter-spacing: -0.06px;
}

.gameEval .tb_eval tbody tr:first-child td {
    padding-top: 15px;
}

.gameEval .tb_eval tbody tr:last-child td {
    padding-bottom: 15px;
}

.gameEval .tb_eval input {
    width: 50px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    letter-spacing: -0.06px;
    color: #5a5a5a;
    background-color: #fff;
    border: none;
    border-radius: 50px;
}

.gameEval .tb_eval .graph_wrap.bar {
    margin: 0 auto;
}

.gameEval .tb_eval thead .graph_wrap.bar {
    background-color: #e5f8fd;
}

.gameEval .tb_eval thead .graph_wrap.bar .bar {
    background-color: #798dfe;
}

.gameEval .tb_eval tbody .graph_wrap.bar {
    background-color: #fef1d4;
}

.gameEval .tb_eval tbody .graph_wrap.bar .bar {
    background-color: #fcba2a;
}

.gameEval .table_wrap+.input_wrap {
    padding-top: 30px;
    margin-top: 25px;
    border-top: 1px solid #e1e2e8;
}

.gameEval .input_wrap .modal_subtit {
    margin-bottom: 0;
}

.gameEval .input_wrap .input_box .ipt_txt textarea {
    height: 136px;
    min-height: 136px;
    color: #5a5a5a;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.gameEval .input_wrap .input_box .ipt_txt textarea::-webkit-scrollbar {
    display: none;
}

.gameEval .btn_wrap .btn_confirm {
    background-color: #536dfa;
    border-color: #536dfa;
    border-radius: 12px;
}

.gameEval .btn_wrap .btn_confirm:hover {
    background-color: #304ffa;
    border-color: #304ffa;
}


/* 선정 게임 상세 메뉴 팝업 ///////////////////////////////////////////// */

.pub .pop-wrap7.adminSltGameDt .modal_header {
    text-align: center;
    border-bottom: 1px solid #e1e2e8;
}

.pub .pop-wrap7.adminSltGameDt .modal_cont {
    padding-bottom: 50px;
}

.adminSltGameDt .asg_contWrap {
    padding: 24px 30px 40px;
}

.adminSltGameDt .asg_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 30px;
}

.adminSltGameDt .asg_box+.asg_box {
    padding-top: 30px;
    border-top: 1px solid #e1e2e8;
}

.adminSltGameDt .asg_box:last-child {
    padding-bottom: 0;
}

.adminSltGameDt .game_img {
    width: 110px;
    height: 110px;
    border-radius: 18px;
    overflow: hidden;
}

.adminSltGameDt .game_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adminSltGameDt .game_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: calc(100% - 277px);
    height: 110px;
    text-align: left;
    font-family: 'Noto Sans KR';
}

.adminSltGameDt .game_info .game_tit {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.45px;
    color: #464646;
}

.adminSltGameDt .game_info .game_tit .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adminSltGameDt .game_info .game_tit .gr,
.adminSltGameDt .game_info .gmae_comp {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -0.65px;
    color: #6a6a6a;
}

.adminSltGameDt .game_info .tag {
    padding: 0 14px;
    margin-top: auto;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.3px;
    color: #464646;
    background-color: #f5f6fa;
    border-radius: 50px;
}

.adminSltGameDt .btnLinePm {
    margin-left: auto;
    min-width: 107px;
    height: 30px;
    line-height: 28px;
    font-family: 'Noto Sans KR';
    font-size: 12px;
    letter-spacing: 0;
    color: #2c66ae;
    border-color: #31588b;
    border-radius: 12px;
}

.adminSltGameDt .point {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 7px 20px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 6px;
    box-shadow: 0 3px 6px #00000026;
}

.adminSltGameDt .point img {
    width: 105px;
    height: 79px;
    object-fit: cover;
}

.adminSltGameDt .point p {
    margin-bottom: 10px;
    line-height: 26px;
    font-family: 'Noto Sans KR';
    font-size: 18px;
    letter-spacing: -0.45px;
    color: #8a8a8a;
}

.adminSltGameDt .point span {
    line-height: 28px;
    font-family: 'Inter';
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.7px;
    color: #464646;
}

.adminSltGameDt .input_wrap {
    flex: 1;
}

.adminSltGameDt .input_wrap .ipt_txt {
    border-color: #dadada;
    box-shadow: 0 3px 6px #00000026;
}

.adminSltGameDt .input_wrap .ipt_txt input {
    width: 100%;
    padding: 0 16px;
    line-height: 44px;
    text-align: center;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #464646;
}

.adminSltGameDt .input_wrap .flex {
    gap: 12px;
    margin-top: 10px;
}

.adminSltGameDt .input_wrap .flex .btnSqr {
    flex: 1;
}

.adminSltGameDt .table_wrap {
    width: 100%;
    padding: 10px;
    border-color: #f1f1f1;
    border-radius: 8px;
    box-shadow: 0 2px 10px #00000026;
}

.adminSltGameDt .table_wrap th,
.adminSltGameDt .table_wrap td {
    line-height: 40px;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #505050;
}

.adminSltGameDt .table_wrap thead {
    background-color: #f3f4f9;
    border-radius: 8px;
}

.adminSltGameDt .table_wrap th:first-child {
    border-radius: 8px 0 0 8px;
}

.adminSltGameDt .table_wrap th:last-child {
    border-radius: 0 8px 8px 0;
}

.adminSltGameDt .table_wrap table td+td {
    border-left: none;
}

.adminSltGameDt .table_wrap .btnSqr {
    padding: 0 10px;
    line-height: 24px;
    font-size: 12px;
    letter-spacing: -0.3px;
    border-radius: 8px;
}

.adminSltGameDt .asg_contWrap+.fail_txt {
    margin-bottom: 30px;
    line-height: 22px;
    font-family: 'Spoqa Han Sans Neo';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.45px;
    color: #f90c16;
}

.adminSltGameDt .btn_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    padding: 0 30px;
}

.adminSltGameDt .btn_wrap button {
    line-height: 48px;
    font-family: 'Spoqa Han Sans Neo';
    font-size: 15px;
    letter-spacing: -0.38px;
    border-radius: 12px;
}

.adminSltGameDt .btn_wrap .btn_cancel {
    width: 150px;
    margin-right: auto;
    color: #1d2129;
    border-color: #d9d9d9;
}

.adminSltGameDt .btn_wrap .btn_confirm {
    background-color: #536dfe;
    border-color: #536dfe;
}


/* 날짜 변경 이력 팝업 ///////////////////////////////////////////// */

.pub .pop-wrap7.changeHis {
    width: 538px;
}

.pub .pop-wrap7.changeHis .modal_header {
    text-align: center;
    border-bottom: 1px solid #e1e2e8;
}

.changeHis .ch_contWrap {
    padding: 20px 15px;
}

.changeHis .ch_contWrap .input_wrap {
    gap: 30px;
    font-family: 'Noto Sans KR';
}

.changeHis .ch_contWrap .modal_subtit {
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.09px;
    color: #5a5a5a;
}

.changeHis .ch_contWrap .input_wrap .ipt_txt {
    padding: 10px;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: -0.07px;
    color: #5a5a5a;
    white-space: normal;
}