.point0{color: rgb(0, 78, 162) !important; }
.point0 > *{color: rgb(0, 78, 162) !important; }
.bg_point0{background-color: rgb(0, 78, 162) !important; }
.svg_point0{fill: rgb(0, 78, 162) !important; }
.stroke_point0{stroke: rgb(0, 78, 162) !important; }
.border_point0{border-color: rgb(0, 78, 162) !important; }
.before_point0::before{color: rgb(0, 78, 162) !important; }
.before_bg_point0::before{background-color: rgb(0, 78, 162) !important; }
input:checked + label.checked_before_bg_point0::before{background-color: rgb(0, 78, 162) !important; }
.after_point0::after{color: rgb(0, 78, 162) !important; }
.after_bg_point0::after{background-color: rgb(0, 78, 162) !important; }
.point1{color: rgb(91, 205, 255) !important; }
.point1 > *{color: rgb(91, 205, 255) !important; }
.bg_point1{background-color: rgb(91, 205, 255) !important; }
.svg_point1{fill: rgb(91, 205, 255) !important; }
.stroke_point1{stroke: rgb(91, 205, 255) !important; }
.border_point1{border-color: rgb(91, 205, 255) !important; }
.before_point1::before{color: rgb(91, 205, 255) !important; }
.before_bg_point1::before{background-color: rgb(91, 205, 255) !important; }
input:checked + label.checked_before_bg_point1::before{background-color: rgb(91, 205, 255) !important; }
.after_point1::after{color: rgb(91, 205, 255) !important; }
.after_bg_point1::after{background-color: rgb(91, 205, 255) !important; }
.point2{color: rgb(117, 252, 255) !important; }
.point2 > *{color: rgb(117, 252, 255) !important; }
.bg_point2{background-color: rgb(117, 252, 255) !important; }
.svg_point2{fill: rgb(117, 252, 255) !important; }
.stroke_point2{stroke: rgb(117, 252, 255) !important; }
.border_point2{border-color: rgb(117, 252, 255) !important; }
.before_point2::before{color: rgb(117, 252, 255) !important; }
.before_bg_point2::before{background-color: rgb(117, 252, 255) !important; }
input:checked + label.checked_before_bg_point2::before{background-color: rgb(117, 252, 255) !important; }
.after_point2::after{color: rgb(117, 252, 255) !important; }
.after_bg_point2::after{background-color: rgb(117, 252, 255) !important; }

/*
    사용자 > 공통
*/

/* 메뉴 위치 */
.menu_top { position: relative; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; background-color: #f7f7f8; margin-bottom: 65px; }
.menu_top_route { height: 50px; padding: 15px 0; }
.menu_top_route_list { display: flex; align-items: center; }
.menu_top_route_item { display: inline-block; padding-left: 40px; font-size: 17px; font-weight: 400; background-image: url("/weven_service/asset/img/svg/icons8-arw_right.svg"); background-position: left 10px center; background-repeat: no-repeat; background-size: 15px; }
.menu_top_route_item.home { width: 20px; height: 20px; padding-left: 25px; background-image: none; }
.menu_top_route_item.active { font-weight: 800; }

/* 메인페이지 > 분야별 아이콘 */
.field_0 { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_02_on.png?type=w&quality=80'); }
.field_1 { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_02_on.png?type=w&quality=80'); }
.field_2 { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_03_on.png?type=w&quality=80'); }
.field_3 { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_04_on.png?type=w&quality=80'); }
.field_4 { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_05_on.png?type=w&quality=80'); }
.field_5 { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_06_on.png?type=w&quality=80'); }
.field_6 { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_07_on.png?type=w&quality=80'); }
.field_7 { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_08_on.png?type=w&quality=80'); }
.field_8 { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_09_on.png?type=w&quality=80'); }

/* 진행상태별 색 구분 */
.status.ready { color: #004ea2; }
.status.ready_gray { color: #5b5b5b; }
.status.ing { color: #29b332; }
.status.end { color: #f03333; }
.status_back.ready { background-color: #004ea2; }
.status_back.ing { background-color: #29b332; }
.status_back.end { background-color: #676767; }

/* no_data */
.no_data_wrap { grid-template-columns: repeat(1, 1fr) !important; }
.no_data_con { height: 333px; text-align: center; padding: 150px 0px !important; }
.no_data_con span{ font-size: 19px; font-weight: 600; }

/* file icon */
.file_img{ background-image: url(/weven_service/asset/img/svg/download_24dp_FILL0_wght400_GRAD-25_opsz20.svg); background-size: 24px; background-position: center; background-repeat: no-repeat; }
.file_img.type2 { background-position: left; }

/* list */
.table_title{ text-align: left !important; padding-left: 15px; }
/* .list_table tbody{ display: block; border-collapse: collapse; padding: 0; } */
/* .list_table tbody tr{ border-bottom: 1px solid #d5d5d5; position: relative; overflow: hidden; padding: 10px 5px; transition: all 0.3s; } */
/* .list_table tbody tr td{ font-size: 14px; line-height: 21px; float: left; padding: 4px 0px; text-align: left; } */

/* list > cnt */
.total_cnt_con { text-align: right; font-size: 15px; border-bottom: 2px solid; padding-bottom: 10px; }
.total_cnt_con.type2 { float: right; font-size: 15px; border-bottom: none; }
.filter_list_con { overflow: hidden; border-bottom: 2px solid; padding-bottom: 10px; }
.list_tab_con { float: left; }
.list_tab_con .tab_list { overflow: hidden; }
.list_tab_con .tab_list li { float: left; position: relative; margin-right: 20px; padding-right: 20px; display: block; font-size: 16px; font-weight: 300; line-height: 24px; color: #8d8d8d; }
.list_tab_con .tab_list li.active { font-weight: 500; color: #000; }
.list_tab_con .tab_list li:last-child{ margin: 0; padding: 0; }
.list_tab_con .tab_list li::after{ display: block; content: ''; position: absolute; top: 0px; right: 0px; width: 2px; height: 100%; background-color: #f3f3f3; }
.list_tab_con .tab_list li:last-child::after{ display: none; }

/* filter */
.filter_container .form_style_0_wrap { border-radius: 4px; background-color: #fff; }
.form_style_0_wrap .form_style_0_con { padding-top: 20px; padding-bottom: 20px; }
.form_style_0_con .form_style_0 { display: block; margin-bottom: 15px; }
.form_style_0:last-child { margin-bottom: 0; }
.form_style_0 .form_list { max-width: 100%; overflow: visible; }
.form_style_0 .title_con { width: 105px; margin-bottom: 13px; }
.form_style_0 .title_con .title { position: relative; text-align: left; font-size: 16px; font-size: 1.6rem; line-height: 54px; line-height: 2.0rem; letter-spacing: -0.02em; font-weight: 500; color: #000; margin-top: 1px; }
.form_style_0 .filter_input { width: 260px; }
.form_style_0 .filter_input .input_style_0_con { position: relative; }
.input_style_0_con .input_style_0 { position: relative; width: 246px; height: 40px; padding: 0px 17px 1px 14px; font-size: 1.4rem; line-height: 21px; line-height: 2.1rem; letter-spacing: -0.02em; font-weight: 600; color: #1e1e2d; border-radius: 4px; background-color: #fff; text-align: left; border: 1px solid #dfddf1; outline: none; box-sizing: border-box; -webkit-appearance: none; }
.input_style_0.search { padding-right: 43px; padding-left: 19px; }

/* view > title */
.post_title_wrap { text-align: center; padding-bottom: 20px; border-bottom: 2px solid #5f6577; }
.post_title { max-width: 100%; font-size: 25px; font-weight: 700; line-height: 35px; color: #000; word-break: keep-all; word-wrap: break-word; margin-bottom: 14px; }
.info_title > ul { font-size: 0px; line-height: 0; }
.info_title > ul > li { font-size: 13px; font-weight: 600; line-height: 23px; color: #989da4; position: relative; display: inline-block; box-sizing: border-box; }
.info_title > ul > li span { position: relative; display: inline-block; padding-right: 16px; margin-right: 15px; }
.info_title > ul > li span::after { content: ''; position: absolute; top: 3px; right: 0px; height: calc(100% - 7px); border-right: 1px solid #e2e0f2; }
.info_title > ul > li:last-child span { padding-right: 0px; margin-right: 0px; }
.info_title > ul > li:last-child span::after { border-right: none; }

/* view > content */
.post_content_wrap { padding: 40px 25px; border-bottom: 1px solid #d7d7d7; }
.post_content_wrap.type2 { padding: 40px 25px; border-bottom: 1px solid #000; }
.post_content_wrap.type3 { padding: 40px 25px; border-bottom: none;}
.post_content_wrap.type4 { padding: 0; border-bottom: 2px solid #5f6577; }
.post_content { font-size: 17px; font-weight: 500; line-height: 30px; color: #000; padding-bottom: 60px; }
.post_content_wrap.type4 .post_content { padding-top: 30px; }

/* view > file */
.post_file_wrap { border-bottom: 1px solid; display: table; width: 100%; border-collapse: collapse; }
.file_title { display: table-cell; width: 20%; vertical-align: middle; text-align: center; padding: 30px 25px; background-color: #f7f7f7; font-size: 1.7rem; font-weight: 700; }
.file_title::after { background-color: #f7f7f7; }
.file_content_list { display: table-cell; padding: 30px 25px; vertical-align: middle; }
.file_content_list .file_list > a { font-size: 15px; font-weight: 500; margin-bottom: 10px; background-position: left 0px center; padding-left: 35px; }
/* .block_bbs_view_style_000_con.view .file_list > a { background-position: left 0px center; } */
/* .block_bbs_view_style_000_con .file_list > a { padding-left: 38px; } */

/* view > tab */
.content_tab_con { display: flex; flex-wrap: wrap; align-items: flex-start; left: 0px; top: 0px; padding-top: 30px; }
.content_tab_con .tab_list { flex: 1 1 0%; font-size: 17px; font-weight: 400; line-height: 30px; text-align: center; transition: 0.2s; padding: 14px 0px; overflow: hidden; border-top: 3px solid transparent; display: block; padding: 0 30px; font-weight: 500; font-size: 18px; line-height: 43px;  background: transparent; z-index: 2; max-width: 130px; overflow: hidden; text-overflow: ellipsis; word-break: keep-all;}
.content_tab_con .tab_list.active { border-top: 3px solid #004ea2; border-bottom: none; border-right: 1px solid #000; border-left: 1px solid #000; overflow: hidden; background-color: #fff; font-weight: 700; color: #004ea2; text-decoration: none; display: block; padding: 0 30px; font-weight: 500; font-size: 18px; line-height: 43px;}
.content_tab_con .tab_empty { height: 1px; background: black; bottom: 0px; width: 100%; top: -1px; }
/* .content_tab_con.type2 { margin-bottom: 10px; } */
/* .content_tab_con.type2 .tab_list { font-size: 15px; border-bottom: 1px solid #000; cursor: pointer; } */

/* view > 버튼 3개 영역 */
.view_btn { margin-top: 32px; text-align: right; display: grid; gap: 5px; grid-template-columns: 3fr; }
.view_btn.type_2 { text-align: left; }
.view_btn.under { margin: 20px 0 100px; }
.view_btn a { display: inline-block; width: auto; height: 44px; padding: 0 30px; background-color: #63676b; font-size: 17px; font-weight: 400; line-height: 44px; color: #fff; text-align: center; cursor: pointer; }
.view_btn .btn_0 { background-color: #0a70de; }
.view_btn .btn_1 { background-color: #004ea2; }
.view_btn .btn_2 { margin: 0; }

/* 길찾기 */
.info_map { display: inline-block; width: 90px; background-color: #004ea2; border-radius: 5px; text-align: center; margin-left: 10px; cursor: pointer; }
.info_map .btn_title { position: relative; padding-left: 25px; font-size: 15px; font-weight: 500; line-height: 30px; color: #fff; vertical-align: top; }
.info_map .btn_title::before { display: block; content: ''; position: absolute; top: 4px; left: 0; width: 18px; height: 23px; margin: -6px 0 0; background-image: url(/weven_service/asset/img/editor_map_over.png); background-repeat: no-repeat; background-size: contain; background-position: center; }
.info_map.type2 { width: 100px; height: 35px; margin: 7px 0 0; }
.info_map.type2 .btn_title { padding-left: 30px; font-size: 17px; line-height: 34px; }


.main_contact { overflow: hidden; text-overflow: ellipsis; word-break: keep-all; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

/* 투자유치 신청 */
[data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0 { display: block; position: relative; float: left; width: 100%; }
.apply_title_con { width: 100%; margin-bottom: 0; max-width: none; min-height: -webkit-fill-available; height: auto; max-height: none; border-width: 1px 0px; border-style: solid; border-color: rgb(217, 217, 217); background-clip: padding-box; background-color: rgb(250, 250, 250); display: flex; flex-wrap: wrap; align-self: auto; align-items: center; }
.apply_title { min-width: 0px; width: 100%; min-height: 65px; align-content: center; text-align: center; }
.apply_title span { font-size: 17px; line-height: 30px; }
.apply_content_wrap { padding: 10px 30px; }
.apply_content_con { background-color: unset !important; border: 1px solid rgb(217, 217, 217); }
.apply_content_con.type2 { width: 160px; }
.apply_content_con.type3 { width: 450px; }
.apply_section_desc { margin-bottom: 30px; font-size: 20px; font-weight: 700; line-height: 30px; }
.apply_section_desc::before { content: '*'; position: relative; top: 2px; left: -5px; font-size: 20px; font-weight: 700; line-height: 23px; color: rgb(255, 111, 111); }
.apply_tip { font-size: 15px !important; font-weight: 500 !important; color: #888 !important; margin-top: 5px; display: inline-block;}
.apply_checkbox_sub_title { font-size: 17px; font-weight: bold; line-height: 2.4; } 
.apply_checkbox_con .chbtn { margin-right: 15px !important; margin-bottom: 10px !important; }
.apply_email { padding: 25px 10px; font-size: 15px; font-weight: 500; }
[data-wv-res-id] [id*="merge_"]#merge_application .block_bbs_form_input_wrap .selected_item_con { left: -25px; width: 198px; }
[data-wv-res-id] [id*="merge_"]#merge_application .block_bbs_form_input_wrap .selected_item_con .block_bbs_form_select_style_0_con { border: 1px solid rgb(217, 217, 217); background-color: #fff; left: -1px; top: 59px; }
[data-wv-res-id] [id*="merge_"]#merge_application .block_bbs_form_input_wrap .selected_item_con .selected_item { background-color: #fff; }


@media (min-width: 768px)  {

/* view > title */
.post_title { font-size: 38px !important; line-height: 46px !important; }
.info_title > ul > li { font-size: 16px !important; }

/* view > file */
.post_file_wrap .file_list > a { font-size: 17px !important; }

/* 캘린더 */
.schedule_date { margin: 0 auto; }

/* 창업지원공고(support) > list */
[support-list] .card_style_list_con .card_style_list .card_style { margin-top: 30px; padding-right: 15px; }
[support-list] .card_style_list_con .card_style_list .card_style:nth-child(2) { margin-top: 0px; }
[support-list] .card_style_list_con .card_style_list .card_style:nth-child(2n) { padding-right: 0px; padding-left: 15px; }

/* 창업지원공고(support) > filter */
.search_more { top: 20px !important; right: 0; width: 110px !important; height: 36px !important; }
.search_more span { padding-left: 23px !important; font-weight: 400 !important; font-size: 17px !important; line-height: 36px !important; }

/* view > 버튼 3개 영역 */
.view_btn { display: block !important; }
.view_btn a { margin-right: 10px; }
.view_btn.type_2 .btn_2 { margin-right: 10px; }

/* view > tab */
/* .content_tab_con.type2 .tab_list { font-size: 17px !important; } */

[support-schedule-table] #calendar2 { --top_btn_m_gap: 45px; --top_btn_y_gap: 15px; }

/* filter */
.form_style_0 .calendar_wrap { max-width: none; }
.calendar_con { width: auto; }
.calendar_con .input_style_0 { margin-right: 7px; width: 121px; }
.calendar_con .btn_calendar { display: inline-block; }

/* 창업지원기관(institution) > list */
[institution-list]:not(.main) { grid-template-columns: repeat(2, 1fr) !important; }

/* 창업벤처기업 신청(promotion) > merge */
[promotion-info] .type_by_name { padding: 25px !important; }
[promotion-info] .file_width { width: 39% !important; }
[promotion-info] .input_width { width: 50% !important; }
[promotion-info] .file_notice { padding: 25px 10px !important; }
[promotion-info] .file_notice.type2 { padding: 10px !important; }
[promotion-info] .alt_notice { padding: 25px 10px !important; }
[promotion-info] .alt_notice.type2 { padding: 10px !important; }
[promotion-info] .media_title { padding: 25px !important; }

}


@media (min-width: 992px)  {

.h_point0:hover{color: rgb(0, 78, 162) !important; }
.bg_h_point0:hover{background-color: rgb(0, 78, 162) !important; }
.svg_h_point0:hover{fill: rgb(0, 78, 162) !important; }
.border_h_point0:hover{border-color: rgb(0, 78, 162) !important; }
.h_point1:hover{color: rgb(91, 205, 255) !important; }
.bg_h_point1:hover{background-color: rgb(91, 205, 255) !important; }
.svg_h_point1:hover{fill: rgb(91, 205, 255) !important; }
.border_h_point1:hover{border-color: rgb(91, 205, 255) !important; }
.h_point2:hover{color: rgb(117, 252, 255) !important; }
.bg_h_point2:hover{background-color: rgb(117, 252, 255) !important; }
.svg_h_point2:hover{fill: rgb(117, 252, 255) !important; }
.border_h_point2:hover{border-color: rgb(117, 252, 255) !important; }

/* list > table */
/* table.list_table { width: 100%; margin-bottom: 20px; border-collapse: collapse; } */
/* table.list_table tbody tr { border-bottom: 1px solid #e2e0f2; height: 81px; cursor: pointer; } display: table-row; */
/* table.list_table td { font-size: 15px; font-weight: 300; line-height: 34px; text-align: center; } */

/* view > 3btn */
.view_btn.type_2 { display: grid !important; }

/* 캘린더 */
#calendar_front {width: 70%;}
#calendar_detail {width: 30%;}
.schedule_date { margin: 0 auto; }

/* 창업지원공고(support) > list */
[data-wv-res-id="______basic_layout_000___0___1764726335950___2"] [data-wv-tab-list]{ display: flex !important; flex-wrap: wrap; align-items: normal; gap: 0px; }
[support-list] .card_style_list_con .card_style_list .card_style { margin-top: 30px; padding-right: 14px; }
[support-list] .card_style_list_con .card_style_list .card_style:first-child { margin-top: 0px; }
[support-list] .card_style_list_con .card_style_list .card_style:nth-child(2) { margin-top: 0px; }
[support-list] .card_style_list_con .card_style_list .card_style:nth-child(3) { margin-top: 0px; }
[support-list] .card_style_list_con .card_style_list .card_style:nth-child(2n) { padding-right: 14px; padding-left: 0px; }
[support-list] .card_style_list_con .card_style_list .card_style:nth-child(3n) { padding-right: 0px; padding-left: 14px; }
[support-list] .card_style_list_con .card_style_list .card_style:nth-child(3n-1) { padding-right: 7px; padding-left: 7px; }
[support-list] .card_style .card { border: 1px solid #12009014; padding: 18px 30px 27px }

/* 창업지원공고(support) > filter */
#supportSearchMore { height: 70px !important; }
#supportSearchMore.on { height: 100% !important; }
.search_more { top: 0 !important; }
[support-filter] .form_style_0 .form_list { display: table; table-layout: fixed; }
[support-filter] .form_style_0 .title_con { display: table-cell; vertical-align: middle; width: 140px; margin-bottom: 0; padding-right: 15px; box-sizing: border-box; }
[support-filter] .form_style_0 .input_wrap { display: table-cell; vertical-align: middle; width: auto; }
[support-filter] .calendar_con .input_style_0 { width: 116px; margin-right: 6px; padding-right: 2px; padding-left: 0px; padding-top: 2px; }

/* 창업지원기관(institution) > list */
[institution-list] .list_btn_con .list_btn { font-size: 16px; }

/* 창업지원기관(institution) > view */
[institution-view] .post_content_con { grid-template-columns: 1fr 1fr !important; }

/* 창업벤처기업 신청(promotion) > merge */
[promotion-info] .file_notice.type2 { padding: 25px 10px !important; }

}


@media (min-width: 1200px)  {

/* view > 3btn */
.view_btn.type_2 { display: block !important; }

/* 캘린더 */
/* [data-wv-res-id="___0___1763103724697___"]{ grid-template-columns: repeat(2, 1fr) !important; } */
.calendar_detail { width: 110px; height: 110px; margin: 80px auto 0; }
[data-wv-res-id="______font_style_46___0___1763103845335___"]{ font-size: 25px; padding: 0px 0px 3px; }
[data-wv-res-id="______font_style_46___0___1763103845342___"]{ font-size: 18px; padding: 3px 0px 0px; }
[data-wv-res-id="___0___1765256084035___8"]{ padding-bottom: 20px; }

/* support_scrap */
[scrap-list] .scrap_list_con { display: table !important; padding: 21px 130px 24px 0 !important; }
[scrap-list] .scrap_list_con .scrap_list_type { display: table-cell !important; width: 15%; border-right: 1px solid #e8e8e8; font-weight: 400; line-height: 24px; text-align: center; }
[scrap-list] .scrap_list_type .type { font-size: 15px !important; text-align: center !important; padding-left: 0 !important; background-position: center 3px !important; background-size: 35px !important; }
[scrap-list] .scrap_list_type.facility .type { padding-top: 45px; }
[scrap-list] .scrap_list_type.startups .type { padding-top: 45px;  }
[scrap-list] .scrap_list_type.mentor .type { padding-top: 45px; }
[scrap-list] .scrap_list_type.business .type { padding-top: 45px; }
[scrap-list] .scrap_list_type.fund .type { padding-top: 45px; }
[scrap-list] .scrap_list_type.rnd .type { padding-top: 45px; }
[scrap-list] .scrap_list_type.support .type { padding-top: 45px; }
[scrap-list] .scrap_list_type.event .type { padding-top: 45px; }
[scrap-list] .scrap_list_con .scrap_list_title { display: table-cell !important; width: 70%; padding-left: 30px !important; }
[scrap-list] .scrap_list_title a .title { font-size: 18px !important; }
[scrap-list] .scrap_list_title a .info { margin-top: 8px !important; }
[scrap-list] .scrap_list_title a .info li { font-size: 15px !important; font-weight: 400 !important; }
[scrap-list] .scrap_list_title a .info li.info_period { margin-right: 15px; padding-right: 15px; }
[scrap-list] .scrap_list_title a .info li.info_period::before { display: block; content: ''; position: absolute; top: 2px; right: 0px; width: 1px; height: 15px; background-color: #e8e8e8; }
[scrap-list] .scrap_list_con .scrap_list_status { top: 60% !important; width: 70px !important; height: 70px !important; font-size: 15px !important; line-height: 70px !important; }

/* 창업지원기관(institution) > list */
[institution-list]:not(.main) { grid-template-columns: repeat(3, 1fr) !important; }
[institution-list] .list_btn_con .list_btn { font-size: 20px; }

/* 창업벤처기업 신청(promotion) > merge */
[promotion-info] .alt_notice.type2 { padding: 25px 10px !important; }

/* 투자유치 접수신청 */
[data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0 { display: flex; flex-wrap: wrap; align-items: center; border-top: 1px solid rgb(217, 217, 217); background-clip: padding-box; margin-bottom: 0; }
[data-wv-res-id] [id*="merge_"] .block_bbs_form_style_0:last-child { border-bottom: 1px solid rgb(217, 217, 217); }
.apply_title_con { width: 20%; border-width: 0px 1px 0px 0px; }
.apply_content_con.type2 { width: 200px; }

}
@media (min-width: 1600px)  {

}


/* 멘토소개 */
[intro-table] table { width: 100%; }
[intro-table] table tbody { text-align: center; }
[intro-table] table tbody tr th { background-color: rgb(165, 165, 165); border: 1px solid; height: 83px; }
[intro-table] table tbody tr td { border: 1px solid; height: 319px; padding: 20px 0px;}
[intro-table] table tbody tr td:last-child { text-align: left; padding: 20px;}


/* promotion */
[promotion-header] { margin-bottom: 14px; }
[promotion-header] .block_bbs_section_title.type2 { margin-bottom: 20px !important; }
[promotion-header] .block_bbs_section_sub_title { font-size: 13px; font-size: 1.3rem; line-height: 19px; line-height: 1.9rem; color: red; font-weight: 400; text-align: right; padding-top: 30px; }
[promotion-header] .update_name { border-top: 2px solid; border-bottom: 1px solid #d9d9d9; padding-left: 20px; background-color: #f5f7f9; }
[promotion-header] .update_input_name { border-left: 1px solid #d9d9d9; }

[promotion-update] { margin-top: 45px; padding-bottom: 17px; }
[promotion-update] .update_essential { margin-bottom: 0px !important; }

.update { background-color: #fff !important; }
[promotion-info].block_bbs_panel_body { border-top: 2px solid; border-bottom: 2px solid; padding: 22px 0px; margin-bottom: 15px; }
[promotion-info] .block_bbs_form_style_0.type2 { padding-left: 20px; }
[promotion-info] .block_bbs_section_desc.type2 { margin-bottom: 15px; }

/* 창업지원기관(institution) > list */
#crudPaging { margin-top: 35px; }
[institution-list]:not(.main) { display: grid; place-content: normal; place-items: normal; gap: 40px 20px; grid-template-columns: repeat(1, 1fr);}

[institution-list]:not(.main) li.list_wrap { min-width: 0px; max-width: none; padding-right: 0px; left: 0px; top: 0px; padding-left: 0px; margin: 0px; }
[institution-list] .list_wrap .list_info_con { max-width: none; width: 100%; padding: 30px 20px; border: 1px solid rgba(64, 64, 64, 0.2); background-clip: padding-box; transition: none; }
[institution-list] .list_info_con .info_img { height: auto; margin-bottom: 40px; background-color: transparent; background-repeat: no-repeat; background-position: calc(50%) calc(50%); border-radius: 0px; background-clip: padding-box; background-size: contain; aspect-ratio: 3.36538 / 1; }
[institution-list] .list_info_con .info_title { font-size: 22px; font-weight: 700; line-height: 30px; max-width: none; float: left; clear: none; margin-right: auto; text-align: left; margin-bottom: 12px; transform: matrix(1, 0, 0, 1, 0, 0); height: auto; min-height: auto; position: relative; overflow: hidden; word-break: keep-all; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
[institution-list] .list_info_con .info_business { font-size: 20px; font-weight: 300; line-height: 30px; max-width: none; float: left; clear: none; margin-right: auto; text-align: left; transform: matrix(1, 0, 0, 1, 0, 0); height: 30px; min-height: auto; position: relative; color: #404040; }
[institution-list] .list_info_con .info_business.main { overflow: hidden; word-break: keep-all; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
[institution-list] .list_wrap .list_btn_con { display: grid; place-content: normal; place-items: normal; gap: 0px; grid-template-columns: repeat(2, 1fr); }
[institution-list] .list_btn_con .list_btn { font-size: 20px; font-weight: 300; line-height: 27px; padding: 15px 10px; max-width: none; text-align: center; float: left; clear: none; color: #fff; position: relative; background-color: #213f5f; }
[institution-list] .list_btn:hover { cursor: pointer; background-color: #196eca; }
[institution-list] .list_btn:last-child { border-left: 1px solid; }

/* 창업지원기관(institution) > view */
[institution-view] .post_content_con { position: relative; display: grid; gap: 50px; grid-template-columns: 1fr; place-content: normal; place-items: stretch normal; }
[institution-view] .post_content_con .institution_info_main { min-width:  0px; max-width: none; position: relative; display: block; align-items: normal; align-self: auto; }
[institution-view] .institution_info { min-width: 0px; max-width: none; position: relative; float: right; clear: none; }
[institution-view] .institution_info .institution_info_logo { position: relative; display: block; align-items: normal; align-self: auto; margin: 0px 0px 20px; max-width: 55%; }
[institution-view] .institution_info .institution_info_logo img { max-height: 52px; }
[institution-view] .institution_info .institution_info_business { margin: 31px 0 0; font-weight: 500; font-size: 18px; line-height: 25px; color: #004ea2; }
[institution-view] .institution_info .institution_info_addr { position: relative; margin: 12px 0 0; font-size: 22px; font-weight: 600; line-height: 28px; color: #232323; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; }
[institution-view] .institution_info .institution_info_contact { margin-top: 26px; }
[institution-view] .institution_info .institution_info_contact ul li.info_title { position: relative; padding-left: 34px; font-size: 19px; font-weight: 700; line-height: 32px; color: #3a3a3a; }
[institution-view] .institution_info .institution_info_contact ul li.info_title::before { display: block; content: ''; position: absolute; top: 0; left: 0; width: 23px; height: 23px; margin: -11px 0 0; background-position: 0 0; background-repeat: no-repeat; }
[institution-view] .institution_info .institution_info_contact ul li.info_title .info_icon { position: absolute; top: 5px; left: 5px; }
[institution-view] .institution_info .institution_info_contact ul li.info_title span { padding-left: 15px; font-weight: 300; }
/* institution > btn */
[institution-view] .institution_info_btn { margin-top: 32px; }
[institution-view] .institution_info_btn.under { margin-top: 20px; text-align: right; }
[institution-view] .institution_info_btn a { display: inline-block; width: 108px; height: 44px; margin-right: 5px; background-color: #63676b; font-size: 17px; font-weight: 400; line-height: 44px; color: #fff; text-align: center; cursor: pointer; }
[institution-view] .institution_info_btn .institution_info_url { width: 156px; background-color: #0a70de; }
[institution-view] .institution_info_btn .institution_info_support { width: 157px; background-color: #004ea2; }
[institution-view] .institution_info_btn .institution_info_list { margin: 0; }
/* institution > tab */
[institution-view] .institution_content_tab { display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px; left: 0px; top: 0px; }
[institution-view] .institution_content_tab .tab_list { flex: 1 1 0%; font-size: 17px; font-weight: 400; line-height: 30px; text-align: center; transition: 0.2s; padding: 14px 0px; border-bottom: 1px solid #000; overflow: hidden; cursor: pointer; }
[institution-view] .institution_content_tab .tab_list.active { border-top: 3px solid #004ea2; border-bottom: none; border-right: 1px solid #000; border-left: 1px solid #000; overflow: hidden; background-color: transparent; font-weight: 700; color: #004ea2; text-decoration: none; }
[institution-view] .institution_content_con { padding-top: 30px; }
[institution-view] .tab_list.active { border-top: 3px solid #004ea2; border-bottom: none; border-right: 1px solid #000; border-left: 1px solid #000; overflow: hidden; background-color: transparent; font-weight: 700; color: #004ea2; text-decoration: none; }
[institution-view] .institution_content_con .institution_content { display: none; }
[institution-view] .institution_content_con .institution_content.active { display: block; }
/* 창업지원기관(institution) > view > card_list */
[institution-view] .view_card_list .card_list { overflow: hidden; display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; place-items: normal; }
[institution-view] .card_list li { position: relative; float: left; padding: 8px; }
[institution-view] .card_list li .card_con { font-size: 16px; font-weight: 400; line-height: 24px; }
[institution-view] .card_con a { display: block; border: 1px solid #dedede; padding: 28px 27px 26px; }
[institution-view] .card_con .title_area { overflow: hidden; }
[institution-view] .card_con .title_area .title { position: relative; float: left; font-size: 17px; font-weight: 400; line-height: 35px; }
[institution-view] .card_con .title_over { height: 27px; margin-top: 15px; font-size: 18px; font-weight: 600; line-height: 27px; color: #004ea2; word-break: keep-all; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
[institution-view] .card_con .text_over { height: 54px; font-size: 19px; font-weight: 400; line-height: 25px; color: #000; overflow: hidden; word-break: keep-all; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
[institution-view] .card_con .num { margin-top: 20px; font-size: 15px; font-weight: 300; line-height: 15px; color: #424242; overflow: hidden; word-break: keep-all; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }


/* 창업지원공고(support) > list */
.card_style_list_con { max-width: 1200px; float: none; clear: both; overflow: hidden; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
.card_style_list_con .card_style_list { display: flex; flex-wrap: wrap; align-items: stretch; }
.card_style_list .card_style { display: block; margin-top: 30px; }
.card_style_list .card_style:first-child { margin-top: 0px; }
.card_style_list .card_style:nth-child(2n) { padding-right: 14px; padding-left: 0px; }
.card_style_list .card_style:nth-child(3n-1) { padding-right: 7px; padding-left: 7px; }
.card_style .card_info { border: 1px solid #dadee2; cursor: pointer; height: 100%; }
.card_info .card_status { border-bottom: 1px solid #e8e8e8; overflow: hidden; padding: 8px 20px; }
.card_status .status_back { width: 61px; height: 27px; float: right; font-size: 13px; font-weight: 500; line-height: 27px; text-align: center; color: #ffff; border-radius: 15px; }
.card_info .card_post_info { padding: 23px 27px; }
.card_info .card_info_field { position: relative; font-size: 16px; line-height: 37px; font-weight: 400; word-break: keep-all; word-wrap: break-word; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; max-height: 52px; height: 38px; max-width: 87%; padding-left: 47px; overflow: hidden; background-repeat: no-repeat; }
.card_info .card_info_field::before { display: block; content: ''; position: absolute; top: 0; left: 0; width: 40px; height: 33px; background-position: center; background-repeat: no-repeat; }
.card_info .card_info_institution { height: 27px; margin: 12px 0 5px; font-size: 19px; font-weight: 500; line-height: 27px; color: #004ea2; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.card_info .card_info_title { font-size: 20px; font-weight: 600; line-height: 26px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break: keep-all; word-wrap: break-word; margin-bottom: 12px; min-height: 54px; overflow: hidden; }
.card_info .card_info_title.type2 { -webkit-line-clamp: 1; }
.card_info .card_info_ext .ext { color: #929292; font-size: 15px; line-height: 22px; font-weight: 300; letter-spacing: 0.04em; word-break: keep-all; word-wrap: break-word; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; padding-right: 8px; min-width: 53px; }
.card_info .card_info_img img { height: 240px; }
[data-wv-res-id="______basic_layout_000___0___1764726335950___2"] [data-wv-tab-list]{ display: grid; gap: 15px; grid-template-columns: repeat(3, 3fr); margin-bottom: 30px; }

/* 창업지원공고(support) > view */
[support-view] .post_content_wrap.table { padding: 0; border-bottom: none; }
[support-view] .table .post_content_table { width: 100%; border-spacing: 0; border-collapse: collapse; }
[support-view] .post_content_table tbody tr { border-bottom: 1px solid #d9d9d9; }
[support-view] .post_content_table tbody tr * { vertical-align: middle; }
[support-view] .post_content_table tbody tr th { background-color: #f5f7f9; font-size: 16px; font-weight: 500; line-height: 24px; text-align: center; color: #242424; }
[support-view] .post_content_table tbody tr td { font-size: 16px; font-weight: 300; line-height: 24px; color: #5b5b5b; }
[support-view] .post_content_table th { border-right: 1px solid #d9d9d9; background-color: #f7f7f7; text-align: left; }
[support-view] .post_content_table th, .post_content_table td { padding: 15px 20px; vertical-align: middle; }

/* 창업지원공고(support) > view > tab 영역 */
[support-view] .content_con .institution_content { display: none; }
[support-view] .content_con .institution_content.active { display: block; }

[support-list-tab] { display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px; left: 0px; top: 0px; }

/* 창업지원공고(support) > filter */
[support-filter] .search_area { overflow: hidden; height: 85px; border: 1px solid #ededed; padding: 15px 14%; font-size: 0; }
[support-filter] .search_area.on { height: 100%; padding: 36px 39px 14%; }
[support-filter] .search_area .title { float: left; width: 90px; font-size: 16px; font-weight: 500; line-height: 42px; }

/* filter > 접기/펼치기 */
#supportSearchMore { overflow: hidden; height: 105px; border: 1px solid #ededed; padding: 15px 13.834% 15px 13.334%; font-size: 0; box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.07); }
#supportSearchMore.on { height: 100%; padding: 36px 10% 39px; }

/* filter > 상세검색/검색/초기화 */
[support-filter] .search_more { display: block; position: absolute; top: -3px; right: 0; width: 100px; height: 27px; background-color: #363a3d; text-align: center; }
[support-filter] .search_more span { display: inline-block; position: relative; padding-left: 20px; font-weight: 500; font-size: 13px; line-height: 28px; color: #ffffff; }
[support-filter] .search_more span::before { display: block; content: ''; position: absolute; top: 50%; left: 0; width: 15px; height: 9px; margin: -4px 0 0; background-image: url(/weven_service/asset/img/svg/expand_more_FILL0_wght400_GRAD0_opsz20_white.svg); background-position: center; background-repeat: no-repeat; background-size: 25px; }
[support-filter] .filter_btn_wrap { display: flex; gap: 20px; justify-content: center; margin-top: 30px; }
[support-filter] .filter_btn_wrap .search_icon_con { display: inline-block; width: 105px; height: 40px; margin-right: 8px; border: 1px solid #2f2f2f; text-align: center; }
[support-filter] .search_icon_con:last-child { margin: 0; }
[support-filter] .search_icon_con.search { border: none !important; background-color: #004ea2; }
[support-filter] .search_icon_con.search span { color: #ffffff; }
[support-filter] .search_icon_con.search span::before { top: 40%; left: -3px; width: 21px; height: 21px; background-image: url(/weven_service/asset/toolbar/img/block_search_icon.png); }
[support-filter] .search_icon_con.reset span::before { top: 45%; left: 0; width: 16px; height: 16px; background-image: url(/weven_service/asset/toolbar/img/tool/refresh_FILL0_wght300_GRAD0_opsz20.svg); }
[support-filter] .search_icon_con span { display: inline-block; position: relative; padding-left: 25px; text-align: center; font-weight: 400; font-size: 18px; line-height: 40px; color: #000000; }
[support-filter] .search_icon_con span::before { display: block; content: ''; position: absolute; margin: -6px 0px; background-position: center; background-repeat: no-repeat; }
/* filter > button */
[support-filter] .filter_button .btn_list { overflow: hidden; margin: 0 0 -8px; }
[support-filter] .filter_button .btn_list li { float: left; width: 100%; max-width: 190px; height: 100%; max-height: 44px; margin: 0 7px 8px 0; }
[support-filter] .filter_button .btn_list li:nth-child(4n) { margin: 0 0 8px; }
[support-filter] .filter_button .btn_list li button { display: block; width: 100%; height: 42px; margin: 0; background-color: transparent; border: 1px solid #c6cbcf; padding: 0 5px; font-weight: 400; font-size: 14px; line-height: 21px; color: #000; text-align: center; word-break: keep-all; box-sizing: border-box; cursor: pointer; }
[support-filter] .filter_button .btn_list li button.on { border: 1px solid #004ea2; font-weight: 500; color: #004ea2; }
/* filter > calendar */
[support-filter] .calendar_wrap { font-size: 0; max-width: 100%; }
[support-filter] .calendar_wrap .calendar_con { display: inline-block; vertical-align: middle; position: relative; font-size: 0; width: 158px; }
[support-filter] .calendar_con .input_style_0 { display: inline-block; vertical-align: middle; cursor: pointer; width: 100%; height: 40px; text-align: center; padding-right: 5px; padding-left: 5px; border: 1px solid #c6cbcf; }
[support-filter] .calendar_con .btn_calendar { display: none; vertical-align: middle; cursor: pointer; transition: background-image 0.3s; width: 24px; height: 22px; background-image: url(../img/common_icon/icon_calender.png); background-repeat: no-repeat; background-position: center; }
[support-filter] .calendar_wrap .calendar_text { padding: 0 10px; font-weight: 300; font-size: 18px; line-height: 45px; color: #000000; margin-left: 30px; margin-right: 20px; }
/* filter > checkbox */
[support-filter] .filter_checkbox .chk_list { overflow: hidden; margin: -5px -10px 0 0; }
[support-filter] .chk_list li { float: left; margin: 5px 15px 0 0; }
[support-filter] .chk_list li .check_btn_style_0_con { display: inline-block; vertical-align: middle; position: relative; }
[support-filter] .check_btn_style_0_con .check_btn_style_0 { position: relative; cursor: pointer; width: 28px; height: 28px; background-color: transparent; opacity: 0; margin: 0; top: 0; left: 0; }
[support-filter] .check_btn_style_0_con .check_btn_style_0 + label { font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; letter-spacing: -0.045em; font-weight: 400; color: #000; padding-left: 9px; padding-top: 4px; display: inline-block; vertical-align: middle; }
[support-filter] .check_btn_style_0_con .check_btn_style_0 + label:before { content: ""; width: 28px; height: 28px; box-sizing: border-box; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); background-color: #fff; border-radius: 4px; cursor: pointer; border: 1px solid #dfddf1; background-position: center; background-repeat: no-repeat; }
[support-filter] .check_btn_style_0_con .check_btn_style_0:checked + label:before { background-image: url(/weven_service/asset/img/svg/checkbox_icon_dark.svg); background-size: 15px 11px; background-position: center center; background-repeat: no-repeat; border-color:#004ea2 }


/* 창업지원스크랩(support_scrap) > list */
[scrap-list] { margin: 16px 0 0; border-top: 2px solid #0000; }
[scrap-list] .scrap_list_con { position: relative; display: inherit; border-bottom: 1px solid #eceff1; padding: 21px 80px 24px 0; }
[scrap-list] .scrap_list_con .scrap_list_type { display: block; font-size: 16px; font-weight: 400; line-height: 24px; text-align: center; }
[scrap-list] .scrap_list_type .type { display: block; border: none; margin-left: 10px; padding-left: 30px; font-size: 14px; text-align: left; background-position: 0 2px; background-repeat: no-repeat; background-size: 25px; }
[scrap-list] .scrap_list_type.facility .type { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_02_on.png?type=w&quality=80'); }
[scrap-list] .scrap_list_type.startups .type { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_03_on.png?type=w&quality=80'); }
[scrap-list] .scrap_list_type.mentor .type { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_04_on.png?type=w&quality=80'); }
[scrap-list] .scrap_list_type.business .type { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_05_on.png?type=w&quality=80'); }
[scrap-list] .scrap_list_type.fund .type { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_06_on.png?type=w&quality=80'); }
[scrap-list] .scrap_list_type.rnd .type { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_07_on.png?type=w&quality=80'); }
[scrap-list] .scrap_list_type.support .type { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_08_on.png?type=w&quality=80'); }
[scrap-list] .scrap_list_type.event .type { background-image: url('https://cdn.zaemit.com/weven_data/aimpq5fo1nm4/file_manager/tablist/tab_09_on.png?type=w&quality=80'); }
[scrap-list] .scrap_list_con .scrap_list_title { display: block; padding-top: 8px; padding-left: 10px; }
[scrap-list] .scrap_list_con .scrap_list_title a { display: block; }
[scrap-list] .scrap_list_title a .title { font-size: 16px; font-weight: 500; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
[scrap-list] .scrap_list_title a .title .color_title { color: #004ea2; }
[scrap-list] .scrap_list_title a .info { overflow: hidden; margin-top: 5px; }
[scrap-list] .scrap_list_title a .info li { float: left; font-size: 13px; font-weight: 300; line-height: 18px; color: #929292; }
[scrap-list] .scrap_list_title a .info li.info_period { position: relative; }
[scrap-list] .scrap_list_con .scrap_list_status { position: absolute; top: 65%; right: 10px; width: 50px; height: 50px; margin: -49px 0 0; border-radius: 50%; font-size: 12px; font-weight: 500; line-height: 50px; color: #fff; text-align: center; }

/* support-schedule */
[support-schedule-viewbtn] { padding-right: 30px; padding-left: 30px; }
[support-schedule-viewbtn] .schedule_viewbtn { display: flex; justify-content: center; gap: 5px; padding-bottom: 20px; }
[support-schedule-viewbtn] .schedule_viewbtn button { padding: 10px 20px; font-size: 16px; font-weight: 500; background-color: #f5f9fd; border: none; border-radius: 5px; cursor: pointer; }
[support-schedule-viewbtn] .schedule_viewbtn button.active { color: #fff; background-color: #11367a; }

[support-schedule-table] #calendar2 { --top_btn_m_gap: 20px; --top_btn_y_gap: 10px; }
[support-schedule-table] .schedule_table_con .schedule_table { width: 100%; table-layout: fixed; text-align: center; border-top: 2px solid #5f6577; border-collapse: collapse; box-sizing: border-box; }
[support-schedule-table] .schedule_table thead { border-bottom: 1px solid #d5d5d5; background-color: #f7f7f7; }
[support-schedule-table] .schedule_table thead tr { font-size: 20px; }
[support-schedule-table] .schedule_table tr > *:first-child { border-left: 0 none; }
[support-schedule-table] .schedule_table th { padding: 20px 10px; border-left: 1px solid #d5d5d5; }
[support-schedule-table] .schedule_table td { padding: 25px 20px; border-left: 1px solid #d5d5d5; }
[support-schedule-table] .schedule_table td.no_data { border-left: 0 none; text-align: center; }
[support-schedule-table] .schedule_table tbody tr { border-bottom: 1px solid #d5d5d5; transition: all 0.3s; font-size: 20px; }

/* 캘린더 */
/* [data-wv-res-id="___0___1763103724697___"]{ display: grid; place-content: normal; place-items: normal; gap: 0px; grid-template-columns: repeat(1, 1fr); } */
.schedule_date { max-width: none; width: 140px; height: 140px; background-color: rgb(17, 54, 122); border-radius: 1000px; border-style: solid; background-clip: padding-box; display: flex; align-items: center; flex-wrap: wrap; margin: 50px auto 0; float: none; clear: both; overflow: hidden; }
[data-wv-res-id="___0___1763103872134___"]{ align-self: auto; max-width: none; width: 70%; margin-right: auto; margin-left: auto; float: none; clear: both; overflow: hidden; }
[data-wv-res-id="______font_style_46___0___1763103845335___"]{ font-size: 34px; letter-spacing: 0px; font-weight: 600; line-height: 36px; padding: 0px 0px 5px; max-width: none; float: none; clear: both; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 0px; position: relative; top: 0px; word-spacing: 0em; color: rgb(255, 255, 255); background-color: transparent; border-width: 0px 0px 1px; border-style: solid; background-clip: padding-box; border-color: rgb(230, 230, 230); background-image: none; overflow: hidden; }
[data-wv-res-id="______font_style_46___0___1763103845342___"]{ font-size: 22px; letter-spacing: 0px; font-weight: 400; line-height: 30px; padding: 5px 0px 0px; max-width: none; float: none; clear: both; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 0px; position: relative; top: 0px; word-spacing: 0em; color: rgb(255, 255, 255); background-color: transparent; border-width: initial; border-style: none; background-clip: padding-box; border-color: unset; background-image: none; border-image: initial; border-radius: 0px; overflow: hidden; }
[data-wv-res-id="___0___1765256084035___7"]{ max-width: none; padding: 60px 0px; position: relative; align-self: auto; top: 0px; left: 0px; margin: 0px auto; display: grid; place-content: normal; place-items: normal; gap: 40px 0px; grid-template-columns: 1fr; }
[data-wv-res-id="___0___1765256084035___8"]{ padding-bottom: 40px; border-width: 0px 0px 1px; border-style: solid; background-clip: padding-box; border-color: rgba(222, 223, 232, 0.5); margin: 0px; max-width: none; min-width: 0px; }
[data-wv-res-id="______font_style_46___0___1765256084035___9"]{ font-size: 22px; letter-spacing: 0px; font-weight: 600; line-height: 30px; padding-left: 0px; padding-right: 0px; max-width: none; float: left; clear: none; margin-left: 0px; margin-right: auto; text-align: left; margin-bottom: 16px; transform: matrix(1, 0, 0, 1, 0, 0); height: 20px; min-height: auto; position: relative; left: 0px; top: 7px; width: 20px; border-radius: 50%; }
[data-wv-res-id="______font_style_46___0___1765256084035___10"]{ font-size: 22px; letter-spacing: 0px; line-height: 30px; padding-left: 10px; padding-right: 0px; max-width: none; float: left; clear: none; margin-left: 0px; margin-right: auto; text-align: left; margin-bottom: 16px; transform: matrix(1, 0, 0, 1, 0, 0); height: auto; min-height: auto; position: relative; width: calc(100% - 50px); left: 0px; top: 0px; font-weight: 300; }
[data-wv-res-id="___0___1765256349348___"]{ font-size: 17px; letter-spacing: 0px; line-height: 27px; }

/* 창업벤처기업 신청 정보(promotion) > list */
.promotion_bottom_wrap { max-width: 1200px; float: none; clear: both; margin-left: auto; margin-right: auto; overflow: visible; }
[data-wv-res-id] .read_more_btn_style_000_wrap > a[onclick*="insert"].add_promotion::after { content: '신청하기'; }

/* 창업벤처기업 신청 정보(promotion) > merge */
.tags_notice { font-size: 13px; color: #929292; text-align: left; }
.input_width_200 { width: 200px; }
.employee_unit { font-size: 14px; padding: 25px 0px; margin-left: 15px; }
.intro_textarea { background-color: #fafafa; border-radius: 8px; }
.intro_textarea textarea { height: 110px; padding: 25px 25px 25px 0px; }
.file_input_wrap { border: 1px solid #d9d9d9; border-radius: 10px; padding: 15px; }
.file_width { width: 100%; }
.file_notice { font-size: 13px; color: red; padding: 10px; }
.file_notice span { font-size: 14px; color: #929292; padding: 25px; }
.alt_notice { font-size: 14px; color: red; padding: 10px; }
.type_radio_title { font-size: 14px; font-weight: 600; padding: 25px; margin-right: 20px; }
.media_title { font-size: 14px; padding: 10px; }
.type_by_name { font-size: 14px; padding: 10px; margin-right: 20px; }
.input_width { width: 100%; }

.writer_info table { border-top: 2px solid #5e5e5e; }
.writer_info table tr { border-bottom: 1px solid #d9d9d9; }
.writer_info table tr th { padding: 10px; font-size: 15px; line-height: 35px; font-weight: 500; background-color: #f5f7f9; vertical-align: middle; border-right: 1px solid #d9d9d9; text-align: center; }
.writer_info table tr td { padding-left: 25px; font-size: 15px; line-height: 21px; font-weight: 400; vertical-align: middle; }
/* 하단 버튼 */
[data-wv-res-id] [id*="merge_"] .block_bbs_panel_util{ margin: 64px 0px; }
