@charset "UTF-8"; 
body { font-family: 'Noto Sans Korean' } 

.pd_0 { padding: 0 !important; } 
.wd_40 { flex: 0 0 40% !important; } 
.bd_lft { border-left: 1px solid #ddd !important; } 
input { font-family: 'Noto Sans Korean', 'Nanum Gothic' !important; } 

.common_wrap { width: 100%; height: 100%; min-width: 320px; } 
/* .contents { padding: 45px 20px 60px; } */
.contents_inner { margin: 0 auto; max-width: 1280px; width: 100%; } 

/* 헤더+LNB 영역 */
.header_lnb_wrap { position:relative; width:100%; background-image:url('../../images/sub_user/img_lng_bg01.png'); background-repeat:no-repeat; background-position:center; background-size:cover; } 
.header_lnb_wrap .header { position:fixed; top:40px; left:0; width:100%; z-index:1000; }
.header_lnb_wrap .header .header_wrap:before { transition:opacity 0.15s ease; } 
.header_lnb_wrap .header.scrolled .header_wrap:before { opacity:1; } 
.header_lnb_wrap .header.scrolled .header_wrap .menu_left a { color:#111; } 
.header_lnb_wrap .header.scrolled .header_wrap .menu_right a { color:#111; } 
.header_lnb_wrap .header.scrolled .header_wrap .header_menu_item_top > a { color:#111; } 
.header_lnb_wrap .header.scrolled .header_wrap .util a { color:#111; } 
.header_lnb_wrap .header.scrolled .header_wrap .util a.language:before { background-color:#111; } 
.header_lnb_wrap .header.scrolled .header_wrap .logo a .logo_img { background-image:url('../../images/main_n/img_logo_b.png'); background-size:contain; background-repeat:no-repeat; background-position:center; min-width:58px; width:auto; height:55px; } 
.header_lnb_wrap .header.scrolled .header_wrap .logo a .logo_img img { opacity:0; } 
.header_lnb_wrap .header.scrolled .header_wrap .logo a .logo_text { color:#111; } 
.header_lnb_wrap .lnb_area { position:relative; width:100%; height:480px; } 
.lnb_title_wrap { position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%); } 
.lnb_title_inner { max-width:1280px; width:100%; margin:0 auto; padding-top:30px; display:flex; justify-content:center; align-items:center; } 
.lnb_title_box { display:flex; flex-direction:column; gap:5px; text-align:center; align-items: center; } 
.lnb_title { margin:0; padding:0; font-size:44px; font-weight:600; color:#fff; line-height:1.2; letter-spacing:-0.25px; } 
.lnb_title_en { margin:0; padding:0; font-size:18px; font-weight:600; color:#99ccff; line-height:1.2; letter-spacing:-0.25px; } 
.lnb_location_wrap { position:absolute; top:150px; left:0; width:100%; } 
.lnb_location_inner { max-width:1280px; width:100%; margin:0 auto; display:flex; justify-content:flex-end; align-items:center; } 
.lnb_location { display:flex; align-items:center; gap:35px; } 
.lnb_location span { position:relative; font-size:14px; font-weight:600; color:#fff; letter-spacing:-0.25px; } 
.lnb_location span:not(:last-child):before { content:""; position:absolute; top:9px; right:-23px; transform:translateY(-50%); width:8px; height:12px; background-image:url('../../images/sub_user/ico_arrow_right.png'); background-size:contain; background-repeat:no-repeat; background-position:center; } 
.lnb_nav { position:absolute; bottom:0; left:0; width:100%; border-top:1px solid #E4E4E4; } 
.lnb_nav_inner { max-width:1280px; width:100%; margin:0 auto; } 
.lnb_nav_list { list-style:none; margin:0; padding:0; display:flex; justify-content:space-between; } 
.lnb_nav_list li { flex:1; } 
.lnb_nav_list a { position:relative; display:flex; align-items:center; padding:20px 0; font-size:17px; font-weight:600; color:#fff; text-decoration:none; letter-spacing:-0.25px; transition:color 0.3s ease, border-color 0.3s ease; justify-content:center; border-top:3px solid transparent; } 
.lnb_nav_list a::before { content:""; position:absolute; top:-3px; left:50%; width:0; height:3px; background-color:#fff; transition:left 0.3s ease, width 0.3s ease; } 
.lnb_nav_list a::after { content:""; position:absolute; top:-3px; right:50%; width:0; height:3px; background-color:#fff; transition:right 0.3s ease, width 0.3s ease; } 
.lnb_nav_list a:hover::before { left:0; width:50%; } 
.lnb_nav_list a:hover::after { right:0; width:50%; } 
.lnb_nav_list a.active { border-top:3px solid #fff; } 

/* LNB 메뉴 박스 */
.lnb_menu_box { position:fixed; top:150px; left:0; width:100%; height:60px; background-color:#fff; box-shadow:2px 0 50px rgba(0,0,0,0.1); z-index:999; opacity:0; visibility:hidden; transition:opacity 0.15s ease, visibility 0.1s ease; } 
.lnb_menu_box.show { opacity:1; visibility:visible; } 
.lnb_menu_box_inner { display:flex; width: 1280px; margin: 0 auto; transform:translateX(-100%); transition:transform 0.1s ease; } 
.lnb_menu_box.show .lnb_menu_box_inner { transform:translateX(0); } 
.lnb_menu_box_list { list-style:none; margin:0; padding:0; } 
.lnb_menu_box_list li { margin:0; } 
.lnb_menu_box_list > li > a { display:block; padding:15px 20px; font-size:18px; font-weight:700; color:#111; text-decoration:none; transition:background-color 0.3s ease, color 0.3s ease; cursor:pointer; } 
.lnb_menu_box_list > li > a.active { color:#0035a9; background-color:#fff; } 
.lnb_menu_box_item { position:relative; } 
.lnb_menu_box_item .lnb_menu_box_toggle { position:relative; display:block; padding:15px 73px 15px 0; font-size:16px; font-weight:600; color:#0066cc; text-decoration:none; transition:background-color 0.3s ease, color 0.3s ease; cursor:pointer; letter-spacing:-0.25px; } 
.lnb_menu_box_item .lnb_menu_box_toggle:before { content:""; position:absolute; top:50%; right:50px; transform:translateY(-50%); width:17px; height:18px; background-image:url('../../images/sub_user/ico_arrow_down.png'); background-size:contain; background-repeat:no-repeat; background-position:center; } 
.lnb_menu_box_item .lnb_menu_box_toggle:after { content:""; position:absolute; top:50%; right:25px; transform:translateY(-50%); width:12px; height:12px; background-image:url('../../images/sub_user/ico_arrow_right_gray.png'); background-size:contain; background-repeat:no-repeat; background-position:center; } 
.lnb_menu_box_item.active .lnb_menu_box_toggle { color:#0035a9; background-color:#fff; } 
.lnb_menu_box_item .lnb_menu_box_sub_list { display:none; list-style:none; margin:0; padding:0; background-color:#fff; position:absolute; top:100%; left:0; min-width:100%; z-index:10; } 
.lnb_menu_box_item.active .lnb_menu_box_sub_list { display:block; margin: 20px 0; border-radius: 8px; border: 1px solid #ddd; width: 170px; } 
.lnb_menu_box_item .lnb_menu_box_sub_list li { margin:0; } 
.lnb_menu_box_item .lnb_menu_box_sub_list a { display:block; padding:12px 20px; font-size:15px; font-weight:500; color:#666; text-decoration:none; transition:color 0.3s ease; } 
.lnb_menu_box_item .lnb_menu_box_sub_list a:hover { color:#0035a9; } 
.lnb_menu_box_item .lnb_menu_box_sub_list a.active { color:#0035a9; font-weight:700; } 
.lnb_menu_box_right { flex:1; padding:15px 0; } 
.lnb_menu_box_horizontal_list { list-style:none; margin:0; padding:0; display:flex; align-items:center; gap:50px; } 
.lnb_menu_box_horizontal_list li { margin:0; } 
.lnb_menu_box_horizontal_list a { position:relative; display:block; padding:0 0 29px 0; font-size:15px; font-weight:600; color:#666; text-decoration:none; transition:color 0.3s ease; } 
.lnb_menu_box_horizontal_list a:hover { color:#0066CC; } 
.lnb_menu_box_horizontal_list a:after { content:""; position:absolute; bottom:0; left:0; width:0; height:3px; background-color:#0066CC; transition:width 0.3s ease; } 
.lnb_menu_box_horizontal_list a:hover:after { width:100%; } 
.lnb_menu_box_horizontal_list a.active { color:#0066CC; font-weight:700; } 
.lnb_menu_box_horizontal_list a.active:after { width:100%; } 

/* 탭 컨텐츠 */
.tab_content { display: none; } 
.tab_content.active { display: block; } 

/* 헤더 모바일 */
.header_mobile { display: none; }
.mobile_menu_icon_btn { display: none; }
.mobile_menu_icon_btn .bar { width: 24px; height: 2px; background: #fff; border-radius: 2px; }
.mobile_menu_icon_btn .blind { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* 모바일 메뉴 */
.mobile_menu_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); z-index: 9998; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; } 
.mobile_menu_overlay.active { opacity: 1; visibility: visible; } 
.mobile_menu_wrap { position: fixed; top: 0; right: -100%; width: 100%; max-width: 320px; height: 100vh; background: #fff; z-index: 9999; transition: right 0.3s ease; box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1); overflow-y: auto; } 
.mobile_menu_wrap.active { right: 0; } 
.mobile_menu_inner { padding: 0; } 
.mobile_menu_header { display: flex; justify-content: flex-end; align-items: center; padding: 10px; border-bottom: 1px solid #eee; background: #f7f7f7; gap: 10px; } 
.mobile_menu_title { margin: 0; font-size: 20px; font-weight: 700; color: #001f4d; letter-spacing: -0.5px; } 
.mobile_menu_close { background: none; border: none; font-size: 26px; font-weight: 300; color: #333; cursor: pointer; line-height: 1; padding: 0; display: flex; align-items: center; justify-content: center; transition: color 0.3s ease; } 
.mobile_menu_close:hover { color: #0035a9; } 
.mobile_menu { list-style: none; margin: 0; padding: 0 20px 20px 20px; } 
.mobile_menu_item { border-bottom: 1px solid #eee; } 
.mobile_menu_item:last-child { border-bottom: none; } 
.mobile_menu_1depth { display: block; padding: 15px 0; font-size: 16px; font-weight: 700; color: #333; text-decoration: none; letter-spacing: -0.5px; position: relative; padding-right: 30px; } 
.mobile_menu_1depth:after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 400; color: #666; transition: transform 0.3s ease, color 0.3s ease; } 
.mobile_menu_item.active .mobile_menu_1depth:after { content: '−'; transform: translateY(-50%) rotate(0deg); } 
.mobile_menu_1depth:hover { color: #0035a9; } 
.mobile_submenu { list-style: none; margin: 0; padding: 0; display: none; overflow: hidden; } 
.mobile_submenu li { border-bottom: 1px solid #eee; } 
.mobile_submenu li:last-child { border-bottom: none; } 
.mobile_submenu a { display: block; padding: 12px 20px; font-size: 16px; font-weight: 400; color: #666; text-decoration: none; letter-spacing: -0.5px; transition: background-color 0.3s ease, color 0.3s ease, padding-left 0.3s ease, font-weight 0.3s ease; } 
.mobile_submenu a:hover { background: #f0f0f0; color: #0035a9; padding-left: 25px; font-weight: 600; } 

/*----- 인증신청 -----*/
.user_btn_01 { background: #6C747E; padding: 3px; color: #fff; } /* 임시저장 */
.user_btn_02 { background: #157EFB; padding: 3px; color: #fff; } /* 제출완료 */
.user_btn_03 { background: #F57B1D; padding: 3px; color: #fff; } /* 보완요청 */
.user_btn_04 { background: #216C95; padding: 3px; color: #fff; } /* 보완완료 */
.user_btn_05 { background: #159588; padding: 3px; color: #fff; } /* 검토완료 */
.user_btn_06 { background: #D13035; padding: 3px; color: #fff; } /* 미선정 */
.user_btn_07 { background: #1a00aa; padding: 3px; color: #fff; } /* 선정 */
.user_btn_00_a { background: #AEC8D5; padding: 3px; color: #000; } /* 신청대기 */
.user_btn_06_a { background: #30A84F; padding: 3px; color: #fff; } /* 협약체결완료 */
.user_btn_00_b { background: #F3AA1A; padding: 3px; color: #fff; } /* 신고대기 */
.user_btn_00_c { background: #f34e98; padding: 3px; color: #fff; } /* 보고대기 */


.user_sub_tit { font-size: 36px; font-weight: 700; color: #000; letter-spacing: -0.75px; margin: 65px 0; } 
.user_sub_tit.sty02 { font-size: 34px; font-weight: 700; color: #000; letter-spacing: -0.75px; display: flex; justify-content: space-between; } 
.user_tab_list { display: flex; } 
.user_tab_list > li { margin: 0; flex: 1; } 
.user_tab_list > li > a { display: block; padding: 14px; text-align: center; border-top: 1px solid #ddd; border-left: 1px solid #ddd; border-right: none; border-bottom: 2px solid #001F4D; background: #fff; color: #999; font-size: 18px; font-weight: 400; letter-spacing: -0.75px; line-height: 1.2; } 
.user_tab_list > li:first-child > a { border-left: 1px solid #ddd; } 
.user_tab_list > li:last-child > a { border-right: 1px solid #ddd; } 
.user_tab_list > li.on > a { background: #fff; color: #001F4D; border-top: 2px solid #001F4D; border-left: 2px solid #001F4D; border-right: 2px solid #001F4D; border-bottom: 2px solid #fff; font-weight: 500; } 

.user_box_tit { font-size: 21px; font-weight: 600; color: #0035a9; letter-spacing: -0.75px; margin-top: 35px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; } 

.user_btn_add { font-size: 14px; font-weight: 500; color: #fff !important; letter-spacing: -0.75px; background-color: #0035A9; border: none; border-radius: 3px; height: 32px; display: flex; justify-content: center; align-items: center; padding: 5px 12px; box-sizing: border-box; min-width: 60px; cursor: pointer; white-space: nowrap; } 

.user_btn_file { font-size: 14px; font-weight: 500; color: #fff !important; letter-spacing: -0.75px; background-color: #0035A9; border: none; border-radius: 3px; height: 30px; display: inline-flex; justify-content: center; align-items: center; padding: 5px 10px; box-sizing: border-box; min-width: 80px; cursor: pointer; white-space: nowrap; text-decoration: none; } 

.user_btn_del01 { font-size: 14px; font-weight: 500; color: #fff !important; letter-spacing: -0.75px; background-color: #ff0000; border: none; border-radius: 3px; height: 30px; display: inline-flex; justify-content: center; align-items: center; padding: 5px 10px; box-sizing: border-box; min-width: 80px; cursor: pointer; white-space: nowrap; text-decoration: none; } 

.user_view_btn { font-size: 13px; font-weight: 500; color: #fff !important; letter-spacing: -0.75px; background-color: #2079C2; border: none; border-radius: 3px; height: 26px; display: inline-flex; justify-content: center; align-items: center; padding: 4px 10px; box-sizing: border-box; min-width: 50px; cursor: pointer; white-space: nowrap; text-decoration: none; } 

/* ===== 테이블 관련 CSS ===== */
/* 기본 테이블 스타일 */
.user_certi_table { overflow-x: auto; border-top: 2px solid #0C2962; } 
.user_certi_table table { width: 100%; border-collapse: collapse; border-top: none; border-bottom: 1px solid #ddd; border-left: none; border-right: none; } 
.user_certi_table table th { padding: 17px 10px; background: #F7F7F7; font-size: 16px; font-weight: 500; letter-spacing: -0.75px; line-height: 1.2; border-left: 1px solid #ddd; border-right: none; border-bottom: 1px solid #ddd; border-top: none; height: 54px; box-sizing: border-box; } 
.user_certi_table table td { padding: 15px 10px; font-weight: 400; letter-spacing: -0.75px; line-height: 1.6; border-left: 1px solid #ddd; border-right: none; border-bottom: 1px solid #ddd; box-sizing: border-box; } 
.user_certi_table table th:first-child, .user_certi_table table td:first-child { border-left: none; } 
.user_certi_table table th:last-child, .user_certi_table table td:last-child { border-right: none; } 
.user_certi_table table td p { margin: 0; padding-top: 5px; font-size: 16px; font-weight: 400; letter-spacing: -0.75px; color: #000; } 
.user_certi_table table td.right { text-align: right; white-space: nowrap; } 
.user_certi_table table td.left { text-align: left; } 
.user_certi_table table td:first-child { text-align: left; font-weight: 500; vertical-align: middle; } 
.user_certi_table table td .table_note { display: block; margin-top: 8px; color: #666; font-size: 14px; } 
.user_certi_table table td span { display: inline-block; margin-left: 8px; font-size: 16px; font-weight: 400; letter-spacing: -0.75px; } 

.user_form_list .form_label.required::after, 
.noti02_txt span.required::after,
.user_box_tit span.required::after,
.user_certi_table th.required::after { content:" *"; color:#d00; font-size:0.9em; }

/* tab3 첨부서류 테이블 추가 스타일 */
.user_certi_table table td { font-size: 16px; text-align: center; } 

/* tab2 리스트형 테이블 */
.table_list_wrap { border-top: 2px solid #0C2962; border-bottom: 1px solid #ddd; border-left: none; border-right: none; } 
.table_list { list-style: none; margin: 0; padding: 0; } 

/* 11개 컬럼 테이블 (기존 설비) */
.table_header { display: grid; grid-template-columns: 5% 15% 15% 15% 11% 10% 6% 9% 6% 8%; background: #F7F7F7; border-bottom: 1px solid #ddd; } 
.table_row { display: grid; grid-template-columns: 5% 15% 15% 15% 11% 10% 6% 9% 6% 8%; border-bottom: 1px solid #ddd; } 
.table_row:last-child { border-bottom: none; } 
.table_header .table_cell { font-weight: 500; background: #F7F7F7; } 
.table_row.empty .table_cell { grid-column: 1 / -1; text-align: center; color: #666; } 

/* 10개 컬럼 테이블 (감축설비) */
.table_header_10 { display: grid; grid-template-columns: 5% 20% 17% 16% 5% 15% 9% 13%; background: #F7F7F7; border-bottom: 1px solid #ddd; } 
.table_row_10 { display: grid; grid-template-columns: 5% 20% 17% 16% 5% 15% 9% 13%; border-bottom: 1px solid #ddd; } 
.table_row_10:last-child { border-bottom: none; } 
.table_row_10.empty .table_cell { grid-column: 1 / -1; text-align: center; color: #666; } 
.table_header_10 .table_cell { font-weight: 500; background: #F7F7F7; } 

/* 1개 컬럼 테이블 (모니터링 방법, 온실가스 감축량) */
.table_header_1 { display: grid; grid-template-columns: 100%; background: #F7F7F7; border-bottom: 1px solid #ddd; } 
.table_row_1 { display: grid; grid-template-columns: 100%; border-bottom: 1px solid #ddd; } 
.table_row_1:last-child { border-bottom: none; } 
.table_row_1.empty .table_cell { grid-column: 1 / -1; text-align: center; color: #666; } 
.table_header_1 .table_cell { font-weight: 500; background: #F7F7F7; } 

/* 공통 테이블 셀 스타일 */
.table_cell { padding: 17px 5px; font-size: 16px; font-weight: 400; letter-spacing: -0.75px; line-height: 1.2; text-align: center; border-right: 1px solid #ddd; box-sizing: border-box; display: flex; align-items: center; justify-content: center; height: 54px; } 
.table_cell:last-child { border-right: none; } 
/* ===== //테이블 관련 CSS ===== */

.user_input_txt { display: block; background-color: #fff; border: 1px solid #ddd; border-radius: 3px; font-size: 16px; font-weight: 400; color: #000000; letter-spacing: -0.75px; padding: 5px 15px; box-sizing: border-box; height: 38px; min-width: 120px; width: 100%; min-height: 38px; } 

.user_input_select { display: inline-block; appearance: none; background: url('images/ico_down.svg') no-repeat right 10px center; background-size: 12px; background-color: #fff; border: 1px solid #ddd; border-radius: 3px; font-size: 16px; font-weight: 400; color: #000000; letter-spacing: -0.75px; padding: 5px 35px 5px 20px; box-sizing: border-box; height: 38px; min-width: 120px; width: auto; margin-right: 10px; } 

.user_radio_btn { appearance: none; width: 18px; height: 18px; border: 1px solid #ddd; border-radius: 50%; background: #fff; cursor: pointer; vertical-align: middle; margin-right: 6px; position: relative; } 
.user_radio_btn:checked { border-color: #ddd; } 
.user_radio_btn:checked::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 10px; height: 10px; border-radius: 50%; background: #0035A9; } 
.user_radio_btn + label { cursor: pointer; vertical-align: middle; font-size: 16px; font-weight: 400; letter-spacing: -0.75px; margin-right: 15px; } 

.user_checkbox_btn { appearance: none; width: 17px; height: 17px; border: 1px solid #ddd; border-radius: 3px; background: #fff; cursor: pointer; vertical-align: middle; margin-right: 6px; position: relative; } 
.user_checkbox_btn:checked { background: #0035A9; border-color: #0035A9; } 
.user_checkbox_btn:checked::after { content: ''; position: absolute; top: 1px; left: 5px; width: 4px; height: 8px; border: 2px solid #fff; border-top: none; border-left: none; transform: rotate(45deg); } 
.user_checkbox_btn + label { cursor: pointer; vertical-align: middle; font-size: 16px; font-weight: 400; letter-spacing: -0.75px; } 

.user_input_email { width: 40%; display: inline-block; margin-right: 5px; min-width: 120px; } 
.user_input_select.email_select { width: 50%; display: inline-block; margin-left: 5px; margin-right: 0; } 
.form_input_group span { margin: 0 3px; display: inline-block; vertical-align: middle; } 

.file_wrap { display: flex; align-items: center; justify-content: space-between; } 
.file_btn_wrap { display: flex; gap: 5px; } 

/* 새로운 폼 구조 - ul li */
.user_form_list { list-style: none; margin: 0; padding: 0; border: 1px solid #ddd; border-top: 2px solid #0C2962; border-left: 0; border-right: 0; } 
.form_row { display: flex; border-top: 1px solid #ddd; min-height: 54px; } 
.radio_wrap { display: flex; align-items: center; min-height: 54px; } 
.form_row.double { flex-direction: row; } 

.form_item { display: flex; flex-direction: row; padding: 0; border-right: 1px solid #ddd; box-sizing: border-box; } 
.form_item:last-child { border-right: none; } 
.form_item.full { width: 100%; } 
.form_row.double .form_item { flex: 1; width: 50%; } 

.label_wrap { display: flex; align-items: center; justify-content: center; flex: 0 0 20%; background: #F7F7F7; } 
.label_wrap.double { flex: 0 0 60%; } 
.form_label { font-size: 16px; font-weight: 500; letter-spacing: -0.75px; line-height: 1.2; margin: 0; } 

.input_wrap { flex: 1; padding: 12px 10px; } 

.form_input_group { display: flex; gap: 10px; flex-wrap: wrap; } 
.form_input_group .user_input_select { margin-right: 0; } 

.form_input_group.email_group { flex-wrap: nowrap; gap: 0; align-items: center; width: 100%; } 
.form_input_group.email_group .user_input_email { flex: 0 0 35%; margin-right: 3px; } 
.form_input_group.email_group span { flex: 0 0 auto; margin: 0 2px; } 
.form_input_group.email_group .email_select { flex: 1; margin-left: 3px; min-width: 0; } 
.form_input_group.email_group #ENTE_NM_EMAIL_2, .form_input_group.email_group #EMAIL_2 { flex: 1; margin-left: 3px; min-width: 0; display: none; } 
.form_input_group.email_group #ENTE_NM_EMAIL_2[type="text"], .form_input_group.email_group #EMAIL_2[type="text"] { display: block !important; } 
.form_input_group.email_group #ENTE_NM_EMAIL_2.show, .form_input_group.email_group #EMAIL_2.show { display: block !important; } 
.form_input_group.email_group #ENTE_NM_EMAIL_2.show ~ .email_select, .form_input_group.email_group #EMAIL_2.show ~ .email_select { display: none; } 

.bonus_list { display: flex; flex-direction: column; } 
.bonus_item { padding: 10px; border-bottom: 1px solid #ddd; } 
.bonus_item:last-child { border-bottom: none; } 
.bonus_item p { margin: 5px 0 0 0; padding-top: 5px; padding-left: 27px; font-size: 14px; color: #666; } 
.bonus_item_rmk { /* margin: 5px 0 0 0 !important; */ padding-top: 5px !important; padding-left: 27px !important; font-size: 14px !important; color: #666 !important; } 

.user_input_txt.user_input_small { width: 170px !important; min-width: 120px !important; display: inline-block; font-size: 16px; font-weight: 400; letter-spacing: -0.75px; } 

/* btn */
.user_btn_wrap { display: flex; gap: 10px; margin-top: 30px; justify-content: flex-end; } 
.user_btn_wrap.sty02 { display: flex; gap: 10px; margin-top: 30px; justify-content: center; } 
.user_btn_save { font-size: 18px; font-weight: 600; color: #fff !important; letter-spacing: -0.75px; background-color: #0035A9; border-radius: 5px; height: 40px; display: flex; justify-content: center; align-items: center; padding: 5px 15px; box-sizing: border-box; min-width: 110px; } 

.user_btn_del { font-size: 18px; font-weight: 600; color: #fff !important; letter-spacing: -0.75px; background-color: #999fa6; border-radius: 5px; height: 40px; display: flex; justify-content: center; align-items: center; padding: 5px 15px; box-sizing: border-box; min-width: 110px; } 

.user_btn_list { font-size: 18px; font-weight: 600; color: #fff !important; letter-spacing: -0.75px; background-color: #00184d; border-radius: 5px; height: 40px; display: flex; justify-content: center; align-items: center; padding: 5px 15px; box-sizing: border-box; min-width: 110px; } 

.user_btn_add { font-size: 18px; font-weight: 600; color: #fff !important; letter-spacing: -0.75px; background-color: #0035A9; border-radius: 5px; height: 40px; display: flex; justify-content: center; align-items: center; padding: 5px 15px; box-sizing: border-box; min-width: 110px; } 

.user_btn_search { font-size: 16px; font-weight: 500; color: #fff !important; letter-spacing: -0.75px; background-color: #0035A9; border: none; border-radius: 3px; height: 38px; display: flex; justify-content: center; align-items: center; padding: 5px 15px; box-sizing: border-box; min-width: 100px; cursor: pointer; white-space: nowrap; } 

.user_input_zipcode { width: 120px !important; min-width: 100px !important; flex: none; } 

/* tab3 알림 텍스트 */
.noti02_txt { margin-top: 40px; font-size: 16px; font-weight: 500; color: #000000; letter-spacing: -0.25px; line-height: 1.25; display: flex; gap: 7px; flex-direction: column; } 
.noti02_txt > span { position: relative; padding-left: 30px; box-sizing: border-box; } 
.noti02_txt > span:before { position: absolute; content: 'i'; display: flex; justify-content: center; align-items: center; background: #ff3131; width: 20px; height: 20px; border-radius: 25px; left: 0; top: 11px; transform: translateY(-50%); font-size: 13px; font-weight: 700; color: #fff; } 

/* 검색박스 */
.user_sear_wrap { margin: 30px 0; border: 1px solid #001f4d; box-sizing: border-box; background-color: #fff; display: flex; padding: 15px; gap: 12px; } 
.user_sear_lft { display: flex; gap: 20px; flex: 1; } 
.user_sear_con { display: flex
; gap: 10px; align-items: center; } 
.user_sear_tit { font-size: 16px; font-weight: 700; color: #001f4d; letter-spacing: -0.75px; position: relative; padding-left: 8px; align-self: center; } 
.user_sear_tit:before { position: absolute; content: ''; display: block; width: 4px; height: 4px; border-radius: 10px; background-color: #001f4d; left: 0; top: 50%; transform: translateY(-50%); } 
.user_input_select.type02 { min-width: 150px; width: 150px; margin-right: 0; } 
.user_input_txt.type02 { width: 170px; } 

.user_sear_btn { width: 70px; height: 38px; border-radius: 3px; cursor: pointer; color: #fff; font-size: 15px; font-weight: 500; border: none; background-color: #0035A9; } 
.user_view_link { color: #00184d; } 

/* ----- 회원가입 ----- */
.join_form_wrap { margin-top: 20px; } 
.join_form_list { list-style: none; margin: 0 auto; padding: 0; width: 70%; } 
.join_form_item { display: flex; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid #eee; } 
.join_form_item:first-child { border-top: 2px solid #001F4D; } 
.join_form_label { flex: 0 0 230px; font-size: 16px; font-weight: 500; color: #333; letter-spacing: -0.5px; padding-top: 10px; box-sizing: border-box; } 
.join_form_required { color: #ff0000; font-style: normal; margin-left: 3px; } 
.join_form_input_wrap { flex: 1; } 
.join_form_input_wrap .user_input_txt { width: 100%; max-width: 400px; } 

/* intro_01 */
.user_con_tit { font-size: 27px; color: #0035a9; font-weight: 600; line-height: 1; letter-spacing: -0.25px; margin-bottom: 40px; } 
.contents_wrap > img { margin-top: 40px; width: 100%; } 
.contents_top_img { position: relative; width: 100%; margin-bottom: 45px; } 
.contents_top_img > img { width: 100%; display: block; } 
.contents_top_text { position: absolute; top: 50%; right: 0; transform: translateY(-50%); padding: 30px; max-width: 600px; } 
.contents_top_text > p { font-size: 24px; font-weight: 600; color: #fff; line-height: 1.5; letter-spacing: -0.25px; } 
.contents_top_text > p > span { font-weight: 300; } 
.section_box { display: flex; flex-direction: column; gap: 40px; } 
.section_item { display: flex; gap: 40px; } 
.section_title { flex: 0 0 280px; font-size: 24px; font-weight: 700; color: #000; letter-spacing: -0.5px; } 
.section_text { flex: 1; font-size: 16px; font-weight: 400; color: #333; line-height: 2; letter-spacing: -0.25px; } 
.section_text > p.mb20 { margin-bottom:20px; } 
.section_text > p > span { position: relative; padding-left: 23px; display: inline-block; } 
.section_text > p > em.section_subtitle { font-weight: 500; color: #0035a9; } 
.section_text > p > span:before { content: ""; position: absolute; left: 0; top: 9px; width: 14px; height: 14px; background-image: url('../../images/sub_user/ico_bul.svg'); background-size: contain; background-repeat: no-repeat; background-position: center; } 
.section_text > ul { margin: 0; padding-left: 20px; } 
.section_text > ul > li { margin-bottom: 8px; } 
.card_list { display: flex; gap: 20px; } 
.card { position: relative; background-color: #EAF1F9; border-radius: 12px; padding: 20px; flex: 1; } 
.card_badge { position: absolute; top: 20px; left: 20px; width: 30px; height: 30px; background-color: #0035a9; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; color: #fff; } 
.card_icon { position: absolute; top: 20px; right: 20px; width: 28px; height: 28px; background-size: contain; background-repeat: no-repeat; background-position: center; } 
.card_box01 > .card_icon { background-image: url('../../images/sub_user/ico_sub_box00.svg'); } 
.card_box02 > .card_icon { background-image: url('../../images/sub_user/ico_sub_box02.svg'); } 
.card_box03 > .card_icon { background-image: url('../../images/sub_user/ico_sub_box03.svg'); } 
.card_title { margin: 50px 0 15px 0; font-size: 18px; font-weight: 700; color: #000; line-height: 1.4; } 
.card_text { margin: 0; font-size: 15px; font-weight: 400; color: #333; line-height: 1.6; } 

.card_title.sty02 { margin: 0 0 13px 0; } 

.process_diagram { width: 100%; display: flex; flex-direction: column; gap: 20px; } 
.process_row { position: relative; } 
.process_header { display: flex; gap: 20px; align-items: stretch; margin-bottom: 0; } 
.process_row { display: flex; gap: 20px; align-items: stretch; margin-bottom: 0; } 
.process_box { padding: 15px; border-radius: 12px; text-align: center; display: flex; align-items: center; justify-content: center; letter-spacing: -0.25px; height: 80px; box-sizing: border-box; } 
.process_header .process_box { background-color: #EAF1F9; border: 1px solid #158DF8; color: #158DF8; font-weight: 700; font-size: 16px; height: 55px; } 
.process_header .process_procedure { flex: 1; } 
.process_header .process_agency { flex: 1.2; } 
.process_header .process_schedule { flex: 0.7; } 
.process_header .process_detail { flex: 1.5; } 
.process_row .process_procedure { flex: 1; } 
.process_row .process_agency { flex: 1.2; } 
.process_row .process_schedule { flex: 0.7; } 
.process_row .process_detail { flex: 1.5; } 
.process_procedure { background-color: #0035a9; color: #fff; font-size: 16px; font-weight: 600; line-height: 1.5; position: relative; } 
.process_header .process_box { height: 60px; } 
.process_procedure.type01 { background-color: #377eff; } 
.process_procedure.type02 { background-color: #003eaf; } 
.process_row .process_procedure:after { content: ""; position: absolute; bottom: -17px; left: 50%; transform: translateX(-50%); width: 12px; height: 14px; background-image: url(../../images/sub_user/ico_dia_arrow.svg); background-size: contain; background-repeat: no-repeat; background-position: center; } 
.process_row:last-child .process_procedure:after { display: none; } 
.process_agency, .process_schedule { background-color: #f5f5f5; font-size: 15px; font-weight: 400; color: #333; line-height: 1.6; } 
.process_detail { background-color: #fff; border: 1px dashed #188EF8; font-size: 15px; font-weight: 500; color: #333; line-height: 1.6; } 
.process_detail.type01 { border-color: #377eff; } 
.process_detail.type02 { border-color: #003eaf; } 
.process_note { margin-top: 20px; font-size: 15px; font-weight: 400; color: #333; line-height: 1.6; letter-spacing: -0.25px; } 

/* 게시판_공지사항 */
/* 필터 영역 */
.filter_area { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; } 
.total_count { font-size: 16px; color: #000; } 
.total_count strong { font-weight: 700; color: #000; font-size: 18px; } 
.filter_right { display: flex; align-items: center; gap: 10px; } 
.filter_select { appearance: none; -webkit-appearance: none; -moz-appearance: none; border: 1px solid #ddd; padding: 6px 30px 6px 17px; font-size: 14px; color: #000; background: #fff url('../../images/sub_user/ico_arrow_down02.png') no-repeat right 12px center; background-size: 9px 5px; cursor: pointer; outline: none; } 
.search_mini { display: flex; align-items: center; border: 1px solid #ddd; padding: 6px 16px; background: #fff; } 
.search_mini_input { border: none; outline: none; font-size: 14px; color: #000; width: 200px; } 
.search_mini_input::placeholder { color: #999; } 
.search_mini_btn { width: 18px; height: 18px; background: url('../../images/sub_user/ico_sear.png') no-repeat center; background-size: contain; border: none; cursor: pointer; padding: 0; } 

/* 게시판 리스트 */
.board_list { width: 100%; border-top: 2px solid #000; margin-bottom: 0; } 
.board_list_header { display: flex; align-items: center; background: #F5F5F5; border-bottom: 1px solid #E5E5E5; padding: 16px 20px; } 
.board_list_body { background: #fff; } 
.board_list_item { display: flex; align-items: center; padding: 18px 20px; border-bottom: 1px solid #E5E5E5; text-decoration: none; color: #000; transition: background 0.2s ease; } 
.board_list_item:hover { background: #FAFAFA; } 
.board_list_item.notice { background: #F9F9FF; } 
.board_list_item.notice:hover { background: #F0F0FF; } 
.board_col { display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 500; color: #000; } 
.board_col_num { width: 80px; flex-shrink: 0; } 
.board_col_title { flex: 1; justify-content: flex-start; gap: 8px; } 
.board_col_author { width: 120px; flex-shrink: 0; } 
.board_col_date { width: 120px; flex-shrink: 0; } 
.board_col_attach { width: 100px; flex-shrink: 0; } 
.board_col_views { width: 80px; flex-shrink: 0; } 
.board_attach_icon { display: inline-block; width: 18px; height: 18px; background-image: url('../../images/sub_user/ico_clip.png'); background-size: contain; background-repeat: no-repeat; background-position: center; } 
.board_list_header .board_col { font-weight: 700; color: #000; } 
.board_title { display: block; font-size: 15px; font-weight: 500; color: #000; line-height: 1.4; } 
.board_list_item:hover .board_title { color: #0066CC; } 
.board_badge { display: inline-flex; align-items: center; justify-content: center; padding: 4px 12px; border-radius: 4px; font-size: 13px; font-weight: 700; } 
.board_badge.notice { background: #18256E; color: #fff; } 
.board_new { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; background: #E42C01; color: #fff; font-size: 11px; font-weight: 700; border-radius: 50%; } 
.board_col_none { width: 100%; display: flex; align-items: center; color: #666; transition: background 0.2s ease; }

/* 게시판 뷰 */
.board_view_wrap { max-width: 1280px; margin: 0 auto; margin-top: 50px; } 
.board_view_header { border-top: 2px solid #000; padding: 30px 0; border-bottom: 1px solid #E5E5E5; } 
.board_view_category { margin-bottom: 12px; } 
.board_view_title { font-size: 32px; font-weight: 700; color: #000; line-height: 1.4; margin-bottom: 20px; } 
.board_view_info { display: flex; align-items: center; gap: 20px; } 
.board_view_info_item { display: flex; align-items: center; gap: 8px; } 
.board_view_info_label { font-size: 14px; font-weight: 600; color: #666; } 
.board_view_info_value { font-size: 14px; font-weight: 500; color: #000; } 
.board_view_content { padding: 40px 0; border-bottom: 1px solid #E5E5E5; line-height: 1.7; } 
.board_view_content p { font-size: 16px; color: #333; margin-bottom: 12px; } 
.board_view_content h3 { font-size: 20px; font-weight: 700; color: #000; margin: 30px 0 12px; padding-top: 10px; } 
.board_view_images { display: flex; gap: 20px; margin: 30px 0 20px; } 
.board_view_images img { width: calc(50% - 10px); height: auto; border-radius: 8px; } 
.board_view_attach { padding: 24px 0; border-bottom: 1px solid #E5E5E5; } 
.board_view_attach_title { font-size: 16px; font-weight: 700; color: #000; margin-bottom: 12px; } 
.board_view_attach_list { list-style: none; padding: 0; margin: 0; display: flex; gap: 10px; flex-wrap: wrap; } 
.board_view_attach_link { display: flex; align-items: center; gap: 8px; padding: 10px 16px; background: #F5F5F5; border-radius: 6px; text-decoration: none; transition: background 0.2s; } 
.board_view_attach_link:hover { background: #EBEBEB; } 
.board_view_attach_name { font-size: 14px; font-weight: 500; color: #000; } 
.board_view_attach_size { font-size: 13px; font-weight: 400; color: #999; } 
.board_view_nav { border-bottom: 1px solid #E5E5E5; } 
.board_view_nav_item { display: flex; flex-direction: column; gap: 8px; padding: 20px 0; border-bottom: 1px solid #E5E5E5; text-decoration: none; transition: background 0.2s; } 
.board_view_nav_item:last-child { border-bottom: none; } 
.board_view_nav_item:hover { background: #FAFAFA; } 
.board_view_nav_label { font-size: 13px; font-weight: 600; color: #666; display: inline-flex; align-items: center; gap: 6px; } 
.board_view_nav_item.prev .board_view_nav_label::before { content: ''; display: inline-block; width: 14px; height: 14px; background-image: url('../../images/sub_user/ico_faq_down.png'); background-size: contain; background-repeat: no-repeat; background-position: center; transform: rotate(180deg); } 
.board_view_nav_item.next .board_view_nav_label::before { content: ''; display: inline-block; width: 14px; height: 14px; background-image: url('../../images/sub_user/ico_faq_down.png'); background-size: contain; background-repeat: no-repeat; background-position: center; } 
.board_view_nav_title { font-size: 15px; font-weight: 500; color: #000; } 
.board_view_nav_item:hover .board_view_nav_title { color: #0066CC; } 
.board_view_footer { text-align: center; padding: 60px 0 80px; } 
.btn_list_type01 { padding: 12px 40px; background: #18256E; border-radius: 6px; font-size: 15px; font-weight: 600; color: #fff; cursor: pointer; border: none; } 

/* FAQ 아코디언 */
.faq_list { width: 100%; border-top: 2px solid #000; } 
.faq_item { border-bottom: 1px solid #E5E5E5; } 
.faq_question { width: 100%; display: flex; align-items: center; padding: 20px; background: #fff; border: none; text-align: left; cursor: pointer; transition: background 0.2s ease; gap: 15px; } 
.faq_question:hover { background: #FAFAFA; } 
.faq_item.active .faq_question { background: #F9F9FF; } 
.faq_q_mark { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: #0035A9; color: #fff; font-size: 16px; font-weight: 700; border-radius: 50%; flex-shrink: 0; } 
.faq_question_text { flex: 1; font-size: 16px; font-weight: 600; color: #000; line-height: 1.5; } 
.faq_question:hover .faq_question_text { color: #0066CC; } 
.faq_arrow { display: inline-block; width: 14px; height: 14px; background-image: url('../../images/sub_user/ico_faq_down.png'); background-size: contain; background-repeat: no-repeat; background-position: center; transition: transform 0.3s ease; flex-shrink: 0; } 
.faq_item.active .faq_arrow { transform: rotate(180deg); } 
.faq_answer { max-height: 0; overflow: hidden; background: #FAFAFA; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1); } 
.faq_answer_inner { display: flex; gap: 15px; padding: 25px 20px; background: #F9F9FF; } 
.faq_a_mark { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: #18256E; color: #fff; font-size: 16px; font-weight: 700; border-radius: 50%; flex-shrink: 0; align-self: flex-start; } 
.faq_answer_text { flex: 1; font-size: 15px; font-weight: 400; color: #333; line-height: 1.8; } 
.faq_answer_text p { margin: 0; padding: 0; } 
.faq_answer_text p strong { font-weight: 700; color: #000; } 

/* 통계 및 분석 */
.chart_wrap { /* width: 100%; */ padding: 20px; background: #fff; border-radius: 8px; overflow: hidden; min-width: 0; border: 1px solid #ddd; } 
.chart_container { /* width: 100%; */ height: 400px; } 
.chart_info { font-size: 14px; color: #666; margin-top: 15px; padding-top: 15px; border-top: 1px solid #eee; } 
.stat_tab_content { display: none; } 
.stat_tab_content.active { display: block; } 
.stat_map_wrap { display: flex; gap: 40px; margin-top: 30px; height: 740px; } 
.stat_map_left { flex: 1; } 
.stat_map_right { flex:1; display:flex; flex-direction:column; gap:20px; } 
.map_container { position: relative; background: #fff; border-radius: 8px; padding: 30px; } 
.map_image { width: 100%; display: block; border-radius: 6px; height: 640px; } 
.map_pin { position: absolute; transform: translate(-50%,-50%); background: #0035a9; color: #fff; padding: 6px 14px; border-radius: 20px; font-size: 15px; font-weight: 600; cursor: pointer; box-shadow: 0 2px 6px rgba(0,0,0,0.15); } 
.map_pin a { color: #fff; text-decoration: none; display: block; } 
.map_pin.active { background: #158df8; } 
.pin_seoul { top: 19%; left: 31.5%; } 
.pin_busan { top: 55%; left: 82%; } 
.pin_daegu { top: 45%; left: 70%; } 
.pin_incheon { top: 16%; left: 19%; } 
.pin_gwangju { top: 54%; left: 28%; } 
.pin_daejeon { top: 40%; left: 43%; } 
.pin_ulsan { top: 49%; left: 85%; } 
.pin_sejong { top: 34%; left: 39%; } 
.pin_gyeonggi { top: 24%; left: 42%; } 
.pin_gyeongnam { top: 54%; left: 64%; } 
.pin_chungbuk { top: 31%; left: 49%; } 
.pin_chungnam { top: 36%; left: 27%; } 
.pin_jeonbuk { top: 48%; left: 36%; } 
.pin_jeonnam { top: 62%; left: 32%; } 
.pin_gyeongbuk { top: 38%; left: 73%; } 
.pin_gangwon { top: 17%; left: 64%; } 
.pin_jeju { top: 82%; left: 22%; } 
.stat_region_wrap { display: flex; gap: 20px; } 
.stat_region_box { background: #fff; border-radius: 8px; padding: 20px; flex: 1; background-color: #EAF1F9; } 
.region_title { font-size: 20px; font-weight: 700; color: #0035a9; margin: 0 0 20px 0; letter-spacing: -0.25px; } 
.stat_region_value { display: flex; align-items: flex-end; gap: 10px; font-size: 26px; font-weight: 700; color: #0035a9; margin-bottom: 27px; } 
.stat_region_value .unit { font-size: 14px; font-weight: 500; color: #666; } 
.stat_region_sub { display: flex; justify-content: space-between; font-size: 16px; color: #333; margin-top: 10px; } 
.unit_data { color: #0035A9; font-weight: 600; } 
.stat_region_note { font-size: 14px; color: #888; margin-top: 56px; } 
.map_placeholder { width: 100%; height: 500px; background: #f5f5f5; border: 2px dashed #ddd; border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #999; font-size: 16px; } 
.map_placeholder p { margin: 10px 0; } 
.map_note { font-size: 14px; color: #000; margin-top: 50px; } 
.map_legend { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #eee; } 
.legend_item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #333; } 
.legend_color { width: 20px; height: 20px; border-radius: 3px; display: inline-block; } 
.stat_data_box { background: #fff; overflow-y: auto; } 
.stat_data_box.sty02 { background: #fff; overflow-y: auto; border: 1px solid #ddd; padding: 20px; } 
.stat_data_title { font-size: 20px; font-weight: 600; color: #0035a9; margin-bottom: 20px; letter-spacing: -0.5px; } 
.stat_data_total { display: flex; justify-content: space-between; align-items: center; padding: 15px; background: #f7f7f7; border-radius: 6px; margin-bottom: 20px; } 
.total_label { font-size: 16px; font-weight: 600; color: #333; } 
.total_value { font-size: 24px; font-weight: 700; color: #0035a9; } 
.total_value .unit { font-size: 16px; font-weight: 500; color: #666; } 
.stat_data_table_wrap { overflow-x: auto; } 
.stat_data_table { width: 100%; border-collapse: collapse; border-top: 2px solid #0C2962; } 
.stat_data_table thead { background: #f7f7f7; } 
.stat_data_table th { padding: 12px 10px; font-size: 16px; font-weight: 600; color: #333; text-align: center; border-bottom: 1px solid #eee; } 
.stat_data_table td { padding: 12px 10px; font-size: 16px; color: #666; border-bottom: 1px solid #eee; text-align: center; } 
.stat_data_table tbody tr:hover { background: #f9f9f9; } 
.stat_industry_wrap { display: flex; gap: 30px; margin-top: 30px; flex-direction: column; width: 100%; } 
.stat_industry_left { flex: 1; min-width: 0; gap: 30px; width: 100%; } 
.stat_industry_right { flex: 0 0 400px; min-width: 0; } 
.industry_chart_wrap { background: #fff; border-radius: 8px; overflow: hidden; width: 100%; min-width: 0; } 
.stat_industry_section { max-width: 1280px; width: 100%; margin: 0 auto; } 

.stats_filter { display: flex; justify-content: flex-end; margin-bottom: 20px; }
.stats_filter_item { display: flex; align-items: center; gap: 8px; }
.stats_filter_item label { display: none; }
.stats_select { padding: 6px 10px; border: 1px solid #ccc; }
.stats_kpi { display: flex; gap: 20px; margin-bottom: 30px; }
.stats_kpi_item { flex: 1; padding: 20px; border: 1px solid #e5e5e5; background: #fafafa; }
.stats_kpi_label { display: block; font-size: 14px; color: #666; margin-bottom: 6px; }
.stats_kpi_value { font-size: 22px; color: #222; }
.stats_chart_row { display: flex; gap: 20px; margin-bottom: 40px; }
.stats_chart_row > div { flex: 1; }
.stats_chart_box { padding: 20px; border: 1px solid #e5e5e5; border-radius: 8px; }
.stats_chart_tit { font-size: 16px; margin-bottom: 15px; }
.stats_chart_full { padding: 20px; border: 1px solid #e5e5e5; border-radius: 8px; } 
/* .stats_chart_row > div > .user_box_tit, .contents_wrap > div > .user_box_tit { margin-top: 0; } */
.stats_chart_box #equipment_ratio_chart, .stats_chart_box #equipment_amount_chart, .stats_chart_full #equipment_trend_chart { min-height: 400px; }

.chart_wrap .highcharts-container { width: 100% !important; /* max-width: 100%; */ height: 100% !important; } 
.chart_wrap .highcharts-root { width: 100% !important; } 

.apply_summary { margin-bottom: 30px; }
.apply_kpi_list { display: flex; gap: 20px; }
.apply_kpi_item { flex: 1; padding: 20px; border: 1px solid #e5e5e5; background: #fafafa; }
.apply_kpi_label { display: block; font-size: 14px; color: #666; margin-bottom: 6px; }
.apply_kpi_value { font-size: 22px; color: #222; }
.apply_chart_row { display: flex; gap: 20px; margin-bottom: 40px; }
.apply_chart_box { flex: 1; padding: 20px; border: 1px solid #e5e5e5; }
.apply_chart_full { padding: 20px; border: 1px solid #e5e5e5; margin-bottom: 30px; }
.apply_chart_tit { font-size: 16px; margin-bottom: 15px; }
.apply_chart { width: 100%; height: 320px; }
.apply_notice { padding: 15px 20px; background: #f4f6f8; border-left: 4px solid #4a6fdc; font-size: 14px; color: #555; }

/* 팝업 */
.n_popup_wrap { width: 100%; height: 100%; background: #fff; padding: 30px; box-sizing: border-box; border-radius: 16px; position: relative; overflow-y: auto; }
.n_popup_top { font-size: 24px; font-weight: 600; margin-bottom: 20px; padding-right: 40px; }
.n_popup_close { position: absolute; top: 20px; right: 20px; width: 32px; height: 32px; cursor: pointer; border: none; background: transparent; font-size: 28px; line-height: 32px; color: #000; padding: 0; }
.n_popup_close::before { content: "×"; }
.n_popup_wrap::-webkit-scrollbar { width: 8px; }
.n_popup_wrap::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 4px; margin: 10px 0; border: none; }
.n_popup_wrap::-webkit-scrollbar-thumb { background: #ccc; border-radius: 4px; border: none; }
.n_popup_wrap::-webkit-scrollbar-thumb:hover { background: #999; }

.user_certi_table.sty02 table td { font-size: 15px;}
.user_certi_table.sty02 table td:first-child { text-align: center; font-weight: 400; vertical-align: middle;}
.user_btn_file_n { font-size: 14px; font-weight: 500; color: #fff !important; letter-spacing: -0.75px; background-color: #0035A9; border: none; border-radius: 3px; height: 30px; display: inline-flex; justify-content: center; align-items: center; padding: 5px 10px; box-sizing: border-box; min-width: 80px; cursor: pointer; white-space: nowrap; text-decoration: none; }

.user_btn_del_n { font-size: 14px; font-weight: 500; color: #fff !important; letter-spacing: -0.75px; background-color: #00184D; border: none; border-radius: 3px; height: 30px; display: inline-flex; justify-content: center; align-items: center; padding: 5px 10px; box-sizing: border-box; min-width: 80px; cursor: pointer; white-space: nowrap; text-decoration: none;}


/* ===== 반응형  ===== */
@media (max-width: 1439px) and (min-width: 1024px) {
    .user_sub_tit { font-size: 30px; padding-bottom: 20px; }
    /* 검색박스 반응형 */
    .user_sear_wrap { gap: 10px; }
    .user_sear_lft { flex-wrap: wrap; gap: 14px; }
} 

@media (min-width: 1201px) {
    .mobile_menu_wrap, .mobile_menu_overlay { display: none; } 
    .full_menu_wrap, .full_menu_overlay { display: block; } 
    .header_nav { display: flex; } 
    .header_icon_btn:not(.header_menu_btn) { display: flex; } 
}

@media (max-width: 1200px) {
    .header .header_wrap:before {opacity: 0; display: none;}
    .header_mobile { display:flex; align-items:center; justify-content:space-between; width:100%; }
    .header_mobile .mobile_logo { display:flex; align-items:center; gap:10px; text-decoration:none; color:#fff; }
    .header_mobile .mobile_logo .logo_img { display:inline-block; width:40px; height:40px; background:url('../../images/main_n/img_logo_w.png') no-repeat center/contain; }
    .header_mobile .mobile_logo .logo_text { font-size:16px; line-height:1.2; color:#fff; white-space:nowrap; }
    .header_mobile .mobile_logo .logo_text .logo_text_bold { font-weight:700; color:#fff; }
    .mobile_menu_icon_btn { display:flex; flex-direction: column; align-items:center; justify-content:center; width:27px; height:27px; background:none; border:none; padding:0; margin:0; cursor: pointer; }
    .mobile_menu_icon_btn .bar { display:block; background:#fff; }
    .mobile_menu_icon_btn .bar + .bar { margin-top:7px; }
    .mobile_menu_wrap, .mobile_menu_overlay { display: block; } 
    .full_menu_wrap, .full_menu_overlay { display: none; } 
    .lnb_location { padding-right: 20px; }
    .lnb_menu_box { top: 120px; }
    .lnb_menu_box_item .lnb_menu_box_toggle { padding: 15px 73px 15px 20px; }
    .lnb_menu_box_item.active .lnb_menu_box_sub_list { margin: 20px 0 0 20px; }
    
    /* 스크롤 시 헤더 스타일 변경 */
    .header.scrolled .header_wrap:before { opacity: 1 !important; display: block !important; height: 80px; }
    .header.scrolled .header_mobile .mobile_logo .logo_img { background-image: url('../../images/main_n/img_logo_b.png') !important; }
    .header.scrolled .header_mobile .mobile_logo .logo_text { color: #111 !important; }
    .header.scrolled .header_mobile .mobile_logo .logo_text .logo_text_bold { color: #111 !important; }
    .header.scrolled .mobile_menu_icon_btn .bar { background: #111 !important; }
    
    /* 스크롤 후 hover 시에도 스타일 유지 */
    .header.scrolled:hover .header_wrap:before { opacity: 1 !important; display: block !important; }
    .header.scrolled.menu_hover .header_wrap:before { opacity: 1 !important; display: block !important; }
    .header.scrolled:hover .header_mobile .mobile_logo .logo_img { background-image: url('../../images/main_n/img_logo_b.png') !important; }
    .header.scrolled.menu_hover .header_mobile .mobile_logo .logo_img { background-image: url('../../images/main_n/img_logo_b.png') !important; }
    .header.scrolled:hover .header_mobile .mobile_logo .logo_text { color: #111 !important; }
    .header.scrolled.menu_hover .header_mobile .mobile_logo .logo_text { color: #111 !important; }
    .header.scrolled:hover .header_mobile .mobile_logo .logo_text .logo_text_bold { color: #111 !important; }
    .header.scrolled.menu_hover .header_mobile .mobile_logo .logo_text .logo_text_bold { color: #111 !important; }
    .header.scrolled:hover .mobile_menu_icon_btn .bar { background: #111 !important; }
    .header.scrolled.menu_hover .mobile_menu_icon_btn .bar { background: #111 !important; }
    .lnb_menu_box { top: 110px; }
    .lnb_menu_box_item .lnb_menu_box_toggle {font-size: 14px;}
    .lnb_menu_box_horizontal_list {gap: 30px;}
    .lnb_menu_box_horizontal_list a { font-size: 14px; }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .contents { padding-top: 45px; padding-bottom: 60px; padding-left: 20px; padding-right: 20px; }
    .contents_inner { max-width: 100%; padding: 0; }
    .user_sub_tit { font-size: 26px; padding-bottom: 35px; }
    .user_tab_list > li > a { font-size: 16px; padding: 12px 8px; }
    .user_box_tit { font-size: 19px; }
    .user_btn_add { font-size: 13px; height: 30px; min-width: 55px; }
    .user_btn_file { font-size: 13px; height: 28px; min-width: 70px; }
    .user_certi_table table th, .user_certi_table table td p { font-size: 15px; }
    .user_certi_table table th, .user_certi_table table td { padding: 14px 8px; height: 60px; }
    .table_cell { padding: 14px 4px; height: 48px; font-size: 15px; }
    .form_row { min-height: 48px; }
    .radio_wrap { min-height: 48px; }
    .user_input_txt, .user_input_select { font-size: 15px; min-width: 100px; height: 35px; }
    .user_radio_btn + label, .user_checkbox_btn + label { font-size: 15px; }
    .user_btn_save, .user_btn_list { font-size: 16px; height: 38px; min-width: 90px; }
    .user_btn_search { font-size: 15px; height: 35px; min-width: 90px; }
    .user_input_zipcode { width: 100px !important; min-width: 90px !important; }
    .user_input_email { min-width: 100px; }
    .form_label { font-size: 15px; }
    .form_input_group { gap: 8px; }
    .label_wrap { flex: 0 0 20%; }
    .label_wrap.double { flex: 0 0 40%; }
    .user_btn_wrap { justify-content: center; }
    /* 검색박스 반응형 */
    .user_sear_wrap { padding: 12px; gap: 10px; }
    .user_sear_lft { flex-wrap: wrap; gap: 12px; }
    .user_sear_con { flex-wrap: wrap; }
} 

@media (max-width: 950px) {
    .lnb_menu_box { opacity: 0; display: none; }
    .header .header_wrap { border-bottom: none; }
    .header.scrolled .header_wrap { border-bottom: 1px solid #eee; }
}

@media (max-width: 768px) {
    .chart_wrap { padding: 20px 15px; margin: 30px 0; }
    .chart_container { height: 300px; }
    .chart_title { font-size: 18px; margin-bottom: 15px; }
    .stat_map_wrap, .stat_industry_wrap { flex-direction: column; }
    .stat_map_right, .stat_industry_right { flex: 1; }
    .map_placeholder { height: 300px; }
    .stat_tab_list li a { padding: 12px 20px; font-size: 16px; }
    .stats_chart_row { flex-direction: column; gap: 20px; }
    .stats_chart_row > div { width: 100%; }
    .stats_chart_box #equipment_ratio_chart, .stats_chart_box #equipment_amount_chart, .stats_chart_full #equipment_trend_chart { min-height: 300px; }
} 

@media (max-width: 767px) {
    .contents { padding-top: 20px; padding-bottom: 40px; padding-left: 15px; padding-right: 15px; }
    .contents_inner { max-width: 100%; padding: 0; }
    .user_sub_tit { font-size: 22px; padding-bottom: 30px; line-height: 1.4; }
    .contents_top_img { margin-bottom: 55px; }
    .contents_top_text { position: static; transform: none; max-width: 100%; padding: 30px 20px; margin-top: 0; }
    .contents_top_text > p { font-size: 16px; line-height: 1.6; }
    .section_box { gap: 30px; }
    .section_item { flex-direction: column; gap: 20px; }
    .section_title { flex: none; font-size: 20px; }
    .section_text { font-size: 14px; }
    .section_subtitle { font-size: 16px; }
    .card_list { flex-direction: column; gap: 15px; }
    .card { padding: 20px; }
    .card_badge { width: 35px; height: 35px; font-size: 16px; top: 15px; left: 15px; }
    .card_icon { width: 20px; height: 20px; top: 15px; right: 15px; }
    .card_title { margin-top: 40px; font-size: 18px; }
    .card_text { font-size: 13px; }
    .process_header { flex-direction: column; }
    .process_row { flex-direction: column; }
    .process_procedure { margin-bottom: 0; }
    .process_agency, .process_schedule, .process_detail { border-top: none; }
    .process_note { font-size: 13px; }
    .user_tab_list > li > a { font-size: 14px; padding: 10px 3px; }
    .user_box_tit { font-size: 17px; margin-top: 25px; margin-bottom: 15px; }
    .user_btn_add { font-size: 12px; height: 28px; min-width: 50px; }
    .user_btn_file { font-size: 12px; height: 26px; min-width: 60px; }
    .user_certi_table table th, .user_certi_table table td p { font-size: 14px; }
    .user_certi_table table th, .user_certi_table table td { padding: 12px 6px; height: 42px; }
    .table_cell { padding: 12px 3px; height: 42px; font-size: 14px; }
    .form_row { min-height: 42px; }
    .radio_wrap { min-height: 42px; }
    .user_input_txt, .user_input_select { font-size: 14px; height: 35px; min-width: 80px; }
    .user_radio_btn + label, .user_checkbox_btn + label { font-size: 14px; }
    .user_btn_save, .user_btn_list { font-size: 15px; height: 35px; min-width: 80px; width: auto; margin-bottom: 0; }
    .user_btn_search { font-size: 14px; height: 35px; min-width: 80px; }
    .user_input_zipcode { width: 90px !important; min-width: 80px !important; }
    .user_btn_wrap { flex-direction: row; gap: 8px; justify-content: center; }
    .form_row.double { flex-direction: column; flex-wrap: wrap; }
    .form_row.double .form_item { width: 100%; border-right: none; border-bottom: 1px solid #ddd; }
    .form_row.double .form_item:last-child { border-bottom: none; }
    .form_item { flex-direction: row; }
    .label_wrap { flex: 0 0 30%; border-bottom: none; }
    .label_wrap.wd_40 { flex: 0 0 30% !important; }
    .input_wrap { padding: 10px; }
    .form_label { font-size: 14px; padding: 8px; }
    .form_input_group { flex-direction: row; gap: 8px; flex-wrap: wrap; }
    .user_input_email { width: 35%; display: inline-block; margin-right: 3px; margin-bottom: 0; min-width: 80px; }
    .user_input_select.email_select { width: 45%; display: inline-block; margin-left: 3px; margin-top: 0; min-width: 80px; }
    .form_input_group span { margin: 0 2px; font-size: 14px; }
    .form_input_group.email_group .user_input_email { flex: 0 0 32%; margin-right: 2px; min-width: 70px; }
    .form_input_group.email_group span { flex: 0 0 auto; margin: 0 1px; font-size: 14px; }
    .form_input_group.email_group .email_select { flex: 0 0 38%; margin-left: 2px; min-width: 70px; }
    .user_input_txt.user_input_small { width: 100% !important; min-width: 60px !important; display: block; margin-bottom: 5px; }
    .user_tab_list { margin-top: 30px; }
    .user_tab_list > li > a { padding: 8px 5px; }
    /* 테이블 반응형 */
    .user_certi_table table { min-width: 800px; }
    .table_list_wrap { overflow-x: auto; }
    .table_header, .table_row { min-width: 800px; }
    .table_header_10, .table_row_10 { min-width: 700px; }
    .table_header_1, .table_row_1 { min-width: 300px; }
    /* 검색박스 반응형 */
    .user_sear_wrap { flex-direction: column; align-items: stretch; gap: 10px; }
    .user_sear_lft { flex-direction: column; gap: 8px; }
    .user_sear_con { width: 100%; justify-content: space-between; flex-wrap: wrap; }
    .user_sear_btn { width: 100%; }
    /* FAQ 아코디언 반응형 */
    .faq_question { padding: 15px 12px; gap: 12px; }
    .faq_q_mark { width: 28px; height: 28px; font-size: 14px; }
    .faq_question_text { font-size: 15px; }
    .faq_answer { padding: 0 12px; }
    .faq_item.active .faq_answer { padding: 0 12px 15px 12px; }
    .faq_answer_inner { padding: 20px 15px; gap: 12px; }
    .faq_a_mark { width: 28px; height: 28px; font-size: 14px; }
    .faq_answer_text { font-size: 14px; line-height: 1.7; }
} 

@media (max-width: 480px) {
    .contents { padding-top: 15px; padding-bottom: 30px; padding-left: 15px; padding-right: 15px; }
    .user_sub_tit { font-size: 18px; padding-bottom: 25px; line-height: 1.5; }
    .user_tab_list > li > a { font-size: 13px; padding: 8px 2px; }
    .user_box_tit { font-size: 16px; }
    .user_btn_add { font-size: 11px; height: 26px; min-width: 45px; }
    .user_btn_file { font-size: 11px; height: 24px; min-width: 50px; }
    .user_certi_table table th, .user_certi_table table td p { font-size: 13px; }
    .user_certi_table table th, .user_certi_table table td { padding: 10px 4px; height: 38px; }
    .table_cell { padding: 10px 2px; height: 38px; font-size: 13px; }
    .form_row { min-height: 38px; }
    .radio_wrap { min-height: 38px; }
    .user_input_txt, .user_input_select { font-size: 13px; height: 35px; min-width: 60px; }
    .user_input_email { width: 35% !important; min-width: 60px; margin-right: 2px !important; }
    .user_input_select.email_select { width: 45% !important; min-width: 60px; margin-left: 2px !important; }
    .form_input_group span { margin: 0 1px; font-size: 13px; }
    .form_input_group.email_group .user_input_email { flex: 0 0 30% !important; margin-right: 1px !important; min-width: 50px !important; }
    .form_input_group.email_group span { flex: 0 0 auto !important; margin: 0 1px !important; font-size: 13px !important; }
    .form_input_group.email_group .email_select { flex: 0 0 35% !important; margin-left: 1px !important; min-width: 50px !important; }
    .user_input_txt.user_input_small { min-width: 50px !important; }
    .user_btn_save, .user_btn_list { font-size: 14px; height: 32px; min-width: 70px; width: auto; }
    .user_btn_search { font-size: 13px; height: 34px; min-width: 70px; }
    .user_input_zipcode { width: 80px !important; min-width: 70px !important; }
    .label_wrap { flex: 0 0 30% !important; }
    .label_wrap.wd_40 { flex: 0 0 30% !important; }
    .form_label { font-size: 13px; padding: 6px; }
    /* FAQ 아코디언 반응형 */
    .faq_question { padding: 12px 10px; gap: 10px; }
    .faq_q_mark { width: 24px; height: 24px; font-size: 13px; }
    .faq_question_text { font-size: 14px; }
    .faq_answer { padding: 0 10px; }
    .faq_item.active .faq_answer { padding: 0 10px 12px 10px; }
    .faq_answer_inner { padding: 15px 12px; gap: 10px; flex-direction: column; }
    .faq_a_mark { width: 24px; height: 24px; font-size: 13px; align-self: flex-start; }
    .faq_answer_text { font-size: 13px; line-height: 1.6; }
    .input_wrap { padding: 8px; }
    .form_input_group { gap: 6px; flex-direction: row; flex-wrap: wrap; }
    .user_btn_wrap { justify-content: center; }
    /* 테이블 반응형 */
    .user_certi_table table { min-width: 700px; }
    .table_header_10, .table_row_10 { min-width: 650px; }
    .table_header_1, .table_row_1 { min-width: 250px; }
    /* 검색박스 반응형 */
    .user_sear_wrap { gap: 8px; padding: 10px; }
    .user_sear_con { flex-direction: column; align-items: stretch; gap: 6px; }
    .user_input_select.type02, .user_input_txt.type02 { width: 100%; }
    .user_sear_btn { width: 100%; }
} 
