@charset "utf-8";

.pc_hide {display:none;}
.overflow_visible { overflow: visible !important}
.btn.white { background: #fff; color: #888; border: 1px solid #aaa;  }
.ellipsis {display:inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; vertical-align:middle; }
.skyblue_text { color: #2998ff }
.btn-wrap.type02.pd10 .btn { padding: 0 10px}

/*20240412 신예리 추가 - 증명서 발급 안내 영역*/
.applyInfo_img {width: 1100px; height: auto;}
.applyInfo_img > img {width:100%;}
.applyInfo_img > map {}
/*.cardTitle_b { color: #333; font-size: 19px !important; font-weight: 500 !important; } */

/*20240926 신예리 추가-증명서 발급 안내 레이어 팝업*/
/*증명서발급 레이어 팝업 START*/
#apply_mask { background: rgba(0, 0, 0, .6); z-index: 9998; left: 0;  top: 0; position: fixed; width: 100%; height: 100%;}
.apply_layer_wrap { width: 465px; height: 430px; background: url('../image/apply_pop_top_bg.png'); background-size: cover; position: fixed; top: calc(100vh - 70%); left: 45%; z-index: 9999; border-radius: 10px; border: 1px solid #fbd5c9; box-shadow: 0 0 20px rgba(0,0,0,.5); }
.apply_layer_close { border: 0; background: url('../image/apply_pop_close.png') no-repeat center; background-size: cover; width: 22px; height: 22px; text-align: center; position: absolute; right: 15px; top: 15px; }
.layer_fiximg { width: 135px; position: absolute; top: 25px; z-index: 999; left: 50%; transform: translate(-50%, 0); }
.layer_txt_box { background: #fff; padding: 30px 20px 15px 20px; border-radius: 20px 20px 0 0; position: absolute; bottom: 0; width: 375px; left: 50%; transform: translate(-50%, 0); box-shadow: 0 0 15px rgba(0, 0, 0, .3); border: 1px solid #FFDEDE; min-height: 230px; }
.layer_txt_box > div >p { text-align: center; line-height: 1.5rem; font-weight: 400; word-break: keep-all; }
.layer_txt_box > div > p > strong.color { color: #FF5A3A; position: relative; z-index: 0; display: inline-block; }
.layer_txt_box > div > p > strong.color::after { content:""; width: 100%; height: 10px; background: #FFEBEB; position: absolute; bottom:0; left: 0; display: inline-block; z-index: -1; }
.apply_btn_wrap { padding: 25px 10px 5px 10px; text-align: center; border-top: 1px solid #eaeaea; }
.apply_btn_wrap > button { border-radius: 50px; outline: none; padding: 8px 15px; font-size: 15px; border: 0; cursor: pointer; transition: all 0.5s; color: #fff; }
.apply_btn_wrap > button a { color: #fff; }
.apply_btn_wrap > button:first-child { background: #FF5A3A; margin-right: 5px; }
.apply_btn_wrap > button:first-child:hover { background: #ee3d18; }
.apply_btn_wrap > button:last-child { background: #000; }
.apply_btn_wrap > button:last-child:hover { background: #3a3a3a; }
/*증명서발급 레이어 팝업 END*/

.titleInfoArea { display: flex; align-items: center; margin-bottom: 20px; position: relative; }
.titleInfoArea > span { margin-left:20px; color: #555; font-size: 14px; }
.titleInfoArea > span::before { content: ""; display: block; width: 1px; height: 15px; background: #b7b7b7; position: absolute; left: 210px; top: 3px; }

/* 파일찾기 */
.filebox label { display: inline-block; padding: 8px 24px; width: auto; color: #fff; font-size: inherit; line-height: normal; vertical-align: middle; background-color:#2998ff; cursor: pointer; border-radius:4px; margin: 5px 0 }
.filebox input[type="file"] { /* 파일 필드 숨기기 */ position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }

.small-btn-wrap a { display: block; padding: 6px 20px; border-radius: 4px; }
.sub-title-wrap.scrap_btn { position: relative; }
.sub-title-wrap.scrap_btn .small-btn-wrap { position: absolute; right: 0px; top:1px; }
.sub_blue_title h3 { font-size: 20px; font-weight: bold; color: #0E457B;}
.btn-wrap.s_resize .btn { width:160px; }
.body-element .view-btn.white_view_btn a { background: #fff; border: 1px solid #0e457a; color:#0e457a;  }

/** s:20211210 
.print_list.printA ul:after { content: ''; display: block; clear: both; }
.print_list.printA li {position:relative;width:calc((100% - 15px)/4); height: 50px; float: left; box-sizing:border-box; margin-right:5px; margin-bottom: 5px;overflow: inherit;}
.print_list.printA li:nth-child(4n) { margin-right:0;}
.print_list.printA li h5 { display:flex; height: 50px; padding:0; margin:0; font-size: 15px;  align-items: center; justify-content:center;}
**/

/**2024.03.27**/
.print_list.printA ul { display: flex; margin:0; flex-wrap: wrap; }
.print_list.printA ul:after { content: ''; display: block; clear: both; }
.print_list.printA li { position:relative; width:calc((100% - 15px)/5); height: 50px; float: left; box-sizing:border-box; margin-right:5px; margin-bottom: 5px;overflow: inherit; display: flex; justify-content: center; flex: 1 auto; }
/*.print_list.printA li:nth-child(4n) { margin-right:0;}*/
.print_list.printA li h5 { display:flex; height: 50px; padding:0; margin:0; font-size: 15px;  align-items: center; justify-content:center;}
/*20240416 신예리 추가*/
.print_list.printA li:nth-child(4n) { margin-right: 0; }
.print_list.printA li:last-of-type { margin-right: 0; }
.webzine-wrap.certi_wrap{overflow: initial;}

/*20240415 신예리 수정 및 추가 - 증명서발급페이지 카드형리스트로 변경*/
.webzine-wrap.certi_wrap ul { display: flex; flex-direction: row; flex-wrap: wrap; }
.webzine-wrap.certi_wrap ul li { display: flex; border: 1px solid #ddd; width: calc((100% - 10px) / 4); flex-direction: column; padding: 20px 15px; position: relative; align-items: center; min-height: 180px; margin-right: 10px; flex: 1 auto; margin-top: 10px; }
.webzine-wrap.certi_wrap ul li > .cardTitle_b { font-weight: 500; font-size: 19px; }
/*.webzine-wrap.certi_wrap ul li { position: relative;display:grid;grid-template-columns: 20% 60%;    padding-left: 30px;}
.webzine-wrap.certi_wrap ul li div > a { display:block; font-size: 16px; font-weight: 400;margin-top:5px}*/
.webzine-wrap.certi_wrap ul li:nth-child(3n) { margin-right: 0; }
.webzine-wrap.certi_wrap ul li:last-of-type { margin-right: 0; width: 328px !important; flex: 0 auto; }
.webzine-wrap.certi_wrap ul li div { display: block; font-size: 16px; font-weight: 400; height: 30px; margin-top: 0; } 
.webzine-wrap.certi_wrap ul li div > a { display: block; font-weight: 500 !important; font-size: 18px !important; margin-top: 0 !important; }
.webzine-wrap.certi_wrap ul li .view-btn { position: relative; margin-top: 0; }
/*24.4.11 신예리 수정 - 버튼 정렬 right:20px에서 right:0 으로 변경*/
/*.webzine-wrap.certi_wrap ul li .view-btn { position: absolute; right: 0; top: 50%; transform: translateY(-50%);}*/
.webzine-wrap.certi_wrap ul li .view-btn a { display: block; padding: 6px 20px; border-radius: 4px; }

/*240430 신예리 추가 - footer openAPI 제공 API종류 리스트*/
.webzine-wrap.certi_wrap.footerOpenApi ul { display: flex; flex-direction: row; flex-wrap: wrap; }
.webzine-wrap.certi_wrap.footerOpenApi ul li { display: flex; border: 1px solid #ddd; width: 300px; flex-direction: column; padding: 20px 15px; position: relative; align-items: center; justify-content: center; min-height: 180px; margin-right: 10px; flex: 1 auto; margin-top: 10px; }
.webzine-wrap.certi_wrap.footerOpenApi ul li:nth-child(3n) { margin-right: 0; }
.webzine-wrap.certi_wrap.footerOpenApi ul li:last-of-type { margin-right: 0; width: 300px !important; flex: 1 auto; }
.webzine-wrap.certi_wrap.footerOpenApi ul li div { display: block; font-size: 17px; font-weight: 400; height: 30px; margin-top: 0; } 
.webzine-wrap.certi_wrap.footerOpenApi ul li div > a { display: block; font-weight: 500 !important; font-size: 18px !important; margin-top: 0 !important; }
.webzine-wrap.footerOpenApi ul li > .category span { font-size: 15px !important; } 

@media all and (max-width:850px){
    /*20240415 신예리 수정 및 추가*/
    .titleInfoArea { flex-direction: column; }
    .titleInfoArea > span { margin-left: 0; margin-top: 9px; }
    .titleInfoArea > span::before { background: transparent; }
    .webzine-wrap.certi_wrap ul li {
        width: 100%;
    /*
        grid-template-columns: 100%;
        padding-left: 50px;*/
    }
    .webzine-wrap.certi_wrap ul li div > a{margin:0 0 5px;}
}
@media all and (max-width:640px){
    /*20240415 신예리 수정 및 추가*/
    .webzine-wrap.certi_wrap ul li {
         width: 100%;
         margin-right: 0;
        /*padding: 17px 0 10px 30px;*/
    }
    .webzine-wrap.certi_wrap ul li:last-of-type { margin-right: 0; width: 100% !important; flex: 1 auto; }
    
    .titleInfoArea { flex-direction: column; }
    .titleInfoArea > span { margin-left: 0; margin-top: 9px; }
    .titleInfoArea > span::before { background: transparent; }
    /*.webzine-wrap.certi_wrap ul li .category p{
        display:grid;
        grid-template-columns: 17% 57%;
    }*/

    .webzine-wrap.certi_wrap ul li .category p span{
        margin-bottom:5px;
    }
}
@media all and (max-width:480px){
    /*
    .webzine-wrap.certi_wrap ul li .category p{
        grid-template-columns: 22% 76%;
    }*/
}
@media all and (max-width:360px){
    /*
    .webzine-wrap.certi_wrap ul li .category p{
        grid-template-columns: 26% 74%;
    }
    */
}
@media all and (max-width:280px){
    /*
    .webzine-wrap.certi_wrap ul li .category p{
        grid-template-columns: 33% 67%;
    }
    */
}
/** e:20211210 **/

.correct-form.correct_typeB { margin: 20px 0; }
.correct-form.correct_typeB dl { width: 100%; }
.correct-form.correct_typeB dl.half_dl { width: 50%; }
.correct-form.correct_typeB dd { padding: 8px 0;  }
.correct-form.correct_typeB .inp { height: 40px; border-radius:3px; box-sizing:border-box; border:1px solid #eee; background: #f8f8f8;}
.correct-form.correct_typeB .calendar .inp { position:relative;}
.correct-form.correct_typeB .calendar a { position:absolute; right:0 }
.correct-form.correct_typeB dl .form .etc { width:auto; display:flex; justify-content:center; align-items:center;  height: 40px; padding: 0 5px;}
.correct-form.correct_typeB .form.form_phone { width: 100%; display: flex; justify-content: flex-start; align-items:center; }

/* 테이블 더보기버튼 추가 */
.tbl-cnt.view_method .more_view { float: right; }
.tbl-cnt.view_method .more_view .cntPerPage { float: none;  }
.tbl-cnt.view_method .more_view .n_view_button a { display:inline-block; padding:8px 20px; border-radius: 4px}

.tbl-cnt.view_method .more_view .sorting{display:inline-block; height:32px; padding:0 12px ; font-family:'Noto Sans KR', sans-serif; font-size:14px; font-weight:300; letter-spacing:-1px; border-radius:4px; box-sizing:border-box}
.tbl-cnt.view_method .more_view .sorting.up:after,
.tbl-cnt.view_method .more_view .sorting.dw:after{color:rgba(255,255,255,0.8); font-family:remixicon; font-size:16px; font-weight:normal}
.tbl-cnt.view_method .more_view .sorting.up:after{content:'\ea76'}
.tbl-cnt.view_method .more_view .sorting.dw:after{content:'\ea4c'}

.tbl-wrap .tbl-list01 .popup_open { cursor:pointer; }
.tbl-wrap .tbl-list01 td .print_btn { display: flex; justify-content: center; width: auto !important; }
.tbl-wrap .tbl-list01 td .print_btn a {background: #4073ff; text-align: center; padding: 0 10px; width: auto; height: 32px;  margin: 0 3px; border-radius: 4px; font-size: 14px; font-weight: 300; color: #fff; display: flex; justify-content: center; align-items: center; }

.content_bd { width: 100%; border: 1px solid #dcdcdc; box-sizing: border-box; padding: 30px 15px; }
.content_bd .sub_top_tit { position:relative; }
.content_bd .sub_top_tit .small-btn-wrap { position: absolute; top:0px; right:0; }
.content_bd .sub_top_tit .ep-title { margin:0; }

.support-search-element.cols_type2 .form_cols { width: 100%; display:flex; justify-content:center; margin-bottom: 10px;}
.support-search-element.cols_type2 .form_cols:last-child { margin-bottom:0;}
.support-search-element.cols_type2 .form_cols .col_wrap button {cursor: pointer; font-size: 15px; color: #fff; border: 0; background: #d9002c; height: 46px; width: 78px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.support-search-element.cols_type2 .form_cols .col_wrap{  display: flex; justify-content: flex-start; align-items: center; }
.support-search-element.cols_type2 .form_cols .col_wrap .select {font-size: 15px; width: 150px; height: 46px; color: #666; border: 1px solid #dbdbdb; border-radius: 5px; margin-right: 6px; }
.support-search-element.cols_type2 .form_cols .col_wrap .inp { font-size: 15px; color: #666;  width: 200px; height: 44px; border: 1px solid #dbdbdb;  border-top-left-radius: 5px; border-bottom-left-radius: 5px; background: #fff; }
.support-search-element.cols_type2 .form_cols .col_wrap .calendar.date_wid { position: relative;}
.support-search-element.cols_type2 .form_cols .col_wrap .calendar.date_wid .inp_date { width: 140px; border-radius:5px;}
.support-search-element.cols_type2 .form_cols .col_wrap .calendar.date_wid a { display: block; position: absolute; right: 10px; top: 14px; z-index: 1 }

.tbl-wrap.tbl_line_b .line_b th { border-left:none; border-bottom: 1px solid #ddd; }
.tbl-wrap.tbl_line_b .line_b tr td { position:relative; }
.tbl-wrap.tbl_line_b .line_b tr td .print_btn  {position:absolute; right:20px; top:50%; transform: translateY(-50%); }

/* 레이어팝업 */
.dialog.layer_popupA .pop_typeA { height:800px; overflow:auto; }
.dialog.layer_popupA .pop-header { background: #0e457a;}
.dialog.layer_popupA .pop-cont .pop_title {text-align:center; font-size:18px; padding: 20px 0; font-weight:500}
.dialog.layer_popupA .pop-cont .pop_sub_tit { font-weight: 600; display:inline-block}
.dialog.layer_popupA .reason { height: 100px; border: 1px solid #ddd; }
.dialog.layer_popupA .popup_btn { display: flex; justify-content: start;}
.dialog.layer_popupA .popup_btn.reset { float:right }
.dialog.layer_popupA .popup_btn > a { background: #4073ff; width: auto; height: 32px; padding: 0 10px; margin: 0 3px; text-align: center; border-radius: 4px; font-size: 14px; font-weight: 300; color: #fff; display: flex; justify-content: center; align-items: center; }
.dialog.layer_popupA .pop_typeA .correct_p dd {padding-top:0 ; padding-bottom:0}
.dialog.layer_popupA .pop_typeA .pop_search_wrap .inp {width: 200px; height:46px; border-radius: 5px; }
.dialog.layer_popupA .pop_typeA .pop_search_wrap button {cursor: pointer; width: 100px; height: 46px; margin-left: 10px; font-size: 15px; color: #fff; border: 0; background: #0e457a; border-radius: 5px; }
.dialog.layer_popupA .pop_typeA .con_list li { border-bottom: 1px solid #ddd; padding:15px; }
.dialog.layer_popupA .pop_typeA .con_list li strong { display:block; margin-bottom: 10px; }
.dialog.layer_popupA .pop_typeA .btn-wrap.long_btn a { width: 250px; text-align: center;}
.dialog.layer_popupA .tbl-wrap.non_scl table.tbl-list01.table_min_type2 .checks_box { display:flex; justify-content: center; }

.dialog.layer_popupA .pop_typeA .business_guide { border-top:2px solid #0e457a}
.dialog.layer_popupA .pop_typeA .business_guide ul li { border-bottom:1px solid #ddd; padding:15px; }
.dialog.layer_popupA .pop_typeA .business_guide ul li .guide_title { padding-bottom:10px; font-size:16px; }
.dialog.layer_popupA .pop_typeA .business_guide .textarea { box-sizing:border-box; font-size:14px }
.dialog.layer_popupA .pop_typeA .business_guide ul li .ex_file_name a { float: none; display:inline-block; margin:0 }
.dialog.layer_popupA .pop_typeA .business_guide ul li .btn_delete { display:inline-block; }
.dialog.layer_popupA .pop_typeA .business_guide ul li .btn_delete a { display:block;padding: 3px; border-radius: 4px; font-size: 13px; }
.dialog.layer_popupA .pop_typeA .business_guide .confirm_check input { display:inline-block;vertical-align:middle; }
.dialog.layer_popupA .pop_typeA .business_guide ul li:after { content: ''; display: block; clear: both; }
.dialog.layer_popupA .pop_typeA .business_guide .signature { float: right; text-align:right; margin-top: 15px;}
.dialog.layer_popupA .pop_typeA .business_guide .signature .date { padding-bottom:10px;}
.dialog.layer_popupA .pop_typeA .business_guide .signature .name p {display:inline-block; }
.dialog.layer_popupA .pop_typeA .business_guide .signature .name span { display: inline-block; width: 130px; border-bottom: 1px solid #999; text-align:center;}

.dialog.layer_popupA .pop_typeA .btn-wrap.right_btn { justify-content: flex-end; width: auto;  }
.dialog.layer_popupA .pop_typeA .btn-wrap.right_btn a { width: 140px;  }

/* 테이블 반응형*/
.tbl-wrap.tbl_responsiveA tbody tr td.txt_l { text-align:left;  }
.tbl-wrap.tbl_responsiveA tbody tr td.txt_r { text-align:right;  }
.tbl-wrap.tbl_responsiveA .tbl_rs td span { display: none;}
.tbl-wrap.tbl_responsiveA .tbl_rs td span.ico-key { display: inline-block; margin-left:5px; }

.board-view-wrap01.board_view_textA .subj span{ float: right; padding: 4px 6px;  border-radius: 3px; font-size: 13px; color:#fff; }
.board-view-wrap01.board_view_textA .subj span.complete {background:#aaa; }
.board-view-wrap01.board_view_textA .subj span.receipt {background:#2998ff; }
.board-view-wrap01.board_view_textA .board_info ul { padding: 15px 10px; font-size:0 }
.board-view-wrap01.board_view_textA .board_info ul li {font-size:14px; display:inline-block;position:relative; padding:0 10px;  }
.board-view-wrap01.board_view_textA .board_info ul li:after { content: ""; width: 1px; height: 17px; display: block; background: #ccc; position: absolute; right: 0; top: 2px;}
.board-view-wrap01.board_view_textA .board_info ul li:last-child:after {display:none}
.board-view-wrap01.board_view_textA .file-wrap.file_new ul li { padding: 6px 20px; }
.board-view-wrap01.board_view_textA .file-wrap.file_new ul li:after  { display:none; }
.board-view-wrap01.board_view_textA .board_info.show_toggle {border-bottom: 1px solid #ddd; }
.board-view-wrap01.board_view_textA .item-wrap.bd_top {border-top: 1px solid #ddd; }
.board-view-wrap01.board_view_textA .small-btn-wrap.toggle_btn:after { content: ''; display: block; clear: both; }
.board-view-wrap01.board_view_textA .small-btn-wrap.toggle_btn { padding: 10px 0 }
.board-view-wrap01.board_view_textA .small-btn-wrap.toggle_btn a {float: right; border-radius:25px; }
.board-view-wrap01.board_view_textA .small-btn-wrap.toggle_btn a.click {background:#2998ff }

.reply_evaluation { width: 100%; border: 1px solid #ddd; box-sizing:border-box; padding: 15px; margin-top: 10px; }
.reply_evaluation .reply_tit { font-weight: 600; font-size:16px;   }
.reply_evaluation .reply_tit span { display:inline-block; font-size:14px; margin-left:10px;  }
.reply_evaluation .reply_select {width: 100%; display:flex; flex-direction: row; align-items: center; }
.reply_evaluation .reply_select .chk-wrap.reply_check { display:flex; flex-direction: row; align-items: center; }
.reply_evaluation .reply_select .chk-wrap.reply_check span { margin-right: 10px;}
.reply_evaluation .reply_select .chk-wrap.reply_check span input { display:inline-block; vertical-align:middle  }
.reply_evaluation .reply_select .chk-wrap.reply_check span label { vertical-align:middle  }
.reply_evaluation .reply_select .reply_box { width: 50%; }
.reply_evaluation .reply_select .reply_box .inp { width: 60%; margin: 0 5px; }
.reply_evaluation .reply_select .reply_box .small-btn-wrap { display:inline-block;}
.reply_evaluation .reply_select .reply_box a { display:inline-block; padding: 8px 20px;}

.board-register-list.suggest_boardA .select { height: 43px; background-color:#f8f8f8; font-size:14px; }
.board-register-list.suggest_boardA li.half_list { width: 50%; float: left;}
.board-register-list.suggest_boardA li.half_list .row_form .p_sel { margin-left:10px;}
.board-register-list.suggest_boardA li .info_tit { font-size: 15px; color: #333; font-weight: 500; display: flex; width: 203px; height: auto; padding-left: 20px; box-sizing:border-box}
.board-register-list.suggest_boardA li .info_con {width: calc(100% - 203px)}
.board-register-list.suggest_boardA li .suggest_explain_view { position: relative; }
.board-register-list.suggest_boardA li .suggest_explain_view > a {  display:block; height: 43px; line-height: 43px; border-radius: 4px; font-size:16px; padding: 0 8px;  }
.board-register-list.suggest_boardA li .suggest_explain_view .suggest_info_pop { display:none; position:absolute; top:50px;left:0px; width: 280px; height:auto; background: #fff; padding:20px; border-top:1px solid #e7e7e7;border-left:1px solid #e7e7e7; border-right: 1px solid #bdbdbd; border-bottom: 1px solid #bdbdbd; border-radius:6px; box-shadow: 3px 3px 5px #d0d0d0, -3px -3px 2px #fbfbfb;}
.board-register-list.suggest_boardA li .suggest_explain_view .suggest_info_pop .suggest_pop_button > a { display:inline-block; padding: 4px 6px; border-radius: 4px; margin-top: 15px; }
.board-register-list.suggest_boardA li .suggest_explain_view .suggest_info_pop p span { font-weight: 700}
.board-register-list.suggest_boardA li .suggest_explain_view .suggest_info_pop .suggest_pop_button > a.t_blue { color: #2998ff; border: 1px solid #ddd;}
.board-register-list.suggest_boardA li .inp.phone { flex: 1 1 auto;}
.board-register-list.suggest_boardA li .row_form.f_wrap .select { margin-right:5px; }
.board-register-list.suggest_boardA li .filebox label { display: inline-block; padding: 8px 24px; width: auto;  color: #fff; font-size: inherit; line-height: normal; vertical-align: middle; background-color:#2998ff; cursor: pointer; border-radius:4px; margin: 5px 0 }

.board-register-list.suggest_boardA li .ex_file_name { display: flex; flex-direction:row; align-items:center}
.board-register-list.suggest_boardA li .btn_delete a { display:block; padding: 3px; margin-left:3px; border-radius: 4px; margin-left:5px; font-size:13px  }
.board-register-list.suggest_boardA li .row_form  { display: flex; justify-content: flex-start; align-items: center; }
.board-register-list.suggest_boardA li .row_form .etc  { margin: 0 5px; }
.board-register-list.suggest_boardA li .column_form { display: flex; justify-content: flex-start;  flex-direction: column; }
.board-register-list.suggest_boardA li .label_distance { width: 100%; padding-left:5px }
.board-register-list.suggest_boardA li .chk-wrap.radio_custom { display: flex; flex-direction: row; align-items: center;  }
.board-register-list.suggest_boardA li .chk-wrap.radio_custom input { display:inline-block; vertical-align:middle;  }
.board-register-list.suggest_boardA li .chk-wrap.radio_custom label { width: auto; padding: 0 10px; display:inline-block; vertical-align:middle;  }

.identity_info_use { width: 100%; box-sizing:border-box; }
.identity_info_use h3 { font-size:24px; color:#0e457a; font-weight: 500; border-bottom: 3px solid #0e457a; padding-bottom:15px; margin-bottom:20px; }
.identity_info_use .info_use_inner { border: 1px solid #ddd; border-radius: 4px; }
.identity_info_use .info_use_inner p.tit { float:none; font-weight: 500; border-bottom: 1px solid #ddd;padding: 10px 20px; font-size: 16px; color: #0e457a;}
.identity_info_use .info_use_inner .use_con { padding: 20px }
.identity_info_use .info_use_inner .use_table { width: 100%; border: 1px solid #000; margin: 10px 0; }
.identity_info_use .info_use_inner .use_table thead tr { border-bottom: 1px solid #000; background: #e5e5e5 }
.identity_info_use .info_use_inner .use_table tr th,
.identity_info_use .info_use_inner .use_table tr td { border-right: 1px solid #000; text-align:center;padding: 5px 0; }
.identity_info_use .info_use_inner .use_table tr th:last-child { border:none }
.identity_info_use .info_use_inner .use_table tr td:last-child { border:none }
.identity_info_use .info_use_inner .use_con .sub_title { padding: 10px 0 0px; font-weight: 500 }
.identity_info_use .info_use_inner .use_con .chk-wrap { margin-top: 20px; display:flex; justify-content: center; align-items: center;}
.identity_info_use .info_use_inner .use_con .chk-wrap label { margin-left:5px;}

.btn-wrap.auth_wrap_btn { justify-content: flex-start; border-bottom: 1px solid #ddd; margin: 0px 0 40px 0; padding: 20px 0 30px 0;  }
.btn-wrap.auth_wrap_btn .btn { margin:0;  }
.btn-wrap.auth_wrap_btn a { justify-content: flex-start; padding-left: 20px; background: #0e457a url(../image/ico/white_arrow.png) no-repeat center right 20px}

.auth-wrap.auth_re_wid { width: 100%; margin: 30px 0 10px 0;}
.auth-wrap.auth_re_wid h3 { font-weight: 500 }
.text-wrap.auth_text_resize { margin: 0;}

.attention_depart {display: flex;  flex-direction:row; align-items: center;}
.attention_depart p { color: #333 }
.attention_depart .small-btn-wrap { margin-left: 10px; }

.smart_check { display: flex; margin-top: 55px; }
.smart_check .tbl-caption.smart_tit { width: auto; margin-top:0; display:inline-block }
.smart_check .notice_toggle { display:inline-block; margin-left:20px; }
.toggle_check { display:block; width: 81px; height: 24px; background:#2998ff; border-radius:25px; box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
    position:relative; outline:none; transition: all 0.5s; border:1px solid #dcdcdc; }
.toggle_check::before { content:''; background:#fff; box-shadow: 1px 1px 1px rgba(0,0,0,0.4); height: 24px; width: 24px;
    position:absolute; border-radius: 50%; -webkit-border-radius: 50%; top: 0; left: 0px; transition: all 0.5s; z-index:2; }
.toggle_check::after { content:'알림수신'; position: absolute; font-size: 12px; color: #fff; top: 50%; left:50%; transform:translate(-30%,-50%); z-index:1;}
.toggle-slide:checked + .toggle_check { background:#eee; }
.toggle-slide:checked + .toggle_check::before { left:70%; }
.toggle-slide:checked + .toggle_check::after { content:'수신안함'; left:20px; color: #b2b2b2;}
.toggle-slide { appearance: none; width: 0; height:0; position:absolute;}
input[type="checkbox"]::-ms-check { visibility: hidden; }

.tbl-wrap.scrap_tbl tbody { border-top: 2px solid #0E457B; }
.tbl-wrap.scrap_tbl tbody tr td .small-btn-wrap  { font-size:0;}
.tbl-wrap.scrap_tbl tbody tr td .small-btn-wrap a { display:inline-block; margin-right: 3px; font-size:13px; }
.tbl-wrap.scrap_tbl tbody em {font-style: normal; }

.tbl-wrap.scrap_tbl .scrap_btn_top { font-size:0;}
.tbl-wrap.scrap_tbl .scrap_btn_top .toggle_btn { display:inline-block; }
.tbl-wrap.scrap_tbl .scrap_btn_top .toggle_btn .toggle_check { width: 81px; height: 31px; }
.tbl-wrap.scrap_tbl .scrap_btn_top .toggle_btn .toggle_check::before { height: 31px; width: 31px;  }
.tbl-wrap.scrap_tbl .scrap_btn_top .toggle_btn .toggle_check::after { content:'설정';font-size: 15px; top: 50%; left:50%; transform:translate(-20%,-50%);}
.tbl-wrap.scrap_tbl .scrap_btn_top .toggle_btn .toggle-slide:checked + .toggle_check::after { content:'해제'; left:25px; color: #b2b2b2;}
.tbl-wrap.scrap_tbl .scrap_btn_top .custom_delete { display:inline-block; margin-left:7px; }
.tbl-wrap.scrap_tbl .scrap_btn_top .custom_delete a { display:inline-block; padding: 6px 16px; border-radius:25px; background: #0E457B; color:#fff; text-align:center; }

/* 유관사이트 지원정보 */
.easyPass .table_top { display:flex; justify-content: space-between; border-top: 2px solid #0E457B; border-bottom: 1px solid #ddd;
    font-size:16px; font-weight:600; padding: 20px; background:#fff; align-items: center;flex-wrap: wrap; word-break:normal  }
.easyPass .table_top span.top_name {display:flex; justify-content: flex-start;  align-items: center; flex-wrap: nowrap  }
.easyPass .table_top span.top_name img { margin-left:10px; }
.easyPass .table_top span.top_name img.all_logo { width: 106px; height:28px; }
.easyPass .table_top span.category { font-size:14px; background:#0E457B; color:#fff; padding: 2px; border-radius:4px;}
.easyPass table.tbl-list01.tline { border-top:none }

.easyPass table tr.apply_easypass .td_contents { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap}
.easyPass table tr.apply_easypass .td_contents span  { display: flex; justify-content: flex-start; align-items: center;}
.easyPass table tr.apply_easypass .td_contents span img { width: 106px; height:28px; vertical-align:middle; margin-right: 10px; }
.easyPass table tr.apply_easypass .td_contents span a { display:inline-block; }
.easyPass table tr.apply_easypass .td_contents a.easypass_setting { float: right; font-size:14px; background:#2998ff; color:#fff; padding: 2px; border-radius:4px; }
.easyPass table tr.apply_easypass .td_contents .choice .line { position:relative; margin-right: 10px; padding-right: 10px;}
.easyPass table tr.apply_easypass .td_contents .choice a.line:after { content:''; position:absolute; right: 0px; top: 2px; width: 1px; height: 16px; background:#888 }

.tab-list02 { width: 100%; display:flex; justify-content:flex-start; word-break:normal; flex-wrap:wrap ; box-sizing: border-box; border-top: 1px solid #ddd;border-left: 1px solid #ddd;}
.tab-list02 li { position:relative; width: 25%; box-sizing: border-box; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.tab-list02 li a { display:block; padding: 15px 10px; color: #555; }
.tab-list02 li a.on:after { content:''; position:absolute; border-top: 2px solid #2998ff; top: 50%; left: 50%; width: calc(100% + 1px); height: calc(100% + 2px);
    z-index: 1; box-sizing: border-box; transform:translate( -50%, -50%) }
.tab-list02 li a:hover:after { content:''; position:absolute; border-top: 2px solid #2998ff; top: 50%; left: 50%; width: calc(100% + 1px); height: calc(100% + 2px);
    z-index: 1; box-sizing: border-box; transform:translate( -50%, -50%) }

.tbl-wrap table tr td a.page_link { font-size: 14px; background: #2998ff; color: #fff; padding: 2px; border-radius: 4px; margin-left:10px; }
.tbl-wrap table tr td a.map_ico { margin-left:5px; display:inline-block; vertical-align:middle }

#tab-2 .tab2_con1 { position:relative; }
#tab-2 .tab2_con1 .small-btn-wrap { position:absolute; top:0; right:0 }

.con_box { display:flex; flex-direction: row; justify-content:space-between; }
.con_box .con_tit { padding: 0 10px; font-weight: 500; color: #000;}
.con_box ul li { padding: 20px 10px; }
.con_box ul li .guide_down { display:inline-block; margin-top: 20px;  }
.con_box .con-box1 { width: 49%; border: 1px solid #ddd; box-sizing:border-box; }
.con_box .con-box2 { width: 49%; border: 1px solid #ddd; box-sizing:border-box; }

.tit_wrap { display:flex;  justify-content: space-between; align-items:center; }
.tit_wrap .load .loading_label { display:inline-block; }
.tit_wrap .load .loading_check { display:inline-block;vertical-align: middle; }

.system-wrap .system-body .list-infor.consulting { border: 1px solid #dedede; padding: 30px 20px; border-radius:5px;margin-bottom:40px; }
.system-wrap .system-body .list-infor .title.consulting_ico1 { background-image: url(../image/ico/consulting_ico1.png); padding:10px 0 10px 35px; background-position: 0 7px }
.system-wrap .system-body .list-infor .title.consulting_ico2 { background-image: url(../image/ico/consulting_ico2.png); padding:10px 0 10px 35px; background-position: 0 12px }
.system-wrap .system-body .list-infor .title.consulting_ico3 { background-image: url(../image/ico/consulting_ico3.png); padding:10px 0 10px 35px; background-position: 0 7px }
.system-wrap .system-body .list-infor .consulting_text ul { padding: 30px 0 }
.system-wrap .system-body .list-infor .consulting_text ul li { background: url(../image/bg/bg-arr01.png) no-repeat 15px 5px; background-size: 10px 7px; width: calc( 100% - 15px ); padding-left: 30px; height: auto; margin: 5px auto 0 auto; }

.use_service { width: 100%;}
.use_service ul:after { content:''; display:block; clear:both; }
.use_service ul li { position:relative; float: left; width: 24.625%; height:95px; margin-right:0.5%; margin-bottom:5px; border-radius: 4px; border: 1px solid #ccc; box-sizing:border-box; font-size:14px; background:#f5f5f5;}
.use_service ul li:nth-child(4n) { margin-right:0 }
.use_service ul li p { position:absolute; top: 50%; transform: translateY(-50%);  padding: 0 10px 0 70px; }
.use_service ul li p strong { display:block; font-size:15px; color: #555;  }
.use_service ul li p span { font-size:12px; color: #999; }
.use_service ul li:after { content:''; width:50px; height:50px; position:absolute; top: 50%; transform:translateY(-50%); left:10px; background-color: #eee; background-repeat: no-repeat; background-position: center;  border-radius:50%;}

/* 개인회원 */
.use_service ul li.KSTR:after { background-image: url(../../assets/image/popup/site_icon1.svg); background-size: 34px;}
.use_service ul li.ULTR:after { background-image: url(../../assets/image/popup/site_icon6.svg); background-size: 40px;}
.use_service ul li.SIMS:after { background-image: url(../../assets/image/popup/site_icon7.svg); background-size: 34px; }
.use_service ul li.CSR:after  { background-image: url(../../assets/image/popup/site_icon25.svg); background-size: 30px;}
.use_service ul li.SGSE:after { background-image: url(../../assets/image/popup/site_icon10.svg); background-size: 24px;}
.use_service ul li.SUP:after  { background-image: url(../../assets/image/popup/site_icon11.svg); background-size: 31px;}
.use_service ul li.EDUM:after { background-image: url(../../assets/image/popup/site_icon3.svg); background-size: 34px; }
.use_service ul li.SFDB:after { background-image: url(../../assets/image/popup/site_icon12.svg); background-size: 38px;}
.use_service ul li.SMTC:after { background-image: url(../../assets/image/popup/site_icon16.svg); background-size: 34px; }
.use_service ul li.SBCM:after { background-image: url(../../assets/image/popup/site_icon18.svg); background-size: 30px;}
.use_service ul li.SMBA:after { background-image: url(../../assets/image/popup/site_icon20.svg); background-size: 36px;}
.use_service ul li.NGSP:after { background-image: url(../../assets/image/popup/site_icon21.svg); background-size: 36px;}
.use_service ul li.BNET:after { background-image: url(../../assets/image/popup/site_icon23.svg); background-size: 29px;}

/* 기업회원 */
.use_service ul li.MNA:after  { background-image: url(../../assets/image/popup/site_icon26.svg); background-size: 30px;}
.use_service ul li.SMPP:after { background-image: url(../../assets/image/popup/site_icon2.svg); background-size: 34px;}
.use_service ul li.VNTR:after { background-image: url(../../assets/image/popup/site_icon4.svg); background-size: 40px;}
.use_service ul li.CYBR:after { background-image: url(../../assets/image/popup/site_icon5.svg); background-size: 46px;}
.use_service ul li.MBIZ:after { background-image: url(../../assets/image/popup/site_icon8.png); background-size: 40px;}
.use_service ul li.SPTL:after { background-image: url(../../assets/image/popup/site_icon13.svg); background-size: 26px;}
.use_service ul li.IBIZ:after { background-image: url(../../assets/image/popup/site_icon15.png); background-size: 40px;}
.use_service ul li.GLOB:after { background-image: url(../../assets/image/popup/site_icon19.svg); background-size: 40px;}
.use_service ul li.MRO:after  { background-image: url(../../assets/image/popup/site_icon22.svg); background-size: 40px;}
.use_service ul li.CBIZ:after { background-image: url(../../assets/image/popup/site_icon24.svg); background-size: 38px;}

@media (max-width:1024px) {

    .use_service ul li { width: 33%; margin-right:0.5%;}
    .use_service ul li:nth-child(4n) { margin-right:0.5%}
    .use_service ul li:nth-child(3n) { margin-right:0}

    .support-search-element.cols_type2 .form_cols .col_wrap .select{
        width: 115px;
    }
}


@media (max-width:768px) {

    .mobile_show {display:block;}
    .mobile_hide {display:none;}
    .min_w100 { min-width: 100% !important}
    .btn-wrap.s_resize .btn { width:140px; }

    .tbl-cnt.view_method span {display:block; }
    .tbl-cnt.view_method .more_view { float: none; margin-top: 5px; }
    .tbl-cnt.view_method .more_view .cntPerPage { float: none; }
    .tbl-cnt.view_method .more_view .n_view_button {display:inline-block; }

    .print_list.printA li { width:calc((100% - 5px)/2); margin-right:5px; margin-bottom: 5px; }
    .print_list.printA li:nth-child(2n) { margin-right:0;}

    .webzine-wrap.certi_wrap ul li .category { display: block }

    .correct-form.correct_typeB dl.half_dl { width: 100%; }
    .support-search-element.cols_type2 .form_cols { display:flex; flex-direction: column; width: 90%; margin:0px auto;}
    .support-search-element.cols_type2 .form_cols .col_wrap  { margin-bottom:10px;}
    .support-search-element.cols_type2 .form_cols .col_wrap.search  { margin-bottom:0px;}
    .support-search-element.cols_type2 .form_cols .select { width: 100%; }
    .support-search-element .block .inner.margin_bt { margin-bottom:10px;}

    /* 팝업 */
    .dialog.layer_popupA .pop_typeA { height:400px; overflow:auto }
    .dialog.layer_popupA .pop_typeA .pop_search_wrap .inp { width: 100%; box-sizing: border-box; }
    .dialog.layer_popupA .pop_typeA .pop_search_wrap button { width: 100%; margin: 10px 0 0 0;  }
    .dialog.layer_popupA .pop_typeA .btn-wrap.long_btn { width: 100%; display:flex; flex-direction: column;  margin:0;  }
    .dialog.layer_popupA .pop_typeA .btn-wrap.long_btn a { width: 100%;  margin-bottom:10px; }
    .dialog.layer_popupA .pop_typeA .btn-wrap.long_btn a:first-child { margin-top:10px; }
    .dialog.layer_popupA .tbl-wrap.non_scl table.tbl-list01.table_min_type1 { min-width: 100%;}
    .dialog.layer_popupA .tbl-wrap.non_scl table.tbl-list01.table_min_type2 { min-width: 100%;}
    .dialog.layer_popupA .tbl-wrap.non_scl table.tbl-list01.table_min_type1 .w_type1 th { width: 40%;}
    .dialog.layer_popupA .tbl-wrap.non_scl table.tbl-list01.table_min_type1 .w_type1 td { width: 50%;}
    .dialog.layer_popupA .tbl-wrap.non_scl table.tbl-list01.table_min_type1 colgroup { display: none; }

    /* table 반응형 */
    .tbl-wrap.tbl_responsiveA { width:100%; }
    .tbl-wrap.tbl_responsiveA .tbl_rs { min-width: 100%;}
    .tbl-wrap.tbl_responsiveA .tbl_rs thead { display:none; }
    .tbl-wrap.tbl_responsiveA .tbl_rs colgroup { display:none; }
    .tbl-wrap.tbl_responsiveA .tbl_rs td { display:block; border:none; height:auto; text-align: left; padding: 2px 0; position: relative;}
    .tbl-wrap.tbl_responsiveA .tbl_rs td:first-child { display: none; }
    .tbl-wrap.tbl_responsiveA .tbl_rs td.respon_hide { display: none; }
    .tbl-wrap.tbl_responsiveA .tbl_rs td.respon_show { display: block; }
    .tbl-wrap.tbl_responsiveA .tbl_rs tr { border-bottom: 1px solid #d2d2d2; display:block; padding:10px 0 }
    .tbl-wrap.tbl_responsiveA .tbl_rs tr:first-child  { border-top: 1px solid #d2d2d2; }
    .tbl-wrap.tbl_responsiveA .tbl_rs td span { display: inline-block; margin-right: 20px; }
    .tbl-wrap.tbl_responsiveA .tbl_rs td span:after { content:''; width: 1px; height:15px; background:#d2d2d2; position: absolute; top:5px; margin-left: 10px;    }
    .tbl-wrap.tbl_responsiveA .tbl_rs td span.ico-key:after { display:none; }
    .tbl-wrap.tbl_responsiveA .tbl_rs tr.respon_block td { display: block; height: auto; }
    .tbl-wrap.tbl_responsiveA .tbl_rs .temp_btn.btn_right { justify-content: flex-end;}
    .tbl-wrap.tbl_responsiveA .tbl_rs .print_btn a { width: 100%; }

    .sub-title-wrap.scrap_btn.btn_align .small-btn-wrap {position: static; display:inline-block; float:right; }
    .sub-title-wrap.scrap_btn.btn_align .infor { margin-top: 40px;}

    .tbl-wrap.tbl_line_b .line_b colgroup { display: none; }
    .tbl-wrap.tbl_line_b .line_b th { display: block; width: 30%; float: left; box-sizing: border-box; border-left:0;display:flex; align-items: center; justify-content: center;}
    .tbl-wrap.tbl_line_b .line_b td { display: block; width: 70%; float: left; box-sizing: border-box;
        display:flex; align-items: center; justify-content: flex-start; }
    .tbl-wrap.tbl_line_b .line_b tr td .print_btn { position: static; transform: translateY(0);  }

    .board-view-wrap01.board_view_textA .file-wrap.file_new ul li { text-align:left; }
    .board-view-wrap01.board_view_textA .file-wrap.file_new { width: 100%;  padding:0 }

    .reply_evaluation .reply_select { display:flex; flex-direction: column; align-items: flex-start; justify-content:flex-start; }
    .reply_evaluation .reply_select .chk-wrap.reply_check {width: 100%; margin: 10px 0;}
    .reply_evaluation .reply_select .reply_box { width: 100%; }
    .reply_evaluation .reply_select .reply_box .inp { width: 60%; margin: 0 5px 0 0; }

    .auth-wrap.auth_re_wid ul li a {bottom: 10px;}

    .board-register-list.suggest_boardA li.half_list { width: 100%; float: none;}
    .board-register-list.suggest_boardA li.half_list .row_form .p_sel { margin-left:0px;}
    .board-register-list.suggest_boardA li .info_tit { width: 100%; padding-left: 0px;}
    .board-register-list.suggest_boardA li .info_con { width:100% }
    .board-register-list.suggest_boardA li { width: 100%; display: inherit}
    .board-register-list.suggest_boardA li .suggest_explain_view .suggest_info_pop { width: auto; top: 50px; left: -160px;}
    .board-register-list.suggest_boardA li .chk-wrap.radio_custom label {margin-bottom: 0}

    .tbl-wrap.scrap_tbl .tbl_rs tbody tr { position:relative; padding: 20px 0; }
    .tbl-wrap.scrap_tbl .tbl_rs tbody tr.padding_b { padding: 20px 0 40px; }
    .tbl-wrap.scrap_tbl .tbl_rs tbody tr td.scrap_btn_top { position: absolute; top:5px; right:0; }
    .tbl-wrap.scrap_tbl .tbl_rs tbody tr td.scrap_btn_bottom { position: absolute; bottom:5px; right:0; display:inline-block; }

    .use_service ul li { width: 49.75%; margin-right:0.5%; margin-bottom:3px;}
    .use_service ul li:nth-child(3n) { margin-right:0.5%}
    .use_service ul li:nth-child(2n) { margin-right:0}


    .tab-list02 li { width: 33.33%;}
    .support-search-element.cols_type2 .form_cols .col_wrap .inp { width: 80%;}
    .support-search-element.cols_type2 .form_cols .col_wrap .select{width: calc(100% - 100px);}


}

@media (max-width:480px){
    /*20240415 신예리 수정 및 추가 - margin-top 값 수정(30px->10px)*/
    .webzine-wrap.certi_wrap ul li .view-btn { position: static; margin-top: 0; text-align: center;}
    .webzine-wrap.certi_wrap ul li { margin-right: 0; }

    .content_bd .sub_top_tit .small-btn-wrap { position:static; display:inline-block; float:right; margin-bottom:10px; }

    .support-search-element.cols_type2 .form_cols .col_wrap { display:flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;}
    .support-search-element.cols_type2 .form_cols .col_wrap .select{ width: 100%; }
    .support-search-element.cols_type2 .form_cols .col_wrap .select.category { margin-bottom: 10px; }
    .support-search-element.cols_type2 .form_cols .col_wrap span { margin-bottom:5px; }
    .support-search-element.cols_type2 .form_cols .col_wrap .inp { width: 100%; box-sizing: border-box; border-radius:5px; margin-bottom: 10px; }
    .support-search-element.cols_type2 .form_cols .col_wrap button { width: 100%; border-radius:5px; }
    .support-search-element.cols_type2 .form_cols .col_wrap .calendar.date_wid {width: 100%;}
    .support-search-element.cols_type2 .form_cols .col_wrap .calendar.date_wid .inp_date { width: 100%; border-radius:5px; margin-bottom:0}

    .reply_evaluation .reply_tit span { display: block; margin: 0 }
    .reply_evaluation .reply_select .reply_box .inp { width: 40%; }
    .board-register-list.suggest_boardA li .row_form.f_wrap { flex-wrap:wrap;}

    .con_box { flex-direction: column; }
    .con_box .con-box1 { width: 100%; border: 1px solid #ddd;  }
    .con_box .con-box2 { width: 100%; border: 1px solid #ddd; margin-top: 10px; }

    .system-wrap .system-body .list-infor .title.consulting_ico1 { background-image: url(../image/ico/consulting_ico1x2.png); background-size: 30px auto; }
    .system-wrap .system-body .list-infor .title.consulting_ico2 { background-image: url(../image/ico/consulting_ico2x2.png); background-size: 30px auto; }
    .system-wrap .system-body .list-infor .title.consulting_ico3 { background-image: url(../image/ico/consulting_ico3x2.png); background-size: 30px auto; }

    .use_service ul li { width: 100%; margin-right:0%;}
    .use_service ul li:nth-child(3n) { margin-right:0}


    .tab-list02 li { width: 50%;}

    .print_list.printA li { width:100%; margin-right:0;}

}
@media (max-width:406px) {
    .board-register-list.suggest_boardA li .suggest_explain_view .suggest_info_pop { left:-100px; }
}
@media (max-width:350px) {
    .board-register-list.suggest_boardA li .suggest_explain_view .suggest_info_pop { left:0px; }
    .board-register-list.suggest_boardA li .suggest_explain_view { margin-top:5px}
    .board-register-list.suggest_boardA li .suggest_explain_view .suggest_info_pop .suggest_pop_button > a { margin-top: 5px;}
}








.m0 {margin: 0 !important;}

.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}
.mr50 {margin-right: 50px !important;}
.mr60 {margin-right: 60px !important;}
.mr70 {margin-right: 70px !important;}
.mr80 {margin-right: 80px !important;}
.mr90 {margin-right: 90px !important;}
.mr100 {margin-right: 100px !important;}

.ml10 {margin-left: 10px !important;}

.mt0 {margin-top: 0px !important}
.mt10 {margin-top: 10px !important}
.mt20 {margin-top: 20px !important}
.mt30 {margin-top: 30px !important}
.mt40 {margin-top: 40px !important}
.mt50 {margin-top: 50px !important}
.mt60 {margin-top: 60px !important}
.mt70 {margin-top: 70px !important}
.mt80 {margin-top: 80px !important}
.mt90 {margin-top: 90px !important}
.mt100 {margin-top: 100px !important}

.mb0 {margin-bottom: 0px !important}
.mb10 {margin-bottom: 10px !important}
.mb20 {margin-bottom: 20px !important}
.mb30 {margin-bottom: 30px !important}
.mb40 {margin-bottom: 40px !important}
.mb50 {margin-bottom: 50px !important}
.mb60 {margin-bottom: 60px !important}
.mb70 {margin-bottom: 70px !important}
.mb80 {margin-bottom: 80px !important}
.mb90 {margin-bottom: 90px !important}
.mb100 {margin-bottom: 100px !important}

.p0 { padding: 0 !important;}
.p5 { padding: 5px !important;}
.p10 { padding: 10px !important;}
.p20 { padding: 20px !important;}

.pt0 { padding-top: 0px !important}
.pb0 { padding-bottom: 0px !important}

.w_auto { width: auto !important;}
.w10 { width: 10px !important;}
.w20 { width: 20px !important;}
.w30 { width: 30px !important;}
.w40 { width: 40px !important;}
.w50 { width: 50px !important;}
.w60 { width: 60px !important;}
.w70 { width: 70px !important;}
.w80 { width: 80px !important;}
.w90 { width: 90px !important;}
.w100 { width: 100px !important;}
.w110 { width: 110px !important;}
.w120 { width: 120px !important;}
.w130 { width: 130px !important;}
.w140 { width: 140px !important;}
.w150 { width: 150px !important;}
.w160 { width: 160px !important;}
.w170 { width: 170px !important;}
.w180 { width: 180px !important;}
.w190 { width: 190px !important;}
.w200 { width: 200px !important;}
.w260 { width: 260px !important;}
.w100p { width: 100% !important;}

.h_auto { height: auto !important;}
.h10 { height: 10px !important;}
.h20 { height: 20px !important;}
.h30 { height: 30px !important;}
.h40 { height: 40px !important;}
.h50 { height: 50px !important;}
.h60 { height: 60px !important;}
.h70 { height: 70px !important;}
.h80 { height: 80px !important;}
.h90 { height: 90px !important;}
.h100 { height: 100px !important;}
.h110 { height: 110px !important;}
.h120 { height: 120px !important;}
.h130 { height: 130px !important;}
.h140 { height: 140px !important;}
.h150 { height: 150px !important;}
.h160 { height: 160px !important;}
.h170 { height: 170px !important;}
.h180 { height: 180px !important;}
.h190 { height: 190px !important;}
.h200 { height: 200px !important;}
.h100p { height: 100% !important;}

.b0 { border: none !important;}

.ta_l { text-align: left !important;}
.ta_r { text-align: right !important;}
.ta_c { text-align: center !important;}


.multi_img_wrap {
    display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
    min-height: 400px; padding: 10px 20px;
    border: 1px solid #ddd;
}
.multi_img_wrap p {
    width:100%;
    margin-bottom:10px;
}
.multi_img_wrap p img{
    max-width:100%;
}
.multi_img_wrap p:last-child {
    margin-bottom:0;
}
.right-top-btn-wrap {
    display: flex; justify-content: flex-end; align-items: center;
    margin: 0px 0 20px;
}
.right-top-btn-wrap .btn{
    display: flex; align-items: center; justify-content: center;
    width: 218px; height: 50px; border-radius: 6px;
    background: #0e457a; color: #fff;
}
.right-bottom-btn-wrap {
    display: flex; justify-content: flex-end; align-items: center;
    margin: 0px 0 20px;
}
.right-bottom-btn-wrap .btn{
    display: flex; align-items: center; justify-content: center;
    width: 218px; height: 50px; border-radius: 6px;
    background: #0e457a; color: #fff;
}
.flex {
    display: flex;
}
.flex.cols2 > *{
    flex: 1 0 50%;
}
.flex.cols2 .img_wrap {
    display: flex; align-items: center; justify-content: center;
    margin-right: 20px;
    /* padding: 20px; */
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.flex.cols2 .img_wrap img {
    /* width: auto; */
}
@media (max-width: 768px) {
    .flex {
        flex-direction: column;
    }
    .flex.cols2 .img_wrap {
        margin-right: 0px; margin-bottom: 20px;
    }
}
.flex_start {
    justify-content: flex-start;
}
.support-search-element .block.cols2.flex_start .inner {
    width: auto !important;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .support-search-element .block.cols2.flex_start button.first-btn {
        margin-right:10px;
    }
    .support-search-element .block.cols2.flex_start button.btn.gray {
        background:#888;
    }
}
.table_layout dl {
    padding: 18px 0px;
    padding-left: 130px;
}
.table_layout dl dt {
    top: 17px;
    width: 150px;
    padding-left: 10px;
}
.table_layout + .board-btn-wrap {
    position: static;
    text-align: center;
}
@media (max-width: 768px) {
    .correct-form dl {
        padding: 18px 0px;
        padding-left: 130px;
    }
}
.tit {
    font-size: 20px !important;
    font-weight: bold;
    color: #0E457B;
}
.table_col5_tr {
    display: none;
    background:#f5f5f5;
}
.table_col5_tr .line_top {
    border-top: 1px solid #999;
    padding-top: 20px;
    margin-top: 20px;
}
.table_col5_tr td {
    padding: 20px 30px;
}
@media (max-width: 768px) {
    .tbl-wrap.tbl_responsiveA .tbl_rs .table_col5_tr {
        display: none;
    }
    .tbl-wrap.tbl_responsiveA .tbl_rs .table_col5_tr td {
        padding: 20px 10px;
    }
}
.qna_static_txt {
    display: flex; align-items: center;
    flex: 1;
    width: 100%; height: 41px; padding: 0 10px;
    color: #333; background: #f8f8f8;
    font-size: 14px;
}
.visible_radio input[type=radio]{
    -moz-appearance: radio;
    -webkit-appearance: radio;
    appearance: radio;
}
.btn_table_option {
    display: inline-flex; align-items: center; justify-content: center;
    width: 60px; height: 32px;
    border: none; border-radius: 3px;
    background: #0e457a; color: #fff;
}
.right-bottom-btn-wrap .btn {
    border: none;
}
.calendar2 {
    display: inline-flex;
    position: relative;
}
.calendar2 .inp {
    display: flex;
    height: 40px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
    padding: 0 40px 0 10px;
    box-sizing: border-box;
}
.calendar2 a {
    display: block;
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 1;
}
.textarea2 {
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
    padding: 20px;
    display: flex;
    flex: 1;
    width: 100%;
    height: 366px;
    border: 1px solid #eee;
    background: #f8f8f8;
    border-radius: 3px;
}

.sub-title-wrap .subject.heart_icon { display:inline; vertical-align:middle; }
.like_heart { display:inline-block; margin-left:20px; }
.like_heart .like_icon { display:inline-block; vertical-align:middle; width:24px; height: 20px; background:url(../image/ico/heart_pc.png) no-repeat center; }
.like_heart .like_count { display:inline-block; font-style:normal; color:#000; margin-left:5px; }
.like_heart .like_icon.active { background:url(../image/ico/heart_pc_on.png) no-repeat center; }

@media (max-width:480px){
    .like_heart { margin-left:10px;}
    .like_heart .like_icon { display:inline-block; width:24px; height: 20px; background:url(../image/ico/heart_mobile.png) no-repeat center; background-size: 100%; }
    .like_heart .like_icon.active {width:24px; height: 20px; background:url(../image/ico/heart_mobile_on.png) no-repeat center; background-size: 100%;  }
}


/* 상담하기 창 */
.chat_wrap { width: 100%; height: 100%; font-size:15px }
.chat_wrap .chat_header { width: 100%; height:60px; line-height:60px; background: #0e457a; color: #fff; font-size:20px; font-weight:600; text-align:center;  }
.chat_wrap .chat_icon { font-size:0; height:60px; display:flex; flex-direction: row; justify-content: space-between; align-items:center; padding: 0 10px; }
.chat_wrap .chat_icon a { display:inline-block; width: 48px; height:48px; border: 1px solid #e9ebec; border-radius: 100%; box-sizing: border-box; text-align:center; box-shadow: 1px 1px 2px #eaeaea; position:relative }
.chat_wrap .chat_icon span { display:inline-block; position:absolute; top: 50%; left:50%; transform:translate(-50% , -50%);  }
.chat_wrap .chat_icon .left_ico a:first-child { margin-right:5px;  }
.chat_wrap .chat_icon .home_ico { width: 24px; height: 24px; background:url(../image/ico/home_ico.png) no-repeat center; background-size:100%; }
.chat_wrap .chat_icon .info_ico { width: 26px; height: 24px; background:url(../image/ico/info_ico.png) no-repeat center; background-size:100% }
.chat_wrap .chat_icon .reset_ico { width: 21px; height: 24px; background:url(../image/ico/reset_ico.png) no-repeat center; background-size:100% }

.chat_wrap .chat_content { height: calc(100vh - 120px); background: #f5f5f5; overflow-y: scroll;}
.chat_wrap .chat_content .chat_box {font-size:15px; padding: 20px 10px; }

.chat_content .chat_box .date { display: flex; flex-basis: 100%; align-items: center; color: #555; font-size: 12px;}
.chat_content .chat_box .date::after,
.chat_content .chat_box .date::before { content: ""; flex-grow: 1; background: #ccc; height: 1px; font-size: 0px; line-height: 0px; }
.chat_content .chat_box .date::before { margin-right: 10px; }
.chat_content .chat_box .date::after { margin-left: 10px; }

.chat_content .chat_box .incoming_msg { width: 100%;  margin: 10px 0; font-size:0;}
.chat_content .chat_box .incoming_msg .person_icon { display:inline-block; width: 60px; height:60px; border: 3px solid #999;  background-color: #fff; border-radius:100%; box-sizing:border-box; position:relative; }
.chat_content .chat_box .incoming_msg .person_icon .incoming_img { display:block; width: 32px; height:44px; background:url(../image/ico/incoming_msg_ico.png) no-repeat; background-size:100%; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%);  }

.chat_content .chat_box .incoming_msg .talk_box { font-size:15px; width: calc(100% - 80px); display:inline-block; vertical-align: top; margin-left: 20px;}
.chat_content .chat_box .incoming_msg .talk_box .talk { width:80%; background: #e7e7e7; padding: 15px; border-radius:7px; color:#333; box-sizing: border-box; position:relative;   }
.chat_content .chat_box .incoming_msg .talk_box .talk ul li { color: #333; }
.chat_content .chat_box .incoming_msg .talk_box .talk:before { content:''; border-top: 10px solid transparent; border-left: 10px solid transparent; border-right: 10px solid #e7e7e7; border-bottom: 10px solid transparent; position:absolute; left:-20px; top: 50%; transform:translateY( -50% ); }
.chat_content .chat_box .incoming_msg .talk_box .talk p { color: #333; }

.chat_content .chat_box .incoming_msg .talk_box .btn_choice { width: 80%; }
.chat_content .chat_box .incoming_msg .talk_box .btn_choice ul li { width: 100%; margin: 4px 0; height: auto; background:#fff; border:2px solid #999; border-radius: 30px; padding: 10px 15px;box-sizing:border-box; position:relative; cursor:pointer}
.chat_content .chat_box .incoming_msg .talk_box .btn_choice ul li a { color: #999;}
.chat_content .chat_box .incoming_msg .talk_box .btn_choice ul li span { display:none; width:7px; height: 15px;  background:url(../image/ico/arrowx2.png) no-repeat center; background-size:100%; position:absolute; right:10px; top: 50%; transform: translateY(-50%); }
.chat_content .chat_box .incoming_msg .talk_box .btn_choice ul li:last-child { margin-bottom:0px;}
.chat_content .chat_box .incoming_msg .talk_box .btn_choice ul li:hover { border-color: #4073ff; transition: all .5s;}
.chat_content .chat_box .incoming_msg .talk_box .btn_choice ul li:hover span { display:block; transition: all .5s; }

.chat_content .chat_box .incoming_msg .talk_box .btn_choice.btn_flex { width: auto;}
.chat_content .chat_box .incoming_msg .talk_box .btn_choice.btn_flex ul li { width: auto; display:inline-block; padding: 10px 25px 10px 15px; margin-bottom:0px; }
.chat_content .chat_box .incoming_msg .talk_box .btn_choice.btn_flex ul li.more { padding: 10px 15px }

.chat_content .chat_box .outgoing_msg { width: 100%; margin:10px 0;  }
.chat_content .chat_box .outgoing_msg:after { content: ''; display: block; clear: both; }
.chat_content .chat_box .outgoing_msg .talk {  width: 80%; float: right; padding: 15px; border-radius:7px; color:#fff; background:#4073ff; box-sizing: border-box; position:relative; margin-right:20px; }
.chat_content .chat_box .outgoing_msg .talk:before { content:''; border-top: 10px solid transparent; border-left: 10px solid #4073ff; border-right: 10px solid transparent; border-bottom: 10px solid transparent; position:absolute; right:-20px; top: 50%; transform:translateY( -50% ); }


/* 킬러서비스-관련규제현황 */
.tbl-list01 .killer_td { position:relative; }
.tbl-list01 .killer_td p { margin-left:110px; }
.tbl-list01 .killer_td span.killer_ico { width: 100px; height:25px; line-height:25px; text-align:center; font-size:12px; color: #fff; position:absolute; top:30%; }
.tbl-list01 .killer_td span.killer_ico.ico1 { background:#0145A0}
.tbl-list01 .killer_td span.killer_ico.ico2 { background:#05B3C7}
.tbl-list01 .killer_td span.killer_ico.ico3 { background:#28A9DF}

/* 킬러서비스 팝업 */
.killer_pop_tit { border-top: 2px solid #0e457a; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.killer_service_pop { border-bottom:1px solid #ddd; padding:50px 0;}
.killer_service_pop .txt_indent { padding-left:20px; text-indent:-20px }

/* 킬러서비스-경영현황 분석 */
.killer_left { width: 50%;}
.killer_right { width: calc( 50% - 10px); margin-left:10px; border:1px solid #ddd; box-sizing:border-box;}
.killer_right .killer_tit { color: #0e457a; text-align:center; padding: 30px 0; }
.killer_right .killer_con #radarChart { margin:0 auto;}

@media (max-width: 768px) {
    .killer_left { width: 100%;}
    .killer_right { width:100%; margin-left:0;}
}




/*-- 20211015 추가--*/

/* Shiningstar */
@font-face{
    font-family:'Shiningstar';
    font-weight: 300;
    src:url('../font/Cafe24Shiningstar.ttf') format('truetype');
}
.fl_wrap:after {display:block; visibility:hidden; clear:both; content:""}
.fl_left {float:left !important;}
.fl_right {float:right !important;}


.mt25{margin-top:25px !important}
.ml40{margin-left: 40px !important;}

.contents_wrap{
    width:100%;
    color:#222;
}

.support_life h5,
.support_life h4,
.support_life .support_state li dd,
.support_life .support_apply li dt{
    font-size:17px;
    line-height: 22px;
}

.biz_life_step li dl,
.support_life .support_apply li dl{
    width:90%;
    margin:0 auto;
}

.support_life .support_apply_go li,
.biz_life_step li,
.support_life .support_state li,
.support_life .support_apply li{
    display:block;
    float:left;
}
.support_life .support_apply_go li:last-child,
.support_life .support_state li:last-child,
.support_life .support_apply li:last-child{
    margin-right:0;
}



.support_life_header{
    height:610px;
    background: url(../image/bizApply/img_bizApply_life.png) no-repeat center bottom;
    border-radius: 20px;
    padding: 90px 0 0px;
}

.support_life_header h2.font_star{
    position:relative;
    width:75%;/** 20211105 **/
    height:237px;
    border-radius:15px;
    text-align:center;
    border:1px solid #fff;
    margin: 0 auto;
}
.support_life_header h2.font_star p.header_txt_01,
.support_life_header h2.font_star p.header_txt_02,
.support_life_header h2.font_star b{
    position:absolute;
    text-align:center;
    width:100%;
}
.support_life_header h2.font_star p.header_txt_01{
    top: -15px;
    left:0;
}
.support_life_header h2.font_star p.header_txt_01 span{
    font-size:30px;
    color:#3182F6;
    background:#b6d3d6;
    padding:0 20px;
}
.support_life_header h2.font_star b{
    font-family:'Shiningstar';
    font-size: 65px;/** 20211105 **/
    top: 80px;
    left: 0;
    color:#222;
    font-weight:normal;
}
.support_life_header h2.font_star p.header_txt_02{
    bottom: 30px;
    left:0;
    font-size:16px;
    color:#505050;
    line-height: 24px;
}
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .support_life_header h2.font_star b{
        font-size: 50px;
    }
}

@media (max-width: 768px) {

    .support_life_header{
        width:100%;
        background:#B8D5D8 url(../image/bizApply/img_bizApply_life.png) no-repeat center bottom;
    }
    .support_life_header h2.font_star{
        width: 90%;
        border:none;
    }
    .support_life h5, .support_life h4, .support_life .support_state li dd, .support_life .support_apply li dt{
        font-size: 16px;
    }

}
@media (max-width: 640px) {

    .support_life_header{
        height: 540px;
        padding: 75px 0 0px;
        background-size: 210%;
        margin-bottom: 165px;
    }
    .support_life_header h2.font_star{
        width: 95%;
        border:none;
    }
    .support_life_header h2.font_star b{
        top: 17px;
        font-size: 65px;/** 20211105 **/
        line-height: 55px;/** 20211105 **/
    }
    .support_life_header h2.font_star b span{
        display:block;
    }
    .support_life_header h2.font_star p.header_txt_01{
        top: -40px;
    }
    .support_life_header h2.font_star p.header_txt_01 span{
        font-size: 25px;
        background: none;
    }
    .support_life_header h2.font_star p.header_txt_02{
        bottom: -410px;
        color: #222;
    }
    /* IE10+ */
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .support_life_header h2.font_star b{
            font-size: 55px;
            line-height: 69px;
        }
    }
}
@media (max-width: 480px) {

    .support_life_header{
        height: 455px;/** 20211105 **/
        background-size: 230%;
    }
    .support_life_header h2.font_star b{
        font-size: 58px;
        line-height: 52px;/** 20211105 **/
    }
    .support_life_header h2.font_star p.header_txt_01{
        top: -44px;
    }
    .support_life_header h2.font_star p.header_txt_01 span{
        font-size: 22px;
    }
    .support_life_header h2.font_star p.header_txt_02{
        bottom: -350px;/** 20211105 **/
    }


    /* IE10+ */
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .support_life_header h2.font_star b{
            font-size: 45px;
        }
    }

}
@media (max-width: 280px) {

    .support_life_header{
        height: 339px;
        background-size: 259%;
    }
    .support_life_header h2.font_star b{
        top: 3px;
        font-size: 47px;
        line-height: 41px;
        /** 20211105 **/
    }
    .support_life_header h2.font_star p.header_txt_01 span{
        font-size: 18px;
    }
    .support_life_header h2.font_star p.header_txt_02{
        font-size: 15px;
        bottom: -239px;
    }
    /* IE10+ */
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .support_life_header h2.font_star b{
            font-size: 35px;
            line-height: 43px;
        }
    }
}

.biz_life_step{
    width: 72%;
    margin:30px auto;
}
.biz_life_step li{
    width:272px;
    height:272px;
    border-radius:50%;
    background:#3182F6;
    margin-left:-15px;
    text-align:center;
    color:#fff;
    box-shadow: 0 10px 20px 0px rgb(0 0 0 / 10%);
}
.biz_life_step li dt{
    font-size:24px;
    font-weight:200;
    padding-top:70px;
}
.biz_life_step li dt b{
    display:block;
    font-weight:600;
}
.biz_life_step li dd{
    font-size:14px;
    line-height: 20px;
    padding-top:17px;
}

@media (max-width: 1024px){
    .biz_life_step{
        width: 80%;
    }
}
@media (max-width: 768px) {
    .biz_life_step{
        width: 90%;
    }
    .biz_life_step li {
        width: 233px;
        height: 233px;
    }
    .biz_life_step li dt{
        padding-top: 43px;
    }
}

@media (max-width: 640px) {
    .biz_life_step {
        width: 100%;
    }
    .biz_life_step li {
        margin: 0 auto -15px;
        float: none;
    }
}



/** 지원 사업 현황 **/

.txt_blue {color:#3182F6!important;}

.support_life h3{
    font-size:30px;
    font-weight:600;
    margin-bottom:20px;
}
.support_life h4{
    position:relative;
    background:#F5F5F5;
    padding:15px 32px 13px 92px;
    line-height: 21px;
}
.support_life h5{
    font-weight:600;
    text-decoration:underline;
    margin: 25px 0 17px;
}


.support_life .support_state h3 span{
    font-size:30px;
    font-weight:200;
}
.support_life .support_state h3 span.subtext{
    font-size:14px;
    color:#707070;
}
button.c_btn_more{
    width:15px;
    height:15px;
    background:url(../image/icon/btn_more02.png) no-repeat;
    background-size:100%;
    margin: 2px -10px 0 0;
    font-size: 0;
    line-height: 0;
    overflow:hidden;
    cursor:pointer;
}

.support_life .support_state li{
    width: calc(27.333% - 3.7px);
    border:1px solid #707070;
    border-radius:15px;
    padding:20px 30px;
    margin-right:10px;
}
.support_life .support_state li dt{
    font-size:22px;
}
.support_life .support_state li dd{
    line-height:27px;
    padding: 0 20px;
}
.support_life .support_state li dd a{
    font-weight:600;
    text-decoration:underline;
}


@media (max-width: 1024px){
    .support_life .support_state li{
        width: calc(27.333% - 10px);
    }
}
@media (max-width: 768px) {
    .support_life h3{
        font-size:26px;
    }
    .support_life .support_state li{
        width: calc(24.333% - 3.7px);
    }
    .support_life .support_state li dd{
        padding: 0 0px;
    }
}

@media (max-width: 640px) {
    .support_life h5, .support_life h4, .support_life .support_state li dd, .support_life .support_apply li dt{
        font-size: 18px;
    }
    .support_life h3{
        margin: 70px 0 10px;
    }
    .support_life .support_state li{
        width:calc(100% - 62px);
        margin:0 auto 15px;
    }
    .support_life .support_state li dt{
        font-size: 20px;
    }

}
@media (max-width: 480px){

    .support_life .support_state h3 span.subtext.fl_right{
        float:left!important;
    }
}

@media (max-width: 280px) {
    .support_life h3{
        font-size: 22px;
    }
    .support_life .support_state h3 span{
        font-size:inherit ;
    }
    .support_life h5, .support_life h4, .support_life .support_state li dd, .support_life .support_apply li dt{
        font-size: 16px;
    }
}
.support_life h4 span.num{
    position:absolute;
    top: 20px;
    left:24px;
    width:40px;
    font-size:40px;
    color:#707070;
    font-weight:600;
    line-height: 33px;
    border-right:1px solid #ddd;
}
.support_life .support_detail p{
    font-weight:300;
    line-height: 24px;
}

.support_life .support_detail p b{
    font-weight:600;
}


@media (max-width: 480px){
    .support_life h4{
        line-height: 27px;
    }
    .support_detail .ml40{
        margin-left: 20px !important;
    }
}

@media (max-width: 280px){
    .support_life .support_detail p{
        font-size: 14px;
    }
}
.support_life .support_apply li{
    position: relative;
    width: 215px;
    height: 215px;
    border:1px solid #3182F6;
    border-radius:60px;
    margin-right:6.5%;
}
.support_life .support_apply li:last-child::after{
    display: none;
}
.support_life .support_apply li::after {
    display: block;
    position: absolute;
    top: 88px;
    right: -54px;
    width:34px;
    height:34px;
    background:#3182F6 url(../image/icon/ico_arrow_right_w.png) no-repeat 53% center;
    border-radius:50%;
    content: "";
}

.support_life .support_apply li dl{
    text-align:center;
}
.support_life .support_apply li dt{
    color:#3182F6;
    margin-top:40px;
}
.support_life .support_apply li dt p.m_num{
    display:none;
}
.support_life .support_apply li dt b{
    font-weight:600;
}
.support_life .support_apply li dd{
    font-size:16px;
    margin-top:20px;
    line-height: 22px;
}

.support_life .support_apply li:last-child{
    background:#3182F6;
    color:#fff;
}
.support_life .support_apply li:last-child dt{
    color:#fff;
    font-weight:600;
}

.support_life .support_apply_go{
    background:#f5f5f5;
    padding:40px 0;
    text-align:center;
}
.support_life .support_apply_go p{
    font-size:20px;
    text-align:center;
    line-height:30px;
}
.support_life .support_apply_go ul{
    width:80%;
    margin:0 auto;
}
.support_life .support_apply_go li{
    width:30%;
    border-radius:18px;
    box-shadow: 0 10px 20px 0px rgb(0 0 0 / 10%);
    margin-right:4.3%;
    padding-top:175px;
}
.support_life .support_apply_go li p a{
    display:block;
    width:140px;
    height:34px;
    line-height:34px;
    font-size:14px;
    background:#fff;
    border:1px solid #707070;
    border-radius:18px;
    margin:25px  auto;
}
.support_life .support_apply_go li:nth-child(1){
    background:#fff url(../image/m_icon/ico_support_type01.png) no-repeat center 40px;
}
.support_life .support_apply_go li:nth-child(2){
    background:#fff url(../image/m_icon/ico_support_life02.png) no-repeat center 45px;
}
.support_life .support_apply_go li:nth-child(3){
    background:#fff url(../image/m_icon/ico_support_life03.png) no-repeat center 45px;
}


@media (max-width: 1024px){
    .support_life .support_apply li{
        margin-right: 3.5%;
    }
    .support_life .support_apply li::after{
        right: -34px;
        width: 31px;
        height: 31px;
    }
}
@media (max-width: 768px) {
    .support_life .support_apply ul{
        width: 64%;
        margin: 0 auto;
    }
    .support_life .support_apply li{
        width: 215px;
        height: 215px;
        border-radius:60px;
        margin: 0 4.5% 23px 0;
    }
    .support_life .support_apply li:nth-child(2){
        width: 215px;
        height: 215px;
        border-radius:60px;
        margin-right: 0 ;
    }
    .support_life .support_apply li::after {
        display:none;
    }
    .support_life .support_apply li dt{
        margin-top: 21px;
    }
    .support_life .support_apply li dt p.m_num{
        display:block;
        text-align:center;
        font-size:30px;
        font-weight:600;
        color:#3182F6;
        margin-bottom: 15px;
    }
    .support_life .support_apply li:last-child dt p.m_num{
        color:#fff;
    }
    .support_life .support_apply li dd{
        margin-top: 15px;
    }



    .support_life .support_apply_go ul{
        width: 90%;
    }

}


@media (max-width: 640px){
    .support_life .support_apply ul{
        width: 92%;
        margin-top: 30px;
    }

    .support_life .support_apply li dd{
        font-size: 14px;
    }
    .support_life .support_apply_go li{
        margin: 0 auto 23px;
    }
    .support_life .support_apply_go{
        padding: 40px 30px
    }
    .support_life .support_apply_go p{
        font-size: 16px;
    }

    .support_life .support_apply_go {
        padding: 40px 13px;
    }
    .support_life .support_apply_go li{
        width: 90%;
        padding: 165px 0 10px;
    }
    .support_life .support_apply_go li:last-child{
        margin: 0 auto ;
    }

}
@media (max-width: 480px){
    .support_life .support_apply ul{
        width: 100%;
    }
    .support_life .support_apply li:nth-child(1),
    .support_life .support_apply li:nth-child(3){
        margin-left: 0;
    }
    .support_life .support_apply li,
    .support_life .support_apply_go li{
        margin: 0 auto 23px;
        float: none;
    }
}
@media (max-width: 280px){
    .support_life .support_apply_go ul {
        width: 100%;
    }
}

/** s: 20211028 추가 **/

button{cursor:pointer;}

/** s: 더 많은 서비스 **/

@import url(../../assets/style/new/owl.carousel.min.css);

.service_search_area{
    display:table;
    position:relative;
    width:100%;
    height:280px;
    background:#ececec;
    padding:20px 0;
    z-index: -99; /*20211222 추가*/
}
.service_search_area .inner{
    display:table-cell;
    vertical-align:middle;
}

.service_search_area .service_search_con{
    position:relative;
    display:block;
    width:1400px;
    margin:0 auto;
}
.service_search_area .service_search_con ul{
}
.service_search_area li{
    float:left;
    width:340px;
    margin:0 8px 0 0;
}
.service_search_area li dt{
    color:#222;
    margin-bottom:20px;
}
.service_search_area li dt h4{
    font-size:22px;
    font-weight:600;
}
.service_search_area li dt span{
    display:block;
    font-size:14px;
    font-weight:normal;
}
.service_search_area li dd {
	display:flex;
	align-items:center;
    position:relative;
}

.service_search_area li dd .btn {
	display: flex;
	align-items: center;
	justify-content: center;
    width: fit-content;
    height: 47px;
    margin-left: 4px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
}

.service_search_area li dd button.btn_complaint_go,
.service_search_area li dd button.btn_service_sch,
.service_search_area li dd:hover .service_con a{
    width: 100%;
    line-height:45px;
    padding: 0 16px;
}
.service_search_area li dd button.btn_service_sch {
    text-align:left;
    border: 1px solid #ddd;
    overflow: hidden;
    background: #fff url(../image/icon/ico_arrow_down.png) no-repeat 95% center;
}
.service_search_area li dd .service_con{display:none;}
.service_search_area li dd:hover .service_con{
    display:block;
    position:absolute;
    top:46px;
    left:0;
    width: calc(100% - 2px);
    border: 1px solid #ddd;
    background-color: #fff;
    z-index:999;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
}
.service_search_area li dd:hover .service_con a{
    display:block;
    width:calc(100% - 32px);
    color:#222;
    line-height:40px;
}
.service_search_area li dd:hover .service_con a:hover{
    background:#E3EAF0;
}
.service_search_area li dd:hover .service_con a:hover:last-child{
    background:#E3EAF0;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
}
.service_search_area li dd button.btn_complaint_go{
    color:#fff;
    text-align:left;
    background:#d9002c url(../image/icon/btn_more03.png) no-repeat 95% center;
}
.service_search_area .banner_area{
    position: absolute;
    top: -73px;
    right: 0;
}
.service_search_area .sv_evnt_box{
    overflow:hidden;
    width:260px;
}
.service_search_area .sv_evnt_box .event_silde_box{
    overflow:hidden;
    position:relative;
    width: 260px;
    padding-bottom:35px;
}
.service_search_area .sv_evnt_box .event_silde_box a img{
    width:260px;
    height:auto;
}
.service_search_area .sv_evnt_box .event_silde_box .plystp{
    position:absolute;
    bottom:8px;
    right:110px;
    font-size:0;
}
.service_search_area .sv_evnt_box .event_silde_box .slick-dots{
    width:100%;
    bottom:-20px;
    left:inherit;
    right:0;
    margin-right:-3px;
    text-align:center;
}
.service_search_area .sv_evnt_box .event_silde_box .slick-dots li{
    display:inline-block;
    width:8px;
    height:8px;
    border:0;
    margin:0 5px;
    background:#707070;
    border-radius:50%;
    overflow:hidden;
    cursor:pointer;
    font-size:0;
    transition: width 0.3s ease;
}
.service_search_area .sv_evnt_box .event_silde_box .slick-dots li button{
    background:none;
    font-size:0;
}
.service_search_area .sv_evnt_box .event_silde_box .slick-dots .slick-active{
    background:#fff;
    width:25px;
    border-radius:4px;
    border:none;
    font-size:0;
}


@media screen and (max-width:1024px){
    h2.sub_main_title{
        width: 90%!important;
    }
    .service_search_area .service_search_con{
        width: 85%;
    }
    .service_search_area li {
        float: none;
        width: 55%;
    }
    .service_search_area li dt {
        margin: 17px 0 7px;
    }
    .service_search_area li:first-child dt{
        margin-top:-11px;
    }
    .service_search_area .banner_area{
        top: 51px;
    }
}
@media screen and (max-width:768px){
    .service_search_area li{
        width: 50%;
    }
}
@media screen and (max-width:640px){
    h2.sub_main_title{
        font-size: 35px!important;
        padding: 50px 0 10px!important;
    }
    h2.sub_main_title span{
        display: block!important;
        padding: 10px 0 0!important;
    }
    .service_search_area li{
        width: 100%;
    }
    .service_search_area li dt h4{
        font-size: 20px;
    }
    .service_search_area li dt span{
        display: inline-block;
    }
    .service_search_area .banner_area {
        position: inherit;
        top: auto;
        width: 100%;
        margin: 30px 0 0;
        text-align: center;
    }
    .service_search_area .banner_area img{
        float: none;
    }
    .service_search_area .sv_evnt_box .event_silde_box {
        margin: 0 auto;
    }
}
@media screen and (max-width:360px){
    h2.sub_main_title {
        font-size: 28px!important;
    }
    h2.sub_main_title span {
        font-size: 13px!important;
        line-height: 17px!important;
    }
}
@media screen and (max-width:280px){

    .service_search_area li dt span{
        display:none;
    }
    .service_search_area .banner_area img{
        width: 235px;
    }

    .service_search_area .sv_evnt_box .event_silde_box,
    .service_search_area .sv_evnt_box .event_silde_box a img{
        width: 230px;
    }
}


.service_banners_wrap{
    width:100%;
    margin-top:100px;
}
.service_banners_wrap h2{
    font-size: 32px;
    color:#222;
    font-weight: 400;
    text-align:center;
    padding: 0 0 60px;
}
.service_banners_wrap h2:before{
    content:'';
    display:block;
    clear:both;
    border-top:1px solid #ddd;
    width:45px;
    padding: 0 0 35px;
    margin: 0 auto;
}
.service_banners_wrap h3{
    font-size: 20px;
    color:#222;
    font-weight: 600;
    border-bottom:1px solid #ddd;
    padding: 0 0 8px;
}
.service_banners01 ul{
    float:left;
    width: calc(50% - 9px);
}

.service_banners01 ul:nth-child(1){
    border-right:1px solid #ddd;
    margin-right: 15px;
}
.service_banners01 ul li{
    margin-bottom:17px;
}
.service_banners01 ul li:last-child{
    margin-bottom:0;
}
.service_banners01 ul li dt,
.service_banners01 ul li dd{
    float:left;
}
.service_banners01 ul li dt{
    position: relative;
    width: 25%;
    padding-left:70px;
}
.service_banners01 ul li dt p{
    padding-top: 26px;
}
.service_banners01 ul li dt p span{
    display:block;
}
.service_banners01 ul li dt p.textline_2{
    padding-top: 19px;
}
.service_banners01 ul li dd{
    width: 56%;
    height:45px;
    font-size:14px;
    color:#222;
    line-height:22px;
    border-radius:15px;
    background:#f5f5f5;
    padding:13px 22px;
}
.service_banners01 ul li dd p{
    width: 70%;
}
a.btn_service_go{
    width:92px;
    height:27px;
    font-size:12px;
    line-height:27px;
    color:#666;
    background:#fff;
    border:1px solid #707070;
    border-radius:15px;
    margin:10px 0;
    text-align:center;
}
.service_banners01 ul li dl dt:before {
    content:'';
    width:58px;
    height:58px;
    position:absolute;
    top: 8px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ddd;
    border-radius:50%;
}

@media screen and (max-width:1024px){
    .service_banners01 ul li dd {
        width: 48%;
        height:88px;
        margin-left: 7px;
        padding:13px 18px;
    }
    a.btn_service_go{
        width: 33px;
        height: 31px;
        border-radius:50%;
        margin: 40px 0 0;
        padding: 8px 6px 6px;
        line-height: 15px;
    }
}
@media screen and (max-width:768px){

    .service_banners01 ul{
        float: none;
        width: 100%;
        margin-bottom: 17px;
    }
    .service_banners01 ul:nth-child(1){
        border-right: none;
        margin-right: 0;
    }
    .service_banners01 ul li dt{
        width: 30%;
    }
    .service_banners01 ul li dd{
        position:relative;
        width: 54%;
        height: 45px;
        margin-top:0;
    }
    .service_banners01 ul li dd a.btn_service_go{
        position: absolute;
        bottom: 11px;
        right: 12px;
        margin: 0 0 0;
    }
    .service_banners01 ul li dt p.textline_2{
        padding-top: 19px;
    }
    .service_banners01 ul li dt p span{
        display: block;
    }
}
@media screen and (max-width:640px){
    .service_banners_wrap h2{
        line-height: 40px;

    }
    .service_banners_wrap h2 span{
        display: block;
    }
    .service_banners01 ul li dt {
        width: calc( 100% - 70px );
    }
    .service_banners01 ul li dd{
        width: calc(100% - 36px);
        height: auto;
        margin-top: 27px;
        margin-left: 0;
    }
    .service_banners01 ul li dt p.textline_2{
        padding-top: 26px;
    }
    .service_banners01 ul li dt p span{
        display: initial;
    }
}
@media screen and (max-width:420px){
    .service_banners_wrap h2{
        font-size: 26px;
    }
}

/** 중소벤처24  유관시스템 배너 **/
.service_banners01 ul li dl.poll dt:before { background-image: url(../../assets/image/popup/site_icon_poll.png); background-size: 34px;}
.service_banners01 ul li dl.MNA dt:before { background-image: url(../../assets/image/popup/site_icon26.svg); background-size: 48px;}
.service_banners01 ul li dl.green dt:before { background-image: url(../../assets/image/popup/site_icon_green.png); background-size: 39px;}
.service_banners01 ul li dl.cobiz dt:before { background-image: url(../../assets/image/popup/site_icon_cobiz.png); background-size: 38px;}
.service_banners01 ul li dl.SBCM dt:before { background-image: url(../../assets/image/popup/site_icon18.svg); background-size: 31px;}
.service_banners01 ul li dl.GLOB dt:before { background-image: url(../../assets/image/popup/site_icon19.svg); background-size: 43px;}
.service_banners01 ul li dl.boms dt:before { background-image: url(../../assets/image/popup/site_icon_boms.png); background-size: 42px;}
.service_banners01 ul li dl.CSR dt:before { background-image: url(../../assets/image/popup/site_icon25.svg); background-size: 42px;}
.service_banners01 ul li dl.em dt:before { background-image: url(../../assets/image/popup/site_icon7.svg); background-size: 36px;}
.service_banners01 ul li dl.bizlink dt:before { background-image: url(../../assets/image/popup/site_icon_bizlink.png); background-size: 45px;}
.service_banners01 ul li dl.plus dt:before { background-image: url(../../assets/image/popup/site_icon_plus.png); background-size: 33px;}
.service_banners01 ul li dl.plus dt:before { background-image: url(../../assets/image/popup/site_icon_plus.png); background-size: 33px;}
.service_banners01 ul li dl.BNET dt:before { background-image: url(../../assets/image/popup/site_icon23.svg); background-size: 27px;}
.service_banners01 ul li dl.NGSP dt:before { background-image: url(../../assets/image/popup/site_icon21.svg); background-size: 38px;}
.service_banners01 ul li dl.GSMB dt:before { background-image: url(../../assets/image/popup/site_icon45.png); background-size: 38px;}
.service_banners01 ul li dl.EXPO dt:before { background-image: url(../../assets/image/popup/site_icon17.svg); background-size: 38px;}
.service_banners01 ul li dl.GLOBCER dt:before { background-image: url(../../assets/image/popup/site_icon56.png); background-size: 38px;}
.service_banners01 ul li dl.MBIZ dt:before { background-image: url(../../assets/image/popup/site_ico_mBiz.png); background-size: 45px;} /*20240510 신예리 추가*/



.service_banners02{
    width:100%;
    margin: 20px 0 50px;
}
.service_banners02 ul:after {
    content:'';
    display:block;
    clear:both;
}
.service_banners02 ul li {
    position:relative;
    float: left;
    width: calc(20% - 9px);
    height: 160px;
    margin-right:9px;
    margin-bottom:18px;
    border-radius: 15px;
    border: 1px solid #707070;
    box-sizing:border-box;
    font-size:18px;
}
.service_banners02 ul li:nth-child(5n) {
    margin-right:0
}

.service_banners02 ul li a,
.service_banners02 ul li a strong,
.service_banners02 ul li a span{
    display: block;
    text-align:center;
}
.service_banners02 ul li a {
    position: relative;
    padding: 70px 10px 0 ;
}
.service_banners02 ul li a:after {
    content:'';
    width:100%;
    height:50px;
    position:absolute;
    top: 36px;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
}
.service_banners02 ul li a strong {
    color:#666;
    font-size:18px;
    font-weight:normal;
}
.service_banners02 ul li a span{
    font-size: 13px;
    color: #999;
    padding-top: 9px;
    line-height:16px
}


@media screen and (max-width:1024px){

    .service_banners02 ul li{
        width: calc(25% - 9px);
    }
    .service_banners02 ul li:nth-child(4n){
        margin-right: 0;
    }
    .service_banners02 ul li:nth-child(5n){
        margin-right: 9px;
    }
}
@media screen and (max-width:768px){
    .service_banners02 ul li{
        width: calc(33.3333% - 9px);
    }
    .service_banners02 ul li:nth-child(3n){
        margin-right: 0;
    }
    .service_banners02 ul li:nth-child(4n){
        margin-right: 9px;
    }
}
@media screen and (max-width:640px){
    .service_banners02 ul li{
        width: calc(49.3333% - 9px);
    }
    .service_banners02 ul li:nth-child(2n){
        margin-right: 0;
    }
    .service_banners02 ul li:nth-child(3n){
        margin-right: 9px;
    }
}
@media screen and (max-width:420px){

    .service_banners02 ul li {
        display: block;
        width: 80%;
        margin: 0 10% 9px;
    }
}


/** 중소기업-창업벤처-소상공인 별 사업지원 시스템 **/
.service_banners02 ul li.KSTR a:after { background-image: url(../../assets/image/popup/site_icon1.svg); background-size: 34px;}
.service_banners02 ul li.ULTR a:after { background-image: url(../../assets/image/popup/site_icon6.svg); background-size: 40px;}
.service_banners02 ul li.SIMS a:after { background-image: url(../../assets/image/popup/site_icon7.svg); background-size: 34px; }
.service_banners02 ul li.CSR a:after  { background-image: url(../../assets/image/popup/site_icon25.svg); background-size: 30px;}
.service_banners02 ul li.SGSE a:after { background-image: url(../../assets/image/popup/site_icon10.svg); background-size: 24px;}
.service_banners02 ul li.SUP a:after  { background-image: url(../../assets/image/popup/site_icon11.svg); background-size: 31px;}
.service_banners02 ul li.EDUM a:after { background-image: url(../../assets/image/popup/site_icon3.svg); background-size: 34px; }
.service_banners02 ul li.SFDB a:after { background-image: url(../../assets/image/popup/site_icon12.svg); background-size: 38px;}
.service_banners02 ul li.SMTC a:after { background-image: url(../../assets/image/popup/site_icon16.svg); background-size: 34px; }
.service_banners02 ul li.SBCM a:after { background-image: url(../../assets/image/popup/site_icon18.svg); background-size: 30px;}
.service_banners02 ul li.SMBA a:after { background-image: url(../../assets/image/popup/site_icon20.svg); background-size: 36px;}
.service_banners02 ul li.NGSP a:after { background-image: url(../../assets/image/popup/site_icon21.svg); background-size: 36px;}
.service_banners02 ul li.BNET a:after { background-image: url(../../assets/image/popup/site_icon23.svg); background-size: 29px;}
.service_banners02 ul li.MNA a:after  { background-image: url(../../assets/image/popup/site_icon26.svg); background-size: 30px;}
.service_banners02 ul li.SMPP a:after { background-image: url(../../assets/image/popup/site_icon2.svg); background-size: 34px;}
.service_banners02 ul li.VNTR a:after { background-image: url(../../assets/image/popup/site_icon4.svg); background-size: 40px;}
.service_banners02 ul li.CYBR a:after { background-image: url(../../assets/image/popup/site_icon5.svg); background-size: 46px;}
.service_banners02 ul li.MBIZ a:after { background-image: url(../../assets/image/popup/site_icon8.png); background-size: auto 22px;}
.service_banners02 ul li.SPTL :after { background-image: url(../../assets/image/popup/site_icon13.svg); background-size: 26px;}
.service_banners02 ul li.IBIZ a:after { background-image: url(../../assets/image/popup/site_icon15.png); background-size: auto 15px;}
.service_banners02 ul li.GLOB a:after { background-image: url(../../assets/image/popup/site_icon19.svg); background-size: 40px;}
.service_banners02 ul li.MRO a:after  { background-image: url(../../assets/image/popup/site_icon22.svg); background-size: 40px;}
.service_banners02 ul li.CBIZ a:after { background-image: url(../../assets/image/popup/site_icon24.svg); background-size: 38px;}
.service_banners02 ul li.AURI a:after { background-image: url(../../assets/image/popup/site_icon9.svg); background-size: 40px;}
.service_banners02 ul li.SMPL a:after { background-image: url(../../assets/image/popup/site_icon32.png); background-size: 40px;}
.service_banners02 ul li.DOBA a:after { background-image: url(../../assets/image/popup/site_icon30.png); background-size: 40px;}
.service_banners02 ul li.KAMP a:after { background-image: url(../../assets/image/popup/site_icon42.png); background-size: auto 28px;}
.service_banners02 ul li.EXPO a:after { background-image: url(../../assets/image/popup/site_icon43.png); background-size: 40px;}
.service_banners02 ul li.G4B a:after { background-image: url(../../assets/image/popup/site_icon35.png); background-size: 40px;}
.service_banners02 ul li.GSMB a:after { background-image: url(../../assets/image/popup/site_icon45.png); background-size: 40px;}
.service_banners02 ul li.KIBO :after { background-image: url(../../assets/image/popup/site_icon40.png); background-size: 40px;}
.service_banners02 ul li.OSMB a:after { background-image: url(../../assets/image/popup/site_icon41.png); background-size: auto 28px;}
.service_banners02 ul li.CERTK a:after { background-image: url(../../assets/image/popup/site_icon46.png); background-size: auto 22px;}
.service_banners02 ul li.SBIZ a:after { background-image: url(../../assets/image/popup/site_icon36.png); background-size: 40px;}
.service_banners02 ul li.KVOU a:after { background-image: url(../../assets/image/popup/site_icon37.png); background-size: 40px;}
.service_banners02 ul li.NURI a:after { background-image: url(../../assets/image/popup/site_icon38.png); background-size: auto 22px;}
.service_banners02 ul li.RFZ a:after { background-image: url(../../assets/image/popup/site_icon33.png); background-size: auto 22px;}

.service_banners02 ul li.STUDY a:after { background-image: url(../../assets/image/popup/site_icon62.png); background-size: auto 40px;}
.service_banners02 ul li.EVENT a:after { background-image: url(../../assets/image/popup/site_icon63.png); background-size: auto 40px;}

/** e: 20211028 추가 **/

/** s: 20211103 추가 **/
.certi_etc_wrap{
    margin-top:50px;
}
.certi_etc_wrap .certi_etc{
    position:relative;
    width:90%;
    min-width:960px;
    height:484px;
    margin:0 auto;
    border-radius:15px;
    background-color:#F5F2E0;
    background-image:url(../../assets/image/etc/img_apply_gov.png);
    background-repeat:no-repeat;
    background-position:left bottom;
}
.certi_etc_wrap .certi_etc .certi_etc_btn{
    position:absolute;
    bottom:60px;
    right: 90px;
    width: 270px;
}
.certi_etc_wrap .certi_etc .certi_etc_btn a{
    display:block;
    width:100%;
    height:42px;
    line-height:42px;
    font-size:14px;
    color:#222;
    border:1px solid #222;
    border-radius: 25px;
    background:url(../../assets/image/icon/ico_arrow_go.png) no-repeat 90% center;
    padding: 0 0 0 30px;
}
.certi_etc_wrap .certi_etc .certi_etc_btn a:hover{
    background-color:#DCD7CB;
}
.certi_etc_wrap .certi_etc ul{
    padding:80px 0 0 90px;
}
.certi_etc_wrap .certi_etc li{
    float:left;
    font-size:30px;
    color:#222;
}
.certi_etc_wrap .certi_etc li:nth-child(1){
    position:relative;
    line-height: 40px;
}
.certi_etc_wrap .certi_etc li:nth-child(1) span.sub_txt{
    position:absolute;
    bottom:-48px;
    left:0;
    width:130%;
    font-size:14px;
    color:#666;
    line-height:19px;
}
.certi_etc_wrap .certi_etc li:nth-child(2){
    width:185px;
    height:185px;
    line-height:185px;
    text-align:center;
    background:url(../../assets/image/etc/img_txt_bg.png) no-repeat ;
    margin: 8px 10px 0;
}
.certi_etc_wrap .certi_etc li:nth-child(2) b{
    font-weight:600;
}
.certi_etc_wrap .certi_etc li:nth-child(3){
    line-height:185px;
    margin-top:8px;
}
@media screen and (max-width:768px){
    .certi_etc_wrap .certi_etc{
        min-width: auto;
        height: auto;
        background-position: -117px bottom;
    }
    .certi_etc_wrap .certi_etc ul{
        padding-bottom: 298px;
    }
    .certi_etc_wrap .certi_etc li{
        width: 100%;
    }
    .certi_etc_wrap .certi_etc li:nth-child(1) span.sub_txt{
        bottom: -296px;
    }
    .certi_etc_wrap .certi_etc li:nth-child(3){
        line-height: 42px;
    }

}
@media screen and (max-width:640px){
    .certi_etc_wrap .certi_etc ul{
        padding: 55px 0 298px 13%;
    }
    .certi_etc_wrap .certi_etc li:nth-child(2){
        margin: 8px 0;
    }
    .certi_etc_wrap .certi_etc .certi_etc_btn{
        width: 100%;
        bottom: 173px;
        right: 0;
    }
    .certi_etc_wrap .certi_etc .certi_etc_btn a{
        width:265px;
        margin:0 auto;
    }
}
@media screen and (max-width:420px){
    .certi_etc_wrap .certi_etc{
        width:100%;
    }
    .certi_etc_wrap .certi_etc ul{
        padding: 55px 3% 297px ;
    }
    .certi_etc_wrap .certi_etc li{
        text-align:center;
    }
    .certi_etc_wrap .certi_etc li:nth-child(1) span.span_block{
        display:block;
    }
    .certi_etc_wrap .certi_etc li:nth-child(1) span.sub_txt{
        bottom: -322px;
        width: calc(100% - 50px);
        padding: 0 25px;
    }
    .certi_etc_wrap .certi_etc li:nth-child(2){
        width:100%;
        background-position:center;
        margin:10px 0;
    }
    .certi_etc_wrap .certi_etc .certi_etc_btn{
        bottom: 34px;
    }
    .certi_etc_wrap .certi_etc .certi_etc_btn a{
        background-color:#fff;
    }
}
@media screen and (max-width:360px){
    .certi_etc_wrap .certi_etc li{
        font-size: 26px;
    }
}
@media screen and (max-width:280px){
    .certi_etc_wrap .certi_etc{
        background-position: -156px bottom;
    }
    .certi_etc_wrap .certi_etc li:nth-child(1){
        line-height: 34px;
    }
    .certi_etc_wrap .certi_etc li:nth-child(1) span.sub_txt{
        width: 100%;
        padding: 0;
    }
    .certi_etc_wrap .certi_etc li:nth-child(2){
        margin: 18px 0 10px;
    }
    .certi_etc_wrap .certi_etc .certi_etc_btn{
        width: 100%;
        left: 0;
    }
    .certi_etc_wrap .certi_etc .certi_etc_btn a {
        width: 95%;
        height: auto;
        text-align: center;
        padding: 0;
        background: #fff;
        margin: 0 auto;
    }
}
/** e: 20211103 추가 **/


/** s: 20211109 추가 **/
.article_nav{
    display:block;
    width:100%;
    height:50px;
    background:#0E457A;
    margin:0 auto;
}
.article_nav li{
    position:relative;
    display:block;
    float:left;
    /* width:220px; */
}
.article_nav li button{
    width: 100%;
    font-size:17px;
    color:#fff;
    height:50px;
    padding: 0 40px 0 20px;
}
.article_nav li:hover .article_nav_con a{
    width: 100%;
    font-size:14px;
    line-height:45px;
    padding: 0 16px;
}
.article_nav li button.article_nav_title {
    text-align:left;
    border-right: 1px solid #ddd;
    overflow: hidden;
    background: #0E457A url(../image/icon/ico_arrow_down_w.png) no-repeat 95% center;
    min-width:220px;
}
.article_nav li .article_nav_con{display:none;}
.article_nav li:hover .article_nav_con{
    display:block;
    position:absolute;
    top:50px;
    left:0;
    width: calc(100% - 2px);
    border: 1px solid #ddd;
    background-color: #fff;
    z-index:999;
}
.article_nav li:hover .article_nav_con a{
    display:block;
    width:calc(100% - 32px);
    color:#222;
    line-height:40px;
}
.article_nav li:hover .article_nav_con a:hover{
    background:#E3EAF0;
}

/*20240418 신예리 추가 - 유관시스템둘러보기 드롭박스 영역 하위메뉴 너비*/
.article_nav_level_482 > div > a, .article_nav_level_4260 > div > a, 
.article_nav_level_584 > div > a, .article_nav_level_5261 > div > a,
.article_nav_level_5262 > div > a  { width: 100% !important; }

@media screen and (max-width: 640px) {
    .article_nav{
        background:none;
    }
    .article_nav li{
        width:50%;
    }
}
@media screen and (max-width:420px){
    .article_nav li{
        width:100%;
    }
    .article_nav li button.article_nav_title{
        border-bottom: 1px solid #ddd;
        border-right: none;
    }
}
@media screen and (max-width:280px){
    .article_nav li button{
        font-size: 16px;
    }
}


/* s:20211216 수정 */
.biz_life_step{
    width: 72%;
    margin:30px auto;
}

.biz_life_step li{
    width: 235px;
    height: 235px;
    border-radius: 32%;
    transform: rotate(45deg);
    margin-left:10px;
    text-align:center;
    color:#fff;
    box-shadow: 0 10px 20px 0px rgb(0 0 0 / 10%);
    opacity: .9;
}
.biz_life_step li:nth-child(1){
    background: #258625;
}
.biz_life_step li:nth-child(1) dl{
    margin: 6px 0 0 -14px;
}
.biz_life_step li:nth-child(2){
    background: #2072e8;
}
.biz_life_step li:nth-child(2) dl{
    margin: 6px 0 0 -14px;
}
.biz_life_step li:nth-child(3){
    background: #974ce4;
}
.biz_life_step li:nth-child(3) dl{
    margin: 4px 0 0 -8px;
}
.biz_life_step li dl{
    width:90%;
    margin:0 auto;
    transform: rotate( -45deg);
}
.biz_life_step li dt{
    font-size:22px;
    font-weight:200;
    padding-top:40px;
}
.biz_life_step li dt b{
    display:block;
    font-weight:600;
}
.biz_life_step li dd{
    font-size:14px;
    line-height: 20px;
    padding-top:14px;
}

@media (max-width: 1024px){
    .biz_life_step{
        width: 80%;
    }
}
@media (max-width: 768px) {
    .biz_life_step{
        width: 90%;
    }
    .biz_life_step li {
        width: 233px;
        height: 233px;
    }
    .biz_life_step li dt{
        padding-top: 30px;
    }
}

@media (max-width: 640px) {
    .biz_life_step {
        width: 100%;
    }
    .biz_life_step li {
        margin: 0 auto -15px;
        float: none;
    }
}
@media (max-width: 411px){
    .biz_life_step li {
        width: 190px;
        height: 190px;
        border-radius: 40%;
    }
    .biz_life_step li:nth-child(3) dl {
        margin: 6px 0 0 -4px;
    }
    .biz_life_step li dd{
        font-size:13px;
        line-height: 17px;
        padding-top:7px;
    }
}
/* e:20211216 수정 */


/* s:20211216 추가 */
.tbl-cnt b.num{
	margin-right:2px;
    font-size:14px;
    font-weight:400;
    color: #d9002c;
    text-decoration: underline;
}
/* e:20211216 추가 */


/* s:전자증명 20211210 */
.txt_tag{
    position:absolute;
    top:-3px;
    left:-3px;
    width:53px;
    height:53px;
    background:url(../image/common/img_tag.png) no-repeat center;
}
.txt_tag span{
    display: block;
    position: absolute;
    top: 13px;
    font-size:10px;
    color:#fff;
    transform: rotate(-45deg);
}
.info_txt{
    padding: 2px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    margin: 0px 4px 0px;
    vertical-align: bottom;
}
.info_txt.tag_red{
    background: #ed2c4d;
}
.info_txt.tag_blue{
    background: #0e457a;
}
/* e: 전자증명 20211210 */


/* s:20220104 추가 */
.btn_area a{
    margin: 0 6px;
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
    border-radius: 6px;
    height: 35px;
    padding: 0 20px;
}
.btn_line{
    background: #ffffff;
    color: #0e457a;
    border: 1px solid #0E457A;
}
.btn_line:hover{
    background: #e4e4e4;
}
/* e:20220104 추가 */