@charset "UTF-8";

/* //sub.css */
.table_form.test_place {
    flex-flow: column;
}

.table_form .thead {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.table_form .thead .th_group .th {
    padding: 15px 10px;
    font-size: 1.6rem;
    color: #111;
    font-weight: 500;
    text-align: center;
    border-right: 1px solid #eee;
}

.table_form .thead .th_group:last-child .th:last-child {
    border-right: none;
}

.table_form.test_place .thead .th_group:nth-child(1) {
    width: 35%;
}

.table_form.test_place .thead .th_group:nth-child(2) {
    width: 40%;
}

.table_form.test_place .thead .th_group:nth-child(3) {
    width: 10%;
}

.table_form.test_place .thead .th_group:nth-child(4) {
    width: 15%;
}

.table_form .tbody .tr_group {
    display: flex;
    border-bottom: 1px solid #eee;
}

.table_form .tbody .tr_group:last-child {
    border-bottom: none;
}

/* 230801 sj(s) */
.table_form .tbody .tr_group .td.jtfy_left {
    justify-content: left;
}

/* //230801 sj(e) */

/*230605 hy(s) //td 중앙정렬, 아이콘 absolute->inline-block으로 변경 */
/*230710 hy(s) //td 중앙정렬 justify-content 값 추가*/
.table_form .tbody .tr_group .td {
    align-items: center;
    padding: 15px 10px;
    word-break: keep-all;
    border-right: 1px solid #eee;
    height: 100%;
    word-break: break-all;
    display: flex;
    justify-content: center;
}

/*230710 hy(e)*/
/* .table_form .tbody .tr_group .td.comp_name .cont{position: relative; padding: 12px 0 0 63px;} */
.table_form .tbody .tr_group .td.comp_name .cont .img {
    display: inline-block;
    /*content: "";*/
    width: 48px;
    height: 48px;
    object-fit: contain;
    /*position: absolute; left: 0; top: 0;*/
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.table_form .tbody .tr_group .td.auth_number {
    text-align: center;
    justify-content: center;
}

.table_form .tbody .tr_group .td.auth_range {
    text-align: center;
    justify-content: center;
}

.table_form .tbody .tr_group .td.validity {
    text-align: center;
    justify-content: center;
}

.table_form .tbody .tr_group .td.maint_status {
    text-align: center;
    justify-content: center;
}

/*230605 hy(e)*/
.table_form .tbody .tr_group .td.maint_status .blue {
    color: #00387F;
}

.table_form .tbody .tr_group .td.maint_status .grey {
    color: #666;
}

.table_form .tbody .tr_group .td_group.row {
    flex-flow: column;
}

.table_form .tr {
    display: flex;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.table_form .tr:last-child {
    border-bottom: none;
}

.table_form .tbody .tr_group .td_group:last-child .td:last-child {
    border-right: none;
}

.table_form .tbody .tr_group .td .tit {
    display: none;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.table_form.test_place .tbody .tr_group .td_group:nth-child(1) {
    width: 35%;
}

.table_form.test_place .tbody .tr_group .td_group:nth-child(2) {
    width: 40%;
}

.table_form.test_place .tbody .tr_group .td_group:nth-child(3) {
    width: 10%;
}

.table_form.test_place .tbody .tr_group .td_group:nth-child(4) {
    width: 15%;
}

.table_form.test_place .td.capable {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
}

.table_form.test_place .td.map .btn.TxtBoxBTN_4 {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.table_form.test_place .td.possible .btn {
    display: inline-block;
    background: #0162CA;
    color: #fff;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 0 0 0 1px inset #0162CA;
}

.table_form.test_place .td.possible .cont {
    font-weight: 600;
    color: #1869C0;
}

.table_form.test_place .td.impossible .cont {
    font-weight: 500;
    color: #999;
}

.table_form.test_place .td.impossible .btn {
    display: inline-block;
    background: #eee;
    color: #666;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 0 0 0 1px inset #ddd;
}

/* 반응형 테이블 - 시험장소선택 */
.table_form .tbody .tr_group.unselected {
    align-items: center;
    box-sizing: border-box;
    padding: 20px 0px;
    justify-content: center;
}

.table_form.my_test_place {
    flex-flow: column;
}

.table_form.my_test_place .thead .th_group:nth-child(1),
.quailfication .table_form.my_test_place .tbody .tr_group .td_group:nth-child(1) {
    width: 35%;
}

.table_form.my_test_place .thead .th_group:nth-child(2),
.quailfication .table_form.my_test_place .tbody .tr_group .td_group:nth-child(2) {
    width: 50%;
}

.table_form.my_test_place .thead .th_group:nth-child(3),
.quailfication .table_form.my_test_place .tbody .tr_group .td_group:nth-child(3) {
    width: 15%;
}

.table_form.my_test_place .reigion,
.quailfication .table_form.my_test_place .date,
.quailfication .table_form.my_test_place .time {
    width: calc(100%/3);
}

.table_form.my_test_place .location {
    width: 100%;
}

.table_form.my_test_place .place {
    width: 100%;
}

.table_form.my_test_place .td.place .btn {
    display: inline-block;
    background: #fff;
    color: #0162CA;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 0 0 1px inset #0162CA;
}

/* sj230502(s) */
.certi_status_02_tb .table_form.test_place.practice .thead .th_group:nth-child(1),
.certi_status_02_tb .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(1) {
    width: 23%;
}

.certi_status_02_tb .table_form.test_place.practice .thead .th_group:nth-child(2),
.certi_status_02_tb .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(2) {
    width: 20%;
}

.certi_status_02_tb .table_form.test_place.practice .thead .th_group:nth-child(3),
.certi_status_02_tb .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(3) {
    width: 27%;
}

.certi_status_02_tb .table_form.test_place.practice .thead .th_group:nth-child(4),
.certi_status_02_tb .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(4) {
    width: 20%;
}

.certi_status_02_tb .table_form.test_place.practice .thead .th_group:nth-child(5),
.certi_status_02_tb .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(5) {
    width: 10%;
}
/*231025 hy(s)*/
.table_form.test_place.practice .td{
    min-height: 84.78px;
}
/*231025 hy(e)*/
/*231027 hy(s)*/
.certi_status_02_tb .table_form .thead .th_group .th,
.certi_status_02_tb .table_form.test_place.practice .tbody .tr_group .td{
    width: 100%;
}
.certi_status_02_tb .table_form .tbody .td_group:nth-child(1) .td{
    justify-content: flex-start;
}
/*231027 hy(e)*/

/* .certi_status_02_tb .more_btn{width: 100%; text-align: center; display: none;} */
/* //sj230502(e) */

/* 알림마당_공지사항 */
/*231031 hy(s)*/
.notice_board .table_form .tbody .tr_group .td.num {
    text-align: center;
    justify-content: center;
}
/*231031 hy(e)*/

.notice_board .table_form .tbody .tr_group .td.num .notice {
    padding: 6px 12px;
    background: #333;
    border-radius: 15px;
    color: #fff;
    display: inline;
    font-weight: 400;
    font-size: 1.4rem;
}

.notice_board .table_form .tbody .tr_group .td.sort {
    text-align: center;
}
/*231031 hy(s)*/
.notice_board .table_form .tbody .tr_group .td.title {
    text-align: left;
    justify-content: flex-start;
}
/*231031 hy(e)*/

.notice_board .table_form .tbody .tr_group .td.title .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.notice_board .table_form .tbody .tr_group .td.title a {
    display: block;
    width: auto;
    height: 100%;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice_board .table_form .tbody .tr_group .td.title span {
    text-indent: -9999px;
    font-size: 0;
    width: 0;
    height: 0;
    position: relative;
    margin-left: 5px;
}

.notice_board .table_form .tbody .tr_group .td.title span::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: #DA2B27;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.notice_board .table_form .tbody .tr_group .td.date {
    text-align: center;
}

.notice_board .table_form .tbody .tr_group .td.read {
    text-align: center;
}

.notice_board .table_form .tbody .tr_group .td.attach_file {
    position: relative;
}

.notice_board .table_form .tbody .tr_group .td.attach_file .cont {
    text-align: center;
}

.notice_board .table_form .tbody .tr_group .td.attach_file .cont>a {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    width: 0;
    height: 0;
}

.notice_board .table_form .tbody .tr_group .td.attach_file .cont>a img {
    display: inline-block;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.notice_board .table_form .tbody .tr_group .td.attach_file .cont>a::after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url("../images/sub/file_icon.png") no-repeat 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3D(-50%, -50%, 0);
    background-size: contain;
}

.notice_board .table_form .tbody .tr_group .td.attach_file .cont .file_down {
    position: absolute;
    right: 40%;
    top: 85%;
    width: 533px;
    background: #F7F7F7;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    z-index: 1;
    display: none;
}

.notice_board .table_form .tbody .tr_group .td.attach_file .cont .file_down ul li {
    margin-bottom: 10px;
    width: 97%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.notice_board .table_form .tbody .tr_group .td.attach_file .cont .file_down ul li:last-child {
    margin-bottom: 0;
}


.notice_board .table_form.test_place.practice .thead .th_group:nth-child(1),
.notice_board .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(1) {
    width: 10%;
}

.notice_board .table_form.test_place.practice .thead .th_group:nth-child(2),
.notice_board .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(2) {
    width: 10%;
}

.notice_board .table_form.test_place.practice .thead .th_group:nth-child(3),
.notice_board .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(3) {
    width: 50%;
}

.notice_board .table_form.test_place.practice .thead .th_group:nth-child(4),
.notice_board .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(4) {
    width: 10%;
}

.notice_board .table_form.test_place.practice .thead .th_group:nth-child(5),
.notice_board .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(5) {
    width: 10%;
}

.notice_board .table_form.test_place.practice .thead .th_group:nth-child(6),
.notice_board .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(6) {
    width: 10%;
}


/* class table */
.table_form {
    display: block;
    width: 100%;
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
    border-collapse: collapse;
    font-size: 1.6rem;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 60px;
}

.table_form .thead {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.table_form .thead .th_group {
    display: flex;
}

.table_form .thead .th_group .th {
    padding: 20px 10px;
    font-size: 1.6rem;
    color: #111;
    font-weight: 500;
    text-align: center;
    border-right: 1px solid #eee;
}

.table_form .thead .th_group:last-child .th:last-child {
    border-right: none;
}

.table_form .tbody .tr_group {
    display: flex;
    border-bottom: 1px solid #eee;
}

.table_form .tbody .tr_group:last-child {
    border-bottom: none;
}

.table_form .tbody .tr_group .th {
    padding: 20px 10px;
    font-size: 1.6rem;
    color: #111;
    font-weight: 500;
    text-align: center;
    border-right: 1px solid #eee;
}

.table_form .tbody .tr_group .td_group {
    display: flex;
}

.table_form .tbody .tr_group .td_group .btn_group {
    padding: 0;
}

.table_form .tbody .tr_group .td_group.row {
    flex-flow: column;
}

.mypage .table_form .tr {
    display: flex;
    border-bottom: 1px solid #eee;
    width: 100%;
}
/*231024 (s)*/
.mypage .table_form .td {
    min-height: 84.78px;
}
/*231024 (e)*/
.table_form .cont {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.table_form .tbody .tr_group .td.comp_name .cont{
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 58px;
    display: flex;
    align-items: center;
}


/*마이페이지 > 인증신청내역*/
/* 230427 hy(s)*/
/*.mypage .tab_box{display: flex; width: 100%; background: #F7F7F7; border: 1px solid #eee; border-radius: 6px; margin-bottom: 40px;}
.mypage .tab_box .tab_button{width: calc(100% / 2 - 4px); margin: 2px; padding: 20px 0; text-align: center; border-radius: 6px; color: #666; font-size: 1.8rem; font-weight: 500;}
.mypage .tab_box .tab_button>a{color: #666;}
.mypage .tab_box .tab_button.on{background: #fff; border: 1px solid #1869C0; color: #004EA2;}
.mypage .tab_box .tab_button.on>a{color: #004EA2;}*/
.mypage .table_form {
    display: block;
    width: 100%;
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
    border-collapse: collapse;
    font-size: 1.6rem;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 60px;
}

.mypage .table_form .thead {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.mypage .table_form .thead .th_group {
    display: flex;
}

.mypage .certifi_history .table_form .thead .th_group:nth-child(1) {
    width: 25%;
}

.mypage .certifi_history .table_form .thead .th_group:nth-child(2) {
    width: 40%;
}

.mypage .certifi_history .table_form .thead .th_group:nth-child(3) {
    width: 35%;
}

.mypage .table_form .thead .th_group .th {
    padding: 20px 10px;
    font-size: 1.6rem;
    color: #111;
    font-weight: 500;
    text-align: center;
    border-right: 1px solid #eee;
}

.mypage .table_form .thead .th_group:last-child .th:last-child {
    border-right: none;
}

.mypage .certifi_history .table_form .regist_number {
    width: 75%;
}

.mypage .certifi_history .table_form .division {
    width: 25%;
}

.mypage .certifi_history .table_form .type_certifi {
    width: 17%;
}

.mypage .certifi_history .table_form .type_exam {
    width: 17%;
}

.mypage .certifi_history .table_form .range_certifi {
    width: 66%;
}

.mypage .certifi_history .table_form .date {
    width: 30%;
}

.mypage .certifi_history .table_form .state {
    width: 40%;
}

.mypage .certifi_history .table_form .progress {
    width: 35%;
}

.mypage .table_form .done {
    width: 30%;
}

.mypage .table_form .tbody .tr_group {
    display: flex;
    border-bottom: 1px solid #eee;
}

.mypage .table_form .tbody .tr_group:last-child {
    border-bottom: none;
}

.mypage .table_form .tbody .tr_group .td_group {
    display: flex;
}

.mypage .certifi_history.apply .table_form .td_group:nth-child(1) {
    width: 25%;
}

.mypage .certifi_history.apply .table_form .td_group:nth-child(2) {
    width: 40%;
}

.mypage .certifi_history.apply .table_form .td_group:nth-child(3) {
    width: 35%;
}

.mypage .certifi_history.apply .table_form .tbody .tr_group .td_group .btn_group {
    padding: 0;
}

.mypage .table_form .tbody .tr_group .td_group.row {
    flex-flow: column;
}

.mypage .table_form .tr {
    display: flex;
    border-bottom: 1px solid #eee;
    width: 100%;
}

/*230905 hy(s)*/
.mypage .certifi_history.apply .table_form .td {
    min-height: 84.78px;
}

.mypage .certifi_history.apply .table_form .range_certifi .cont {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

/*230905 hy(e)*/

/*230707 hy(s) //인증심사내역 - 심사유형 및 인증범위*/
.mypage .certifi_history .table_form.certifi_range .thead .th_group {
    width: 100%;
}

.mypage .certifi_history .table_form.certifi_range .type_certifi {
    width: 10%;
}

.mypage .certifi_history .table_form.certifi_range .type_exam {
    width: 10%;
}

.mypage .certifi_history .table_form.certifi_range .range_certifi {
    width: 30%;
}

.mypage .certifi_history .table_form.certifi_range .info_personal {
    width: 15%;
}

.mypage .certifi_history .table_form.certifi_range .number {
    width: 15%;
}

.mypage .certifi_history .table_form.certifi_range .date {
    width: 20%;
}

.mypage .certifi_history .table_form.certifi_range .tbody .td_group {
    width: 100%;
}

.mypage .table_form .tr:last-child {
    border-bottom: none;
}

.mypage .table_form .tbody .tr_group .td {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    /*240322 hy(s)*/
    /* word-break: keep-all; */
    /*240322 hy(e)*/
    border-right: 1px solid #eee;
    height: 100%;
}

.mypage .table_form .tbody .tr_group .td_group:last-child .td:last-child {
    border-right: none;
}

.mypage .table_form .tbody .tr_group .td .wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.mypage .table_form .tbody .tr_group .td .row_wrap {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.mypage .table_form .tbody .tr_group .td .tit {
    display: none;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
}
/*240925 (s) color 변경*/
.mypage .table_form .tbody .tr_group .td .cont {
    font-size: 1.6rem;
    color: #333;
    font-weight: 400;
    text-align: center;
}
/*240925 (e)*/

.mypage .table_form .tbody .tr_group .td a.cont {
    color: #1869C0;
    text-decoration: underline;
}

.mypage .table_form .tbody .tr_group .td .btn_group.small {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    padding: 0;
}

.mypage .table_form .tbody .tr_group .td .btn_group>button {
    width: 100%;
}

.mypage .table_form .tbody .tr_group .td .btn_group.small>button {
    height: 24px;
    line-height: 24px;
    font-size: 1.2rem;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 12px;
    display: inline-block;
}

.mypage .table_form .tbody .tr_group .td .btn_group.small .small_able2 {
    background: #fff;
    border: 1px solid #1869C0;
    color: #004EA2;
}

.mypage .table_form .tbody .tr_group .td .btn_group.small .small_able3 {
    background: #fff;
    border: 1px solid #999;
    color: #333;
}

/*230414 hy(s)*/
/*마이페이지 > 인증신청내역 > 접수대기*/
.mypage .certifi_history .table_form.text {
    margin-bottom: 0;
}

.mypage .table_form.text .tbody {
    width: 100%;
}

.mypage .table_form.text .tr_group {
    width: 100%;
}

.mypage .certifi_history .table_form.text .tr_group.w_divide1 .td_group {
    width: calc(100% / 1);
}

.mypage .certifi_history .table_form.text .tr_group.w_divide2 .td_group {
    width: calc(100% / 2);
}

.mypage .certifi_history .table_form.text .tr_group.w_divide3 .td_group {
    width: calc(100% / 3);
}
/*240322 (s)*/
.mypage .table_form.text .tr_group .td_group .th {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    font-size: 1.6rem;
    border-right: 1px solid #eee;
    word-break: keep-all;
}
/*240925 (s) 
/*마이페이지-인증신청 내역 font-size 변경*/
.mypage .mypage_certifi_history .table_form.text .tr_group .td_group .th{font-size: 1.5rem;}
/*240322 (e)*/

/*마이페이지 인증신청 내역 padding 수정*/
.mypage .mypage_certifi_history .table_form.text .tr_group .td_group .th,
.mypage .mypage_certifi_history .table_form .tbody .tr_group .td {padding: 15px 10px;}
/*마이페이지 인증신청 내역 파일첨부 td*/
.mypage .certifi_history.mypage_certifi_history .table_form.text .tr_group .td_group .td a.btn_file{color: #333;}
.mypage .apply_history .table_form.text .tr_group .td_group .td {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    font-size: 1.5rem;
    border-right: 1px solid #eee;
    word-break: keep-all;
}
/*240925 (e)*/

.mypage .certifi_history .table_form.text .tr_group .td_group .th {
    width: 180px;
    font-weight: 500;
    color: #111;
    text-align: left;
}
/*240925 (s) 마이페이지 인증신청 color 변경*/
.mypage .certifi_history.mypage_certifi_history .table_form.text .tr_group .td_group .th{ width: 20%;}
.mypage .certifi_history.mypage_certifi_history .table_form.text .tr_group.w_divide2 .td_group .th{width: 40%;}
.mypage .certifi_history.mypage_certifi_history .table_form.text .tr_group.w_divide3 .td_group .th{width: 60%;}
.mypage .certifi_history .table_form.text .tr_group .td_group .td {
    display: flex;
    flex-flow: row;
    width: calc(100% - 180px);
    font-weight: 400;
    color: #333;
}
.mypage .certifi_history.mypage_certifi_history .table_form.text .tr_group .td_group .td{width: 80%;}
.mypage .certifi_history.mypage_certifi_history .table_form.text .tr_group.w_divide2 .td_group .td{width: 60%;}
.mypage .certifi_history.mypage_certifi_history .table_form.text .tr_group.w_divide3 .td_group .td{width: 40%;}

.mypage .certifi_history .table_form.text .tr_group .td_group .td.tal {
    display: flex;
    flex-flow: row;
    width: calc(100% - 180px);
    font-weight: 400;
    color: #333;
    justify-content: flex-start;
    align-items: center;
    /*240322 (s)*/
    /* padding-left: 30px; */
    /*240322 (e)*/
}
/*240925 (e)*/
/*240415 (s)*/
.mypage .certifi_history .table_form.text .tr_group .td_group .td.tal ul,
.mypage .certifi_history .table_form.text .tr_group .td_group .td.tal ul > li{
    width: 100%;
}
.mypage .certifi_history .table_form.text .tr_group .td_group .td.tal .btn_file{
    text-align: left;
}
/*240415 (e)*/
.mypage .certifi_history .table_form.text .tr_group .td_group:last-child .td:last-child {
    border-right: none;
}
/*240925 (s) 마이메이지 */
.mypage .certifi_history .table_form.text .tbody .tr_group .td .tit {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
}

.mypage .certifi_history .table_form .tbody .tr_group.tal .td {
    align-items: flex-start;
    margin-left: 30px;
    flex-flow: column;
}
/*240925 (s) 마이페이지 인증신청내역-파일첨부*/
.mypage .certifi_history.mypage_certifi_history .table_form .tbody .tr_group.tal .td{margin-left: 0px;}
/*240925 (e)*/

/*230414 hy(s) 인증신청내역 > 접수*/
.mypage .certifi_history .progress_history .table_form .thead .th_group,
.mypage .certifi_history .progress_history .table_form .tbody .tr_group .td_group {
    width: 100%;
}
/*240925 (s) color 변경*/
.mypage .certifi_history .progress_history .table_form .tbody .tr_group .td_group .td { color: #333;}
/*240925 (e)*/

.mypage .certifi_history .progress_history .table_form .date {
    width: 20%;
}

.mypage .certifi_history .progress_history .table_form .state {
    width: 60%;
}

.mypage .certifi_history .progress_history .table_form .person {
    width: 20%;
}

/*230414 hy(s) 이의신청내역*/
.mypage .certifi_objection .table_form .tbody .tr_group .td_group td.btn_group {
    padding: 0;
}

/*230414 hy(s) 이의신청내역 접수대기*/
.mypage .certifi_history .table_form.text .tr_group .td_group .th.col,
.mypage .certifi_history .table_form.text .tr_group .td_group .td.col {
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}
/*240925 (s) color 변경*/
.mypage .certifi_history .table_form.text .tr_group .td_group .th.col>span {
    word-break: keep-all;
    color: #666;
    font-weight: 400;
    margin-left: 17px;
}
/*240925 (e)*/

/*230414 hy(s) 기업정보 수정*/
.mypage .certifi_history.corp_edit .table_form {
    margin-bottom: 60px;
}

.mypage .certifi_history.corp_edit .table_form .tr_group .td_group .td.address>p {
    display: inline-block;
}

.mypage .certifi_history.corp_edit .table_form .tr_group .td_group .td.address>p:nth-child(2) {
    margin-left: 5px;
}

.mypage .certifi_history.corp_edit .table_form .td_group .input_box.narrow {
    width: 240px;
}

.mypage .certifi_history.corp_edit .table_form .td_group .input_box.number {
    width: 111px;
}

.mypage .certifi_history.corp_edit .table_form .td_group label {
    width: auto;
}

.mypage .certifi_history.corp_edit .table_form .td_group .input_box {
    width: 100%;
}

.mypage .certifi_history.corp_edit .table_form .td_group .td>span {
    margin: 0 5px;
}

.mypage .certifi_history.corp_edit .table_form .tr_group .td_group .td.address_input {
    flex-flow: column;
    gap: 5px;
}

.mypage .certifi_history.corp_edit .table_form .td_group .address_input label {
    width: 100%;
}

.mypage .certifi_history.corp_edit .table_form .td_group .address_input label:first-child {
    width: auto;
}

.mypage .certifi_history.corp_edit .table_form .td_group .address_input .input_box.adr01 {
    width: 240px;
}

.mypage .certifi_history.corp_edit .table_form .td_group .address_input .input_box {
    width: 100%;
}

.mypage .certifi_history .table_form.text .tr_group .td_group .td.tal.corp_num {
    width: 280px;
}

/*230427 hy(s)*/
.mypage .certifi_history .table_form.text .tr_group .td_group .td.tal.corp_num .input_box {
    margin-top: 0;
}

.mypage .certifi_history.corp_edit .table_form .td_group .corp_num label {
    width: 30%;
}

.mypage .certifi_history.corp_edit .table_form .td_group .corp_num .input_box.divide3:nth-child(3) {
    width: 30%;
}

.mypage .certifi_history.corp_edit .table_form .td_group .corp_num .input_box.divide3:nth-child(5) {
    width: 40%;
}

.mypage .certifi_history.corp_edit .table_form .td_group .password>p,
.mypage .certifi_history.corp_edit .table_form .td_group .confirm_password>p {
    font-size: 1.4rem;
}

.mypage>section .table_form .tbody .tr_group .td_group .file_button .file_wrap {
    display: flex;
    gap: 5px;
    align-items: center;
}

.mypage>section .table_form .tbody .tr_group .td_group .file_button .file_wrap .input_wrap {
    margin-bottom: 0;
}

.mypage .certifi_history .table_form.text .tr_group .td_group .td.phone {
    display: flex;
    gap: 5px;
}

.mypage .certifi_history .table_form.text .tr_group .td_group .td.id {
    display: flex;
    gap: 5px;
}

.mypage .certifi_history .table_form.text .tr_group .td_group .td.phone .select_box_disable {
    width: 80px;
}

.mypage .certifi_history.corp_edit .table_form.text .tr_group .td_group .td .input_box.mail01 {
    width: 160px;
    margin-top: 0;
}
/*240925 (s) color 변경*/
.mypage .table_form.text .tr_group .td_group .td .select_box option.grey {
    width: 180px;
    color: #333;
}
/*240925 (e)*/
/* 
.mypage .certifi_history.corp_edit .table_form.text .tr_group .td_group .td .select_box.mail01{width: 160px;}
*/

/*230414 hy(s) 마이페이지 > 보완조치결과 제출*/
.mypage .inquiry .table_form .thead .th_group:nth-child(1) {
    width: 65%;
}

.mypage .inquiry .table_form .thead .th_group:nth-child(2) {
    width: 35%;
}

.mypage .inquiry .table_form .division {
    width: 20%;
}

.mypage .inquiry .table_form .title {
    width: 80%;
}

.mypage .inquiry .table_form .date {
    width: calc(100% / 3);
}

.mypage .inquiry .table_form .reply {
    width: calc(100% / 3);
}

.mypage .inquiry .table_form .state {
    width: calc(100% / 3);
}

.mypage .inquiry .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 65%;
}

.mypage .inquiry .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 35%;
}

.mypage .inquiry .table_form .tbody .td.division .cont {
    font-weight: 400;
    color: #333;
}

.mypage .inquiry .table_form .tbody .td.title .cont {
    font-weight: 500;
    color: #333;
}

/*자격보유현황*/
.mypage .own_qualification .table_form .thead .th_group:nth-child(1) {
    width: 40%;
}

.mypage .own_qualification .table_form .thead .th_group:nth-child(2) {
    width: 60%;
}

.mypage .own_qualification .table_form .title {
    width: 100%;
}

.mypage .own_qualification .table_form .regist_number {
    width: 25%;
}

.mypage .own_qualification .table_form .date {
    width: 25%;
}

.mypage .own_qualification .table_form .renew_num {
    width: 25%;
}

.mypage .own_qualification .table_form .renew_date {
    width: 25%;
}

.mypage .own_qualification .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 40%;
}

.mypage .own_qualification .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 60%;
}


/*보수교육 평가시험 결과*/
.mypage .patch_test_result .table_form .thead .th_group:nth-child(1) {
    width: 40%;
}

.mypage .patch_test_result .table_form .thead .th_group:nth-child(2) {
    width: 60%;
}

.mypage .patch_test_result .table_form .title {
    width: 100%;
}

.mypage .patch_test_result .table_form .date {
    width: 50%;
}

.mypage .patch_test_result .table_form .result {
    width: 50%;
}

.mypage .patch_test_result .table_form .result .cont.pass {
    color: #0D6EFD;
}

.mypage .patch_test_result .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 40%;
}

.mypage .patch_test_result .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 60%;
}

/*마이페이지 > 의무대상자 이의신청내역-*/
.mypage .certifi_objection .table_form .regist_number {
    width: 30%;
}

.mypage .certifi_objection .table_form .company {
    width: 40%;
}

.mypage .certifi_objection .table_form .date {
    width: 20%;
}

.mypage .certifi_objection .table_form .state {
    width: 20%;
}

.mypage .certifi_objection .table_form .done {
    width: 20%;
}

.mypage .certifi_objection .table_form .th_group {
    width: 100%;
}

.mypage .certifi_objection .table_form .td_group {
    width: 100%;
}

/*마이페이지 > 보완조치결과 제출*/
.mypage .patch_submit .table_form .thead .th_group:nth-child(1) {
    width: 25%;
}

.mypage .patch_submit .table_form .thead .th_group:nth-child(2) {
    width: 40%;
}

.mypage .patch_submit .table_form .thead .th_group:nth-child(3) {
    width: 35%;
}

.mypage .patch_submit .table_form .regist_number {
    width: 68%;
}

.mypage .patch_submit .table_form .division {
    width: 32%;
}

.mypage .patch_submit .table_form .type_certifi {
    width: 20%;
}

.mypage .patch_submit .table_form .type_exam {
    width: 26%;
}

.mypage .patch_submit .table_form .range_certifi {
    width: 54%;
}

.mypage .patch_submit .table_form .delay {
    width: 50%;
}

.mypage .patch_submit .table_form .submit {
    width: 50%;
}

.mypage .patch_submit .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 25%;
}

.mypage .patch_submit .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 40%;
}

.mypage .patch_submit .table_form .tbody .tr_group .td_group:nth-child(3) {
    width: 35%;
}
/*240925 (s) color 변경*/
.mypage .patch_submit .table_form .tbody .tr_group .td .btn_group .value {color: #666;}
/*240925 (e)*/

.mypage .patch_submit .table_form .tbody .tr_group .td.submit {
    display: flex;
    flex-flow: column-reverse;
}

.mypage .patch_submit .table_form .tbody .tr_group .td_group .btn_group {
    padding: 0;
}

/*마이페이지 > 심사팀 만족도 평가*/
.mypage .satisfy .table_form .thead .th_group:nth-child(1) {
    width: 25%;
}

.mypage .satisfy .table_form .thead .th_group:nth-child(2) {
    width: 40%;
}

.mypage .satisfy .table_form .thead .th_group:nth-child(3) {
    width: 35%;
}

.mypage .satisfy .table_form .regist_number {
    width: 68%;
}

.mypage .satisfy .table_form .division {
    width: 32%;
}

.mypage .satisfy .table_form .type_certifi {
    width: 20%;
}

.mypage .satisfy .table_form .type_exam {
    width: 26%;
}

.mypage .satisfy .table_form .range_certifi {
    width: 54%;
}

.mypage .satisfy .table_form .date {
    width: 28%;
}

.mypage .satisfy .table_form .state {
    width: 35%;
}

.mypage .satisfy .table_form .survey {
    width: 37%;
}

.mypage .satisfy .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 25%;
}

.mypage .satisfy .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 40%;
}

.mypage .satisfy .table_form .tbody .tr_group .td_group:nth-child(3) {
    width: 35%;
}

.mypage .certifi_have .table_form {
    margin-bottom: 30px;
}

.mypage .certifi_have .table_form .thead .th_group {
    width: 100%;
}

.mypage .certifi_have .table_form .regist_number {
    width: 20%;
}

.mypage .certifi_have .table_form .range_certifi {
    width: 25%;
}

.mypage .certifi_have .table_form .date {
    width: 20%;
}

.mypage .certifi_have .table_form .judgement {
    width: 20%;
}

.mypage .certifi_have .table_form .state {
    width: 10%;
}

.mypage .certifi_have .table_form .document {
    width: 15%;
}

.mypage .certifi_have .table_form .tbody .tr_group .td_group {
    width: 100%;
}

.mypage .certifi_have .print_history .table_form .regist_number {
    width: 20%;
}

.mypage .certifi_have .print_history .table_form .range_certifi {
    width: 40%;
}

.mypage .certifi_have .print_history .table_form .date {
    width: 20%;
}

.mypage .certifi_have .print_history .table_form .state {
    width: 20%;
}

/*230414 hy(s) 자격검정 접수내역 */
/*230707 hy(s) // 테이블 간격 조정*/
.mypage .apply_history.ing .table_form .thead .th_group:nth-child(1) {
    width: 60%;
}

.mypage .apply_history.ing .table_form .thead .th_group:nth-child(2) {
    width: 25%;
}

.mypage .apply_history.ing .table_form .thead .th_group:nth-child(3) {
    width: 15%;
}

.mypage .apply_history.ing .table_form .title {
    width: 80%;
}

.mypage .apply_history.ing .table_form .division {
    width: 20%;
}

.mypage .apply_history.ing .table_form .date {
    width: 50%;
}

.mypage .apply_history.ing .table_form .state {
    width: 50%;
}

.mypage .apply_history.ing .table_form .btn_group {
    width: 100%;
}

.mypage .apply_history.ing .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 60%;
}

.mypage .apply_history.ing .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 25%;
}

.mypage .apply_history.ing .table_form .tbody .tr_group .td_group:nth-child(3) {
    width: 15%;
}

.mypage .table_form .tbody .tr_group .td.small {
    flex-flow: row wrap;
}
.mypage .apply_history.ing .btn_group,
.mypage .apply_history.cancel .btn_group {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}


/*230707 hy(s) // 테이블 간격 조정*/
.mypage .apply_history.past .table_form .thead .th_group:nth-child(1) {
    width: 85%;
}

.mypage .apply_history.past .table_form .thead .th_group:nth-child(2) {
    width: 15%;
}

.mypage .apply_history.past .table_form .title {
    width: 82%;
}

.mypage .apply_history.past .table_form .division {
    width: 18%;
}

.mypage .apply_history.past .table_form .date {
    width: 100%;
}

.mypage .apply_history.past .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 85%;
}

.mypage .apply_history.past .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 15%;
}

/*230707 hy(e)*/
/*230707 hy(s) // 테이블 간격 조정*/
.mypage .apply_history.cancel .table_form .thead .th_group:nth-child(1) {
    width: 60%;
}

.mypage .apply_history.cancel .table_form .thead .th_group:nth-child(2) {
    width: 25%;
}

.mypage .apply_history.cancel .table_form .thead .th_group:nth-child(3) {
    width: 15%;
}

.mypage .apply_history.cancel .table_form .title {
    width: 80%;
}

.mypage .apply_history.cancel .table_form .division {
    width: 20%;
}

.mypage .apply_history.cancel .table_form .date {
    width: 50%;
}

.mypage .apply_history.cancel .table_form .cancel {
    width: 50%;
}

.mypage .apply_history.cancel .table_form .btn_group {
    width: 100%;
}

.mypage .apply_history.cancel .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 60%;
}

.mypage .apply_history.cancel .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 25%;
}

.mypage .apply_history.cancel .table_form .tbody .tr_group .td_group:nth-child(3) {
    width: 15%;
}

/*230707 hy(e)*/


/* 수험표 출력*/
.mypage .print_ticket .table_form .thead .th_group:nth-child(1) {
    width: 45%;
}

.mypage .print_ticket .table_form .thead .th_group:nth-child(2) {
    width: 40%;
}

.mypage .print_ticket .table_form .thead .th_group:nth-child(3) {
    width: 15%;
}

.mypage .print_ticket .table_form .title {
    width: 70%;
}

.mypage .print_ticket .table_form .division {
    width: 30%;
}

.mypage .print_ticket .table_form .date {
    width: 50%;
}

.mypage .print_ticket .table_form .regist_number {
    width: 50%;
}

.mypage .print_ticket .table_form .btn_group {
    width: 100%;
}

.mypage .print_ticket .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 45%;
}

.mypage .print_ticket .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 40%;
}

.mypage .print_ticket .table_form .tbody .tr_group .td_group:nth-child(3) {
    width: 15%;
}

.mypage .table_form .tbody .tr_group .td_group .btn_group {
    padding: 20px 0px;
}

.mypage .table_form .thead {
    display: flex;
    align-items: center;
    height: 100%;
}

.mypage .table_form .thead .th_group {
    display: flex;
    align-items: center;
    height: 100%;
}

.mypage .table_form .thead .th_group .division {
    padding: 20px 0px;
}

.mypage .table_form .thead .th_group .btn_group {
    padding: 20px 0px;
}

.mypage .table_form .tbody .tr_group .td_group .btn_group>span {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    margin-top: 10px;
}

/* 응시원서 보완서류 제출 */
.mypage .submit_document .table_form .thead .th_group:nth-child(1) {
    width: 60%;
}

.mypage .submit_document .table_form .thead .th_group:nth-child(2) {
    width: 20%;
}

.mypage .submit_document .table_form .thead .th_group:nth-child(3) {
    width: 20%;
}

.mypage .submit_document .table_form .title {
    width: 80%;
}

.mypage .submit_document .table_form .division {
    width: 20%;
}

.mypage .submit_document .table_form .date {
    width: 100%;
}

.mypage .submit_document .table_form .btn_group {
    width: 100%;
}

.mypage .submit_document .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 60%;
}

.mypage .submit_document .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 20%;
}

.mypage .submit_document .table_form .tbody .tr_group .td_group:nth-child(3) {
    width: 20%;
}

.mypage .submit_document .table_form .tbody .tr_group .btn_group.col .span_wrap {
    padding-top: 10px;
    text-align: center;
}

.mypage .submit_document .table_form .tbody .tr_group .btn_group.col .span_wrap>span {
    color: #666;
}

.mypage .table_form.file_attach.modal_popup {
    border: none;
    padding-top: 10px;
    margin: 0;
}

.mypage .modal.satisfy .table_form .thead .th_group:nth-child(1) {
    width: 7%;
}

.mypage .modal.satisfy .table_form .thead .th_group:nth-child(2) {
    width: 93%;
}

.mypage .modal.satisfy .table_form .num {
    width: 100%;
}

.mypage .modal.satisfy .table_form .q {
    width: 100%;
}

.mypage .modal.satisfy .table_form .tbody .td_group:nth-child(1) {
    width: 7%;
}

.mypage .modal.satisfy .table_form .tbody .td_group:nth-child(2) {
    width: 93%;
}

.mypage .modal.satisfy .table_form {
    margin: 0;
}

.mypage .modal.satisfy .table_form .thead .th {
    padding: 5px;
    border: none;
}

.mypage .modal.satisfy .table_form .tbody .tr_group .td.num {
    padding-top: 13px;
}

.mypage .modal.satisfy .table_form .tbody .tr_group .td.q {
    display: flex;
}

.mypage .modal.satisfy .table_form .tbody .tr_group .td .cont {
    padding: 0;
    text-align: left;
    font-size: 1.4rem;
}

.mypage .modal.satisfy .table_form .tbody .tr_group .td.q>.cont {
    margin: 0;
}

.mypage .modal.satisfy .table_form .tbody .tr_group .td .cont.row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mypage .modal.satisfy .table_form .tbody .tr_group .td .cont.col {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.mypage .modal.satisfy .table_form .tbody .tr_group .td .cont .question {
    width: calc(100% - 120px);
    word-break: break-all;
}

.mypage .modal.satisfy .table_form .tbody .tr_group .td .cont .question>p {
    color: #111;
    font-weight: 500;
}

.mypage .modal.satisfy .table_form .tbody .tr_group .td .cont.row .answer {
    display: flex;
    gap: 10px;
    width: 120px;
    justify-content: flex-end;
    padding-top: 2px;
}

.mypage .modal.satisfy .table_form .tbody .tr_group .td .cont .answer.col {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px 0 15px;
}

.mypage .modal.satisfy .table_form .tbody .tr_group .td .cont .answer.tar {
    text-align: right;
    padding-top: 10px;
}

.mypage .modal.satisfy .table_form .tbody .tr_group .td .cont.row .answer .select02 input[type="radio"]+label span.round {
    margin: -2px 2px 0 0;
}

.mypage .modal.satisfy .table_form .tbody .tr_group .td .cont .answer .counter {
    text-align: right;
    display: block;
    font-size: 1.2rem;
}



/*자격갱신 증빙서류 제출내역*/
.mypage .submit_document.renew .table_form .thead .th_group:nth-child(1) {
    width: 40%;
}

.mypage .submit_document.renew .table_form .thead .th_group:nth-child(2) {
    width: 20%;
}

.mypage .submit_document.renew .table_form .thead .th_group:nth-child(3) {
    width: 40%;
}

.mypage .submit_document.renew .table_form .title {
    width: 100%;
}

.mypage .submit_document.renew .table_form .division {
    width: 40%;
}

.mypage .submit_document.renew .table_form .date {
    width: 60%;
}

.mypage .submit_document.renew .table_form .evidence {
    width: calc(100% / 3);
}

.mypage .submit_document.renew .table_form .supplement {
    width: calc(100% / 3);
}

.mypage .submit_document.renew .table_form .result {
    width: calc(100% / 3);
}

.mypage .submit_document.renew .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 40%;
}

.mypage .submit_document.renew .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 20%;
}

.mypage .submit_document.renew .table_form .tbody .tr_group .td_group:nth-child(3) {
    width: 40%;
}

.mypage .submit_document.renew .table_form .tbody .tr_group .btn_group.col .span_wrap {
    padding-top: 10px;
    text-align: center;
}

/* 자격검정결과 조회 */
.mypage .test_result .table_form .thead .th_group:nth-child(1) {
    width: 70%;
}

.mypage .test_result .table_form .thead .th_group:nth-child(2) {
    width: 30%;
}

.mypage .test_result .table_form .title {
    width: 80%;
}

.mypage .test_result .table_form .division {
    width: 20%;
}

.mypage .test_result .table_form .result {
    width: 50%;
}

.mypage .test_result .table_form .grade {
    width: 50%;
}

.mypage .test_result .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 70%;
}

.mypage .test_result .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 30%;
}

.mypage .test_result .table_form .tbody .td .cont.pass {
    color: #0D6EFD;
}

/*개인 이의제기 신청*/
.mypage .test_objection .table_form .thead .th_group:nth-child(1) {
    width: 65%;
}

.mypage .test_objection .table_form .thead .th_group:nth-child(2) {
    width: 20%;
}

.mypage .test_objection .table_form .thead .th_group:nth-child(3) {
    width: 15%;
}

.mypage .test_objection .table_form .title {
    width: 80%;
}

.mypage .test_objection .table_form .division {
    width: 20%;
}

.mypage .test_objection .table_form .date {
    width: 100%;
}

.mypage .test_objection .table_form .btn_group {
    width: 100%;
}

.mypage .test_objection .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 65%;
}

.mypage .test_objection .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 20%;
}

.mypage .test_objection .table_form .tbody .tr_group .td_group:nth-child(3) {
    width: 15%;
}

/*개인 이의제기 내역*/
/*230605 hy(s)*/
.mypage .test_objection.history .table_form .thead .th_group:nth-child(1) {
    width: 70%;
}

.mypage .test_objection.history .table_form .thead .th_group:nth-child(2) {
    width: 30%;
}

.mypage .test_objection.history .table_form .division {
    width: 20%;
}

.mypage .test_objection.history .table_form .title {
    width: 60%;
}

.mypage .test_objection.history .table_form .category {
    width: 20%;
}

.mypage .test_objection.history .table_form .date {
    width: 50%;
}

.mypage .test_objection.history .table_form .state {
    width: 50%;
}

.mypage .test_objection.history .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 70%;
}

.mypage .test_objection.history .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 30%;
}

.mypage .test_objection.history .table_form .tbody .tr_group .title .cont.txtover {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}

/*230605 hy(e)*/

/*증명서 발급*/
.mypage .certifi_print .table_form .thead .th_group:nth-child(1) {
    width: 40%;
}

.mypage .certifi_print .table_form .thead .th_group:nth-child(2) {
    width: 40%;
}

.mypage .certifi_print .table_form .thead .th_group:nth-child(3) {
    width: 20%;
}

.mypage .certifi_print .table_form .title {
    width: 100%;
}

.mypage .certifi_print .table_form .regist_number {
    width: 50%;
}

.mypage .certifi_print .table_form .date {
    width: 50%;
}

.mypage .certifi_print .table_form .document {
    width: 100%;
}

.mypage .certifi_print .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 40%;
}

.mypage .certifi_print .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 40%;
}

.mypage .certifi_print .table_form .tbody .tr_group .td_group:nth-child(3) {
    width: 20%;
}

.mypage .certifi_print .print_history .table_form .thead .th_group:nth-child(1) {
    width: 60%;
}

.mypage .certifi_print .print_history .table_form .thead .th_group:nth-child(2) {
    width: 40%;
}

.mypage .certifi_print .print_history .table_form .title {
    width: 100%;
}

.mypage .certifi_print .print_history .table_form .date {
    width: 50%;
}

.mypage .certifi_print .print_history .table_form .state {
    width: 50%;
}

.mypage .certifi_print .print_history .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 60%;
}

.mypage .certifi_print .print_history .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 40%;
}

.mypage .career_print .table_form.text .tr_group .td_group .th {
    width: 180px;
    font-weight: 500;
    color: #111;
    text-align: left;
}

.mypage .career_print .table_form.text .tr_group .td_group .td {
    width: calc(100% - 180px);
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    gap: 10px;
}

.mypage .career_print .table_form.text .tr_group .td_group .td .select01 {
    display: flex;
    flex-flow: row;
}

.mypage .career_print .table_form.text .tr_group .td_group .td .select_box {
    width: 120px;
}

/* .mypage .career_print .table_form.text .tr_group .td_group .td>span{margin: 0 10px;} */
.mypage .career_print .table_form .tbody .tr_group .td_group {
    width: 100%;
}

.mypage .career_print .print_history .table_form .thead .th_group:nth-child(1) {
    width: 50%;
}

.mypage .career_print .print_history .table_form .thead .th_group:nth-child(2) {
    width: 50%;
}

.mypage .career_print .print_history .table_form .title {
    width: 100%;
}

.mypage .career_print .print_history .table_form .term {
    width: 30%;
}

.mypage .career_print .print_history .table_form .date {
    width: 30%;
}

.mypage .career_print .print_history .table_form .state {
    width: 40%;
}

.mypage .career_print .print_history .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 50%;
}

.mypage .career_print .print_history .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 50%;
}

.mypage .career_print .table_form .tbody .tr_group .td {
    padding: 20px;
}

.mypage .career_print .detail_table.table_form {
    margin-bottom: 30px;
}

/*자격검정정보*/
.mypage .pass_written_test .table_form .thead .th_group:nth-child(1) {
    width: 60%;
}

.mypage .pass_written_test .table_form .thead .th_group:nth-child(2) {
    width: 40%;
}

.mypage .pass_written_test .table_form .title {
    width: 100%;
}

.mypage .pass_written_test .table_form .division {
    width: 40%;
}

.mypage .pass_written_test .table_form .date {
    width: 60%;
}

.mypage .pass_written_test .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 60%;
}

.mypage .pass_written_test .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 40%;
}

.mypage .cheat_history .table_form .thead .th_group:nth-child(1) {
    width: 50%;
}

.mypage .cheat_history .table_form .thead .th_group:nth-child(2) {
    width: 50%;
}

.mypage .cheat_history .table_form .title {
    width: 100%;
}

.mypage .cheat_history .table_form .division {
    width: 20%;
}

.mypage .cheat_history .table_form .state {
    width: 40%;
}

.mypage .cheat_history .table_form .date {
    width: 40%;
}

.mypage .cheat_history .table_form .tbody .tr_group .td_group:nth-child(1) {
    width: 50%;
}

.mypage .cheat_history .table_form .tbody .tr_group .td_group:nth-child(2) {
    width: 50%;
}

/* 반응형 테이블 공통*/
.mypage .table_form .col_group,
.mypage .table_form .row_group {
    display: flex;
    flex-flow: column;
}

.mypage .table_form .row_group .row {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.mypage .table_form .row_group .row:last-child {
    border-bottom: 0;
}

.mypage .table_form .row_group .row .tit,
.mypage .table_form .row_group .row .cnt {
    box-sizing: border-box;
    padding: 20px
}

/* 반응형 테이블 - 인적사항 */
.mypage .table_form.personal_info .col_group.user_info {
    width: calc(100% - 240px);
}

.mypage .table_form.personal_info .col_group.user_photo {
    width: 240px;
    box-sizing: border-box;
    padding: 20px;
}

.mypage .table_form .row_group .row .tit {
    display: flex;
    align-items: center;
    border-right: 1px solid #eee;
}

.mypage .table_form .row_group .row .cnt {
    border-right: 1px solid #eee;
}

.mypage .table_form.personal_info .row_group .row .cnt {
    width: calc(100% - 160px);
}

.mypage .table_form.personal_info .row_group .row .tit {
    width: 160px;
}

.mypage .table_form.personal_info .row_group .row.name .input_box,
.mypage .table_form.personal_info .row_group .row.birth .input_box {
    width: 240px;
}

.mypage .table_form.personal_info .row_group .row.address .input_box.adr01 {
    width: 240px
}

.mypage .table_form.personal_info .row_group .row.phone .select_box {
    width: 80px;
}

.mypage .table_form.personal_info .row_group .row.phone .input_box {
    width: calc(100% - 90px);
}

.mypage .table_form.personal_info .row_group .row.email .input_box {
    width: 160px;
}

.mypage .table_form.personal_info .row_group .row.email .select_box {
    width: 180px;
}

.mypage .table_form.personal_info .row_group .row.email .input_box.mail01 {
    width: 160px;
}

.mypage .table_form.personal_info .col_group.user_photo .img {
    width: 180px;
    height: 240px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
}

.mypage .table_form.personal_info .col_group.user_photo .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mypage .table_form.personal_info .col_group.user_photo .btn {
    width: 100%;
}

.mypage .table_form.personal_info .col_group.user_photo .col {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.mypage .table_form.personal_info .col_group.user_photo .col .cnt p {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}

/* 응시자 정보 확인 */
.mypage .table_form.user_confirm .row_group .row {
    flex-flow: row nowrap;
    height: auto;
    border-bottom: 1px solid #eee;
    margin-top: 0;
}

.mypage .table_form.user_confirm .row_group .row .tit {
    width: 120px;
    border-right: 1px solid #eee;
    padding: 20px;
}

.mypage .table_form.user_confirm .row_group .row .cnt {
    width: calc(100% - 120px);
    border-right: 0;
    justify-content: flex-start;
    padding: 20px;
}

.mypage .table_form.user_confirm .row_group .row.help .cnt .radio_box {
    flex-flow: column;
    gap: 10px;
}

/*230605 hy(s)*/
.mypage .table_form .tbody .tr_group .td .cont>span {
    display: block;
}

/*230605 hy(e)*/

.mypage.apply_detail .table_form .tbody .tr_group .td{
    min-height: 0;
    padding: 15px 5px;
}
.mypage.apply_detail .detail_table.table_form{
    margin-bottom: 15px;
}

.sub .quailfication .table_form.user_edu.detail.user_edu .tit {
    font-family: 'Pretendard', sans-serif, 'NanumSquare', sans-serif;
    font-size: 15px;
    font-weight: 500;
    word-break: keep-all;
    margin: 0;
    width: 160px;
}
/* 
.sub .quailfication .user_career.detail .accordion_cnt {
    padding: 0;
}
.sub .quailfication .user_career.detail .accordion_cnt .row_tit{margin: 20px 0 15px; margin-left: 25px; font-size: 16px; font-weight: 400;}
.sub .quailfication .user_career.detail .accordion_cnt ul{margin-left: 55px;}
.sub .quailfication .user_career.detail .accordion_cnt .table_form{ border-top: 1px solid #eee; border-bottom: none;}
.sub .quailfication .user_career.detail .accordion_cnt ul .input_box.year{width: 80px; margin-right: 5px;}
.sub .quailfication .user_career.detail .accordion_cnt ul li{padding: 5px 0;}
.sub .quailfication .user_career.detail .accordion_cnt ul li:last-child{padding-bottom: 10px;}
.sub .quailfication .user_career.detail .accordion_cnt .row_wrap:last-child ul li:last-child{padding-bottom: 20px;}
.sub .quailfication .user_career.detail .accordion_cnt ul li .tit span{display: block; word-break: keep-all; font-size: 1.4rem;}
.sub .quailfication .user_career.detail .accordion_box .table_form {
    margin: 0;
} */

/* 인증심사원 자격 신청 세부 내역서 */
.sub .quailfication .special_filed .accordion_cnt .table_form{ border-top: 1px solid #eee; border-bottom: none;}
.sub .quailfication .special_filed .accordion_box .table_form {margin: 0;}
.sub .quailfication .table_box.user_career.detail.total .th{
    font-family: 'Pretendard', sans-serif, 'NanumSquare', sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #eee;
} 

/* 반응형 테이블 공통*/
.quailfication .table_form {
    display: flex;
    width: 100%;
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
    border-collapse: collapse;
    font-size: 15px;
    background-color: #fff;
    margin-top: 30px;
}

.quailfication .table_form .col_group,
.quailfication .table_form .row_group {
    display: flex;
    flex-flow: column;
}
.quailfication .table_form .row_group .row_wrap:first-child{width: 90%; border-right: 1px solid #eee;}
.quailfication .table_form .row_group .row_wrap:last-child{display: flex; justify-content: center; align-items: center; width: 10%; padding: 20px 10px;}
.quailfication .table_form .row_group .row_wrap .btn_wrap{
    display: flex;
    flex-flow: column; 
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.quailfication .table_form .row_group .row {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.quailfication .table_form .row_group .row:last-child {
    border-bottom: 0;
}

.quailfication .table_form .row_group .row .tit,
.quailfication .table_form .row_group .row .cnt {
    box-sizing: border-box;
    padding: 15px
}
/* .table_form .position .row_group .row .tit{text-align: center;} */
.table_form .position .row_group .row .tit>span{font-weight: 400; width: 100%; text-align: center;}
.table_form .position .row_group .row .cnt{border-right: none;}
.quailfication .special_filed .table_form .row_group .row_wrap{width: 100%; display: flex; flex-flow: column; border-right: none; gap: 20px;}
.quailfication .special_filed .table_form .row_group .row_wrap .text_field{width: 100%; display: flex; flex-flow: column; padding-left: 20px;}
.quailfication .table_form .input_box:first-child {
    margin-top: 0;
}

.quailfication .table_form input::placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}


/* 반응형 테이블 - 인적사항 */
.quailfication .table_form.personal_info .col_group.user_info {
    width: calc(100% - 240px);
}
.quailfication .table_form.personal_info .col_group.position{
    width: 100%;
}
.quailfication .table_form.personal_info .col_group.user_photo {
    width: 240px;
    box-sizing: border-box;
    padding: 20px;
}
.quailfication .table_form.personal_info .col_group.user_info .cnt{
    border-right: 1px solid #eee!important;
}
.quailfication .table_form .row_group .row .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
}
/* 
.quailfication .table_form .row_group .row.email .cnt {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    border-right: 1px solid #eee;
} */
.quailfication .table_form .row_group .row.email .cnt label{
    display: inline-block;
    width:  calc((100% - 208px) / 2);
}

.quailfication .table_form.personal_info .row_group .row .cnt {
    width: calc(100% - 160px);
}
.quailfication .accordion_box .table_form .row_group .row{display: block;}
/*
.quailfication .table_form.personal_info .input_box:disabled,
.quailfication .table_form.personal_info .select_box:disabled{color: #666!important; -webkit-text-fill-color:#666!important;}
*/
.quailfication .table_form.personal_info .row_group .row.company .cnt {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 5px;
}

.quailfication .table_form.personal_info .row_group .row.company .cnt label {
    width: calc(100% - 115px);
}
/*241112 (s) 회원가입-법인*/
.table_form .row_group .row.address .cnt {
    display: flex;
    flex-flow: wrap;
    gap: 5px;
}
/*//241112 (e)*/
.quailfication .table_form.personal_info .row_group .row .tit {
    width: 160px;
}
/*231020 hy(s)*/
.table_form .row_group .row.address .row_wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    border-right: none;
}
/*231020 hy(e)*/

.quailfication .table_form.personal_info .row_group .row.name .input_box,
.quailfication .table_form.personal_info .row_group .row.birth .input_box {
    width: 240px;
}

.quailfication .table_form.personal_info .row_group .row.address .input_box.adr01 {
    width: 240px
}

.quailfication .table_form.personal_info .row_group .row.phone .select_box {
    width: 80px;
}
/*231020 hy(s)*/
.quailfication .table_form.personal_info .row_group .row.phone .cnt{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.quailfication .table_form.personal_info .row_group .row.phone .cnt .btn{
    width: 95px;
}
.quailfication .table_form.personal_info .row_group .row.phone .input_box {
    width: calc((100% - 150px) / 3);
    margin-top: 0;
}
/*231020 hy(e)*/

/* .quailfication .table_form.personal_info .row_group .row.email .input_box {
    width: 160px;
} */

.quailfication .table_form.personal_info .row_group .row.email .select_box {
    width: 180px;
}

/* .quailfication .table_form.personal_info .row_group .row.email .input_box.mail01 {
    width: 160px;
} */

/*230802 hy(s) // 이미지 세로 여백 조정*/
/*231020 hy(s)*/
.quailfication .table_form.personal_info .col_group.user_photo .img {
    width: 100%;
    max-width: 200px;
    height: auto;
    min-height: 240px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
}
/*231020 hy(e)*/

/*230802 hy(e)*/
.quailfication .table_form.personal_info .col_group.user_photo .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.quailfication .table_form.personal_info .col_group.user_photo .btn {
    width: 100%;
}

.quailfication .table_form.personal_info .col_group.user_photo .col {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.quailfication .table_form.personal_info .col_group.user_photo .col .cnt p {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}


/* 반응형 테이블 - 학력사항 */
.quailfication .table_form.user_edu .col_group,
.quailfication .table_form.user_edu .row_group {
    flex-flow: row nowrap;
    width: 100%;
}

.quailfication .table_form.user_edu.detail .row_group {
    flex-flow: column;
}

.quailfication .table_form.user_edu.detail .wrap {
    display: flex;
    flex-flow: row;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.quailfication .table_form.user_edu.detail .wrap:last-child{border-bottom: none;}


.quailfication .table_form.user_edu.detail .th, .quailfication .table_form.user_edu.detail .th span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8%;
    margin: 0;
    padding: 0;
    height: 100%;
    border-right: 1px solid #eee;
    font-weight: 500;
    word-break: keep-all;
}
.quailfication .table_form.user_edu.detail .th span{border-right: none}

.quailfication .table_form.user_edu .col_group.education {
    width: calc(100% - 340px);
}

.quailfication .table_form.user_edu .col_group.graduation {
    width: 340px;
}

.quailfication .table_form.user_edu .row_group .row .tit {
    width: 160px;
}

.quailfication .table_form.user_edu .row_group .row .cnt {
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
}
.quailfication .table_form.user_edu .col_group.graduation .row_group .row .cnt{
    border-right: none!important;
}

.quailfication .table_form.user_edu.detail.divide .row_group .row .cnt {
    width: 36%;
    display: flex;
    align-items: center;
}
.quailfication .table_form.user_edu.detail.divide .row_group .row .cnt.bdrr_no{
    width: 42%;
}
.quailfication .table_form.user_career_detail .row_group .row .cnt {
    width: 38%;
    display: flex;
    align-items: center;
}
/*231020 hy(s)*/
.quailfication .table_form.user_career_detail .row_group .row .cnt .date_wrap{ position: relative; width: 100%;}
/*231020 hy(e)*/
/*
.quailfication .table_form.user_edu .row_group .row.half .tit {
    width: 80px;
    text-align: center;
}

.quailfication .table_form.user_edu.detail .row_group .row.half {
    border-bottom: 1px solid #eee;
}

.quailfication .table_form.user_edu.detail .row_group .row.half .tit:first-child {
    width: 160px;
}

.quailfication .table_form.user_edu.detail .row_group .row.half .tit:first-child span {
    width: 100%;
    font-weight: 500;
    text-align: center;
}

.quailfication .table_form.user_edu.detail .row_group .row.half .cnt {
    width: calc(50% - 160px);
    padding: 15px;
}

.quailfication .table_form.certifi.detail .row_group .row.half .cnt {
    width: calc(50% - 160px);
    padding: 15px;
}
.quailfication .table_form.certifi.detail .row_group .row.half .cnt .date_wrap{width: auto;}
.quailfication .table_form.certifi.detail .row_group .row.half .cnt .date_wrap input {
    width: auto;
    max-width: 185px;
}
*/
/*231025 hy(s)*/
/* .quailfication .table_form.certifi.detail .row_group .group_tit{
    text-align: center;
    padding: 15px;
    font-weight: 600;
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
} */
.quailfication .table_form.certifi.detail{
    border-top: none;
    border-bottom: none;
}
.quailfication .table_form.certifi.detail .row_group .col_wrap:first-child .group_tit{
    border-top: none;
}
.quailfication .table_form.certifi.detail .row_group .group_wrap {
    border-top: 2px solid #eee;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}


.quailfication .table_form.certifi.detail .row_group .row .tit {
    width: 12%;
}
.quailfication .table_form.certifi.detail .row_group .row .tit span{
    display: block;
    /* width: 160px; */
    box-sizing: border-box;
    word-break: keep-all;
}
.quailfication .table_form.user_edu.detail .radio_box {
    gap: 20px;
}

.quailfication .table_form.user_edu .col_group.graduation .row .select_box {
    width: 100%;
}

.quailfication .table_form.user_edu .col_group.education .radio_box {
    gap: 20px;
}

.quailfication .table_form.user_edu.detail.divide .row_group .tit {
    width: 8%;
    box-sizing: border-box;
}
.quailfication .table_form.user_edu.detail.divide .education{width: 100%;}
.quailfication .table_form.user_edu.detail.divide .education .row_group .row{
    width: 100%;
    border-bottom: 1px solid #eee;
}
.quailfication .table_form.user_edu.detail.divide .education .row_group .row .cnt{
    width: 100%;
    border-right: none;
}
.quailfication .table_form.user_edu.detail.divide .education .row_group .row .cnt .radio_box{
    /* margin: 0 auto; */
    flex-flow: row wrap;
    gap: 15px;
}

/* 반응형 테이블 - 경력사항 */
.quailfication .table_form.user_career .row_group {
    flex-flow: column;
    width: 100%;
}

.quailfication .table_form.user_career .row_group .row .tit {
    width: 300px;
}

.quailfication .table_form.user_career .row_group .row .cnt {
    width: calc(100% - 300px);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.quailfication .table_form.user_career .row_group .row .cnt .select_box {
    width: 80px;
    margin: 0 5px;
}


.quailfication .table_form.career_radio {
    width: 100%;
    flex-flow: column;
}

/* 반응형 테이블 - 파일첨부 */
.quailfication .table_form.file_upload {
    width: 100%;
    flex-flow: column;
}

.quailfication .table_form.file_upload .row .tit {
    width: 200px;
}

.quailfication .table_form.file_upload .row .cnt {
    width: calc(100% - 200px);
    display: flex;
    gap: 10px;
    flex-flow: column;
}

.quailfication .table_form.file_upload .row .cnt:last-child {
    border-right: 0;
}

.quailfication .table_form.file_upload .row .cnt .upload_box {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
}

.quailfication .table_form.file_upload .row .cnt .upload_box .input_box {

    flex: 1
}
.quailfication .table_form.file_upload .row .tit>span{font-weight: 600;}

/* 반응형 테이블 - 응시자 정보확인 */
.quailfication .table_form.user_confirm .col_group,
.quailfication .table_form.user_confirm .row_group {
    min-height: 280px;
}

.quailfication .table_form.user_confirm .row_group .row {
    height: calc(100% / 3);
}

.quailfication .table_form.user_confirm .row_group .row .tit {
    width: 160px;
}

.quailfication .table_form.user_confirm .row_group .row .cnt {
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.quailfication .table_form.user_confirm .row_group .row.help .cnt .radio_box {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
}

.quailfication .table_form.user_confirm .col_group.test_info {
    width: calc(100% - 240px);
}

.quailfication .table_form.user_confirm .col_group.user_photo {
    width: 240px;
    box-sizing: border-box;
    padding: 20px;
    justify-content: center;
}
.quailfication .table_form.personal_info .col_group.user_photo {
    justify-content: flex-start;
}
.quailfication .table_form.user_confirm .col_group.user_photo .col {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.quailfication .table_form.user_confirm .col_group.user_photo .img {
    width: 180px;
    /* height: 240px; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
}

.quailfication .table_form.user_confirm .col_group.user_photo .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ms-0414(s) */
/* 반응형 테이블 - 시험접수 */
.quailfication .table_form.test_place {
    flex-flow: column;
}

.quailfication .table_form .thead {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.quailfication .table_form .thead .th_group {
    display: flex;
}

.quailfication .table_form .thead .th_group .th {
    padding: 15px 10px;
    font-size: 1.6rem;
    color: #111;
    font-weight: 500;
    text-align: center;
    border-right: 1px solid #eee;
}

.quailfication .table_form .thead .th_group:last-child .th:last-child {
    border-right: none;
}

.quailfication .table_form.test_place .thead .th_group:nth-child(1) {
    width: 35%;
}

.quailfication .table_form.test_place .thead .th_group:nth-child(2) {
    width: 40%;
}

.quailfication .table_form.test_place .thead .th_group:nth-child(3) {
    width: 10%;
}

.quailfication .table_form.test_place .thead .th_group:nth-child(4) {
    width: 15%;
}

.quailfication .table_form .tbody .tr_group {
    display: flex;
    border-bottom: 1px solid #eee;
}

.quailfication .table_form .tbody .tr_group:last-child {
    border-bottom: none;
}

.quailfication .table_form .tbody .tr_group .td_group {
    display: flex;
}

.quailfication .table_form .tbody .tr_group .td {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    word-break: keep-all;
    border-right: 1px solid #eee;
    height: 100%;
}

.quailfication .table_form .tbody .tr_group .td_group.row {
    flex-flow: column;
}

.quailfication .table_form .tr {
    display: flex;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.quailfication .table_form .tr:last-child {
    border-bottom: none;
}

.quailfication .table_form .tbody .tr_group .td_group:last-child .td:last-child {
    border-right: none;
}

.quailfication .table_form .tbody .tr_group .td .tit {
    display: none;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.quailfication .table_form.test_place .tbody .tr_group .td_group:nth-child(1) {
    width: 35%;
}

.quailfication .table_form.test_place .tbody .tr_group .td_group:nth-child(2) {
    width: 40%;
}

.quailfication .table_form.test_place .tbody .tr_group .td_group:nth-child(3) {
    width: 10%;
}

.quailfication .table_form.test_place .tbody .tr_group .td_group:nth-child(4) {
    width: 15%;
}

.quailfication .table_form.test_place .reigion {
    width: calc(100%/3);
}

.quailfication .table_form.test_place .date {
    width: calc(100%/3);
}

.quailfication .table_form.test_place .time {
    width: calc(100%/3);
}

.quailfication .table_form.test_place .location {
    width: 75%;
}

.quailfication .table_form.test_place .map {
    width: 25%;
}

.quailfication .table_form.test_place .capacity {
    width: 100%;
}

.quailfication .table_form.test_place .th.capable {
    width: 100%;
}

.quailfication .table_form.test_place .td.capable {
    width: 40%;
}

.quailfication .table_form.test_place .td.td_btn {
    width: 60%;
}

.quailfication .table_form.test_place .td.capable {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
}

.quailfication .table_form.test_place .td.map .btn.TxtBoxBTN_4 {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

/* ms0417(s) */
/*230721 hy(s)*/
/*TxtBoxBTN_1 클래스명으로 대체*/
/* .quailfication .table_form.test_place .td_group.possible .btn {
    display: inline-block;
    background: #0162CA;
    color: #fff;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 0 0 0 1px inset #0162CA;
} */
/*230721 hy(e)*/
.quailfication .table_form.test_place .td_group.possible .cont {
    font-weight: 600;
    color: #1869C0;
}

.quailfication .table_form.test_place .td_group.impossible .cont {
    font-weight: 500;
    color: #999;
}

/*230721 hy(s)*/
/*TxtBoxBTN_DisAble 클래스명으로 대체*/
/* .quailfication .table_form.test_place .td_group.impossible .btn {
    display: inline-block;
    background: #eee;
    color: #666;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 0 0 0 1px inset #ddd;
} */
/*230721 hy(e)*/
/* //ms0417(e) */
/* 반응형 테이블 - 시험장소선택 */
.quailfication .table_form .tbody .tr_group.unselected {
    align-items: center;
    box-sizing: border-box;
    padding: 20px 0px;
    justify-content: center;
}

.quailfication .table_form.my_test_place {
    flex-flow: column;
}

.quailfication .table_form.my_test_place .thead .th_group:nth-child(1),
.quailfication .table_form.my_test_place .tbody .tr_group .td_group:nth-child(1) {
    width: 55%;
}

.quailfication .table_form.my_test_place .thead .th_group:nth-child(2),
.quailfication .table_form.my_test_place .tbody .tr_group .td_group:nth-child(2) {
    width: 30%;
}

.quailfication .table_form.my_test_place .thead .th_group:nth-child(3),
.quailfication .table_form.my_test_place .tbody .tr_group .td_group:nth-child(3) {
    width: 15%;
}

.quailfication .table_form.my_test_place .reigion {
    width: 22%;
}

.quailfication .table_form.my_test_place .location {
    width: 78%;
}

.quailfication .table_form.my_test_place .date,
.quailfication .table_form.my_test_place .time {
    width: calc(100%/2);
}


.quailfication .table_form.my_test_place .place {
    width: 100%;
}

/* ms0417(s) */
.quailfication .table_form.my_test_place .btn.change {
    display: inline-block;
    background: #fff;
    color: #0162CA;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 0 0 1px inset #0162CA;
}

/* 반응형 테이블- 실기전형 접수 */
.quailfication .table_form.test_place.practice .thead .th_group:nth-child(1),
.quailfication .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(1) {
    width: 10%;
}
/*231025 hy(s)*/
.quailfication .table_form.test_place.practice .thead .th_group:nth-child(2),
.quailfication .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(2) {
    width: 74%;
}

/* .quailfication .table_form.test_place.practice .thead .th_group:nth-child(3),
.quailfication .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(3) {
    width: 34%;
} */

.quailfication .table_form.test_place.practice .thead .th_group:nth-child(3),
.quailfication .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(3) {
    width: 6%;
}
/*231025 hy(e)*/

.quailfication .table_form.test_place.practice .thead .th_group:nth-child(5),
.quailfication .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(5) {
    width: 15%;
}

.quailfication .table_form.test_place.practice .thead .th_group:nth-child(1) .th,
.quailfication .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(1) .td {
    width: 100%;
}

.quailfication .table_form.test_place.practice .location {
    width: 64%;
}

.quailfication .table_form.test_place.practice .map {
    width: 36%;
}

.quailfication .table_form.test_place.practice .tbody .tr_group .td_group.row .td.date,
.quailfication .table_form.test_place.practice .thead .th_group.row .th.date {
    width: 52%;
}

.quailfication .table_form.test_place.practice .tbody .tr_group .td_group.row .td.date {
    align-items: flex-start;
}

.quailfication .table_form.test_place.practice .tbody .tr_group .td_group.row .td.type,
.quailfication .table_form.test_place.practice .thead .th_group.row .th.type {
    width: 20%;
}

.quailfication .table_form.test_place.practice .tbody .tr_group .td_group.row .td.time,
.quailfication .table_form.test_place.practice .thead .th_group.row .th.time {
    width: 28%;
}

.quailfication .table_form.my_test_place.practice .thead .th_group:nth-child(1),
.quailfication .table_form.my_test_place.practice .tbody .tr_group .td_group:nth-child(1) {
    width: 45%;
}

.quailfication .table_form.my_test_place.practice .thead .th_group:nth-child(2),
.quailfication .table_form.my_test_place.practice .tbody .tr_group .td_group:nth-child(2) {
    width: 40%;
}

.quailfication .table_form.my_test_place.practice .thead .th_group:nth-child(3),
.quailfication .table_form.my_test_place.practice .tbody .tr_group .td_group:nth-child(3) {
    width: 15%;
}

.quailfication .table_form.my_test_place.practice .tbody .tr_group .td_group:nth-child(3) .td {
    width: 100%;
}

.quailfication .table_form.my_test_place.practice .reigion {
    width: 22%;
}

.quailfication .table_form.my_test_place.practice .type {
    width: 25%;
}

.quailfication .table_form.my_test_place.practice .date {
    width: 50%;
    align-items: flex-start;
}

.quailfication .table_form.my_test_place.practice .time {
    width: 25%;
}

.quailfication .table_form.my_test_place.practice .capable {
    width: 100%;
}
/*231024 hy(s)*/
.quailfication .table_form.exam_exp {
    flex-flow: column;
    margin-bottom: 0;
}

.quailfication .table_form.exam_exp .check_box label {
    gap: 0
}

.quailfication .table_form.exam_exp .thead .th_group:nth-child(1),
.quailfication .table_form.exam_exp .tbody .td_group:nth-child(1) {
    width: 35%;
}

.quailfication .table_form.exam_exp .thead .th_group:nth-child(2),
.quailfication .table_form.exam_exp .tbody .td_group:nth-child(2) {
    width: 25%;
}

.quailfication .table_form.exam_exp .thead .th_group:nth-child(3),
.quailfication .table_form.exam_exp .tbody .td_group:nth-child(3) {
    width: 30%;
}

.quailfication .table_form.exam_exp .thead .th_group:nth-child(4),
.quailfication .table_form.exam_exp .tbody .td_group:nth-child(4) {
    width: 10%;
}

.quailfication .table_form.exam_exp .th.period,
.quailfication .table_form.exam_exp .td.period {
    width: 70%;
}

.quailfication .table_form.exam_exp .th.days,
.quailfication .table_form.exam_exp .td.days {
    width: 30%;
}

.quailfication .table_form.exam_exp .th.appl_org,
.quailfication .table_form.exam_exp .td.appl_org {
    width: 100%;
}

.quailfication .table_form.exam_exp .th.type,
.quailfication .table_form.exam_exp .td.type {
    width: 35%;
}

.quailfication .table_form.exam_exp .th.exam_org,
.quailfication .table_form.exam_exp .td.exam_org {
    width: 35%;
}

.quailfication .table_form.exam_exp .th.qualif,
.quailfication .table_form.exam_exp .td.qualif {
    width: 30%;
}

.quailfication .table_form.exam_exp .th.checked,
.quailfication .table_form.exam_exp .td.checked {
    width: 100%;
}


.quailfication .table_form.modal_popup {
    flex-flow: column;
}

.quailfication .table_form.modal_popup .tbody .tr_group .td_group {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.quailfication .table_form.modal_popup .tbody .tr_group .td {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    border-right: none;
    box-sizing: border-box;
    padding: 10px 0;
    align-items: flex-start;
}

.quailfication .table_form.modal_popup .tbody .tr_group .td .tit {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    width: 40%;
}
/*240925 (s) color 변경*/
.quailfication .table_form.modal_popup .tbody .tr_group .td .cont {
    color: #333;
    width: 60%;
    text-align: right;
}
/*240925 (e)*/

/* 개인회원 작성폼 */
.table_form.sign_in .col_group,
.table_form.sign_in .row_group {
    width: 100%;
}

.table_form.sign_in .row_group .row .tit {
    width: 160px;
}

.table_form.sign_in .row_group .row .cnt { width: calc(100% - 160px); display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.table_form.step03 .row_group .row .cnt {  flex-direction: row; }
.table_form.busi_table_form .row_group .row .cnt { flex-direction: row; align-items: center; }
/*241129 (s)*/
.table_form.type02 .row_group .row .cnt{ display: flex; flex-direction: row !important; align-items: center !important; }
/*//241129 (e)*/
.table_form.sign_in .row_group .row .cnt .input_box{margin-top: 0;}
/*//241022 (e)*/
/*241104 (s) - 기업회원 회원가입*/
.table_form.sign_in .row_group .row.address .cnt label{width: 100%;}
.table_form.sign_in .row_group .row.address .cnt .check_box{width: 100%;}
.table_form.sign_in .row_group .row.corp_cert .cnt{flex-flow: wrap;}
.table_form.sign_in .row_group .row.password .cnt{display: block;}
.table_form.sign_in .row_group .row.password .cnt span{display: block;}
/*//241104 (e)*/

.table_form.sign_in .row_group .row .cnt {
    border-right: 0;
}
.table_form.sign_in .row_group .row.id .cnt{flex-wrap: wrap;}
.table_form.sign_in .row_group .row.id .input_form {
    width: 360px;
    min-width: 360px;
    max-width: 360px;
}
.table_form.sign_in .row_group .row.id .guide_txt{width: 100%;}

.table_form.sign_in .row_group .row.password .input_form {
    width: 360px;
}
.table_form.text .tr_group .td.phone .select_box,
.table_form.sign_in .row_group .row.phone .select_box {
    width: 80px;
}

.table_form.sign_in .row_group .row.phone .input_box {
    width: 180px;
}
.table_form.sign_in .row_group .row.email .cnt .text_info{
    width: 100%;
}
.table_form.sign_in .row_group .row.email .cnt {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.table_form.sign_in .row_group .row.email .cnt >div {
    width: 100%;
    flex: 1;
}

.table_form.sign_in .row_group .row.email .input_box {
    width: calc((100% - 27px)/2);
    margin-top: 0;
}

.table_form.sign_in .row_group .row.email .select_box {
    width: 100%;
    flex: 1;
}
/* 기업회원 작성폼 */
.table_form.sign_in .row_group .row.address .input_box{width: 100%;}
.table_form.sign_in .row_group .row.address .input_box.adr01 {
    width: 240px;
}

.table_form .row_group .row .upload_box {
    display: flex;
    gap: 5px;
    align-items: center;
}

.table_form.sign_in .row_group .row.corp_cert .upload_box .file_box {
    position: relative;
    flex: 1;
}

.table_form.sign_in .row_group .row.corp_cert .upload_box .file_box .del_btn {
    position: absolute;
}

/* ms0421(s) */
.tab_content_inner.corp .table_form.sign_in .row_group .row.email .input_box {
    width: calc((100% - 20px) / 2);
}

.tab_content_inner.corp .table_form.sign_in .row_group .row.email .select_box {
    width: 100%;
}

.tab_content_inner.corp .table_form.sign_in .row_group .row.email .cnt {
    display: block;
}

/*240213 (s)*/
.certifi_apply .certifi_apply03 > div{
    overflow: auto;
}
/*240213 (e)*/
td.card_news_detail > div{
    display: flex;
    justify-content: center;
    width: 100%;
}
td.card_news_detail > div > img{
    width: 70%;
}
/*240415 (s)*/
.mypage.apply_detail .certifi_have .table_form .tbody .tr_group .td_group .td.btn::before{
    content: "";
    font-size: 0;
}
/*240415 (e)*/

/* Media-query */
@media screen and (max-width:1400px) {
    .quailfication .table_form.user_edu{
        flex-flow: column;
    }
    .quailfication .table_form.user_edu .col_group.education{
        width: 100%;
    }
    .quailfication .table_form.user_edu .row_group:first-child{
        border-bottom: 1px solid #eee;
    }
    .quailfication .table_form.user_edu .row_group .row .cnt{
        border-right: none;
    }
}

@media screen and (max-width:1200px) {

    /* quailfication */
    .quailfication .table_form.personal_info .row_group .row.name .input_box,
    .quailfication .table_form.personal_info .row_group .row.birth .input_box {
        width: 100%;
    }

    .quailfication .table_form.personal_info .row_group .row.address .input_box.adr01 {
        width: 100%;
        
    }

    /* .quailfication .table_form.personal_info .row_group .row.email .input_box.mail01,
    .quailfication .table_form.personal_info .row_group .row.email .input_box, */
    .quailfication .table_form .row_group .row.email .cnt label {
        width: calc((100% - 23px) / 2);
    }

    .quailfication .table_form.personal_info .row_group .row.email .select_box {
        width: 100%;
        margin-top: 5px;
    }
}

@media screen and (max-width:920px) {
    .mypage .table_form {
        /* border-top: 1px solid #eee; */
    } 

    .mypage .table_form .thead {
        display: none;
    }

    /*230414 hy(s)*/
    .mypage .table_form .tbody .tr_group {
        flex-flow: column;
    }

    .mypage .table_form .tbody .tr_group .td_group {
        flex-flow: column;
    }


    .mypage .certifi_history.apply .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .certifi_history.apply .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .certifi_history.apply .table_form .tbody .tr_group .td_group:nth-child(3) {
        width: 100%;
    }

    .mypage .table_form .tbody .tr_group .td_group .tr {
        flex-flow: column;
        background: #F7F7F7;
        border-radius: 4px;
        padding: 15px 10px;
        margin-bottom: 5px;
        border-bottom: none;
    }

    .mypage .table_form .tbody .tr_group .td_group .tr .td {
        margin-bottom: 10px;
    }

    .mypage .table_form .tbody .tr_group .td_group .tr .td:last-child {
        margin-bottom: 0;
    }

    .mypage .table_form .tbody .tr_group .td_group .td {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        width: 100%;
        border-right: none;
        padding: 0;
        align-items: flex-start;
        /*240415 (s)*/
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }

    .mypage .table_form .tbody .tr_group .td_group .td .wrap {
        flex-flow: row;
    }

    .mypage .table_form .tbody .tr_group .td_group .td .tit {
        display: block;
        margin-right: 10px;
        word-break: keep-all;
    }

    /*230707 hy(s) // 마이페이지 인증신청내역, 자격갱신 증빙서류 제출내역*/
    .mypage .table_form .tbody .tr_group .td .cont {
        text-align: right;
    }

    .mypage .submit_document.renew .table_form .evidence {
        margin: 10px 0;
    }

    /*230707 hy(e)*/
    .mypage .table_form .tbody .tr_group .td_group .td .cont.badge {
        padding: 5px 12px;
        border-radius: 20px;
        margin-top: 20px;
        margin-bottom: 5px;
        background: #F2F6FA;
        color: #004EA2;
    }

    .mypage .table_form .tbody .tr_group .td_group .td .cont.badge.single {
        background: #F2F8F9;
        color: #005C70;
    }

    .mypage .table_form .tbody .tr_group .td_group .td .cont.badge.several {
        background: #F3F2FA;
        color: #392E75;
    }

    .mypage .certifi_history.apply .table_form .tbody .tr_group .td_group .td.state {
        flex-flow: column;
        gap: 10px;
    }

    /*230414 hy(e)*/
    .mypage .table_form .tbody .tr_group .td_group .td.progress {
        padding: 0;
        margin-bottom: 5px;
    }

    .mypage .table_form .tbody .tr_group .td_group .td.progress>button {
        margin-bottom: 15px;
    }

    .mypage .table_form .tbody .tr_group .td_group .td .wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .mypage .table_form .tbody .tr_group .td .btn_group {
        width: 100%;
    }

    .mypage .table_form .tbody .tr_group .td .btn_group>button {
        margin-top: 15px;
    }

    .mypage .table_form .tbody .tr_group .td .btn_group.small>button {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #fff;
        font-size: 1.4rem;
        border-radius: 6px;
        color: #004EA2;
        font-weight: 500;
        text-align: center;
        letter-spacing: -0.05em;
        padding: 0 15px;
        border: 1px solid #1869C0;
        display: inline-block;
    }

    .mypage .table_form .regist_number {
        width: 100%;
    }

    .mypage .table_form .division {
        width: 100%;
    }

    .mypage .table_form .type_certifi {
        width: 100%;
    }

    .mypage .table_form .type_exam {
        width: 100%;
    }

    .mypage .table_form .range_certifi {
        width: 100%;
    }

    .mypage .table_form .date {
        width: 100%;
    }

    .mypage .certifi_history .table_form .date {
        margin-top: 10px;
    }

    .mypage .table_form .state {
        width: 100%;
    }

    .mypage .table_form .progress {
        width: 100%;
    }

    .mypage .certifi_objection .table_form .td_group {
        margin-top: 20px;
        padding-bottom: 5px;
    }

    /*230414 hy(s)*/
    .mypage .table_form .tbody .tr_group .td .btn_group.small {
        padding: 0;
        margin-top: 0;
    }

    /*230414 hy(e)*/

    /*마이페이지 보완조치결과 제출*/
    .mypage .patch_submit .table_form .regist_number {
        width: 100%;
    }

    .mypage .patch_submit .table_form .division {
        width: 100%;
    }

    .mypage .patch_submit .table_form .type_certifi {
        width: 100%;
    }

    .mypage .patch_submit .table_form .type_exam {
        width: 100%;
    }

    .mypage .patch_submit .table_form .range_certifi {
        width: 100%;
    }

    .mypage .patch_submit .table_form .delay {
        width: 100%;
    }

    .mypage .patch_submit .table_form .submit {
        width: 100%;
    }

    .mypage .patch_submit .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .patch_submit .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .patch_submit .table_form .tbody .tr_group .td_group:nth-child(3) {
        width: 100%;
    }

    .mypage .patch_submit .table_form .tbody .tr_group .td_group:first-child {
        flex-flow: column-reverse;
    }

    .mypage .table_form .tbody .tr_group .td_group .td.delay,
    .mypage .table_form .tbody .tr_group .td_group .td.submit {
        flex-flow: column;
    }

    .mypage .patch_submit .table_form .tbody .tr_group .td_group.row {
        margin-bottom: 10px;
    }

    .mypage .patch_submit .table_form .tbody .tr_group .td .btn_group>button {
        margin-top: 15px;
    }

    .mypage .table_form .tbody .tr_group .td_group .td.submit {
        margin-bottom: 20px;
    }

    .mypage .table_form .tbody .tr_group .td_group .td.survey {
        flex-flow: column;
    }
    /*마이페이지 공통*/

    .mypage .table_form.text .tbody .tr_group {
        flex-flow: row;
    }

    .mypage .table_form.text .tbody .tr_group .td_group {
        flex-flow: row;
    }
    /*241015 (s) 마이페이지-인증신청내역*/
    .mypage .table_form.text .tbody .tr_group .td_group .td { margin-bottom: 0; border-right: 1px solid #eee; align-items: center; padding: 14px 10px;}
    /*//241015 (e)*/
    .mypage .table_form {
        margin-top: 20px;
    }

    .mypage .table_form .tbody .tr_group .td_group .td.btn {
        flex-flow: column;
    }
    .mypage.apply_detail .certifi_have .table_form .tbody .tr_group .td_group .td.btn{
        flex-flow: row;
        align-items: center;
        justify-content: flex-end;
        position: relative;
    }
    .mypage.apply_detail .certifi_have .table_form .tbody .tr_group .td_group .td.btn::before{
        content: "인증서";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-size: 16px;
        color: #333;
        font-weight: 500;
    }

    .mypage .table_form .tbody .tr_group .td_group.col_reverse {
        flex-flow: column-reverse;
    }

    /* .mypage .vertical_table .table_form .tbody .tr_group .td_group .tr {
        margin-bottom: 20px;
        background: #fff;
        border: 1px solid #eee;
    } */

    .mypage .vertical_table .table_form .tbody .tr_group .td_group .td.title .cont {
        color: #333;
        font-weight: 700;
        text-align: left;
        font-size: 1.6rem;
    }

    .mypage .vertical_table .table_form .tbody .tr_group .td_group .td.title .cont {
        color: #333;
        font-weight: 700;
        text-align: left;
        font-size: 1.6rem;
    }

    .mypage .vertical_table .table_form .middle_able2 {
        width: 100%;
    }

    .mypage .vertical_table .table_form .middle_disable {
        width: 100%;
    }

    /*인증신청내역 > 접수*/
    .mypage .certifi_history .progress_history .table_form .thead .th_group,
    .mypage .certifi_history .progress_history .table_form .tbody .tr_group .td_group {
        width: 100%;
    }

    .mypage .progress_history .table_form .th.date,
    .mypage .progress_history .table_form .td.date {
        width: 100%;
    }

    .mypage .progress_history .table_form .th.state,
    .mypage .progress_history .table_form .td.state {
        width: 100%;
    }

    .mypage .progress_history .table_form .th.person,
    .mypage .progress_history .table_form .td.person {
        width: 100%;
    }

    /*이의신청내역 접수*/
    /* .mypage .certifi_history .table_form.text .tr_group .td_group .td.col {
        align-items: flex-end;
    } */

    .mypage .certifi_history .table_form.text .tr_group .td_group .th.col>span {
        margin-left: 5px;
        color: #333;
        font-weight: 400;
    }


    /*기업정보 수정*/
    .mypage .certifi_history.corp_edit .table_form.text .tr_group .td_group .td.col {
        align-items: flex-start;
    }

    .mypage .certifi_history .table_form.text .tr_group .td_group .td.col.file_button {
        align-items: flex-start;
    }


    /*비밀번호 수정*/

    /*1:1문의하기*/
    .mypage .inquiry .table_form .tbody .td.title .cont a {
        font-weight: 700;
    }

    .mypage .inquiry .table_form .tbody .tr_group .td_group .tr {
        margin-bottom: 20px;
    }

    /*마이페이지 > 보완조치결과 제출*/
    .mypage .inquiry .table_form .division {
        width: 100%;
    }

    .mypage .inquiry .table_form .title {
        width: 100%;
    }

    .mypage .inquiry .table_form .date {
        width: 100%;
    }

    .mypage .inquiry .table_form .reply {
        width: 100%;
    }

    .mypage .inquiry .table_form .state {
        width: 100%;
    }

    .mypage .inquiry .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .inquiry .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    /*자격보유현황*/
    .mypage .own_qualification .table_form .title {
        width: 100%;
    }

    .mypage .own_qualification .table_form .regist_number {
        width: 100%;
    }

    .mypage .own_qualification .table_form .date {
        width: 100%;
    }

    .mypage .own_qualification .table_form .renew_num {
        width: 100%;
    }

    .mypage .own_qualification .table_form .renew_date {
        width: 100%;
    }

    .mypage .own_qualification .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .own_qualification .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .own_qualification .table_form .tbody .tr_group {
        padding-top: 20px;
    }

    /*보수교육 평가시험 결과*/
    .mypage .patch_test_result .table_form .division {
        width: 100%;
    }

    .mypage .patch_test_result .table_form .date {
        width: 100%;
    }

    .mypage .patch_test_result .table_form .result {
        width: 100%;
    }

    .mypage .patch_test_result .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .patch_test_result .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .patch_test_result .table_form .tbody .tr_group {
        padding-top: 20px;
    }

    /*마이페이지 > 의무대상자 이의신청내역*/
    .mypage .certifi_objection .table_form .regist_number {
        width: 100%;
    }

    .mypage .certifi_objection .table_form .company {
        width: 100%;
    }

    .mypage .certifi_objection .table_form .date {
        width: 100%;
    }

    .mypage .certifi_objection .table_form .state {
        width: 100%;
    }

    .mypage .certifi_objection .table_form .done {
        width: 100%;
    }

    .mypage .certifi_objection .table_form .th_group {
        width: 100%;
    }

    .mypage .certifi_objection .table_form .td_group {
        width: 100%;
    }

    /*마이페이지 > 보완조치결과 제출*/
    .mypage .patch_submit .table_form .regist_number {
        width: 100%;
    }

    .mypage .patch_submit .table_form .division {
        width: 100%;
    }

    .mypage .patch_submit .table_form .type_certifi {
        width: 100%;
    }

    .mypage .patch_submit .table_form .type_exam {
        width: 100%;
    }

    .mypage .patch_submit .table_form .range_certifi {
        width: 100%;
    }

    .mypage .patch_submit .table_form .delay {
        width: 100%;
    }

    .mypage .patch_submit .table_form .submit {
        width: 5100;
    }

    .mypage .patch_submit .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .patch_submit .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .patch_submit .table_form .tbody .tr_group .td_group:nth-child(3) {
        width: 100%;
    }

    /*마이페이지 > 심사팀 만족도 평가*/
    .mypage .satisfy .table_form .regist_number {
        width: 100%;
    }

    .mypage .satisfy .table_form .division {
        width: 100%;
    }

    .mypage .satisfy .table_form .type_certifi {
        width: 100%;
    }

    .mypage .satisfy .table_form .type_exam {
        width: 100%;
    }

    .mypage .satisfy .table_form .range_certifi {
        width: 100%;
    }

    .mypage .satisfy .table_form .date {
        width: 100%;
    }

    .mypage .satisfy .table_form .state {
        width: 100%;
    }

    .mypage .satisfy .table_form .survey {
        width: 100%;
    }

    .mypage .satisfy .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .satisfy .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .satisfy .table_form .tbody .tr_group .td_group:nth-child(3) {
        width: 100%;
    }

    .mypage .satisfy .table_form .tbody .tr_group .td_group:nth-child(1) {
        flex-flow: column-reverse;
    }

    /*마이페이지 > 인증서보유현황*/
    .mypage .certifi_have .table_form .regist_number {
        width: 100%;
    }

    .mypage .certifi_have .table_form .range_certifi {
        width: 100%;
    }

    .mypage .certifi_have .table_form .date {
        width: 100%;
    }

    .mypage .certifi_have .table_form .judgement {
        width: 100%;
    }

    .mypage .certifi_have .table_form .state {
        width: 100%;
    }

    .mypage .certifi_have .table_form .document {
        width: 100%;
    }

    .mypage .certifi_have .table_form .tbody .tr_group .td_group {
        width: 100%;
    }

    .mypage .certifi_have .print_history .table_form .regist_number {
        width: 100%;
    }

    .mypage .certifi_have .print_history .table_form .range_certifi {
        width: 100%;
    }

    .mypage .certifi_have .print_history .table_form .date {
        width: 100%;
    }

    .mypage .certifi_have .print_history .table_form .state {
        width: 100%;
    }

    /* .mypage .certifi_have .table_form .tbody .tr_group {
        padding-top: 15px;
    } */

    .mypage .certifi_have .table_form .tbody .tr_group .td_group .btn_group {
        padding: 0;
    }

    .mypage .certifi_have .table_form .tbody .tr_group .td_group .btn_group>button {
        margin: 0;
    }

    /*자격검정 접수내역 */
    .mypage .apply_history.ing .table_form .title {
        width: 100%;
    }

    .mypage .apply_history.ing .table_form .division {
        width: 100%;
    }

    .mypage .apply_history.ing .table_form .date {
        width: 100%;
    }

    .mypage .apply_history.ing .table_form .state {
        width: 100%;
    }

    .mypage .apply_history.ing .table_form .btn_group {
        width: 100%;
    }

    .mypage .apply_history.ing .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .apply_history.ing .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .apply_history.ing .table_form .tbody .tr_group .td_group:nth-child(3) {
        width: 100%;
    }

    .mypage .apply_history.past .table_form .title {
        width: 100%;
    }

    .mypage .apply_history.past .table_form .division {
        width: 100%;
    }

    .mypage .apply_history.past .table_form .date {
        width: 100%;
    }

    .mypage .apply_history.past .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .apply_history.past .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .apply_history.cancel .table_form .date {
        width: 100%;
    }

    .mypage .apply_history.cancel .table_form .title {
        width: 100%;
    }

    .mypage .apply_history.cancel .table_form .division {
        width: 100%;
    }

    .mypage .apply_history.cancel .table_form .cancel {
        width: 100%;
    }

    .mypage .apply_history.cancel .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .apply_history.cancel .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .apply_history.cancel .table_form .tbody .tr_group .td_group:nth-child(3) {
        width: 100%;
    }

    /* .mypage .apply_history .table_form .tbody .tr_group .td_group .tr {
        margin-bottom: 20px;
        background: #fff;
        border: 1px solid #eee;
    } */

    .mypage .apply_history .table_form .tbody .tr_group .td.title .cont {
        color: #333;
        font-weight: 700;
    }

    .mypage .apply_history .table_form .tbody .tr_group .td.title .cont {
        text-align: left;
    }

    /* 수험표 출력*/
    .mypage .print_ticket .table_form .title {
        width: 100%;
    }

    .mypage .print_ticket .table_form .division {
        width: 100%;
    }

    .mypage .print_ticket .table_form .date {
        width: 100%;
    }

    .mypage .print_ticket .table_form .regist_number {
        width: 100%;
    }

    .mypage .print_ticket .table_form .btn_group {
        width: 100%;
    }

    .mypage .print_ticket .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .print_ticket .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .print_ticket .table_form .tbody .tr_group .td_group:nth-child(3) {
        width: 100%;
    }

    /* 응시원서 보완서류 제출 */
    .mypage .submit_document .table_form .title {
        width: 100%;
    }

    .mypage .submit_document .table_form .division {
        width: 100%;
    }

    .mypage .submit_document .table_form .date {
        width: 100%;
    }

    .mypage .submit_document .table_form .btn_group {
        width: 100%;
    }

    .mypage .submit_document .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .submit_document .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .submit_document .table_form .tbody .tr_group .td_group:nth-child(3) {
        width: 100%;
    }

    /*자격갱신 증빙서류 제출내역*/
    .mypage .submit_document.renew .table_form .title {
        width: 100%;
    }

    .mypage .submit_document.renew .table_form .division {
        width: 100%;
    }

    .mypage .submit_document.renew .table_form .date {
        width: 100%;
    }

    .mypage .submit_document.renew .table_form .btn_group {
        width: 100%;
    }

    .mypage .submit_document.renew .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .submit_document.renew .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .submit_document.renew .table_form .tbody .tr_group .td_group:nth-child(3) {
        width: 100%;
    }

    .mypage .table_form .tbody .tr_group .td_group .btn_group.col {
        flex-flow: column;
        align-items: flex-end;
    }

    .mypage .submit_document.renew .table_form .tbody .tr_group {
        padding-top: 20px;
    }

    /* 자격검정결과 조회 */
    .mypage .test_result .table_form .title {
        width: 100%;
    }

    .mypage .test_result .table_form .division {
        width: 100%;
    }

    .mypage .test_result .table_form .result {
        width: 100%;
    }

    .mypage .test_result .table_form .grade {
        width: 100%;
    }

    .mypage .test_result .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .test_result .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    /*개인 이의제기 신청*/
    .mypage .test_objection .table_form .title {
        width: 100%;
    }

    .mypage .test_objection .table_form .division {
        width: 100%;
    }

    .mypage .test_objection .table_form .date {
        width: 100%;
    }

    .mypage .test_objection .table_form .btn_group {
        width: 100%;
    }

    .mypage .test_objection .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .test_objection .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    /*230605 hy(s)*/
    /*240925 (s) color 변경*/
    .mypage .test_objection .table_form .tbody .tr_group .td_group .td.category .tit {
        color: #333;
    }
    /*240925 (e)*/
    /*230605 hy(e)*/

    /*개인 이의제기 내역*/
    .mypage .test_objection.history .table_form .division {
        width: 100%;
    }

    .mypage .test_objection.history .table_form .category {
        width: 100%;
    }

    .mypage .test_objection.history .table_form .title {
        width: 100%;
    }

    .mypage .test_objection.history .table_form .date {
        width: 100%;
    }

    .mypage .test_objection.history .table_form .state {
        width: 100%;
    }

    .mypage .test_objection.history .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .test_objection.history .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .test_objection.history .table_form .tbody .tr_group .td_group:nth-child(3) {
        width: 100%;
    }

    /* .mypage .test_objection.history .table_form .tbody .tr_group .title .cont.txtover{overflow: auto; white-space: normal; width: auto; text-overflow: unset; word-break: break-all;} */

    /*필기전형 합격 유효기간*/
    .mypage .pass_written_test .table_form .tbody .tr_group {
        padding-top: 20px;
    }

    .mypage .pass_written_test .table_form .thead .th_group:nth-child(1) {
        width: 100%;
    }

    .mypage .pass_written_test .table_form .thead .th_group:nth-child(2) {
        width: 100%;
    }

    .mypage .pass_written_test .table_form .title {
        width: 100%;
    }

    .mypage .pass_written_test .table_form .division {
        width: 100%;
    }

    .mypage .pass_written_test .table_form .date {
        width: 100%;
    }

    .mypage .pass_written_test .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .pass_written_test .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    /*부정행위 이력*/
    .mypage .cheat_history .table_form .tbody .tr_group {
        padding-top: 15px;
        padding-bottom: 5px;
    }

    /*증명서 발급*/
    .mypage .certifi_print .table_form .title {
        width: 100%;
    }

    .mypage .certifi_print .table_form .regist_number {
        width: 100%;
    }

    .mypage .certifi_print .table_form .date {
        width: 100%;
    }

    .mypage .certifi_print .table_form .document {
        width: 100%;
    }

    .mypage .certifi_print .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .certifi_print .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .certifi_print .table_form .tbody .tr_group .td_group:nth-child(3) {
        width: 100%;
    }

    .mypage .certifi_print .print_history .table_form .title {
        width: 100%;
    }

    .mypage .certifi_print .print_history .table_form .date {
        width: 100%;
    }

    .mypage .certifi_print .print_history .table_form .state {
        width: 100%;
    }

    .mypage .certifi_print .print_history .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .certifi_print .print_history .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .certifi_print .table_form .tbody .tr_group {
        padding-top: 20px;
    }

    .mypage .career_print .print_history .table_form .title {
        width: 100%;
    }

    .mypage .career_print .print_history .table_form .term {
        width: 100%;
    }

    .mypage .career_print .print_history .table_form .date {
        width: 100%;
    }

    .mypage .career_print .print_history .table_form .state {
        width: 100%;
    }

    .mypage .career_print .print_history .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .career_print .print_history .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .mypage .career_print .print_history .table_form .tbody .tr_group {
        padding-top: 20px;
    }

    .mypage .career_print .table_form.text .tbody .tr_group .td_group .td {
        padding: 20px;
    }

    /*자격검정정보*/
    .mypage .pass_written_test .table_form .title {
        width: 100%;
    }

    .mypage .pass_written_test .table_form .division {
        width: 100%;
    }

    .mypage .pass_written_test .table_form .date {
        width: 100%;
    }

    .mypage .pass_written_test .table_form .tbody .tr_group .td_group {
        width: 100%;
    }

    .mypage .cheat_history .table_form .title {
        width: 100%;
    }

    .mypage .cheat_history .table_form .division {
        width: 100%;
    }

    .mypage .cheat_history .table_form .state {
        width: 100%;
    }

    .mypage .cheat_history .table_form .date {
        width: 100%;
    }

    .mypage .cheat_history .table_form .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .mypage .cheat_history .table_form .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }
}

/* ms0414(s) */
@media screen and (max-width: 920px) {
    .quailfication .table_form .thead {
        display: none;
    }

    .quailfication .table_form .tbody .tr_group,
    .quailfication .table_form .tbody .tr_group .td_group {
        flex-flow: column;
    }

    .quailfication .table_form .tbody .tr_group {
        box-sizing: border-box;
        padding: 10px 0;
    }

    .quailfication .table_form .tbody .tr_group .td .tit {
        display: block;
        margin-right: 10px;
    }

    .quailfication .table_form.test_place .tbody .tr_group .td_group:nth-child(1),
    .quailfication .table_form.test_place .tbody .tr_group .td_group:nth-child(2),
    .quailfication .table_form.test_place .tbody .tr_group .td_group:nth-child(3),
    .quailfication .table_form.test_place .tbody .tr_group .td_group:nth-child(4) {
        width: 100%;
    }

    .quailfication .table_form .tbody .tr_group .td {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        width: 100%;
        border-right: none;
        box-sizing: border-box;
        padding: 5px 0;
        align-items: flex-start;
    }

    .quailfication .table_form .tbody .tr_group .td_group .tr {
        flex-flow: column;
    }

    .quailfication .table_form .tbody .tr_group .td_group .tr .td.map {
        align-items: center;
    }

    .quailfication .table_form.test_place .td_btn .btn_group {
        width: 100%;
        margin-top: 10px;
    }

    /* ms0417(s) */
    .quailfication .table_form.test_place .td_group.possible .btn,
    .quailfication .table_form.test_place .td_group.impossible .btn {
        width: 100%;
        /* height: 40px;
        line-height: 40px; */
    }
    /*240223 (s)*/
    .quailfication .table_form.test_place .td_group.possible .btn {
        /* height: 40px;
        line-height: 40px; */
        padding: 9px 15px;
        font-size: 14px;
    }
    /*240223 (e)*/

    .quailfication .table_form.test_place .td_group.impossible .btn {
        /* height: 40px;
        line-height: 40px; */
        font-size: 14px;
    }

    /* //ms0417(e) */
    .quailfication .table_form.my_test_place .thead .th_group:nth-child(1),
    .quailfication .table_form.my_test_place .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .quailfication .table_form.my_test_place .thead .th_group:nth-child(2),
    .quailfication .table_form.my_test_place .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .quailfication .table_form.my_test_place .thead .th_group:nth-child(3),
    .quailfication .table_form.my_test_place .tbody .tr_group .td_group:nth-child(3) {
        width: 100%;
    }

    .quailfication .table_form.my_test_place .btn_group {
        width: 100%;
        margin-top: 10px;
    }

    .quailfication .table_form.my_test_place .td.place .btn {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    /* ms0417(s) */
    .quailfication .table_form.test_place.practice .thead .th_group:nth-child(1),
    .quailfication .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(1),
    .quailfication .table_form.test_place.practice .thead .th_group:nth-child(2),
    .quailfication .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(2),
    .quailfication .table_form.test_place.practice .tbody .tr_group .td_group.row .td.type,
    .quailfication .table_form.test_place.practice .thead .th_group.row .th.type,
    .quailfication .table_form.test_place.practice .tbody .tr_group .td_group.row .td.date,
    .quailfication .table_form.test_place.practice .thead .th_group.row .th.date,
    .quailfication .table_form.test_place.practice .tbody .tr_group .td_group.row .td.time,
    .quailfication .table_form.test_place.practice .thead .th_group.row .th.time,
    .quailfication .table_form.test_place.practice .thead .th_group:nth-child(3),
    .quailfication .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(3),
    .quailfication .table_form.test_place.practice .thead .th_group:nth-child(4),
    .quailfication .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(4),
    .quailfication .table_form.test_place.practice .thead .th_group:nth-child(5),
    .quailfication .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(5) {
        width: 100%;
    }

    .quailfication .table_form.test_place.practice .tbody .tr_group .td_group.row .td.date .cont {
        text-align: right;
    }

    .quailfication .table_form.my_test_place.practice .thead .th_group:nth-child(1),
    .quailfication .table_form.my_test_place.practice .tbody .tr_group .td_group:nth-child(1),
    .quailfication .table_form.my_test_place.practice .thead .th_group:nth-child(2),
    .quailfication .table_form.my_test_place.practice .tbody .tr_group .td_group:nth-child(2),
    .quailfication .table_form.my_test_place.practice .thead .th_group:nth-child(3),
    .quailfication .table_form.my_test_place.practice .tbody .tr_group .td_group:nth-child(3),
    .quailfication .table_form.my_test_place.practice .thead .th_group:nth-child(4),
    .quailfication .table_form.my_test_place.practice .tbody .tr_group .td_group:nth-child(4) {
        width: 100%;
    }

    .quailfication .table_form.my_test_place .btn.change {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0px 15px;
        font-size: 14px;
    }

    .quailfication .table_form.my_test_place.practice .tbody .tr_group .td_group.row .td.date .cont {
        text-align: right;
    }

    .quailfication .table_form.exam_exp .thead .th_group:nth-child(1),
    .quailfication .table_form.exam_exp .tbody .td_group:nth-child(1),
    .quailfication .table_form.exam_exp .thead .th_group:nth-child(2),
    .quailfication .table_form.exam_exp .tbody .td_group:nth-child(2),
    .quailfication .table_form.exam_exp .thead .th_group:nth-child(3),
    .quailfication .table_form.exam_exp .tbody .td_group:nth-child(3),
    .quailfication .table_form.exam_exp .thead .th_group:nth-child(4),
    .quailfication .table_form.exam_exp .tbody .td_group:nth-child(4) {
        width: 100%;
    }

    .quailfication .table_form.exam_exp .td.appl_org .cont {
        text-align: right;
    }

    /* //ms0417(e) */

    /*마이페이지 > 자격검정 접수내역*/
    /*230707 hy(s)*/
    .mypage .table_form .tbody .tr_group .td_group .btn_group>button {
        width: 100%;
        height: 40px;
    }
    .quailfication .table_form.user_edu.detail.divide .row_group .tit{
        border-bottom: 1px solid #eee;
    }
    .quailfication .table_form.user_edu.detail.divide .row_group .row .cnt{
        width: 92%;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    .quailfication .table_form.user_career_detail .row_group .row .cnt{
        width: 88%;
    }
    .quailfication .table_form .row_group .row_wrap:last-child{
        width: 15%;
    }
    .quailfication .user_career.detail.total table .tit{
        padding-left: 10px;
    }
    .sub .quailfication .table_box.user_career.detail.total .th{
        padding: 15px 10px;
    }
}

/* //ms0414(e) */

@media screen and (max-width:810px) {

    /*제도소개 > 정보보호등급제 */
    .quailfication .table_form.personal_info .row_group .row.address .input_box.adr01{width: 100%;}
    .quailfication .table_form.personal_info .row_group .row.address .btn{width: 110px;}
}

@media screen and (max-width:768px) {
    .table_form{
        margin-bottom: 30px;
    }
    /* ISMS-P인증서 발급 현황 */
    .table_form .thead {
        display: none;
    }

    .table_form .tbody .tr_group {
        flex-flow: column;
    }

    .certi_status_02_tb .tr_group .th_group,
    .certi_status_02_tb .tr_group .td_group {
        width: 100%;
    }

    .certi_status_02_tb .table_form.test_place.practice .thead .th_group:nth-child(1),
    .certi_status_02_tb .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .certi_status_02_tb .table_form.test_place.practice .thead .th_group:nth-child(2),
    .certi_status_02_tb .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .certi_status_02_tb .table_form.test_place.practice .thead .th_group:nth-child(3),
    .certi_status_02_tb .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(3) {
        width: 100%;
    }

    .certi_status_02_tb .table_form.test_place.practice .thead .th_group:nth-child(4),
    .certi_status_02_tb .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(4) {
        width: 100%;
    }

    .certi_status_02_tb .table_form.test_place.practice .thead .th_group:nth-child(5),
    .certi_status_02_tb .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(5) {
        width: 100%;
    }

    .table_form .tbody .tr_group .td {
        flex-flow: row wrap;
        display: flex;
        justify-content: space-between;
    }

    .table_form .tbody .tr_group .td .tit {
        display: block;
    }

    .table_form .tbody .tr_group .td.comp_name .cont {
        padding: 5px 0 0 36px;
    }

    .table_form .tbody .tr_group .td.comp_name .cont .img {
        width: 30px;
        height: 30px;
    }

    .table_form .tbody .tr_group .td.auth_number .cont {
        text-align: right;
    }

    .table_form .tbody .tr_group .td.auth_range .cont {
        text-align: right;
        width: 70%;
    }

    .table_form .tbody .tr_group .td.validity .cont {
        text-align: right;
        width: 70%;
        letter-spacing: -0.05em;
    }

    .table_form .tbody .tr_group .td {
        border-right: none;
    }

    .table_form .tbody .tr_group .td {
        padding: 7px 0;
    }

    .certi_status_02_tb .table_form .tbody .tr_group .td.comp_name .tit {
        display: none;
    }

    /* 알림마당_공지사항 */
    .notice_board .table_form .tbody .tr_group .td.num .tit {
        display: none;
    }

    .notice_board .table_form .tbody .tr_group .td.title .cont {
        width: 80%;
    }

    .notice_board .table_form .tbody .tr_group .td.title a {
        text-align: right;
        width: 100%;
    }

    .notice_board .table_form .tbody .tr_group .td.title.new a {
        width: calc(100% - 13px);
    }

    .notice_board .table_form.test_place.practice .thead .th_group:nth-child(1),
    .notice_board .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(1) {
        width: 100%;
    }

    .notice_board .table_form.test_place.practice .thead .th_group:nth-child(2),
    .notice_board .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(2) {
        width: 100%;
    }

    .notice_board .table_form.test_place.practice .thead .th_group:nth-child(3),
    .notice_board .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(3) {
        width: 100%;
    }

    .notice_board .table_form.test_place.practice .thead .th_group:nth-child(4),
    .notice_board .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(4) {
        width: 100%;
    }

    .notice_board .table_form.test_place.practice .thead .th_group:nth-child(5),
    .notice_board .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(5) {
        width: 100%;
    }

    .notice_board .table_form.test_place.practice .thead .th_group:nth-child(6),
    .notice_board .table_form.test_place.practice .tbody .tr_group .td_group:nth-child(6) {
        width: 100%;
    }

    .notice_board .table_form .tbody .tr_group .td.attach_file .cont>a::after {
        left: calc(100% - 10px);
    }

    .notice_board .table_form .tbody .tr_group .td.attach_file .cont .file_down {
        right: 0;
        width: 80%;
    }

    .mypage .table_form {
        margin-bottom: 40px;
    }

    /* 인적사항테이블 */
    .quailfication .table_form.personal_info {
        flex-flow: column;
    }

    .quailfication .table_form.personal_info .col_group.user_photo,
    .quailfication .table_form.personal_info .col_group.user_info {
        width: 100%;
    }

    .quailfication .table_form.personal_info .row_group .row .cnt {
        border-right: 0!important;
    }

    .quailfication .table_form.personal_info .col_group.user_photo {
        border-top: 1px solid #eee;
    }

    .quailfication .table_form.personal_info .col_group.user_photo .col {
        flex-flow: row nowrap;
        gap: 20px;
        justify-content: flex-start;
        align-items: center;
    }
    /*231020 hy(s)*/
    .quailfication .table_form.personal_info .col_group.user_photo .img{
        min-height: auto;
    }
    /*231020 hy(e)*/

    .quailfication .table_form.personal_info .col_group.user_photo .col .cnt {
        display: flex;
        flex-flow: column-reverse;
        gap: 10px;
        flex: 1;
    }

    .quailfication .table_form.personal_info .col_group.user_photo .btn {
        width: 100px;
    }

    .quailfication .table_form.personal_info .col_group.user_photo .col .cnt p {
        margin-top: 0;
    }

    /* 학력사항테이블 */
    .quailfication .table_form {
        flex-flow: column;
    }

    .quailfication .table_form.user_edu .col_group.education,
    .quailfication .table_form.user_edu .col_group.graduation {
        width: 100%;
    }

    .quailfication .table_form.user_edu .col_group.education {
        border-bottom: 1px solid #eee;
    }
    .quailfication .table_form.user_edu .row_group .row .tit{
        width: 100%;
        justify-content: flex-start;
    }

    /* 경력사항테이블 */
    .quailfication .table_form.user_career .row_group .row .tit {
        width: 200px;
    }

    .quailfication .table_form.user_career .row_group .row .cnt {
        width: calc(100% - 200px);
    }

    .quailfication .table_form.user_career .row_group .row.category .cnt {
        flex-flow: column;
        align-items: flex-end;
    }

    /* 응시자정보확인 */
    .quailfication .table_form.user_confirm {
        flex-flow: column-reverse;
        align-items: center;
    }

    .quailfication .table_form.user_confirm .col_group.test_info {
        width: 100%;
        border-top: 1px solid #eee;
    }

    .quailfication .table_form.user_confirm .col_group,
    .quailfication .table_form.user_confirm .row_group {
        min-height: auto;
    }

    .quailfication .table_form .row_group .row .cnt {
        border-right: 0;
    }
    .quailfication .table_form.user_career .row_group .row{
        flex-flow: row;
        align-items: flex-start;
    }
    .quailfication .table_form.user_career .row_group .row .tit{
        justify-content: flex-start;
    }
    .quailfication .table_form.user_career .row_group .row .cnt{
        justify-content: flex-end;
    }

    /* 230414 hy(s) */
    /*마이페이지 공통*/
    /*240322 (s)*/
    /* .mypage .table_form.text {
        padding-top: 15px;
    } */
    /*240322 (e)*/

    .mypage .table_form.text .tbody .tr_group {
        flex-flow: column;
        border-bottom: none;
    }

    .mypage .table_form.text .tbody .tr_group .td_group {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        width: 100%;
        border-right: none;
        margin-bottom: 0;
        align-items: flex-start;
        border-bottom: 1px solid #eee;
    }
    .mypage.apply_detail .detail_table.table_form{
        padding: 0;
    }
    .mypage .table_form.text .tbody .tr_group .td_group .th {
        display: block;
        border-right: none;
        /* border-bottom: 1px solid #eee; */
        padding: 15px 0;
        width: 100%;
        font-weight: 500;
        color: #333;
    }

    /*230427 hy(s)*/
    /*240322 (s)*/
    .mypage .table_form.text .tbody .tr_group .td_group .td {
        /* display: flex; */
        border-right: none;
        margin-bottom: 0;
        justify-content: center;
        text-align: right;
        padding: 0;
        width: 100%;
        display: block;
        /* border-bottom: 1px solid #eee; */
        padding: 15px 0;
    }
    .mypage .table_form .td{
        min-height: auto;
    }
    /*240322 (e)*/
    .mypage .career_print .table_form.text .tbody .tr_group .td_group .td{
        padding: 15px 5px;
    }

    .mypage .certifi_history .table_form.text .tr_group.w_divide2 .td_group {
        width: 100%;
    }

    .mypage .certifi_history .table_form.text .tr_group.w_divide3 .td_group {
        width: 100%;
    }

    .mypage .table_form .tbody .tr_group .td .tit,
    .mypage .table_form .tbody .tr_group .td .cont {
        font-size: 1.4rem;
    }

    .mypage .table_form .tbody .tr_group .td_group .btn_group {
        padding: 0;
    }

    .mypage .table_form .tbody .tr_group .td .wrap {
        align-items: flex-start;
    }
    /*230427 hy(e)*/

    /*마이페이지>인증신청 내역*/
    .mypage .table_form.text .tbody.col_group3_7 .tr_group .td_group .th {
        width: 30%;
    }

    .mypage .table_form.text .tbody.col_group3_7 .tr_group .td_group .td {
        width: 70%;
    }

    .mypage .table_form.text .tbody.col_group7_3 .tr_group .td_group .th {
        width: 70%;
    }

    .mypage .table_form.text .tbody.col_group7_3 .tr_group .td_group .td {
        width: 30%;
    }
    
    .mypage .certifi_history .table_form.text .tr_group .td_group .td.tal {
        justify-content: flex-end;
        margin-left: 0;
        text-align: right;
    }

    /*인증신청내역>접수*/
    /*240925 (s) 마이페이지 인증신청내역 font-size 수정*/
    .mypage .table_form.text .tr_group .td_group .th,
    .mypage .table_form.text .tr_group .td_group .td { font-size: 1.5rem;}
    /*240925 (e)*/

    /*기업정보 수정*/
    .mypage .certifi_history.corp_edit .table_form {
        margin-top: 15px;
    }

    .mypage .certifi_history.corp_edit .table_form .tr_group .td_group .td.address {
        align-items: flex-start;
    }

    .mypage .certifi_history.corp_edit .table_form .tr_group .td_group .td.address>p {
        display: block;
    }

    .mypage .certifi_history.corp_edit .table_form .tr_group .td_group {
        flex-flow: column;
    }

    .mypage .certifi_history.corp_edit .table_form.text .tr_group .td_group .th {
        padding-bottom: 5px;
    }

    .mypage .certifi_history.corp_edit .table_form.text .tr_group .td_group .td.tal {
        width: 100%;
        padding: 0;
    }

    .mypage .certifi_history.corp_edit .table_form .td_group .input_box.narrow {
        width: 100%;
    }

    .mypage .certifi_history.corp_edit .table_form .td_group .address_input .input_box.adr01 {
        width: 100%;
    }

    .mypage .certifi_history.corp_edit .table_form.text .tr_group .td_group .td .input_box.mail01 {
        width: calc((100% - 19px)/2);
        margin-bottom: 5px;
    }

    .mypage .certifi_history.corp_edit .table_form.text .tr_group .td_group .td .select_box.mail01 {
        width: 100%;
    }

    .mypage .certifi_history.corp_edit .table_form.text .tr_group .td_group .td.tal.mail01 .row_wrap {
        display: block;
    }

    .mypage>section .table_form .tbody .tr_group .td_group .file_button .file_wrap {
        width: 100%;
    }

    .mypage .certifi_history.corp_edit .table_form {
        margin-bottom: 50px;
    }

    .mypage .certifi_history.corp_edit .table_form.text .tbody .tr_group .td_group .td {
        text-align: left;
    }
    /*증명서 발급*/
    .mypage .career_print .table_form.text .tbody .tr_group .td_group.col {
        flex-flow: column;
        align-items: center;
    }

    .mypage .career_print .table_form.text .tbody .tr_group .td_group.col .th {
        text-align: center;
        font-size: 1.6rem;
    }

    .mypage .career_print .table_form.text .tr_group .td_group .td .select01 {
        justify-content: center;
    }

    .table_form.sign_in .row_group .row.id .input_form {
        width: calc(100% - 82px);
        min-width: calc(100% - 82px);
        max-width: calc(100% - 82px);
    }

    .table_form.sign_in .row_group .row.password .input_form {
        width: 100%;
    }

    .table_form.sign_in .row_group .row.phone .select_box {
        width: 80px;
    }

    .table_form.sign_in .row_group .row.phone .input_box {
        width: calc(100% - 90px);
    }

    .table_form.sign_in .row_group .row.email .input_box.mail01,
    .table_form.sign_in .row_group .row.email .input_box {
        width: calc((100% - 23px)/2);
    }
    .mypage.apply_detail .certifi_have .table_form .tbody .tr_group .td_group .td.btn::before{
        font-size: 14px;
    }
}

@media screen and (max-width:680px) {
    /* ms0418(s) */
    .table_form.sign_in .row_group .row.address .input_box.adr01 {
        width: calc(100% - 110px);
    }
    /* quailfication */
    .quailfication .table_form.user_edu .col_group.education .radio_box {
        gap: 10px;
        flex-flow: column;
        align-items: flex-start;
    }
}

@media screen and (max-width:520px) {

    .table_form .tbody .tr_group {
        border-bottom: 2px solid #eee;
    }

    .notice_board .table_form .tbody .tr_group .td.attach_file .cont .file_down {
        width: 100%;
        padding: 15px;
    }

    .notice_board .table_form .tbody .tr_group .td.attach_file .cont .file_down ul li {
        width: 93%;
    }
    /* 테이블 모바일 버젼 */
    .quailfication .table_form.personal_info {
        gap: 20px;
    }

    .quailfication .table_form.personal_info .col_group.user_photo .col .cnt p {
        font-size: 13px;
        word-break: keep-all;
    }

    .quailfication .table_form.personal_info .col_group.user_photo .img {
        width: 124px;
        height: 152px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #eee;
    }

    /* 반응형 테이블 */
    .quailfication .table_form .row_group .row {
        width: 100%;
        display: flex;
        border-bottom: 0;
        flex-flow: column;
        margin-top: 20px;
    }

    .quailfication .table_form .row_group .row .tit,
    .quailfication .table_form .row_group .row .cnt {
        padding: 0;
    }

    .quailfication .table_form .row_group .row .tit {
        width: 100%;
        border-right: 0;
    }

    .quailfication .table_form.personal_info .row_group .row .tit {
        width: 100%;
    }

    .quailfication .table_form.personal_info .row_group .row .cnt {
        width: 100%;
        margin-top: 5px;
        border-right: 0;
    }

    .quailfication .table_form.personal_info .col_group.user_photo {
        padding: 20px 0px;
    }

    /* 학력사항 테이블 */
    .quailfication .table_form.user_edu .row_group .row .cnt {
        width: 100%;
        margin-top: 5px;
        border-right: 0;
        box-sizing: border-box;
        padding-bottom: 20px;
    }
    .quailfication .table_form.user_edu .row_group .row .cnt:last-child{
        padding-bottom: 0;
    }

    .quailfication .table_form.user_edu .row_group .row label,
    .quailfication .table_form.user_edu .row_group .row .input_box {
        width: 100%;
    }

    .quailfication .table_form .row_group .row .cnt {
        width: 100%;
        margin-top: 5px;
        border-right: 0;
    }

    .quailfication .table_form.user_edu.detail .row_group .row:last-child .cnt:last-child {
        padding-bottom: 20px;
    }

    .quailfication .table_form.user_edu.detail .row_group .group_wrap:last-child .row:last-child .cnt:last-child {
        padding-bottom: 0;
    }

    .quailfication .table_form .th {
        background: #f2f6fa;
        border-right: 0;
        padding: 15px;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
        text-align: center;
        font-weight: 500;
    }

    .quailfication .table_form .th:first-child {
        border-top: none;
    }

    .quailfication .table_form.user_edu .row_group .row .date_date_wrap .datePickInput {
        width: calc((100% - 20px) / 2);
        min-width: auto;
    }

    .quailfication .table_form .date_wrap {
        width: 100%;
    }

    /* 경력사항테이블 */
    .quailfication .table_form.user_career .row_group .row {
        width: 100%;
    }

    .table_form.certifi.detail.user_edu .group_wrap .row:last-child {
        margin-top: 0;
    }

    .quailfication .table_form.user_career .row_group .row .cnt {
        width: 100%;
        margin-top: 10px;
        border-right: 0;
        box-sizing: border-box;
        padding-bottom: 10px;
    }

    /* 파일첨부 테이블 */
    .quailfication .table_form.file_upload .row .cnt {
        width: 100%;
        display: flex;
        gap: 10px;
        flex-flow: column;
        margin-top: 10px;
        box-sizing: border-box;
        padding-bottom: 10px;
    }

    .quailfication .table_form.file_upload .row_group .row {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .quailfication .table_form.file_upload .fw500 {
        font-weight: 400;
    }

    .quailfication .table_form.file_upload .row .cnt .upload_box {
        gap: 5px;
    }


    /* 응시자 정보 확인 */
    .quailfication .table_form.user_confirm .row_group .row {
        flex-flow: row nowrap;
        height: auto;
        border-bottom: 1px solid #eee;
        margin-top: 0;
    }

    .quailfication .table_form.user_confirm .row_group .row .tit {
        width: 120px;
        border-right: 1px solid #eee;
        padding: 20px;
    }

    .quailfication .table_form.user_confirm .row_group .row .cnt {
        width: calc(100% - 120px);
        border-right: 0;
        justify-content: flex-start;
        padding: 20px;
    }

    .quailfication .table_form.user_confirm .row_group .row.help .cnt .radio_box {
        flex-flow: column;
        gap: 10px;
    }

    .table_form.sign_in .row_group .row .cnt {
        width: 100%
    }

    .table_form .row .cnt {
        width: 100%;
        margin-top: 5px;
        border-right: 0;
    }

    .table_form.sign_in .row_group .row.id .input_form {
        width: calc(100% - 81px);
        min-width: calc(100% - 81px);
        max-width: calc(100% - 81px);
    }

    .table_form.sign_in .row_group .row.password .input_form {
        width: 100%;
    }

    .table_form {
        box-sizing: border-box;
        padding-bottom: 20px;
    }
    .corp .table_form.sign_in{
        padding: 20px 0;
    }
    .corp .table_form.sign_in .tit{
        font-weight: 500;
    }
}
@media screen and (max-width:475px) {
    .mypage .table_form .tbody .tr_group .td .tit,
    .mypage .table_form .tbody .tr_group .td .cont {
        font-size: 1.4rem;
    }
}
/* //table_form(e) */

/* //table_box(s) */
/* 클라우드 인증자 정보유출 신고 */
.cloud_report03 .table_box.mb_tbl .ex {
    display: none;
}
/* 보충설명 */
.sub .mypage .question_box .box .table_box table td,
.sub .mypage .question_box .box .table_box table th {
    padding: 10px;
}
.mypage .table_box.mb_tbl .ex.common {
    background: #eee;
    margin-bottom: 10px;
    display: none;
}

/* 테이블 */
.quailfication .table_box {
    width: 100%;
    margin: 20px 0px;
    box-sizing: border-box;
}

.quailfication .table_box table {
    width: 100%;
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
    border-collapse: collapse;
    font-size: 15px;
    background-color: #fff;
}

.quailfication .table_box table caption {
    position: absolute !important;
    top: auto;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.quailfication .table_box table tr {
    border-bottom: 1px solid #eee;
}

.quailfication .table_box table tbody tr:last-child {
    border-bottom: 0;
}
.certifi_apply02 .table_row td ul li,
.quailfication .table_box .table_row td ul li,
.quailfication .table_box table th{
    border-bottom: 1px solid #eee;
    font-weight: 500;
    box-sizing: border-box;
    padding: 15px 0;
    word-break: keep-all;
    font-size: 14px;
    color: #111;
    text-align: center;
    
}
.certifi_apply02 .table_row td ul li{
    font-size: 15px;
    color: #333;
    font-weight: 400;
    text-align: left;
}
.certifi_apply02 .table_row tr td:first-child,
.quailfication .table_box .table_row tr td:first-child{
    padding: 0;
}
.certifi_apply02 .table_row td ul li:last-child,
.quailfication .table_box .table_row td ul li:last-child{
    border-bottom: none;
}
.quailfication .table_box table td {
    border-right: 1px solid #eee;
    box-sizing: border-box;
    padding: 15px;
    color: #333;
}
/* .quailfication .table_box table thead th:last-child,
.quailfication .table_box table tbody td:last-child {
    border-right: 0;
} */
/*231020 hy(s)*/
.quailfication .page_content .table_box.table_vertical th{
    border-right: 1px solid #eee;
    font-weight: 500;
    box-sizing: border-box;
    padding: 15px;
    word-break: keep-all;
}
/*231020 hy(e)*/

/*231030 hy(s)*/
.quailfication .table_box.law_link ul li > a:hover{
    color: #1869C0;
    text-decoration: underline;

}
.quailfication .table_box.law_link ul li > a .small_able2{
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    margin-left: 5px;
}
.quailfication .table_box.law_link ul li > a:hover .small_able2{
    background: #1869C0;
    color: #fff;
}
/*231030 hy(e)*/

table.table_box{
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    margin-top: 30px;
}
table.table_box tr{
    border-bottom: 1px solid #eee;
}
table.table_box thead th{
    border-right: 1px solid #eee;
    font-weight: 500;
    padding: 20px 10px;
    word-break: keep-all;
}
table.table_box thead th:last-child{
    border-right: none;
}
table.table_box thead th span{
    display: inline-block;
    font-weight: inherit;
}
table.table_box td{
    border-right: 1px solid #eee;
    font-weight: 400;
    padding: 20px 10px;
    text-align: center;
}
table.table_box td:last-child{
    border-right: none;
}
table.table_box td .tit{
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
    width: 0;
    font-size: 0;
}

/* 반응형 테이블 - 경력대체내역 */
.quailfication .table_box .radio_box {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.sub .quailfication .question_box .box .table_box table td,
.sub .quailfication .question_box .box .table_box table th {
    padding: 10px;
}

.quailfication .table_box.mb_tbl .ex.common {
    background: #eee;
    margin-bottom: 10px;
    display: none;
}

@media screen and (max-width:520px) {
    /* 클라우드보안인증지_클라우드 인증자 정보유출 신고 */
    .cloud_report03 .table_box.mb_tbl .ex {
        display: inline-block;
        margin-bottom: 10px;
    }
    .quailfication .table_box table {
        font-size: 14px;
    }

    /* 자격검정 */
    .quailfication .table_box table td {
        border-right: 0;
        padding: 15px;
        border-bottom: 1px solid #eee;
    }
    .certifi_apply02 .table_row td ul li,
    .quailfication .table_box .table_row td ul li,
    .quailfication .table_box table th {
        background: #f2f6fa;
        border-right: 0;
        padding: 15px;
        border-bottom: 1px solid #eee;
    }
    .quailfication .table_box.mb_tbl colgroup {
        display: none;
    }

    .quailfication .table_box.mb_tbl table tr {
        display: flex;
        flex-flow: column;
    }

    .quailfication .table_box.mb_tbl thead {
        display: none;
    }

    .quailfication .table_box.mb_tbl .ex.common {
        display: inline-block;
    }

    

    .quailfication .table_box .date_date_wrap .datePickInput {
        width: calc((100% - 20px) / 2);
        min-width: auto;
    }

    /* 경력사항테이블 */
    .quailfication .table_box.user_career.detail td {
        padding: 15px 0;
    }

    /* 테이블 반응형2 */
    .table_box.test_place thead {
        display: none;
    }

    .table_box.test_place tr {
        width: 100%;
        display: flex;
        flex-flow: column;
    }

    .table_box.test_place td {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}

/* //table_box(e) */

/*  //table(s) */
.ismsp02>div table thead tr th {
    padding: 14px;
    border-bottom: 1px solid #111;
    margin: 0 auto;
    text-align: center;
    text-indent: -9999px;
}

.ismsp02>div table thead tr th:nth-child(1) {
    border-bottom: none;
}

.ismsp02>div table thead tr th:nth-child(2) {
    border-right: 10px solid #fff;
}

.ismsp02>div table thead tr th:nth-child(3) {
    border-left: 20px solid #fff;
}

.ismsp02>div table thead tr th span {
    display: block;
    height: 31px;
}

.ismsp02>div table thead tr th.th01 span {
    background: url("../images/sub/ministry_of_science.png") no-repeat 50% 0;
    background-size: contain;
}

.ismsp02>div table thead tr th.th02 span {
    background: url("../images/sub/personal_info_protect.png") no-repeat 50% 0;
    background-size: contain;
}

.ismsp02>div table tbody tr th {
    vertical-align: middle;
    text-align: left;
}

.ismsp02>div table tbody tr td {
    padding: 15px 0;
    line-height: 1.5;
    font-size: 1.4rem;
    word-break: keep-all;
}

.ismsp02>div table tbody tr td.bold {
    font-weight: 700;
    font-size: 1.6rem;
}
.ismsp02>div table tbody tr td:nth-child(4){
    padding: 15px 10px;
}

.sub .quailfication .page_content table .text_nm{
    color: #333;
}
.sub .quailfication .page_content .user_career.detail.total table .text_bg{padding: 20px; color: #666; font-size: 1.6rem;}
.quailfication .user_career.detail.total table td{padding: 0;}
/*231025 hy(s)*/
.quailfication .user_career.detail.total table ul{padding: 20px 0 50px; border-bottom: 1px solid #eee;}
/*231025 hy(e)*/
.quailfication .user_career.detail.total table ul li{padding: 5px 0;}
/* .quailfication .user_career.detail.total table ul li:nth-child(5){padding: 5px 0; align-items: flex-start;}
.quailfication .user_career.detail.total table ul li:nth-child(5) .tit{padding: 10px 0 0 20px;} 
.quailfication .user_career.detail.total table ul li:nth-child(6){width: 100%; justify-content: flex-end; padding-right: 20px;}*/
/*231025 hy(s)*/
/* .quailfication .user_career.detail.total table ul li:first-child{padding: 10px 0; margin-bottom: 15px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; text-align: center; width: 100%;}
.quailfication .user_career.detail.total table ul:nth-child(2) li:first-child{border-top: none;} */
/* .quailfication .user_career.detail.total table ul li:first-child .tit{width: 100%; padding: 0;} */
/* .quailfication .user_career.detail.total table ul li:last-child{width: 100%; justify-content: flex-end; padding-right: 20px;} */
.quailfication .user_career.detail.total table ul{position: relative;}
.quailfication .user_career.detail.total table ul li:last-child{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
}
/* .quailfication .user_career.detail.total table .td_wrap ul:nth-child(2) li:last-child button{
    display: none;
    cursor: none;
} */
/*231025 hy(e)*/
.quailfication .user_career.detail.total table .tit{
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding-left: 20px;
    width: 10%;
}
.quailfication .user_career.detail.total table .cnt{display: flex; align-items: center; font-weight: inherit; width: 90%;}
.quailfication .user_career.detail.total table .cnt .period{display: flex; flex-flow: row; width: 100%; font-size: 16px; padding-left: 10px; color: #111; gap: 10px;}
.quailfication .user_career.detail.total table .cnt label{width: 100%;}
.quailfication .user_career.detail.total table .cnt .period label{display: flex; align-items: center; width: auto;}
.quailfication .user_career.detail.total table .cnt .period label .select_box{width: auto; margin-right: 5px;}
.quailfication .user_career.detail.total table .cnt .period label .input_box{width: 80px; margin-right: 5px;}
.quailfication .user_career.detail.total table .cnt{padding-right: 20px;}
/*.quailfication .user_career.detail.total .date_date_wrap .input_box{width: auto;}*/
.quailfication .user_career.detail.total .td_wrap{position: relative;}

@media screen and (max-width:1024px) {
    .ismsp02>div table tbody tr td.bold {
        font-size: 1.4rem;
    }

    .ismsp02>div table tbody tr td {
        font-size: 1.4rem;
        padding: 10px;
    }
}
/*  //table(e) */

/* //tb01(s) */
.certifi_target04 .tb01 tr th {
    font-weight: 500;
    color: #111;
}

.certifi_target04 .tb01 .regi_number input {
    width: 45%;
    flex: auto;
}

.certifi_target04 .tb01 .busi_number input {
    width: 30%;
    flex: auto;
}

.apply_write .tb01 tbody tr th {
    font-weight: 500;
    color: #111;
}
.apply_write .oper_status01 .single_line.frstSrng dd{
    width: 30%;
}
/*240913 (s)*/
.apply_write .oper_status01 .single_line.frstSrng dd.divide2{width: 25%;}
/*240913 (e)*/
.certifi_apply .certifi_apply03 .apply_write input{
    width: 100%;
}

/* sj(s) */
/*240913(s) 인증신청 테이블 padding 변경*/
.apply_write .tb01 tbody tr td {
    padding: 15px 10px;
}

.apply_write .tb01 tbody tr th {
    padding: 15px 10px;
}

.popup_cont .tb01 tbody tr td {
    padding: 15px 10px;
}
/*240913(e)*/
.cloud_report03 .tb01 td>p {
    position: relative;
}

.tb01 tbody tr td .notice_cont {
    line-height: 1.75;
    color: #333;
}

.notice_board .tb01 tbody tr th {
    color: #111;
    font-weight: 500;
}

.notice_board .tb01 tbody tr td.title {
    color: #111;
    font-weight: 500;
}

.notice_board .certi_status_02_tb .btn {
    text-align: center;
    margin: 40px 0;
}

.notice_board .certi_status_02_tb .btn .middle_able2 {
    width: 108px;
}

.certi_status_02_cont .certi_status_02_tb tbody tr th img {
    display: inline-block;
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-right: 10px;
}

.certi_status_02_cont .certi_status_02_tb tbody tr th span {
    display: inline-block;
    width: calc(100% - 58px);
    text-align: left;
    padding: 12px 0;
}

.certi_status_02_cont .certi_status_02_tb .ex.blue {
    display: none;
    font-size: 0;
    width: 0;
    height: 0;
}

.certi_status_02_cont .certi_status_02_tb tbody tr td p.blue {
    color: #0D6EFD;
}

.certi_status_02_cont .certi_status_02_tb tbody tr td p.grey {
    color: #666;
}

.mypage .modal_popup.file_attach .tbody .tr_group {
    border-bottom: none;
}

.mypage .modal_popup .tbody .tr_group .td_group {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.mypage .modal_popup .tbody .tr_group .td {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    border-right: none;
    box-sizing: border-box;
    padding: 10px 0;
    align-items: flex-start;
}

.mypage .modal_popup .tbody .tr_group .td .tit {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    width: 40%;
}
/*240925 (s) color 변경*/
.mypage .modal_popup .tbody .tr_group .td .cont {
    color: #333;
    text-align: right;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}
/*240925 (e)*/


@media screen and (max-width:1028px) {

    /* 인증 신청 */
    .apply_write .tb01 tbody tr td {
        padding: 20px;
    }
}


@media screen and (max-width:1024px) {
    /* certifi_apply02 table */
    .certifi_apply02 .tb01 {
        border-top: none;
    }
    .certifi_apply02 .tb01.table_row{
        border-top: 2px solid #eee;
    }
    /*240913 (s) 인증신청 padding 변경*/
    .certifi_apply02 .tb01 tbody tr th {
        width: 100%;
        display: block;
        background: #f2f6fa;
        border-right: 0;
        padding: 15px 10px;
        border-bottom: 1px solid #eee;
    }
    /*240913 (e)*/
    .certifi_apply02 .tb01.table_row ul li{
        background: #fff;
        font-weight: 400;
    }

    .certifi_apply02 .tb01 tbody tr td {
        width: 100%;
        display: block;
        padding: 15px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        border-right: none!important;
    }
    .certifi_apply02 .tb01.table_row tbody tr td {
        color: #111 !important;
        background: #f2f6fa;
    }
    .certifi_apply02 .certifi_apply02_02 .tb01.table_row tbody tr td

    .certifi_apply02 .tb01 thead tr th {
        width: 100%;
        display: block;
        opacity: 0;
        height: 0;
        font-size: 0;
        padding: 0;
    }
    .certifi_apply02 .certifi_apply02_02 .objection thead{
        display: none;
    }
    
    .certifi_apply02 .certifi_apply02_02 .tb01.submit_docu tbody tr:nth-child(1),
    .certifi_apply02 .certifi_apply02_02 .tb01.submit_docu tbody tr:nth-child(2){
        display: flex;
        flex-flow: column-reverse;
    }
    .certifi_apply02 .certifi_apply02_02 .tb01.submit_docu.table_row tbody tr{
        display: flex;
        flex-flow: column-reverse;
    }

    /* .btn_box.flex-end.two_btn {
        flex-flow: column;
    } */

    .flex-end.two_btn a {
        width: calc((100% - 10px) / 2);
        display: block;
    }

    /* .cloud_secure .tb01 {
        border-top: none;
    } */
    .certifi_target04 .tb01 tr th {
        width: 100%;
        display: block;
        text-align: left;
        border-right: none;
        border-bottom: none;
        padding: 15px 0 10px 0;
    }
    
    .certifi_target04 .tb01 tr td {
        width: 100%;
        border-right: none;
        border-bottom: none;
        padding: 0;
    }

    /* 클라우드보안인증지_클라우드 인증자 정보유출 신고 */
    .cloud_report03 .tb01 td>span {
        font-size: 1.4rem;
    }

}
@media screen and (max-width:768px) {
    /*240925 (s) 인증신청 padding 값 조정*/
    .certifi_apply03 .tb01 tr th {
        /* width: 100%;
        display: block;
        border-right: none;
        border-bottom: none;
        text-align: left; */
        padding: 15px 10px;
        word-break: keep-all;
    }

    /* .certifi_apply03 .tb01 tr td {
        width: 100%;
        display: block;
        padding: 0;
        border-bottom: none;
    } */
    
    .certi_status_02_tb .tr_group .th_group,
    .certi_status_02_tb .tr_group .td_group {
        width: 100%;
    }
    
    .mypage .td.mail .select_box {
        width: 180px;
    }
    .quailfication .table_form .row_group .row .tit, 
    .quailfication .table_form .row_group .row .cnt,
    .quailfication .table_form .row_group .row .tit{
        padding: 10px;
    }
    .btn_box.flex-end.two_btn {
        flex-flow: column;
    }

    .flex-end.two_btn a {
        width: 100%;
    }
    .apply_write .oper_status01 .single_line.frstSrng dd{
        width: 100%;
    }
    .quailfication .table_form.user_edu .row_group .row .cnt{
        width: 100%;
    }
}

@media screen and (max-width:520px) {
    /* apply_write 공통 */
    .apply_write .tb01 tbody tr th {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: none;
        padding: 5px 0;
        text-align: left;
    }

    .apply_write .tb01 tbody tr td {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: none;
        padding: 0;
    }

    .apply_write .tb01 {
        border-top: none;
    }

    .apply_write .tb01 tbody tr {
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }

    .apply_write .tb01 tbody tr:last-child {
        margin-bottom: 0;
    }

    .apply_write .tb01 tbody tr th {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: none;
        padding: 5px 0;
        text-align: left;
    }

    .apply_write .tb01 tbody tr td {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: none;
        padding: 0;
    }

    .apply_write .tb01_two tbody tr th {
        width: 200%;
    }

    .apply_write .tb01_two tbody tr td {
        width: 200%;
    }

    .apply_write .tb01_two tbody tr td:nth-child(2) {
        margin-bottom: 20px;
    }

    .apply_write .tb01_two tbody tr td input::placeholder {
        width: 100%;
    }

    .apply_write_add .tb01_three tbody tr th {
        width: 175%;
    }

    .apply_write_add .tb01_three tbody tr td {
        width: 175%;
    }

    /* certifi_apply02 table */
    .certifi_apply02 .tb01 {
        border-top: none;
    }
    /*240913 (s)*/
    .certifi_apply02 .tb01 tbody tr th {
        width: 100%;
        display: block;
        background: #f2f6fa;
        border-right: 0;
        padding: 15px 10px;
        border-bottom: 1px solid #eee;
    }
    /*240913 (e)*/

    .certifi_apply02 .tb01 tbody tr td {
        width: 100%;
        display: block;
        padding: 15px;
        border-bottom: 1px solid #eee;
        border-right: none;
    }

    .certifi_apply02 .tb01 thead tr th {
        width: 100%;
        display: block;
        opacity: 0;
        height: 0;
        font-size: 0;
        padding: 0;
    }
    
    .cloud_secure .tb01 {
        border-top: none;
    }
}
/* //sub.css(e) */

/* //sub_common.css(s) */

/* 테이블 */
.table_box {
    width: 100%;
    margin: 20px 0px;
    box-sizing: border-box;
}

.table_box table {
    width: 100%;
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
    border-collapse: collapse;
    font-size: 15px;
    background-color: #fff;
}

.table_box table caption {
    position: absolute !important;
    top: auto;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.table_box table tr {
    border-bottom: 1px solid #eee;
}

.table_box table tbody tr:last-child {
    border-bottom: 0;
}

.table_box table th {
    border-right: 1px solid #eee;
    font-weight: 500;
    box-sizing: border-box;
    padding: 20px;
    word-break: keep-all;
}

.table_box table td {
    border-right: 1px solid #eee;
    box-sizing: border-box;
    padding: 20px;
}
/*231113 hy(s) //서류전형접수-신청 테이블 수정*/
.table_box table thead th:last-child,
.table_box table tbody td:last-child {
    border-right: 0;
}
/*231113 hy(e)*/

.tbl_bdr {
    border-right: 1px solid #eee !important;
}

.mb_show {
    display: none;
}

/* 반응형 테이블 공통*/
.table_form {
    display: flex;
    width: 100%;
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
    border-collapse: collapse;
    font-size: 15px;
    background-color: #fff;
}

.table_form .col_group,
.table_form .row_group {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.table_form .row_group .row {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.table_form .row_group .row .tit {
    display: flex;
    align-items: center;
    border-right: 1px solid #eee;
}

.table_form .row_group .row .cnt {
    border-right: 1px solid #eee;
}

.table_form .row_group .row:last-child {
    border-bottom: 0;
}

.table_form .row_group .row .tit{ box-sizing: border-box; padding: 20px; }
.table_form .row_group .row .cnt { box-sizing: border-box; padding:10px }

/*테이블*/
.modal .table_top {
    margin-bottom: 10px;
}

.modal .table_box table td {
    padding: 15px 5px;
}

.table_form.modal_popup {
    flex-flow: column;
}

.table_form.modal_popup.place_map {
    flex-flow: column;
    margin-top: 30px;
}

.table_form.modal_popup .tbody .tr_group .td_group {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.table_form.modal_popup .tbody .tr_group .td {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    border-right: none;
    box-sizing: border-box;
    padding: 10px 0;
    align-items: flex-start;
}

.table_form.modal_popup .tbody .tr_group .td .tit {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    width: 40%;
}
/*240925 (s) color 변경*/
.table_form.modal_popup .tbody .tr_group .td .cont {
    color: #333;
    width: 60%;
    text-align: right;
}
/*240925 (e)*/

/*테이블 내역이 없을 때*/
.table_form .tbody .tr_group.table_empty {
    text-align: center;
    width: 100%;
    padding: 20px;
    display: block !important;
    color: #666;
}

/* 테이블 */
table {
    width: 100%;
}

.tb01 {
    border-top: 2px solid #ddd;
}

.tb01_bg {
    background: #F2F6FA;
}
/*240913 (s) 인증신청 padding 변경*/
.tb01 thead tr th {
    padding: 15px 10px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 1.5rem;
    color: #111;
    font-weight: 500;
}

.tb01 tbody tr th.type02 {
	font-size: 15px;
    color: #333;
    font-weight: 400;
    text-align: left;
}

/*240913 (e)*/
.tb01 tbody tr th .flex_wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.tb01 thead tr th:last-child {
    border-right: none;
}
/*240913 (s) 인증신청 padding 변경*/
/*240925 (s) 인증신청 font-weight 변경*/
.tb01 tbody tr th {
    padding: 15px 10px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #111;
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.5rem;
}
/*240925 (s) */
.tb01.type02 tbody tr td{ border-right: 1px solid #eee; }
.tb01 tbody tr td {
    padding: 15px 10px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.5rem;
    word-break: break-all;
}
/*240913 (e)*/
.tb01 tbody tr td:last-child {
    border-right: none;
}

.tb01 tbody tr td input {
    border: 1px solid #999;
    border-radius: 3px;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
}

/*
.table_form.modal_popup {
    flex-flow: column;
}
.table_form.modal_popup .tbody .tr_group .td_group{
    width: 100%;
    display: flex;
    flex-flow: column;
}
.table_form.modal_popup .tbody .tr_group .td {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    border-right: none;
    box-sizing: border-box;
    padding: 10px 0;
    align-items: flex-start;
}
.table_form.modal_popup .tbody .tr_group .td .tit {    
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    width: 40%;
}
.table_form.modal_popup .tbody .tr_group .td .cont {        
    color: #666;
    width: 60%;
    text-align: right;
}*/
@media screen and (max-width:1280px) {
    .table_box thead tr th,
    .table_box tbody tr th,
    .table_box tbody tr td{
        font-size: 1.4rem;
        padding: 10px 5px;
    }
    .mypage .table_form .tbody .tr_group .td.small {
        flex-flow: column wrap;
    }
}
@media screen and (max-width:1024px) {
    /* 테이블01 */
    .tb01 thead tr th {
        font-size: 1.4rem;
        padding: 15px 10px;
    }
    /*240925 (s) 폰트 사이즈 조정*/
    /* .tb01 tbody tr th {
        font-size: 1.4rem;
        padding: 15px 10px;
    }

    .tb01 tbody tr td {
        font-size: 1.4rem;
        padding: 15px 10px;
    }

    .tb01 tbody tr td input {
        font-size: 1.4rem;
    } */
    
    /*240925 (e)*/
}
@media screen and (max-width:768px) {
    /* .table_box tbody tr td{
        padding: 15px;
    } */
    .mypage .certifi_history.apply.tab_content .td_group:first-of-type{
        border-radius: 4px;
        /* background: #000; */
    }

    

    .table_form.sign_in .row_group .row.email .cnt {
        flex-flow: column;
    }
    .quailfication .table_form{
        border-top: none;
        border-bottom: none;
    }
    .quailfication .table_form .row_group .row{
        flex-flow: column;
    }
    .quailfication .table_form .row_group .row .tit{
        border-right: none;
    }
    .quailfication .table_form.personal_info .row_group .row .tit{
        width: 100%;
        padding: 0;
    }
    .table_form .position .row_group .row .tit>span{
        text-align: left;
        font-weight: 500;
    }
    .quailfication .table_form.personal_info .row_group .row .cnt{
        width: 100%;
        padding: 5px 0;
    }

    .quailfication .table_form.certifi.detail .row_group .row .tit{
        width: 100%;
        padding: 0;
    }
    .quailfication .table_form.certifi.detail .row_group .row .tit>span{
        text-align: left;
        width: 100%;
        margin-top: 10px;
        font-weight: 500;
    }
    .quailfication .table_form.user_career_detail .row_group .row .cnt{
        width: 100%;
        padding: 0;
        margin: 5px 0 10px;
    }
    .quailfication .table_form.certifi.detail .row_group .group_wrap{
        flex-flow: column;
    }
    .quailfication .table_form .row_group .row_wrap:first-child{
        width: 100%;
        border-right: none;
    }
    .quailfication .table_form .row_group .row{
        border: none;
    }
    .quailfication .table_form.user_edu.detail .wrap{
        flex-flow: column;
        border-top: 1px solid #eee;
    }
    .quailfication .table_form.user_edu.detail .th{
        border-right: none;
    }
    .quailfication .table_form.user_edu.detail.divide .row_group .tit{
        width: 100%;
        padding: 0;
        border-bottom: none;
        justify-content: flex-start;
    }
    .quailfication .table_form.user_edu.detail.divide .row_group .row .cnt{
        width: 100%;
        padding: 0;
        margin: 5px 0 10px;
        border-bottom: none;
    }
    .quailfication .table_form.user_edu.detail .th{
        width: 100%;
        padding: 10px;
    }
    .quailfication .table_form .row_group .row_wrap:last-child{
        width: 100%;
        padding: 0;
    }
    .quailfication .table_form.certifi.detail .row_group .group_wrap{
        border-bottom: none;
    }
    .quailfication .user_career.detail.total table ul li:last-child .btn_wrap .btn,
    .quailfication .table_form .row_group .row_wrap:last-child .btn{
        padding:7px 15px;
    }
    .sub .quailfication .user_career.detail li{
        flex-flow: column;
    }
    .quailfication .user_career.detail.total table .tit{
        padding-left: 0;
        width: 100%;
    }
    .quailfication .user_career.detail.total table .cnt{
        width: 100%;
        padding-right: 0;
    }
    .quailfication .user_career.detail.total table .tit >span{
        font-weight: 500;
    }
    .quailfication .user_career.detail.total table ul li{
        padding: 0;
    }
    .quailfication .user_career.detail.total table ul li .cnt{
        margin: 5px 0 10px;
    }
    .sub .quailfication .table_box.user_career.detail.total .th{
        padding: 15px 0;
    }
    .quailfication .user_career.detail.total .add_btn{
        right: 0px;
    }
}
@media screen and (max-width:680px) {
    .quailfication .user_career.detail.total table ul li .cnt{
        flex-flow: wrap;
        align-items: flex-start;
        gap: 5px;
    }
    .quailfication .user_career.detail.total table .cnt .period{
        padding-left: 0;
    }
}
@media screen and (max-width:520px) {
    table {
        font-size: 14px;
    }
    
    /* 테이블 모바일 버전 */
    .table_box table {
        font-size: 14px;
    }

    .table_box table td {
        border-right: 0;
        padding: 15px;
        border-bottom: 1px solid #eee;
    }

    .table_box table th {
        background: #f2f6fa;
        border-right: 0;
        padding: 15px;
        border-bottom: 1px solid #eee;
    }

    .table_box.mb_tbl colgroup {
        display: none;
    }

    .table_box.mb_tbl table tr {
        display: flex;
        flex-flow: column;
    }

    .table_box.mb_tbl thead {
        display: none;
    }

    .table_box.mb_tbl .ex.common {
        display: inline-block;
    }


    /* 반응형 테이블 */
    .table_form .row_group .row {
        width: 100%;
        display: flex;
        border-bottom: 0;
        flex-flow: column;
        /* margin-top: 20px; */
    }

    .table_form .row_group .row .tit,
    .table_form .row_group .row .cnt {
        padding: 0;
    }

    .table_form .row_group .row .tit {
        width: 100%;
        border-right: 0;
        padding: 20px 0 5px;
    }

    .table_form.personal_info .row_group .row .tit {
        width: 100%;
    }

    .table_form.personal_info .row_group .row .cnt {
        width: 100%;
        margin-top: 5px;
        border-right: 0;
    }

    .table_form.personal_info .col_group.user_photo {
        padding: 20px 0px;
    }

    /* 테이블 반응형2 */
    .table_box.test_place thead {
        display: none;
    }

    .table_box.test_place tr {
        width: 100%;
        display: flex;
        flex-flow: column;
    }

    .table_box.test_place td {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .quailfication .table_form.user_edu.detail.divide .education .row_group .row .cnt .radio_box{
        justify-content: flex-start;
    }
    .quailfication .table_form.user_edu.detail.divide .education .row_group .row .radio_box label{
        width: auto;
    }
    .quailfication .table_box table tr{
        display: flex;
        flex-flow: column;
    }

}
/* //sub_common.css(e) */
@media screen and (max-width: 768px) {
    .table_form .tbody .tr_group:nth-child(even){ background:#ddeaf7; }
    .table_form.test_place.practice .td{ min-height: 50px; }
    .table_form .tbody .tr_group .td{ flex-flow: row nowrap; display: flex; justify-content: flex-start; gap: 20px; }
    .notice_board .table_form .tbody .tr_group .td.num{ text-align: left; justify-content: flex-start; }
    .notice_board .table_form .tbody .tr_group .td.num .tit{ display:block; width: 20%; text-align: center; }
    .table_form .tbody .tr_group .td .tit{ width: 20%; text-align: center; }
    .notice_board .table_form .tbody .tr_group .td.title .cont{ width:auto; }
    .notice_board .table_form .tbody .tr_group .td.attach_file .cont>a::after{ left: inherit; margin-left: 10px; }
}
