@charset "UTF-8";

/*header*/
header {
    box-shadow: none;
    border-bottom: 1px solid #eee;
}

/* Skip 링크 스타일 */
.skip-to-content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    z-index: 1000;
    text-decoration: none;
    transform: translateY(-200%);
}

.skip-to-content:focus {
    transform: translateY(0);
}


.contentShortCut{ flex: auto;
    width: calc(100% - 240px);
    scroll-margin-top:145px; 

     }


/* sub_navi */
.sub_navi {
    height: 45px;
    padding: 10px 0 11px 0;
    width: 100%;
    font-family: "Pretendard";
    border-bottom: 1px solid #eee;
}

.sub_navi>div {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    font-weight: 500;
    color: #666;
}

.sub_navi>div img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.sub_navi>div span {
    padding: 3.5px 0 4px 0;
    display: block;
    position: relative;
    padding-left: 24px;
}

.sub_navi>div em {
    font-style: normal;
    padding: 3.5px 0 4px 0;
    display: block;
    position: relative;
    padding-left: 24px;
}

.sub_navi>div a {
    color: #666;
}

.sub_navi>div a:hover {
    color: #1869C0;
}

.sub_navi>div span::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/navi_arrow.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.sub_navi>div em::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/navi_arrow.png) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}


/* lnb */
#lnb {
    width: 200px;
}

#lnb h2 {
    font-family: 'NanumSquare';
    padding: 10px 0 23px 0;
    font-size: 2.2rem;
    ;
    font-weight: 800;
    color: #111;
}

#lnb>ul {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#lnb ul ul {
    display: none;
}

#lnb .menu_list li {
    position: relative;
}

#lnb .menu_list>li.has_sub {
    background: url(../images/arrowRight.png) no-repeat 100% 15px;
    background-size: 24px 24px;
}

#lnb .menu_list>li>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 18px 0 18px 10px;
    font-family: 'Pretendard';
    font-weight: 700;
    box-sizing: border-box;
    color: #333;
    position: relative;
}

#lnb .menu_list>li>a span {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'Pretendard';
    font-weight: 700;
    box-sizing: border-box;
    color: #333;
}

#lnb .menu_list>li.active>a {
    background: #f7f7f7;
    border-radius: 6px;
}

#lnb .menu_list>li.active>a>span {
    color: #004EA2;
}

#lnb .menu_list li ul li a span {
    font-weight: 400;
}

#lnb .menu_list li>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    color: #666;
    font-size: 1.4rem;
    font-weight: 500;
    background: none;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
}

#lnb>ul>li.open>a {
    color: #004EA2;
    background: #fff url(../images/arrowDown.png) no-repeat 100% 15px;
    border-radius: 6px;
}
#lnb>ul>li.open>a>span{
    color: #004EA2;
}

#lnb .menu_list li>ul>li.active a {
    color: #004EA2;
    background: #f7f7f7;
    border-radius: 6px;
}

#lnb .menu_list li>ul>li.active a span {
    display: block;
    color: #004EA2;
    border-radius: 6px;
    font-weight: 700;
}

#lnb .menu_list>li.no_sub.on {
    background: #f7f7f7;
}

#lnb .menu_list>li.no_sub.on>a span {
    color: #004EA2;
}


/* content */
.content_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    scroll-margin-top:600px;
}

/* .content {
    flex: auto;
    width: calc(100% - 240px);
    min-height: 600px;
}
 */
.content .content_page {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.content .content_page .page_content {
    width: 100%;
    margin-top: 40px;
}

.page_content .page_content_inner .sub_title {
    margin-top: 50px;
}

.sub_page section {
    margin-bottom: 50px;
}

/*230414 hy(s)*/

/*패스워드 입력 password_input*/
.sub_page .input_wrap {
    position: relative;
    width: 400px;
}

/*230427 hy(s)*/
input.large_able {
    width: 400px;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    padding: 16px 20px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333;
    padding: 16px 80px 16px 20px;
}
input[type="password"].large_able{
    min-width: 400px;
    width: 100%;
    padding: 8px 80px 8px 10px;
}

.icon_pw_delete {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 40px;
    background-image: url("../images/sub/icon_delete.png");
    background-size: cover;
    background-position: 50% 50%;
    transform: translate(-50%, -50%);
}

/*230427 hy(e)*/
.icon_eye {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../images/sub/icon_eye.png");
    background-size: cover;
    background-position: 50% 50%;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.icon_eye_slash {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../images/sub/icon_eye_slash.png");
    background-size: cover;
    background-position: 50% 50%;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.icon_docu {
    display: inline-block;
    width: 24px!important;
    height: 24px;
    background: url("../images/sub/icon_docu.png") no-repeat 50% 50%;
    background-size: cover;
}
/*230414 hy(e)*/

/* 타이틀 */
/* h3 */
.sub_page .sec_tit {
    font-family: 'NanumSquare';
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin-bottom: 40px;
}

/* h4 */
.sub_page .sec_sub_tit {
    font-family: 'NanumSquare';
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin-bottom: 30px;
    /* 240118 // 마이페이지 증명서 발급 대분류 간격 간 영역 수정*/
    margin-top: 50px;
}
/*231110 hy(e) 마이페이지*/
.sec_sub_txt {
    font-family: 'NanumSquare';
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin-bottom: 30px;
}
/*231110 hy(e)*/

/* h5 */
.sub_page .con_tit {
    font-family: 'NanumSquare';
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    /*240322 (s)*/
    display: inline-block;
    /*240322 (e)*/
}
/*240229 (s)*/
.sub_page .con_tit > span{
    font-family: inherit;
    font-weight: inherit;
}
/*240229 (e)*/

.sub_title h3 {
    font-family: 'NanumSquare', sans-serif;
    font-size: 22px;
    font-weight: 700;
    word-break: keep-all;
}

.sub_title {
    margin-top: 50px;
}

.sub_title.flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.sub_title.flex.end {
    align-items: flex-end;
}

/* 텍스트 정렬 */
.txt_hide {
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
    width: 0;
    font-size: 0;
}

.txt_center {
    text-align: center;
}

.txtl_txtc {
    text-align: left;
}


/* 텍스트 */
.text_bg {
    font-size: 18px;
    font-weight: 400;
}

.text_nm {
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.text_nm.numbering {
    position: relative;
    padding-left: 26px;
}

.text_sm {
    font-size: 14px;
    font-weight: 400;
}

/* 말줄임 */
.white_space_2 {
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 텍스트 Deco */
.ex {
    box-sizing: border-box;
    padding: 2px 10px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
}

.ex.blue {
    background-color: #E8F3FF;
    color: #1869C0;
}

.ex.green {
    background-color: #F3F8E8;
    color: #207F3F;
}

.ex.violet {
    background-color: #F3F2FA;
    color: #392E75;
}

.ex.red {
    background-color: #FEF3F4;
    color: #ED1F24;
}

.ex.common {
    display: inline-block;
    background: #eee;
    margin-bottom: 10px;
    display: none;
}

.text_hi {
    background: linear-gradient(to top, #E9F3D2 40%, transparent 60%);
}

.strong {
    font-weight: 700!important;
}

/* sj230428(s) */
.sub .content .pagination {
    margin-top: 50px;
}

/* //sj230428(e) */
/* 230414 hy(s) */
/*페이지네이션 pagination */
.sub .content .pagination>ul {
    display: flex;
    gap: 2px;
    justify-content: center;
    align-items: center;
}

/*230427 hy(s)*/
.sub .content .pagination>ul>li>a {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 1.6rem;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
    box-sizing: border-box;
}

/*230427 hy(e)*/
.sub .content .pagination>ul>li>a.disable {
    border: none;
    background: #eee;
}

.sub .content .pagination>ul>li>a.hide {
    display: none;
}

.sub .content .pagination>ul>li .num {
    color: #666;
    line-height: 28px;
}

.sub .content .pagination>ul>li .num.active {
    color: #fff;
    background: #333;
}

.sub .content .pagination>ul>li .first,
.sub .content .pagination>ul>li .prev,
.sub .content .pagination>ul>li .next,
.sub .content .pagination>ul>li .last {
    font-size: 0;
}

.sub .content .pagination>ul>li .first::after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 12px;
    background-image: url("../images/btn_pgn_first.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub .content .pagination>ul>li .prev::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 14px;
    background-image: url("../images/btn_pgn_prev.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub .content .pagination>ul>li .next::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 14px;
    background-image: url("../images/btn_pgn_next.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub .content .pagination>ul>li .last::after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 12px;
    background-image: url("../images/btn_pgn_last.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*241015 (s) 마이페이지-인증신청내역*/
.sub .content .textbox_grey {
    border-radius: 10px;
    background: #f7f7f7;
    padding: 14px 20px;
    color: #333;
    word-break: keep-all;
    box-sizing: border-box;
    min-height: 48px;
}
/*//241015 (e)*/
/*230414 hy(e)*/

/* 공통 */
.pointer {
    cursor: pointer;
}

.sub .mb {
    display: none;
}

.bdr_gr {
    border: 1px solid #eee !important;
}

.bdrr_gr {
    border-right: 1px solid #eee !important;
}
.bdrt_gr {
    border-top: 1px solid #eee !important;
}

/* 230531sj(s) */
.bdrr_no {
    border-right: none !important;
    ;
}

/* //230531sj(e) */
.col_blue {
    color: #1869C0 !important;
}

.col_red {
    color: #DA2B27 !important;
}

.col_gray {
    color: #666 !important;
}

.col_black {
    color: #111 !important;
}

.bg_f7f7f7 {
    background: #f7f7f7 !important;
    background-color: #f7f7f7 !important;
}
.bg_f2f6fa {
    background: #F2F6FA !important;
    background-color: #F2F6FA !important;
}

.sub .numbering::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/img_numbering.png")no-repeat 0 0;
    background-size: cover !important;
    top: 2px;
    left: 0;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}


/* 텍스트 박스 */
.sub .box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    background: #fff;
}

.confirm_box {
    width: 100%;
    margin: 20px auto 30px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    gap: 15px;
}

.confirm_box.agree {
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* 신청 프로세스 */
/* 230510(s) */
.process_box {
    width: 100%;
    margin: 20px 0 50px;
    position: relative;
    z-index: 0;
}

/* //230510(e) */
.process_step {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.process_step li {
    font-size: 0;
    padding: 0;
    text-align: center;
    flex: 1;
    position: relative;
    font-size: 1.6rem;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.process_step li .img {
    display: block;
}

.process_step li.complete .img {
    width: 32px;
    height: 32px;
    background: url("../images/sub/complete.png") no-repeat;
    background-size: cover;
}

.process_step li.ongoing .img {
    width: 32px;
    height: 32px;
    background: url("../images/sub/ongoing.png") no-repeat;
    background-size: cover;
}

.process_step li.uncomplete .img {
    width: 32px;
    height: 32px;
    background: url("../images/sub/uncomplete.png") no-repeat;
    background-size: cover;
}

.process_step li::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: #d1e0f0;
    right: -35%;
    top: 16px;
    z-index: -1;
}

.process_step li.complete::after {
    background-color: #007BFF;
}

.process_step li:last-child::after {
    display: none;
}

.process_step li .txt {
    font-size: 1.3rem;
    color: #111;
    font-weight: 400;
    text-align: center;
    word-break: keep-all;
    display: inline-block;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 5px 10px;
}

.process_step li.ongoing .txt {
    color: #1869C0;
    background: #F2F6FA;
    border-radius: 15px;
}

.process_content .process_step {
    margin-bottom: 100px;
}
/*240322 (s)*/
.apply_step{display: flex; flex-wrap: wrap; justify-content: center; padding-bottom: 40px;}
.apply_step li{font-size: 1.6rem; font-weight: 400; flex: auto; width: 32px; position: relative; width: 32px; height: 32px; }
.apply_step li.complete{background: url("../images/sub/complete.png") no-repeat 50% 0; background-size: contain;}
.apply_step li.ongoing{background: url("../images/sub/ongoing.png") no-repeat 50% 0; background-size: contain;}
.apply_step li.uncomplete{background: url("../images/sub/uncomplete.png") no-repeat 50% 0; background-size: contain;}
.apply_step li::after{display: block; content: ""; width: 70%; height: 2px; background: #D1E0F0; position: absolute; right: -35%; top: 50%; transform: translateY(-50%);}
.apply_step li.complete::after{display: block; content: ""; width: 70%; height: 2px; background: #007BFF; position: absolute; right: -35%; top: 50%; transform: translateY(-50%);}
.apply_step li:last-child::after{display: none;}
.apply_step li span{position: absolute; left:50%; top: 47px; transform: translateX(-50%); font-size: 1.3rem; color: #666; font-weight: 400; text-align: center;}
.apply_step li.ongoing span{color: #1869C0; background: #F2F6FA; padding: 5px 10px; border-radius: 15px;}
/*240322 (e)*/

/* 이미지 */
.img_pc {
    display: block !important;
}

.img_mo {
    display: none !important;
}


/* 버튼 */
.btn_box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_box.flex-end {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn_box ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 20px
}

/*상세 페이지 이전, 다음 버튼*/
.content .move_page_btn {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    box-sizing: border-box;
}

.content .move_page_btn .btn_wrap {
    display: flex;
    gap: 25px;
    box-sizing: border-box;
}

.small_able1 {
    word-break: keep-all;
    background: #1869C0;
    font-size: 1.2rem;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 5px 12px;
    display: inline-block;
    box-sizing: border-box;
}

.small_able2 {
    word-break: keep-all;
    background: #fff;
    border: 1px solid #1869C0;
    color: #1869C0;
    font-size: 1.2rem;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 5px 12px;
    display: inline-block;
    box-sizing: border-box;
}

.small_able3 {
    word-break: keep-all;
    background: #fff;
    border: 1px solid #999;
    color: #333;
    font-size: 1.2rem;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 5px 12px;
    display: inline-block;
    box-sizing: border-box;
}

.small_able4 {
    word-break: keep-all;
    background: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 5px 12px;
    display: inline-block;
    box-sizing: border-box;
}

.small_disable {
    word-break: keep-all;
    background: #eee;
    border: 1px solid #ddd;
    color: #666;
    font-size: 1.2rem;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 5px 12px;
    display: inline-block;
    box-sizing: border-box;
}
/*231113 hy(s) //버튼 사이즈 수정*/
.middle_able1 {
    padding: 9px;
    word-break: keep-all;
    background: #1869C0;
    font-size: 1.3rem;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    display: inline-block;
    box-sizing: border-box;
    word-break: keep-all;
}
.middle_able2 {
    padding: 9px;
    word-break: keep-all;
    background: #fff;
    font-size: 1.3rem;
    border-radius: 6px;
    color: #1869C0;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    border: 1px solid #1869C0;
    display: inline-block;
    box-sizing: border-box;
    word-break: keep-all;
}

.middle_able3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    word-break: keep-all;
    background: #fff;
    font-size: 1.3rem;
    border-radius: 6px;
    color: #333;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    border: 1px solid #999;
    box-sizing: border-box;
    word-break: keep-all;
}

.middle_able4 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    word-break: keep-all;
    background: #333;
    font-size: 1.3rem;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    border: 1px solid #333;
    box-sizing: border-box;
    word-break: keep-all;
}
/* 
.middle_able1 {
    height: 40px;
    line-height: 40px;
    background: #1869C0;
    font-size: 1.4rem;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 10px;
    display: inline-block;
    box-sizing: border-box;
}

.middle_able2 {
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 1.4rem;
    border-radius: 6px;
    color: #1869C0;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 10px;
    border: 1px solid #1869C0;
    display: inline-block;
    box-sizing: border-box;
}

.middle_able3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 1.4rem;
    border-radius: 6px;
    color: #333;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 10px;
    border: 1px solid #999;
}

.middle_able4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    background: #333;
    font-size: 1.4rem;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 10px;
    border: 1px solid #333;
} */
/*231113 hy(s)*/

/*230630 hy(s) //cursor변경*/
.middle_disable {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    word-break: keep-all;
    background: #eee;
    font-size: 1.4rem;
    border-radius: 6px;
    color: #666;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    border: 1px solid #ddd;
    cursor: unset;
    box-sizing: border-box;
    word-break: keep-all;
}

/*230630 hy(e)*/
/* .middle_able3 {display: inline-block; height: 40px; line-height: 40px; background: #fff; font-size: 1.4rem; border-radius: 6px; color: #333; font-weight: 500; text-align: center; letter-spacing: -0.05em; padding: 0 10px; border: 1px solid #999;}
.middle_able4 {display: inline-block; line-height: 19px; font-weight: 500; background: #fff; font-size: 1.6rem; border-radius: 6px; color: #333; font-weight: 500; text-align: center; vertical-align: middle; letter-spacing: -0.05em;} */

/* label{  pointer-events: auto; } */
label.file_upload_text:focus-visible{ outline:2px solid red; }


.large_able1 {
    padding: 20px 25px;
    word-break: keep-all;
    /*240322 (s)*/
    /* min-width: 240px; */
    /*240322 (e)*/
    background: #1869C0;
    font-size: 1.8rem;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    /* margin: 0 auto; */
    display: inline-block;
    box-sizing: border-box;
}

.large_able2 {
    padding: 20px 25px;
    word-break: keep-all;
    /*240322 (s)*/
    /* min-width: 240px; */
    /*240322 (e)*/
    background: #fff;
    font-size: 18px;
    border-radius: 6px;
    color: #1869C0;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    /* margin: 0 auto; */
    display: inline-block;
    border: 1px solid #1869C0;
    box-sizing: border-box;
}

.btn_arrowR {
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url('../images/btn-arrowRight.png') no-repeat;
    background-size: 7px 12px;
    margin-left: 10px;
    box-sizing: border-box;
}

/*파일추가 버튼*/
.btn_addfile {
    position: relative;
    padding-right: 30px !important;
    box-sizing: border-box;
}

.btn_addfile::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('/images/sub/add_icon.png') no-repeat;
    background-size: 16px 16px;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
    box-sizing: border-box;
}

.btn.TxtBoxBTN_1 {
    display: inline-block;
    background: #1869C0;
    color: #fff;
    box-sizing: border-box;
    word-break: keep-all;
    padding: 7px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 0 0 1px inset #1869C0;
    box-sizing: border-box;
    cursor: pointer;
     
}

input[type="file"] {
    appearance: none;   /* 기본 스타일 초기화 */
    -webkit-appearance: none; /* Safari에서 기본 스타일 초기화 */
    -moz-appearance: none; /* Firefox에서 기본 스타일 초기화 */
}

/* input[type="file"]에 포커스가 가면 스타일을 적용 */
input[type="file"]:focus {
    border: 2px solid red; /* 포커스 시 테두리 색상 변경 */
}

/* label에도 포커스 스타일 적용 */
label[for="certAplyFile_0"]:focus {
    outline: 2px solid red; /* 포커스 시 outline 추가 */
}

.file_upload_text{}


.btn.TxtBoxBTN_2 {
    display: inline-block;
    background: #fff;
    color: #1869C0;
    box-sizing: border-box;
    word-break: keep-all;
    padding: 9px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 0 0 1px inset #1869C0;
    box-sizing: border-box;
}

.btn.TxtBoxBTN_3 {
    display: inline-block;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    word-break: keep-all;
    padding: 9px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 0 0 1px inset #999;
    box-sizing: border-box;
}

.btn.TxtBoxBTN_4 {
    display: inline-block;
    background: #444;
    color: #fff;
    box-sizing: border-box;
    word-break: keep-all;
    padding: 9px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 0 0 1px inset #444;
    box-sizing: border-box;
}

.btn.TxtBoxBTN_DisAble {
    display: inline-block;
    background: #eee;
    color: #666;
    box-sizing: border-box;
    word-break: keep-all;
    padding: 9px 15px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 0 0 1px inset #ddd;
    box-sizing: border-box;
}

.btn.Middle_Able1 {
    display: inline-block;
    background: #1869C0;
    color: #fff;
    box-sizing: border-box;
    padding: 20px 25px;
    word-break: keep-all;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    box-shadow: 0 0 0 1px inset #1869C0;
    min-width: 130px;
    box-sizing: border-box;
}

.btn.Middle_Able2 {
    display: inline-block;
    background: #fff;
    color: #1869C0;
    box-sizing: border-box;
    padding: 20px 25px;
    word-break: keep-all;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    box-shadow: 0 0 0 1px inset #1869C0;
    min-width: 130px;
    box-sizing: border-box;
}

/*230605 hy(s)*/
/* ms0421(s) */
.btn.Middle_Able3 {
    display: inline-block;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    padding: 20px 25px;
    word-break: keep-all;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    box-shadow: 0 0 0 1px inset #999;
    min-width: 130px;
    box-sizing: border-box;
}

.btn.Middle_Able4 {
    display: inline-block;
    background: #333;
    color: #fff;
    box-sizing: border-box;
    padding: 20px 25px;
    word-break: keep-all;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    box-shadow: 0 0 0 1px inset #333;
    min-width: 130px;
    box-sizing: border-box;
}

.btn.Middle_DisAble {
    display: inline-block;
    background: #eee;
    color: #666;
    box-sizing: border-box;
    padding: 20px 25px;
    word-break: keep-all;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    box-shadow: 0 0 0 1px inset #ddd;
    min-width: 130px;
    box-sizing: border-box;
}

/* //ms0421(e) */

/*230721 hy(s)*/
/*modal 닫기 버튼 위치 조정하기 위해 주석 처리, 사용 할 때 부모 클래스 붙일 것*/
/*230605 hy(e)*/
/* .del_btn{
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../images/sub/tool_tip_close.png")no-repeat;
    background-position: center;
    background-size: cover;
    right: 10px;
    top:50%;
    transform: translate(0, -50%);
} */
/*230721 hy(e)*/
/*230802 hy(s)*/
.del_file .del_btn{
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../images/sub/tool_tip_close.png")no-repeat;
    background-position: center;
    background-size: cover;
    right: 10px;
    top:50%;
    transform: translate(0, -50%);
    box-sizing: border-box;
}
/*230802 hy(e)*/

/* 탭버튼 */
.tab_box {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}

.tab_box ul {
    width: 100%;
    display: flex;
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 2px;
}

.tab_box ul li {
    width: 50%;
    border-radius: 6px;
}
.tab_box ul li div,
.tab_box ul li a {
    display: block;
    width: 100%;
    padding: 20px 25px;
    word-break: keep-all;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    color: #666;
    font-weight: 500;
    transition: .2s;
    box-sizing: border-box;
}
.tab_box ul li div.active,
.tab_box ul li a.active {
    border: 1px solid #1869C0;
    background-color: #fff;
    color: #1869C0;
    font-weight: 600;
    box-sizing: border-box;
}



/* 텍스트 불릿 */
.text_cir-bg {
    position: relative;
    padding-left: 16px;
    color: #111;
    margin-top: 5px;
}

.text_cir-bg:first-child {
    margin-top: 0;
}
/*230925 hy(s) //중복값 제거 line 1435*/
/* .text_cir-bg::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 2px solid #0162CA;
    border-radius: 100px;
    top: 4px;
    left: 0;
} */
/*230925 hy(e)*/

/*231020 hy(s)*/
.text_bar {
    position: relative;
    padding-left: 11px;
    color: #666;
    margin-top: 3px;
    font-weight: 400;
    font-size: 15px;
}
/*231020 hy(e)*/

.text_bar:first-child {
    margin-top: 0;
}

.text_bar::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 1px;
    background-color: #999;
    top: 8px;
    left: 0;
}

.text_cir {
    position: relative;
    padding-left: 11px;
    margin-top: 5px;
}

.text_cir:first-child {
    margin-top: 0;
}

.text_cir::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #0162CA;
    border-radius: 100px;
    top: 8px;
    left: 0;
}


/* 아이콘 블릿 */
.text_info {
    color: #666!important;
    font-size: 15px!important;
    font-weight: 400!important;
    position: relative;
    padding-left: 23px;
    margin-top: 5px;
}

/*230707 hy(s) //top 가운데 정렬 */
.text_info::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../images/icon_group_sub.png")no-repeat 0 0;
    background-size: cover;
    top: 0px;
    left: 0px;
}

/*230707 hy(e)*/
.text_info li {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}

.text_info li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../images/icon_group_sub.png")no-repeat 0 0;
    background-size: cover;
    top: 0;
    left: 0;
}

.text_cir-bg {
    position: relative;
    padding-left: 16px;
    color: #111;
    margin-top: 5px;
}

.text_cir-bg:first-child {
    margin-top: 0;
}
/*230925 hy(s) //top 변경*/
.text_cir-bg::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 2px solid #0162CA;
    border-radius: 100px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
/*230925 hy(e)*/

.text_bar {
    position: relative;
    padding-left: 11px;
    color: #666;
    margin-top: 3px;
}

.text_bar:first-child {
    margin-top: 0;
}

.text_bar::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 1px;
    background-color: #999;
    top: 8px;
    left: 0;
}

.text_cir {
    position: relative;
    padding-left: 11px;
    margin-top: 5px;
}

.text_cir:first-child {
    margin-top: 0;
}

.text_cir::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #0162CA;
    border-radius: 100px;
    top: 8px;
    left: 0;
}

.asterisk {
    position: relative;
    font-size:inherit;
    font-weight: inherit;
    font-family: inherit;
}

.asterisk::after {
    content: "*";
    position: absolute;
    top: -4px;
    right: -8px;
    font-size: 14px;
    color: #DA2B27;
}

.text_rice {
    position: relative;
    font-size:inherit;
    font-weight: inherit;
    font-family: inherit;
    padding-left: 10px;
}

.text_rice::after {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
}

/* counter */
#counter {
    margin-top: 5px;
    font-size: 1.4rem;
    color: #666;
}

/* 라디오박스 */
/* .radio_box input:read-only:not(select),
.check_box input:read-only:not(select) {
    border: max(1px, 0.1em) solid #999;
    background-color: #fff;
} */

.radio_box label input,
.check_box label input {
    flex-shrink: 1;
}

.radio_box input+span,
.check_box input+span {
    flex: 1;
    word-break: keep-all;
    font-size: 15px;
}

.radio_box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.radio_box label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    cursor: pointer;
}

.radio_box input[type="radio"] {
    vertical-align: middle;
    border: max(1px, 0.1em) solid #999;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.radio_box [type="radio"]:checked {
    border: max(1px, 0.1em) solid #1869C0;
}

.radio_box [type="radio"]:checked::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #1869C0;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.radio_box [type="radio"]:disabled {
    background-color: #f9f9f9;
    box-shadow: none;
    cursor: not-allowed;
    border: 1px solid #ddd;
}

.radio_box [type="radio"]:checked:disabled::after {
    background: #ccc;
}

.radio_box [type="radio"]:disabled+span {
    color: #999;
    cursor: not-allowed;
}

/*230601 hy(s)*/
/*라디오 박스 가로 정렬*/
.radio_box.row {
    display: flex;
    flex-flow: row wrap !important;
    gap: 20px;
    justify-content: flex-start;
}

/*230601 hy(e)*/


/* 체크박스 */
.check_box label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    cursor: pointer;
}
/*231024 hy(s)*/
.check_box input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    border: max(1px, 0.1em) solid #666;
    background-color: #fff;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
}

.check_box input[type="checkbox"]::before {
    content: "";
    width: 10px;
    height: 5px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 4px;
    left: 3px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: .2s;
}

.check_box input[type="checkbox"]:checked {
    background-color: #1869C0 !important;
    border-color: #1869C0;
}

.check_box input[type="checkbox"]:checked::before {
    opacity: 1;
}
.check_box input[type="checkbox"]:disabled {
    border: max(1px, 0.1em) solid #999;
    background-color: #f7f7f7;
}
/*231024 hy(e)*/

/* 체크있는 라디오박스 */
.sub .answer_list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    flex: 1;
}

.answer_list .list_item .item_label {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 20px;
    border-radius: 100px;
    background: #fff;
    color: #1869C0;
    white-space: nowrap;
    box-shadow: 0 0 0 1px inset rgba(24, 105, 192, 1);
    transition: .2s ease-in-out;
    cursor: pointer;
}

.answer_list .list_item .item_radio:checked+.item_label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #1869C0;
    padding-left: 30px;
}

.answer_list .list_item .item_label {
    position: relative;
}

.answer_list .list_item .item_radio:checked+.item_label:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url("../images/icon_group_sub.png")no-repeat;
    background-position: -15px 0;
    background-size: cover;
    top: 50%;
    left: 15px;
    filter: brightness(0) invert(1);
    transform: translate(0, -50%) scale(2);
}

.answer_list .list_item .item_label.disabled {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 20px;
    border-radius: 100px;
    background: #eee;
    color: #999;
    white-space: nowrap;
    box-shadow: none;
    transition: .2s ease-in-out;
    cursor: pointer;
}

/* .answer_list .list_item .item_radio.disabled+.item_label.disabled::before{display: none;} */
.answer_list .list_item.on .item_label.disabled {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 20px;
    border-radius: 100px;
    background: #fff;
    color: #1869C0;
    white-space: nowrap;
    box-shadow: 0 0 0 1px inset rgba(24, 105, 192, 1);
    transition: .2s ease-in-out;
    cursor: pointer;
}

/* .answer_list .list_item.on .item_label.disabled+.item_label.disabled::before{display: block;} */
.answer_list .list_item.on .item_radio:checked+.item_label:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url("../images/icon_group_sub.png")no-repeat;
    background-position: -15px 0;
    background-size: cover;
    top: 50%;
    left: 15px;
    filter: brightness(0) invert(1);
    transform: translate(0, -50%) scale(2);
}

.auth01_select:disabled {
    width: 80px;
    color: #666;
    border-bottom: 1px solid #aaa;
    background: #eee url(../images/sub/select_arrowdown_off.png) no-repeat 95% 50%;
    margin-right: 10px;
    font-size: 14px;
    padding: 7px 5px;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.auth01_select {
    width: 80px;
    color: #333;
    border-bottom: 1px solid #1869C0;
    background: url(../images/sub/select_arrowdown.png) no-repeat 95% 50%;
    margin-right: 10px;
    font-size: 14px;
    padding: 7px 5px;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.auth02_select:disabled {
    width: 80px;
    color: #666;
    border-bottom: 1px solid #aaa;
    background: #eee url(../images/sub/select_arrowdown_off.png) no-repeat 95% 50%;
    margin-right: 10px;
    font-size: 14px;
    padding: 7px 5px;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.auth02_select {
    width: 80px;
    color: #333;
    border-bottom: 1px solid #1869C0;
    background: url(../images/sub/select_arrowdown.png) no-repeat 95% 50%;
    margin-right: 10px;
    font-size: 14px;
    padding: 7px 5px;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



/* ms0424(s) */
/* select 버튼 */
/*240913 (s) padding 높이 값 줄임*/
.select_box {
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 5px 30px 5px 10px;
    font-size: 15px;
    background-size: 12px auto;
    position: relative;
    cursor: pointer;
    background: url("../images/icon_select-arrow.png")no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.select_box.disabled {
    background-color: #f7f7f7;
}

/* //ms0424(e) */

/* 인풋박스 */
/*240913 (s) padding 조정*/
.input_box {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 15px;
    background-color: #fff;
    margin-top: 5px;
}
/*240913 (e)*/

.input_box:first-child {
    margin-top: 0;
}
/*241125 (s)*/
input::placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #666;
}
/*//241125 (e)*/

input:disabled,
input[type="radio"]:disabled,
input[type="checkbox"]:disabled,
select:disabled {
    background: #F7F7F7 !important;
    color: #666!important;
}
/*240913 (s) padding 조정*/
textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 150px;
    line-height: 1.5;
    padding: 5px 10px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
}
/*240913 (e)*/

/* 파일첨부 */
.file_upload .row .tit {
    width: 200px;
}

.cnt {
    width: 100%;
}

.file_upload .cnt {
    display: flex;
    gap: 10px;
    flex-flow: column;
}

.upload_box {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
}

.upload_box .input_box {
    flex: 1;
    width: 100%;
}
/*241108 (s)*/
/*241113 (s)*/
/*
.fileArea .upload_box input[type="text"],
 .fileArea .upload_box .del_file{display: none;} */
 
/* .fileArea .upload_box .btn.TxtBoxBTN_1{display: block;background: unset;color: #000;padding: 0;box-shadow: unset;font-size: 0;}
.fileArea .upload_box input[type="file"]{display: block!important;} */
/* .table_form .row_group .row .upload_box label{cursor: pointer;}
.table_form .row_group .row .upload_box input[type="file"]{position: absolute;width: 0;height: 0;padding: 0;overflow: hidden!important;border: 0;} */
/*//241113 (e)*/
/*//241108 (e)*/

.upload_box .btn {
    flex-shrink: 1
}

.del_file {
    width: 100%;
    flex: 1;
    position: relative;
}

/* file_area 파일첨부 */
.file_area {
    width: 100%;
}
.sign_in .file_area p{margin-left: 0!important;}

.file_area .input_wrap {
    display: flex;
    flex-flow: column;
    gap: 5px;
    margin-top: 10px;
}

.modal .file_area {
    min-height: 80px;
}

/*230721 hy(s)*/
/*modal 닫기 버튼 위치 조정하기 위해 주석 처리, 사용 할 때 부모 클래스 붙일 것*/
/* .del_btn {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/sub/tool_tip_close.png)no-repeat;
    background-position: center;
    background-size: cover;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
} */
/*230721 hy(e)*/


/* 교육절차 */
.procedure_box {
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    /*231121 hy(s)*/
    /*230717 hy(s)*/
    background-color: #F2F6FA;
    /*230717 hy(e)*/
    /*231121 hy(e)*/
    border-radius: 10px;
}

.procedure_box .procedure_inner {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.procedure_box .procedure_inner .group {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}
/*241129 hy(s)*/
/* 각 아이템*/
.procedure_box .procedure_inner .group .item {
    width: calc(100% / 5);
    height: auto;
    display: flex;
    flex-flow: column;
    flex: 1;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    justify-content: flex-start;
    z-index: 1;
}
/*//241129 hy(e)*/
/* 가운데 선 */
/*231121 hy(s)*/
.procedure_box .procedure_inner .group.first:after {
    content: "";
    position: absolute;
    width: calc(100% - 60px);
    height: 2px;
    background-color: #eee;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*231121 hy(e)*/

/* 첫번째 아이템들 border */
.procedure_box .procedure_inner .group.last .item::before,
.procedure_box .procedure_inner .group.first .item::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 60%;
    background-color: #eee;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

/* 첫번째 아이템들 arrow */
.procedure_box .procedure_inner .group.last .item::after,
.procedure_box .procedure_inner .group.first .item::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translate(0, -50%) rotate(45deg);
    background-color: #fff;
}

/* 첫번째 아이템의 마지막 border 제거 */
/*231121 hy(s)*/
.procedure_box .procedure_inner .group.first .item:last-child:before,
.procedure_box .procedure_inner .group.first .item:last-child:after {
    display: none
}
/*231121 hy(e)*/

/* 첫번째 아이템의 마지막 arrow 스타일 */
/*231121 hy(s)*/
/* .procedure_box .procedure_inner .group.first .item:last-child:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    display: block;
    position: absolute;
    bottom: -110px;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(0, -50%) rotate(135deg);
    background-color: #fff;
} */
/*231121 hy(e)*/

/* 두번째 아이템들 방향전환 */
/*231121 hy(s)*/
.procedure_box .procedure_inner .group.last {
    flex-flow: row;
}
/*231121 hy(e)*/

/* 두번째 아이템들 border */
/* .procedure_box .procedure_inner .group.last .item::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 60%;
    background-color: #eee;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
} */

/* 두번째 아이템들 arrow */
/* .procedure_box .procedure_inner .group.last .item::after {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #eee;
    border-left: 2px solid #eee;
    display: block;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(0, -50%) rotate(45deg);
    background-color: #fff;
} */

/* 두번째 마지막 아이템의 border,arrow  제거*/
.procedure_box .procedure_inner .group.last .item:last-child:after,
.procedure_box .procedure_inner .group.last .item:last-child::before {
    display: none!important;
}

.procedure_box .procedure_inner .group .item .subject {
    /*231121 hy(s)*/
    /*230717 hy(s)*/
    color: #1869C0;
    /*230717 hy(e)*/
    font-size: 14px;
    font-weight: 500;
    /*231121 hy(e)*/
    word-break: keep-all;
}

.procedure_box .procedure_inner .group .item .action {
    /*231121 hy(s)*/
    color: #333;
    /*231121 hy(e)*/
    font-size: 16px;
    word-break: keep-all;
    font-weight: 700;
    margin-top: 10px;
}

.procedure_box .procedure_inner .group .item .num {
    /*231121 hy(s)*/
    /*230717 hy(s)*/
    color: #1869C0;
    /*230717 hy(e)*/
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
    width: 0;
    font-size: 0;
    /*231121 hy(e)*/
    position: absolute;
    font-size: 80px;
    font-weight: 800;
    bottom: 0;
    right: 20px;
    letter-spacing: -.5rem;
    z-index: -1;
}

/* 230531sj(s) */
/* 한줄일 경우
 */
.procedure_box .procedure_inner .group.first.line_1 .item:last-child:after {
    display: none;
}

.procedure_box .procedure_inner .group:first-child.line_1:after {
    display: none;
}

/* //230531sj(e) */

/* 툴팁 */
button.gnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
}

.icon {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.icon .icon-click {
    position: absolute;
    top: 0;
    left: 0;
}

.tippy-content>span {
    font-size: 1.4rem;
    font-family: 'Pretendard';
    font-weight: 400;
}

.tippy-content>span>span {
    display: block;
    margin-top: 1px;
    color: #1869C0;
}

.tippy-box[data-theme~='grey'] {
    background-color: #E8F3FF;
    color: #333;
    border-radius: 10px;
    z-index: -1;
}

.tippy-box[data-theme~='grey'][data-placement^='top']>.tippy-arrow::before {
    border-top-color: #E8F3FF;
}

.tippy-box[data-theme~='grey'][data-placement^='bottom']>.tippy-arrow::before {
    border-bottom-color: #E8F3FF;
}

.tippy-box[data-theme~='grey'][data-placement^='left']>.tippy-arrow::before {
    border-left-color: #E8F3FF;
}

.tippy-box[data-theme~='grey'][data-placement^='right']>.tippy-arrow::before {
    border-right-color: #E8F3FF;
}

/*sub.css에서 가져옴(s)*/
.ttip10_01 {
    display: inline !important;
}

.ttip11_01 {
    display: inline !important;
}

.ttip12_01 {
    display: inline !important;
}

.ttip02_02 {
    display: inline !important;
}

/* sj230426(s) */
.ttip_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* //sj230426(e) */
.ttip_wrap02 {
    display: flex;
    flex-wrap: wrap;
}

/*sub.css에서 가져옴(e)*/

/* 페이징 */
/* .paging_wrap{margin: 40px 0;}
.paging_wrap ul{display: flex; flex-wrap: wrap; margin: 0 auto; text-align: center; justify-content: center;}
.paging_wrap ul li{width: 28px; height: 28px; line-height: 28px; text-align: center; margin-right: 3px;}
.paging_wrap ul li:last-child{margin-right: 0;}
.paging_wrap ul li.on a{color: #fff; background: #333;}
.paging_wrap ul li a{display: block; width: 100%; height: 100%; border-radius: 3px; border: 1px solid #eee; color: #666; font-size: 1.4rem;}
.paging_wrap ul li a.disabled{background: #eee; border: 1px solid #eee;}
.paging_wrap ul li a.prev_first, .paging_wrap ul li a.prev, .paging_wrap ul li a.next, .paging_wrap ul li a.next_last{text-indent: -9999px; position: relative;}
.paging_wrap ul li a.prev_first::after{display: block; content: ""; width: 12px; height: 10px; background: url("../images/sub/prev_first.png") no-repeat 0 0; background-size: contain; position: absolute; left: 50%;
                                        top: 50%; transform: translate3d(-50%, -50%, 0);}
.paging_wrap ul li a.prev::after{display: block; content: ""; width: 6px; height: 12px; background: url("../images/sub/prev.png") no-repeat 0 0; background-size: contain; position: absolute; left: 50%; top: 50%;
                                 transform: translate3d(-50%, -50%, 0);}
.paging_wrap ul li a.next::after{display: block; content: ""; width: 6px; height: 12px; background: url("../images/sub/next.png") no-repeat 0 0; background-size: contain; position: absolute; left: 50%; top: 50%;
                                 transform: translate3d(-50%, -50%, 0);}
.paging_wrap ul li a.next_last::after{display: block; content: ""; width: 12px; height: 10px; background: url("../images/sub/next_last.png") no-repeat 0 0; background-size: contain; position: absolute; left: 50%; top: 50%; transform: translate3d(-50%, -50%, 0);} */

/*241127 hy(s)*/
/* modal 레이어 팝업 */
.modal_bg{display:none;}
.modal {
  display: none;  
  position:fixed;
  width:100vw;
  height:100vh;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000001;
}
.modal.open {
  display: block;
}
.modal_box {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: calc(100vw - 40px);
    max-height:calc(100vh - 40px);
    overflow-y: auto!important;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  	z-index: 100000002;
}
/*.modal {
    position: fixed;
    z-index: 100000001;
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.modal.open {
    display: block;
}

.modal_box {
    position: absolute;
    width: calc(100vw - 40px);
    box-sizing: border-box;
    overflow-y: unset;
    background-color: #fff;
    z-index: 100000001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
}*/
/*//241127 hy(e)*/
/*241125 hy(s)*/
.modal .title .del_btn{display:none;}

dialog {border: none; padding: 0; border-radius: 0; animation: zoom-out 0.1s ease-out;}
dialog.modal{margin: auto; background: rgba(0, 0, 0, 0); top: 0; left: 0; right: 0; transform: translate(0, 0); width: fit-content; height: fit-content; max-width: 100vw; max-height: 100vh; }
dialog[open] {}
dialog[open].modal{display: block;}
dialog::backdrop {background: rgba(0, 0, 0, 0.7);}
dialog.modal .modal_box{position:relative;top: 0; left: 0; right: 0; transform: translate(0, 0);}
/*//241125 hy(e)*/

/*사이즈*/
.modal_s {
    max-width: 360px;
}

.modal_m {
    max-width: 500px;
}

.modal_l {
    max-width: 1000px;
}

.modal_xl {
    max-width: 1640px;
}

/*헤더*/
.modal_box .title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.modal_box .title h3 {
    font-family: 'NanumSquare', sans-serif;
    font-size: 22px;
    font-weight: 700;
    word-break: keep-all;
}

.modal .cont_top {
    margin-bottom: 20px;
}

.modal .modal_content_wrap .cont_top .cont_tit {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
}

.modal .modal_content_wrap .cont_top p {
    font-size: 1.4rem;
    color: #666;
    font-weight: 400;
    word-break: keep-all;
}
/*240312 (s)*/
/*240325 (s)*/
.modal .del_btn {
    /* position: absolute; */
    display: block;
    width: 20px;
    height: 20px;
    background: url("/images/sub/tool_tip_close.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*240325 (e)*/
/*240312 (e)*/
.modal .middle_able2{
    padding: 5px 10px;
}
/*241129 hy(s)*/
.reportview.modal_box{position: static; width: 100%;transform:translate(0);max-width: 100%;max-height: 100%;box-shadow:none;-webkit-box-shadow:none;}
.reportview header{position: static;}
.modal_box footer{background: #fff; padding-bottom: 0;}
.reportview #reportArea{height: calc(100vh - 145px); overflow-y: auto;}
/*하단 버튼*/
.modal_box .move_page_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border-top: 1px solid #eee;
}
/*//241129 hy(e)*/

.modal_box .move_page_btn .btn {
    /* height: 40px;
    line-height: 40px; */
    font-size: 14px;
    min-width: 100px;
    font-weight: 500;
}

/*콘텐츠 영역*/
/*240325 (s)*/
.modal_box .modal_content_wrap {
    width: 100%;
    max-height: calc(100vh - 200px);
    box-sizing: border-box;
    padding: 20px;
    overflow: auto;
}
/*240325 (e)*/

/*240913 (s) 스크롤 디자인 제거*/
/*콘텐츠 스크롤*/
/* ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    height: 30%;
    background: #ccc;
    border-radius: 100px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .0);
} */
/*240913 (e)*/
.modal .sec_sub_tit,
.modal .sec_sub_tit>span {
    font-family: 'NanumSquare';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
}

/*콘텐츠 리스트*/
.modal .modal_content_wrap .cont p {
    line-height: 1.4;
    font-size: 1.6rem;
    color: #111;
}

.modal .cont_list {
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.modal .cont_list>li {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
}

.modal .cont_list>li.align_top {
    align-items: flex-start;
    margin-top: 10px;
}

.modal .cont_list>li .tit {
    width: 80px;
}

.modal .cont_list>li .cont {
    width: 100%;
}

.modal .cont_list .cont {
    display: flex;
    flex-flow: row;
}

.modal .cont_list .cont.w_auto>label {
    width: auto !important;
}

.modal .cont_list .cont label {
    display: flex;
    flex-flow: row;
}

.modal .cont_list.label_w100 .cont>label {
    width: 100%;
}

.modal .input_box_group {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 25px;
}

.modal .input_box_group>label {
    display: flex;
    align-items: center;
}

.modal .input_box_group>label>span {
    display: block;
    word-break: keep-all;
    font-size: 1.4rem;
    color: #333;
    font-weight: 500;
    margin-right: 15px;
}

.modal .cont_main {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 15px;
}

.modal .cont_main>ul>li {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.modal .cont_main>ul>li>ul>li {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 5px;
}

.modal .cont_main .tit {
    width: 80px;
    line-height: 40px;
}

.modal .cont_main .cont {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 80px);
}

.modal .cont_main .cont.col {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 10px;
    width: calc(100% - 80px);
}

.modal .cont_main .cont.text_field>li {
    display: unset;
}

.modal .cont_main .cont.text_field .input_box {
    width: calc(100% - 70px);
    line-height: 22px;
}

.modal .cont_main .cont.text_field button {
    min-width: auto;
    margin-left: 11px;
}

.modal .cont_main .cont .radio_box label>span {
    line-height: 40px;
}

.modal .agreement_wrap {
    display: flex;
    flex-flow: column;
    gap: 5px;
    justify-content: space-between;
    align-items: end;
}

.modal .agreement_box {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
}

.modal .agreement_box .tit {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.modal .agreement_box>ul>li {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.4;
}

.modal .agreement_box .head_dot>li {
    position: relative;
    margin-left: 15px;
}

.modal .agreement_box .head_dot>li::before {
    position: absolute;
    content: "○";
    left: -15px;
}

.modal .agreement_box .head_num {
    counter-reset: head_num;
}

.modal .agreement_box .head_num>li {
    position: relative;
    counter-increment: head_num;
    margin-left: 15px;
}

.modal .agreement_box .head_num>li::before {
    position: absolute;
    content: counter(head_num)".";
    left: -15px;
}

.modal .agreement_box .flex_between>li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}

.modal .agreement_box .list_mb15>li {
    margin-bottom: 15px;
}

.modal .agreement_box .list_mb15>li:last-child {
    margin-bottom: 0;
}

/*검색 필터*/
.modal .search_box {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

/*지도*/
.modal_box .modal_content_wrap .map {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #eee;
    max-height: 300px !important;
}

/*알림 팝업*/
.modal.alert .modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 12;
}

.modal.alert .modal_box {
    position: absolute;
    display: flex;
    min-height: 150px;
    text-align: center;
    word-break: keep-all;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
}

.modal.alert .modal_box::after {
    content: '';
    display: block;
    min-height: inherit;
}

.modal.alert .modal_content_wrap {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.modal.alert .modal_box .cont_box {
    display: flex;
    max-width: 360px;
    align-items: center;
    justify-content: center;
    color: #333;
    width: 100%;
    min-height: 80px;
    box-sizing: border-box;
}

.modal.alert .btn_box {
    margin-top: 20px;
}
/*240312 (s)*/
.modal_box .btn {
    /* height: 40px;
    line-height: 40px; */
    padding: 10px;
    font-size: 14px;
    /* min-width: 100px; */
}
/*240312 (e)*/

/* 레이어팝업 */
/*
.modal {
    display: none;
}
.modal.open {
    display: block;
}
.modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index:11;
}
.modal_box {
    position: fixed;
    width: 95%;
    max-width: 500px;
    min-height: 450px;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0 0.2rem 0.8rem rgba(0,0,0,0.1);
}
.modal_box .title{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.modal_box .content{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.modal_box .content .map{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #eee;
    max-height: 300px!important;
}
.modal_box .title h3{
    font-family: 'NanumSquare', sans-serif;
    font-size: 22px;
    font-weight: 700;
    word-break: keep-all;
}
.modal_box .btn{    
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    min-width: 100px;
}
*/

/* Alert Confirm 모달 팝업 창 */
.modal .noti.modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 12;
}

.modal .noti.modal_box {
    max-width: 260px;
    min-height: auto;
    padding: 10px 0 20px;
    text-align: center;
    word-break: keep-all;
    position: fixed;
    width: 95%;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
}

.modal .modal_box.noti .content {
    min-height: 80px;
    color: #333;
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    overflow: visible;
}

.modal .modal_box.noti .btn_box {
    padding: 0;
}

/*날짜 선택 datepicker */
.datepicker {
    background: url('../images/sub/sch_datepicker.png')no-repeat center right #fff;
    background-size: 30px 20px;
    cursor: pointer;
    min-width: 150px;
    text-align: left !important;
}

.datePickInput {
    background: url('../images/sub/sch_datepicker.png')no-repeat center right #fff !important;
    background-size: 30px 20px!important;
    cursor: pointer;
    min-width: 150px;
    text-align: left !important;
}
.datePickInput[readonly] {
    background-color: #f7f7f7!important;
}

.datePickInput:disabled {
    background: url('../images/sch_datepicker_disabled.png')no-repeat center right #fff;
    background-size: 30px 20px;
    background-color: #f7f7f7 !important;
    color: #666;
    cursor: default;
}

.date_date_wrap {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 5px;
}
/*240913 (s) padding 조정*/
.date_date_wrap .input_box {
    width: 100%;
    margin-top: 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 15px;
    background-color: #fff;
    line-height: 1.4;
    appearance: none;
    max-width: 150px;
}
/*240913 (e)*/

/* 숨겨진 파일 입력 요소 */
.file_Item {
    display: none;
}

/* 커스텀 파일 첨부 버튼 스타일 */
/* .TxtBoxBTN_1 {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    background-color: #007BFF;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
} */

/* 파일명 출력 영역 스타일 */
.input_file_name {
    font-size: 1.6rem;
    color: #555;
    display: inline-block;
}
/*241113 (s)*/
/* 삭제 버튼 스타일 */
.table_form .date_wrap input.datePickInput{width: calc(100% - 24px);}
.del_btn {
	display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/sub/tool_tip_close.png) no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    margin-left: 4px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

/*Rami(241220_웹접근성 windowpop)_시험약도*/
.examMap_wrap .exam_map_tit{ width: 100%; box-sizing: border-box; padding: 20px; border-bottom: 1px solid #eee; }
.examMap_wrap .exam_map_tit h3{ font-family: "NanumSquare", sans-serif; font-size: 22px; font-weight: 700; word-break: keep-all; } 
.examMap_wrap .modal_content_wrap{ width: 100%; box-sizing: border-box; padding:20px 20px 0 20px; overflow: auto; }
.move_page_btn.exam_move_page_btn{ display: flex; align-items: center; justify-content: center; padding-bottom:30px; gap:10px; }
.move_page_btn.exam_move_page_btn button{  }


/*241113 (e)*/

@media screen and (max-width:1400px) {
    .sub_navi{
        padding: 10px;
    }
    .sub_navi>div {
        width: 100%;
    }
}

@media screen and (max-width:1024px) {

    /*lnb*/
    #lnb {
        display: none;
    }

    /*subNavi*/
    .sub_navi>div {
        padding: 0 8px;
    }

    .sub_navi {
        top: 80px;
    }

    /* content */
    .content {
        width: 100%;
        min-height: auto;
    }

    .sub_page {
        width: 100%;
    }

    .sub_page section {
        margin-bottom: 30px;
    }

}

@media screen and (max-width:920px) {
    .process_box{
        margin: 20px 0 0;
    }
}
@media screen and (max-width:768px) {
    .img_pc {
        display: none !important;
    }

    .img_mo {
        display: block !important;
    }


    /* 탭버튼 */
    .tab_box{
        margin-bottom: 15px;
    }
    .tab_box ul li a {
        /* height: 44px;
        line-height: 44px; */
        font-size: 14px;
    }
    /* 버튼 */
    .btn.Middle_DisAble,
    .btn.Middle_Able4,
    .btn.Middle_Able3,
    .btn.Middle_Able2,
    .btn.Middle_Able3,
    .btn.Middle_Able1,
    .large_able2,
    .large_able1 {
        /* height: 44px;
        line-height: 44px; */
        font-size: 14px;
    }

    /* 인풋박스 */
    input::placeholder {
        font-size: 1.4rem;
    }

    /* 교육절차 */
    .procedure_box .procedure_inner .group {
        width: 100%;
        display: flex;
        flex-flow: column;
        position: relative;
    }

    .procedure_box .procedure_inner .group.last {
        flex-flow: column;
    }

    .procedure_box .procedure_inner .group .item {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .procedure_box .procedure_inner .group.first .item::before,
    .procedure_box .procedure_inner .group.last .item::before {
        content: "";
        position: absolute;
        width: calc(100% - 40px);
        height: 2px;
        background-color: #eee;
        bottom: 0;
        transform: none;
        right: 0;
        left: 0;
        margin: auto;
        top: unset;
    }

    .procedure_box .procedure_inner .group.first .item::after,
    .procedure_box .procedure_inner .group.last .item::after {
        bottom: -5px;
        right: 0;
        transform: rotate(135deg);
        left: 0;
        margin: auto;
        top: unset;
    }
    .procedure_box .procedure_inner .group.first .item:last-child:before,
    .procedure_box .procedure_inner .group.first .item:last-child:after {
        display: block;
    }

    .procedure_box .procedure_inner .group:first-child:after {
        width: calc(100% - 40px);
        height: 2px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        top: unset;
    }

    .procedure_box .procedure_inner .group.first .item:last-child:after {
        bottom: -11px;
        right: 0;
        left: 0;
        margin: auto;
        transform: translate(0, -50%) rotate(135deg);
        background-color: #fff;
        top: unset;
    }

    .procedure_box .procedure_inner .group.last .item::before {
        width: calc(100% - 40px);
        height: 2px;
        bottom: 0;
        transform: none;
        left: 0;
        right: 0;
        margin: auto;
        top: unset;
    }

    .procedure_box .procedure_inner .group.last .item::after {
        bottom: -5px;
        left: 0;
        /*231121 hy(s)*/
        transform: rotate(135deg);
        /*231121 hy(e)*/
        background-color: #fff;
        right: 0;
        margin: auto;
        top: unset;
    }

    .procedure_box .procedure_inner .group .item .num {
        font-size: 80px;
        bottom: unset;
        right: unset;
        left: 20px;
        top: 50%;
        transform: translate(0, -50%);
    }

    /* .procedure_box .procedure_inner .group .item .subject,
    .quailfication .procedure_box .procedure_inner .group .item .action {
        box-sizing: border-box;
        padding-left: 30px;
    } */

    .procedure_box .procedure_inner .group .item .action {
        font-size: 15px;
    }

    /* sj230426(s) */
    .ttip_wrap {
        justify-content: flex-start;
    }

    /* //sj230426(e) */

    /*230427 hy(s)*/
    .sub .content .pagination {
        width: 100%;
        margin-top: 20px;
    }

    .sub .content .pagination>ul {
        flex-wrap: wrap;
        gap: 5px;
    }

    .sub .content .pagination>ul>li>a {
        font-size: 1.2rem;
        width: 20px;
        height: 20px;
    }

    .sub .content .pagination>ul>li .num {
        line-height: 20px;
    }
    /* 아이콘 블릿 */
    .text_info {
        font-size: 14px;
        padding-left: 20px;
    }

    .text_info::before {
        width: 16px;
        height: 16px;
        /*top: 2px;*/
    }

    .text_info li {
        font-size: 14px;
        padding-left: 20px;
    }

    .text_info li::before {
        width: 16px;
        height: 16px;
        top: 2px;
    }
    .sub_page .sec_tit{
        margin-bottom: 20px;
    }
    .sub_page .sec_sub_tit{
        font-size: 2rem;
        margin-top: 20px;
        margin-top: 15px;
    }
    .content_wrap{
        margin-top: 30px;
    }
    
    /* 버튼 */
    .middle_able3 {
        width: 100%;
        font-size: 1.4rem;
    }
    .middle_able3.type02{ width: min-content; }

    .large_able1 {
        width: 100%;
        font-size: 1.6rem;
    }
    .text_nm{
        font-size: 15px;
    }
}

@media screen and (max-width:520px) {
    .sub_navi {
        height: auto;
    }

    /* 타이틀 */
    .sub_page .sec_tit {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }

    .sub_page .sec_sub_tit {
        font-size: 2.0rem
    }

    .sub_page .con_tit {
        font-size: 1.8rem;
    }

    .sub_page .con_txt {
        font-size: 1.4rem;
    }

    /* 텍스트 */
    .text_bg {
        font-size: 16px;
    }

    .text_nm {
        font-size: 15px;
    }

    .text_sm {
        font-size: 13px;
    }

    /* 버튼 */
    /* .btn.Middle_DisAble,
    .btn.Middle_Able4,
    .btn.Middle_Able3,
    .btn.Middle_Able2,
    .btn.Middle_Able3 {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    .btn.TxtBoxBTN_1,
    .btn.TxtBoxBTN_2,
    .btn.TxtBoxBTN_3,
    .btn.TxtBoxBTN_4,
    .btn.TxtBoxBTN_DisAble {
        font-size: 13px;
    } */

    /* 탭 버튼 */
    .tab_box ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tab_box ul li a {
        font-size: 13px;
    }

    /* 파일첨부 */
    .upload_box {
        gap: 5px;
    }

    .file_upload .row .cnt {
        width: 100%;
        display: flex;
        gap: 10px;
        flex-flow: column;
        margin-top: 10px;
        box-sizing: border-box;
        padding-bottom: 10px;
    }

    .file_upload .row_group .row {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .file_upload .fw500 {
        font-weight: 400;
    }

    .file_upload .row .cnt .upload_box {
        gap: 5px;
    }

    /* 페이징 */
    .paging_wrap {
        display: none;
    }

    .btn_box{
        font-family: wrap;
    }
    .btn_box li{
        width: 100%;
    }
    .btn_box .btn{
        width: 100%;
        max-width: auto;
    }
}

@media screen and (max-width:414px) {

    /* 버튼 */
    .btn_box ul {
        gap: 10px;
    }

    /* 신청 프로세스 */
    .process_step li::after {
        top: 11px
    }

    .process_step li.complete .img,
    .process_step li.ongoing .img,
    .process_step li.uncomplete .img {
        width: 22px;
        height: 22px;
    }

    .process_step li .txt {
        padding: 0;
        font-size: 1.2rem;
        background-color: transparent;
        border-radius: 0;
    }

    .process_step li.ongoing .txt {
        background-color: transparent;
    }

}
