@charset "utf-8";

/**  로그인 **/
.login_wrap {display: flex;justify-content: center;height: 100%;align-items: center;}
.login_inner {display:flex;flex-direction: column;width: 100%;max-width: 920px;}
header.login {text-align:center;}
header.login h1 {margin-bottom:50px;font-size: 0;}
header.login h1 a {display:inline-block;max-width:250px;width:100%;height: 38px;background:url('../images/logo.svg') no-repeat 0 0 / 100%;text-indent:-9999px;}
.login_contents_wrap {background:#fff;border-radius:10px;box-shadow:0px 1px 54px rgba(0,0,0,.1);display: flex;overflow:hidden;width: 100%;}
.login_contents_wrap .left_cont_wrap {background: url(../images/bg_login.png) no-repeat 0 0 / cover;color: #fff;width: 475px;display: flex;flex-direction: column;justify-content: flex-end}
.login_contents_wrap .left_cont_wrap .text_box {padding: 50px 44px;}
.login_contents_wrap .left_cont_wrap .text_box strong {font-size: 32px;}
.login_contents_wrap .left_cont_wrap .text_box p {font-size: 13px;opacity: 0.8;line-height: 24px;margin-top: 3px;font-weight: 200;letter-spacing: 1px}
.login_contents_wrap .right_cont_wrap {text-align: center;max-width: 445px;width: 100%;padding: 6% 0;}
.login_contents_wrap .right_cont_wrap h2 {font-size: 30px;color:#000;font-weight:800}
.login_contents_wrap .right_cont_wrap h2 strong {font-weight:800;display:none;}
.login_contents_wrap .right_cont_wrap p {margin-top: 10px;color:#898989;font-weight:400;}
.login_contents_wrap .right_cont_wrap p em {color:#1783B5}
.login_form_inner {max-width: 349px;width: 100%;margin: 20px auto 0;text-align: left}
.login_form_inner fieldset ul {display: flex;flex-direction: column;gap: 5px;}
.login_form_inner fieldset ul li {}
.login_form_inner fieldset ul li span {display: block;position:relative;}
.login_form_inner fieldset ul li .id_icon:before {content:'';width:17px;height:17px;background:url('../images/icon_id.svg') no-repeat 0 0 / 100%;position:absolute;top: 50%;left: 15px;z-index: 1;margin-top: -8px;}
.login_form_inner fieldset ul li .pw_icon:before {content:'';width:17px;height:17px;background:url('../images/icon_pw.svg') no-repeat 0 0 / 100%;position:absolute;top: 50%;left: 15px;z-index: 1;margin-top: -8px;}
.login_form_inner fieldset ul li .otp_icon:before {content:'';width:17px;height:17px;background:url('../images/icon_otp.svg') no-repeat 0 0 / 100%;position:absolute;top: 50%;left: 15px;z-index: 1;margin-top: -8px;}
.login_form_inner fieldset ul li .name_icon:before {content:'';width:17px;height:17px;background:url('../images/icon_name.svg') no-repeat 0 0 / 100%;position:absolute;top: 50%;left: 15px;z-index: 1;margin-top: -8px;}
.login_form_inner fieldset ul li input[type="text"], .login_form_inner fieldset input[type="password"] {border:1px solid #D4D4D4;height:48px;width: 100%;border-radius: 3px;padding: 0 0 0 40px;}
.login_form_inner fieldset .btn_login {background:#2ca6e0;border:0;color:#fff;width:100%;border-radius:3px;font-size: 16px;padding: 12px 0;margin-top:10px;font-weight: 600;cursor: pointer}
.join_link {margin-top:25px;}
.join_link a {text-decoration:underline;}

/**  비밀번호 찾기 **/
.login_inner.find_pw_wrap {max-width:445px;}

/**  대시보드 **/
.dashboard_cont_wrap {display:flex;flex-wrap: wrap;gap:20px;padding:20px;}
.dashboard_cont_wrap .dashboard_cont_list {background:#fff;padding:30px;box-shadow: 1px 1px 19px rgba(0, 0, 0, .1);flex:1 1 49%}
.main_tit_head {display:flex;align-items: center;justify-content: space-between;}
.main_tit_head h3 {color:#212121;font-size: 18px;}
.main_tit_head h3 em {color: #a6a6a6;font-weight: 600;}
.main_tit_head h3 em.f_type {color: #144EE4;font-weight: 600;font-size:14px;}
.main_tit_head span {display:inline-block;padding:2px 10px;border:1px solid #144EE4;border-radius:30px;color:#666;font-size:13px;}
.main_tit_head span strong {color:#144EE4;}
.main_list_wrap {margin-top: 30px;}
.main_list_wrap ul {}
.main_list_wrap ul li {display:flex;justify-content: space-between;align-items: center;gap:10px;padding: 5px 5px;position:relative;}
.main_list_wrap ul li:hover {cursor:pointer;}
.main_list_wrap ul li:hover:before {content:'';width:100%;height:40px;background:#f5fcfe;border:2px solid #3bcbe7;position:absolute;top:-4px;left:0;z-index:0}
.main_list_wrap ul li a {padding-left:15px;flex-grow:1;position:relative;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-wrap: break-word;line-height: 18px;height: 20px;overflow: hidden;}
.main_list_wrap ul li a:before {content:'';width:3px;height:3px;background:#333333;border-radius:100%;position:absolute;top:50%;left:0;}
.main_list_wrap ul li:hover a:before {content:none;}
.main_list_wrap ul li em {flex-shrink: 0;color:#999999;padding-left:20px;z-index:1}
.main_list_wrap ul li.new_notice a {padding-left:0;}
.main_list_wrap ul li.new_notice a:before {content:none;}
.new {display:inline-block;background:#f27c3a;color:#fff;font-style: normal;font-size:10px;border-radius:50px;padding:2px 10px;z-index:1;}
.dashboard_cont_wrap .btn_more {display:block;margin-top:25px;padding: 10px 0;border-radius:50px;background:#f2f4fa;color:#77889A;text-align:center;transition: all 0.7s;}
.dashboard_cont_wrap .btn_more:hover {background:#1d68c7;color:#fff;}
.dashboard_cont_list .table_layout table {min-width: auto;}
.dashboard_cont_list.main_calendar {background:#2e70d2;}
.main_calendar .main_tit_head h3, .main_calendar .main_tit_head .btn_more02 {color:#fff}
.main_calendar_wrap {margin-top:20px;}
.main_calendar_wrap .c_head {display: flex;justify-content: center;align-items: center;gap: 10%;}
.main_calendar_wrap .c_head strong {color:#fff;order:2;font-size: 20px;line-height: 20px;}
.main_calendar_wrap .c_head .prev {display:block;width:9px;height:15px;background:url('../images/btn_prev.png') no-repeat 0 0;text-indent:-9999px;order:1;}
.main_calendar_wrap .c_head .next {display:block;width:9px;height:15px;background:url('../images/btn_next.png') no-repeat 0 0;text-indent:-9999px;order:3;}
.main_calendar_table {padding: 0 20px;position:relative;margin-top: 25px;}
.main_calendar_table:before {content:'';width:100%;height: 50px;background:#1E5BB6;border-radius:50px;position:absolute;top: -4px;left:0;z-index: 0;}
.main_calendar_table table {width:100%;position: relative;}
.main_calendar_table table th {color:#fff;padding: 10px 0 15px;}
.main_calendar_table table td {color:#fff;text-align:center;height: 40px;}
.main_calendar_table table td a {width:40px;height:40px;background:#3f8de8;border-radius:100%;display:flex;justify-content: center;align-items: center;margin: 0 auto;position:relative;}
.main_calendar_table table td a span {display:none;position:absolute;top: 38px;width:250px;padding:5px;background:#FFF9F1;border:1px solid #E29E3A;color:#49382E;border-radius:30px;z-index:1;}
.main_calendar_table table td a span:before {content:'';width:17px;height:5px;background:url('../images/bl_calendar.png') no-repeat 0 0;position:absolute;top: -5px;left:50%;margin-left:-8px;}
.main_calendar_table table td.l-side a span {left:-10px;}
.main_calendar_table table td.l-side a span:before {left:22px;margin-left:0;}
.main_calendar_table table td.r-side a span {right:-10px;}
.main_calendar_table table td.r-side a span:before {left:auto;right:22px;margin-left:0;}
.main_calendar_table table td a:hover span {display:block;}
.dashboard_cont_list.bg_none {background:none;box-shadow:none;padding:0;}
.graph_status_wrap {display:flex;flex-direction: column;gap: 20px;}
.opt_status_wrap {background:#fff;box-shadow: 1px 1px 19px rgba(0, 0, 0, .1);padding: 28px;}
.opt_status_inner {margin-top: 15px;}
.opt_status_inner ul {display: flex;justify-content: center;}
.opt_status_inner ul li {display: flex;flex-direction: column;align-items: center;gap:12px;position:relative;}
.opt_status_inner ul li+li {padding-left:30px;margin-left:30px;}
.opt_status_inner ul li+li:before {content:'';width:1px;height:100%;background:#E6E6E6;position:absolute;top:0;left:0;}
.opt_status_inner ul li strong.tit {background: #1C6BB4;color: #fff;border-radius: 30px;padding: 5px 18%;max-width: 155px;}
.opt_status_inner ul li strong.tit.bg {background: #2CA6E0;}
.opt_status_inner ul li strong.month {color:#005ACC;font-size:13px;}
.status_data span {font-size:13px;color:#999;padding:0 2px;}
.status_data span strong {font-size:16px;color:#333}
.opt_graph_inner {display:flex;justify-content: center;align-items: center;margin-top: 15px;gap: 10%;}
.graph_ex {max-width: 300px;width: 100%;}
.graph_ex ul {display:flex;flex-direction: column;gap: 5px;}
.graph_ex ul li {display:flex;gap:10px;font-size:14px;align-items: center;}
.graph_ex ul li > strong {padding-left:15px;position:relative;}
.graph_ex ul li > strong:before {content:'';width:8px;height:8px;border-radius:100%;position:absolute;top:50%;left:0;margin-top:-4px;}
.graph_ex ul li > strong.bg_orange:before {background:#F18427}
.graph_ex ul li > strong.bg_blue:before {background:#2CA6E0}
.graph_ex ul li > strong.bg_blue02:before {background:#1C6BB4}
.graph_ex ul li p {padding:2px 0;background:#F7F8FA;text-align:center;flex-grow:1;border-radius: 3px;color:#999999;}
.graph_ex ul li p strong {color:#333333;}

/**  대시보드 **/
.icon_wrap {display:flex;gap:30px;margin-bottom:50px;}
.icon_wrap a {flex: 1 1 30%;border: 1px solid #e5e5e5;background: #f5f6f7;border-radius: 15px;padding: 2% 3%;font-size: 19px;font-weight: 600;display: flex;justify-content: center;align-items: center;gap: 15px;}
.icon_wrap a:before {content:'';width: 40px;height: 40px;}
.icon_wrap a.ico_members {background: #eff8ff;border: 1px solid #ddebf5;}
.icon_wrap a.ico_registration {background: #fff9ef;border: 1px solid #f7eddc;}
.icon_wrap a.ico_information {background: #fdefff;border: 1px solid #f5e4f7;}
.icon_wrap a.ico_members:before {background:url('../images/ico_members.svg') no-repeat 0 0 / 100%;}
.icon_wrap a.ico_registration:before {background:url('../images/ico_registration.svg') no-repeat 0 0 / 100%;}
.icon_wrap a.ico_information:before {background:url('../images/ico_information.svg') no-repeat 0 0 / 100%;}
.icon_wrap a:hover {color:#fff;transition: all .15s;}
.icon_wrap a.ico_members:hover {background: #1879c5;border:1px solid #1879c5}
.icon_wrap a.ico_members:hover:before {background:url('../images/ico_members_on.svg') no-repeat 0 0 / 100%;}
.icon_wrap a.ico_registration:hover {background: #c58118;border:1px solid #c58118}
.icon_wrap a.ico_registration:hover:before {background:url('../images/ico_registration_on.svg') no-repeat 0 0 / 100%;}
.icon_wrap a.ico_information:hover {background: #6418c5;border:1px solid #6418c5}
.icon_wrap a.ico_information:hover:before {background:url('../images/ico_information_on.svg') no-repeat 0 0 / 100%;}

/**  서브 **/
.sub_cont_wrap {padding:40px}
.etc_wrap {padding:40px}
.etc_wrap ul {border: 1px solid #d0d9e5;padding: 16px;margin-top: 10px;background-color: #ecf2f9}
.etc_wrap ul li {display: flex;margin-bottom: 5px;gap: 16px;}
.etc_wrap ul li strong {min-width: 117px;text-align: right;}

/**  회원정보 수정 **/
.member_modify_wrap {max-width:700px;width:100%;border:1px solid #e5e5e5;border-radius:10px;background:#fff;margin:20px auto 0;padding: 50px;box-shadow: 1px 1px 19px rgba(0, 0, 0, .1);}
.modify_inner {margin-bottom:30px;}
.modify_inner ul {border-top: 1px solid #333;}
.modify_inner ul li {display: flex;align-items: center;gap:10px;border-bottom: 1px solid #e5e5e5;}
.modify_inner ul li label {max-width:120px;width:100%;text-align:center;padding: 15px 0;font-weight: 700;}
.modify_inner ul li select {max-width:170px;width:100%;}
.td_form {display:flex;align-items: center;gap:5px;width: 100%;}
.td_form select {width:30%;}
.td_form input[type="text"] {width:35%;}

/**  서브 탭메뉴 **/
.s_tab {display: flex;gap: 5px;margin-bottom: 30px;}
.s_tab li {flex-grow: 1;}
.s_tab li a {background: #fafafa;display: block;text-align: center;border: 1px solid #dfdfdf;padding: 10px 0;border-radius: 3px;}
.s_tab li a:hover, .s_tab li.on a {border: 1px solid #0f379f;color: #0f379f;font-weight:800;background:#fff}

/**  검색 **/
.search_wrap {display: flex;padding: 20px 40px;flex-direction: column;align-items: center;gap: 13px;}
.search_wrap.pd0 {padding: 0;}
.search_wrap ul {display: flex;gap: 20px;flex-wrap: wrap;width: 100%;}
.search_wrap.col30 ul li {flex: 1 1 30%;}
.search_wrap ul li {display:flex;align-items: center;gap: 5px;flex: 1 1 49%;}
.search_wrap ul li.keyword_form {/* width:40%; */}
.search_wrap.majority ul li {width: 17%;}
.search_wrap ul li label {font-weight: 600;flex-shrink: 0;min-width: 103px;text-align: right;padding-right: 7px}
.search_wrap.col30 ul li label {min-width: auto}
.search_wrap ul li input[type="text"] {width:100%;}
.search_wrap ul li select {width: 100%;min-width: 100px;}
.search_wrap.majority ul li.keyword_form {flex-grow: 1;}
.datepicker {position:relative;display: inline-block;max-width: 250px;width: 100%;}
.ui-datepicker-trigger {width:auto;}
.search_wrap.s_type {flex-direction: row;}

/**  table-layout **/
.table_desc {margin-bottom:10px;display:flex;align-items: center;justify-content: space-between;}
.table_desc p strong {color:#004dc1}
.table_desc select {width:100px;}
.table_layout {position:relative;overflow: hidden;overflow-y: auto;margin-bottom:30px;}
.table_layout table {border-top: 1px solid #333;width: 100%;min-width: 640px;table-layout: fixed;}
.table_layout table th {text-align: center;border-bottom: 1px solid #333;padding: 8px 5px;position:relative;}
.table_layout table th+th:before {content:'';width:1px;height:15px;background:#e1e7eb;position:absolute;left:0;top:50%;margin-top:-7px;}
.table_layout table th[colspan] {border-bottom:1px solid #e1e7eb}
.table_layout table th[colspan]:before {content:none;}
.table_layout table th[colspan]+th[colspan] {border-left:1px solid #e1e7eb}
.table_layout table th[rowspan] {border-right:1px solid #e1e7eb}
.table_layout table th[rowspan]+th:before {content:none}
.table_layout table th.line_type {border-right:1px solid #e1e7eb}
.table_layout table th.line_type+th:before {content:none;}
.table_layout table td {height:47px;border-bottom: 1px solid #d8d8d8;padding: 0 5px;text-align: center;color: #666666;position:relative;z-index:1;}
.table_layout table td a {display:block;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-wrap: break-word;line-height: 18px;height: 20px;overflow: hidden;}
.table_layout.td_bd table td {border-left:1px solid #d8d8d8}
.table_layout.td_bd table td:first-child {border-left:0}
.table_layout.td_bd table td[rowspan] {border-right:1px solid #d8d8d8}
.table_layout table tbody tr:hover td:before {content:'';width:100%;height:calc(100% + 2px);background:#f5fcfe;border-top:2px solid #3bcbe7;border-bottom:2px solid #3bcbe7;position:absolute;top:-1px;left:0;z-index:-1;}
.table_layout table tbody tr:hover td:first-child:before {border-left:2px solid #3bcbe7;}
.table_layout table tbody tr:hover td:last-child:before {border-right:2px solid #3bcbe7;}
.table_layout table tbody tr:hover td a {color:#0e3c81;font-weight:600;text-decoration:underline;}
.scroll_img {display:none;position: absolute;top: 50%;left: 50%;height: 100px;width: 100px;background: rgba(43, 123, 208, 0.82) url(../images/scroll_img.png) no-repeat center / 76%;text-indent: -999em;border-radius: 100%;margin-top: -50px;margin-left: -50px;z-index:3}
tr.selected td:before {content:'';width:100%;height:calc(100% + 2px);background:#f5fcfe;border-top:2px solid #3bcbe7;border-bottom:2px solid #3bcbe7;position:absolute;top:-1px;left:0;z-index:-1;}
tr.selected td:first-child:before {border-left:2px solid #3bcbe7;}
tr.selected td:last-child:before {border-right:2px solid #3bcbe7;}
tr.selected td a {color:#0e3c81;font-weight:600;text-decoration:underline;}

.table_layout02 {position:relative;overflow: hidden;margin-bottom:30px;}
.table_layout02.big_table {overflow-x: auto;}
.table_layout02.big_table table {min-width: 1800px;}
.table_layout02.t_bg {padding: 10px;background-color: #1a2a62}
.table_layout02 > table {border-top: 1px solid #e5e5e5;width:100%;min-width: 1200px;table-layout: fixed;background-color: #fff}
.popup_inner .table_layout02 > table {min-width: auto}
.table_layout02 > table > thead > tr > th {padding:10px 0;background: #f5f6f7;border-bottom: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5;}
.table_layout02 > table > thead > tr > th:first-child {border-left:0;}
.table_layout02 > table > tbody > tr > th {width:150px;padding:11px 7px;background:#f5f6f7;border-bottom: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;}
.table_layout02 > table > tbody > tr > th.bl {border-left: 1px solid #e5e5e5;}
.table_layout02 > table > tbody > tr > th select {background-color:#fff}
.table_layout02 > table > tbody > tr > td {padding:6px;border-bottom: 1px solid #e5e5e5;}
.table_layout02 table .point {position:relative;}
.table_layout02 table .point:after {content:'';display:block;position:absolute;top:-5px;right:-5px;width:0;height:0;border:5px solid;border-color:#ff0051 transparent transparent transparent;transform:rotate(225deg)}
.table_layout02 table .textarea-view {min-height:150px;}
.popup_inner .table_layout02 table td input[type="text"] {width: 100%;}
.table_layout02 table td select {max-width: 250px;width: 100%;}
.table_layout02 table td .td_form {width:30%;}
.table_layout02 table td .td_form.min_w {min-width: 300px;}
.table_layout02 table tr.bg_type td {background:#fff0f0;color:#f00;font-weight:bold;}
.table_layout02 table tr.bg_type td:first-child {color:#333}
.table_layout02.list_type table th[rowspan] {border-right:1px solid #e5e5e5;}
.table_layout02.list_type table th[rowspan]:last-child {border-right:0;}
.table_layout02.list_type table td {min-height: 39px;padding:6px 10px;border-left:1px solid #e5e5e5;text-align:center;word-wrap: break-word;}
.table_layout02.list_type table td[rowspan] {border-right:1px solid #e5e5e5;}
.table_layout02.list_type table td:first-child {border-left:0;}

.table_layout02.list_type  table tbody tr td {position:relative;z-index:1}
.table_layout02.list_type  table tbody tr:hover td:before {content:'';width:100%;height:calc(100% + 2px);background:#f5fcfe;border-top:2px solid #3bcbe7;border-bottom:2px solid #3bcbe7;position:absolute;top:-1px;left:0;z-index:-1;}
.table_layout02.list_type  table tbody tr:hover td:first-child:before {border-left:2px solid #3bcbe7;}
.table_layout02.list_type  table tbody tr:hover td:last-child:before {border-right:2px solid #3bcbe7;}
.table_layout02.s_table {}
.table_layout02.s_table table {min-width: auto;}

.a_link {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display:block;color: #0039a5;font-weight: 600;cursor: pointer;}
.a_link:hover {color: #0e3c81;font-weight: 600;text-decoration: underline}
.table_layout02.list_type table td .ellipsis {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display:block}

.o_h_500 {overflow-y: auto;max-height: 500px;}
.o_h_300 {overflow-y: auto;max-height: 300px;}
.big_w > table {min-width: 1024px;}
.big_w02 > table {min-width: 1400px;}
.big_w03 > table {min-width: 1600px;}
.table_layout02 table td .td_form select {max-width:none;width: 30%;}
.table_layout02 table td .table_layout {margin-bottom:10px;}
.br_none {display:none}

/**  달력 테이블 **/
.ym_wrap {display:flex;justify-content: center;align-items: center;gap: 40px;margin-bottom:20px;position:relative;}
.ym_wrap strong {font-size:25px;font-weight:800;order:2;line-height: 25px;}
.ym_wrap .prev {display:inline-block;width:10px;height:17px;background:url('../images/btn_prev02.png') no-repeat 0 0 / 100%;order:1;text-indent:-9999px;}
.ym_wrap .next {display:inline-block;width:10px;height:17px;background:url('../images/btn_next02.png') no-repeat 0 0 / 100%;order:3;text-indent:-9999px;}
.calendar_table {border-top: 2px solid #3b7ab8;}
.calendar_table table {table-layout: fixed;width:100%;min-width: 640px;}
.calendar_table table th {background:#eef4fa;border:1px solid #e5e5e5;padding:10px;color: #215dbe;}
.calendar_table table td {border:1px solid #e5e5e5;padding: 10px;height: 150px;vertical-align: top;}
.calendar_table table td:first-child, .calendar_table table td:last-child {color:#c8c8c8}
.calendar_table table td .today {color:#d30000}
.calendar_table table td p {margin-top:5px;padding: 3px 10px;}
.calendar_table table td p a {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-wrap: break-word;line-height: 18px;height: 18px;overflow: hidden;}
.calendar_table table td .calendar_bg01 {background: #e2e2e2;}
.calendar_table table td .calendar_bg02 {background: #d6edbc;}
.calendar_table table td .calendar_bg03 {background: #ffdbbc;}
.calendar_table table td .calendar_bg04 {background: #c1e6f1;}
.ym_wrap .btn_today {padding:5px 15px;border:1px solid red !important;border-radius:3px;font-weight:bold;color:red;position:absolute;top:-5px;right:0;}

.divide_wrap {display: flex;}
.left_content {flex:1 1 30%;padding-right: 15px;}
.right_content {flex:1 1 70%;padding-left: 15px;}

.icon_del {margin-left: 5px;min-width: 20px;height: 20px;background: #212121 url(../images/icon_del.png) no-repeat center center;text-indent: -9999px;display: inline-block;border-radius: 100%;}
.file_list {margin-bottom:30px; flex-wrap: wrap;}
.file_list p {background: #ddebff;padding: 5px 60px 5px 15px;border-radius: 5px;position: relative;}
.file_list p a {position:absolute;top:50%;right:15px;margin-top:-10px;}
.file_upload label {display: inline-block;width:34px;height:34px;border-radius:3px;color: #fff;vertical-align: middle;background-color: #1e4d94;cursor: pointer;background-image:url(../images/icon_file_upload.png); background-repeat: no-repeat; background-position:50% 50%;transition: all 0.3s;}
.file_upload label span {display:inline-block;text-indent:-9999px;}
.file_upload label:hover{background-color:#042b65;}
.file_upload input[type="file"] {position: absolute;width: 0 !important;height: 0 !important;padding: 0;overflow: hidden;border: 0;}
.file_upload .file_txt{margin-left:5px;color:#999;}
.progress {display:inline-block;width: 66px;padding: 3px 10px;border-radius: 3px;font-size: 13px;}
.progress.c01 {color: #2c6eb8;background: #e6f2fc;}
.progress.c02 {color: #707070;background: #f3f3f3;}
.progress.c03 {color: #8b4fae;background: #f6ecff;}

/* paging */
.paging_wrap {display:flex;align-items: center;justify-content: center;gap:5px;}
.paging_wrap > a {display:inline-block;width: 30px;height: 30px;line-height: 36px;text-indent: -10000em;border: 1px solid #efefef;border-radius: 3px;}
.paging_wrap .first {background:url('../images/first_page.png') no-repeat center; }
.paging_wrap .previous {background:url('../images/previous_page.png') no-repeat center; }
.paging_wrap .next {background:url('../images/next_page.png') no-repeat center; }
.paging_wrap .last {background:url('../images/last_page.png') no-repeat center; }
.paging_wrap .namber {font-size:14px; display: flex; gap: 4px;}
.paging_wrap .namber a {display:inline-block;width: 30px;height: 30px;line-height: 30px;border-radius: 3px;background: #ededed;text-align:center}
.paging_wrap .namber a:hover {background: #1a448b;color:#fff}
.paging_wrap .namber strong {display:inline-block;width: 30px;height: 30px;line-height: 30px;border-radius: 3px;background: #1a448b;text-align:center;color:#fff}

/**  버튼 **/
.btn_wrap {text-align:center;}
.btn_wrap.r_type {text-align:right;margin-top:-35px;}
.btn_wrap.right {text-align:right;margin-bottom: 10px}
.btn_logout {display:inline-block;padding: 6px 25px;background:#333333;color:#fff;border-radius:50px;margin-left: 15px;}
.btn_basic.exsel {border: 1px solid #1f7044;color: #1a9150;}
.btn_basic.exsel span {position:relative;padding-left: 23px;}
.btn_basic.exsel span:before {content:'';width:19px;height:19px;background:url('../images/px_excel.png') no-repeat 0 center;position:absolute;top:50%;left:0;margin-top:-9px;}
.btn_basic {display: inline-block;padding: 5px 2%;min-width: 80px;color:#1e4c92;border-radius:3px;text-align:center}
.s_btn_basic {display: inline-block;padding: 6px 10px;min-width: 50px;color:#1e4c92;border-radius:3px;text-align:center;font-size: 14px;font-family: 'NotoSansKR';}
.bg_type01 {background:#1e4c92;border:1px solid #1e4c92;color:#fff;transition:all 0.7s;}
.bg_type01:hover {background: #12376f;border: 1px solid #12376f;transition:all 0.7s;color: #fff !important;font-weight: 400 !important;}
.bg_type02 {background:#4d4d4d;border:1px solid #4d4d4d;color:#fff;transition:all 0.7s;}
.bg_type02:hover {background:#2f2e2e;border:1px solid #2f2e2e;color:#fff;transition:all 0.7s;}
.bg_type03 {background:#1d68c7;border:1px solid #1d68c7;color:#fff}
.bg_type04 {background: #dbdbdb;border: 1px solid #dbdbdb;color: #333;}
.line_type01 {border:1px solid #1e4c92;font-weight:600;transition:all 0.7s;}
.line_type01:hover {background:#e9f2ff;transition:all 0.7s;}
.line_type02 {border:1px solid #212121;color:#212121;font-weight:600;transition:all 0.7s;}
.line_type02:hover {background:#e9e9e9;transition:all 0.7s;}
.add_bt {display: inline-block;border: 1px solid #dbdbdb;padding: 5px 17px;border-radius: 3px;background-color: #f0f3f9}

.bg_type06 {background:#1e4c92;border:1px solid #1e4c92;color:#fff;transition:all 0.7s;}
.bg_type06:hover {background: #12376f;border: 1px solid #12376f;transition:all 0.7s;color: #fff !important;font-weight: 400 !important;}
.bg_type07 {background:#4d4d4d;border:1px solid #4d4d4d;color:#fff;transition:all 0.7s;}
.bg_type07:hover {background:#2f2e2e;border:1px solid #2f2e2e;color:#fff;transition:all 0.7s;}

.btn_search {display:inline-block;background:#1d68c7;color:#fff;border-radius:3px;text-align: center;padding: 8px 40px;}
.btn_search:hover {background: #1a2a62}
.btn_search.ss {display:inline-block;background:#1d68c7;color:#fff;border-radius:3px;text-align: center;padding:6px 15px}
.btn_search.ss:hover {background: #1a2a62}

.s_btn_basic.add {border:1px solid #1d68c7;color:#1d68c7;font-weight:600;}
.s_btn_basic.add:hover {background:#1d68c7;color:#fff}
.s_btn_basic.add span {padding-left: 22px;background:url('../images/icon_btn_add.png') no-repeat 0 center;}
.s_btn_basic.add:hover span {background:url('../images/icon_btn_add_hover.png') no-repeat 0 center;}
.s_btn_basic.del {border:1px solid #c40000;color:#c40000;font-weight:600;}
.s_btn_basic.del:hover {background:#c40000;color:#fff}
.s_btn_basic.del span {padding-left: 22px;background:url('../images/icon_btn_del.png') no-repeat 0 center;}
.s_btn_basic.del span:hover {background:url('../images/icon_btn_del_hover.png') no-repeat 0 center;}

.s_btn_basic.print {border:1px solid #212121;color:#212121;font-weight:600;}
.s_btn_basic.print:hover {background:#212121;color:#fff}
.s_btn_basic.print span {position:relative;padding-left:22px;}
.s_btn_basic.print span:before {content:'';width:16px;height:16px;background:url('../images/icon_print.svg') no-repeat 0 0 / 100%;position:absolute;top:50%;left:0;margin-top:-7px;}
.s_btn_basic.print:hover span:before {background:url('../images/icon_print_hover.svg') no-repeat 0 0 / 100%;}

.s_btn_basic.upload {border:1px solid #212121;color:#212121;font-weight:600;}
.s_btn_basic.upload:hover {background:#212121;color:#fff}
.s_btn_basic.upload span {position:relative;padding-left:22px;}
.s_btn_basic.upload span:before {content:'';width:16px;height:16px;background:url('../images/icon_upload.svg') no-repeat 0 0 / 100%;position:absolute;top:50%;left:0;margin-top:-7px;}
.s_btn_basic.upload:hover span:before {background:url('../images/icon_upload_hover.svg') no-repeat 0 0 / 100%;}

.s_btn_basic.download {border:1px solid #212121;color:#212121;font-weight:600;}
.s_btn_basic.download:hover {background:#212121;color:#fff}
.s_btn_basic.download span {position:relative;padding-left:22px;}
.s_btn_basic.download span:before {content:'';width:16px;height:16px;background:url('../images/icon_download.svg') no-repeat 0 0 / 100%;position:absolute;top:50%;left:0;margin-top:-7px;}
.s_btn_basic.download:hover span:before {background:url('../images/icon_download_hover.svg') no-repeat 0 0 / 100%;}

.btn_search span {display:inline-block;background: url('../images/icon_btn_search.png') no-repeat left;padding-left: 20px}
.btn_delete {background: #555555 url(../images/ico_close.png) no-repeat center;width: 25px;height: 25px;display: inline-block;text-indent: -9999px;padding: 0;border-radius: 100%;background-size: 9px 8px;}

.statistics_wrap ul {display: flex;margin: 0 -15px;flex-wrap: wrap;}
.statistics_wrap ul li {flex: 1 1 25%;padding: 15px}
.statistics_wrap ul li .statistics_inner {border: 1px solid #d8dfe5;border-radius: 10px;overflow: hidden;}
.statistics_wrap ul li .statistics_inner .graph_inner {}
.statistics_wrap ul li .statistics_inner .graph_inner img {max-width: 500px;}
.statistics_wrap ul li .statistics_inner p {text-align: center;background-color: #e7ebef;padding: 10px 0}
.t_print table {min-width: auto}
.graph_wrap {border: 1px solid #d8dfe5;border-radius: 10px;padding: 20px;margin-bottom: 30px}

.project_tree {display: flex;justify-content: space-between;align-items: center}
.project_tree > strong {display: flex;gap: 5px;align-items: center;}
.project_tree > strong > span {display:block;position: relative;width: 20px;height: 20px;}
.project_tree > strong > span:before {content: "";display: inline-block;width: 20px;height: 20px;border: 1px solid #2f76bc;border-radius: 3px;background: url(../images/open.svg) no-repeat center;}
.project_tree > strong > span.on {position: relative;font-weight: 800;color: #005ab3}
.project_tree > strong > span.on:before {content: '';background: url(../images/close.svg) no-repeat center;}

.project_2nd  {display:none}
.project_2nd .project_tree {margin-left: 15px}

.divide_wrap {display: flex;}
.left_content {flex:1 1 30%;padding-right: 15px;}
.right_content {flex:1 1 70%;padding-left: 15px;}
.left_content02 {flex:1 1 35%;padding-right: 20px;}
.right_content02 {flex:1 1 65%;padding-left: 20px;}

/**  popup **/
.bg_overlay {display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#000;opacity:.7;z-index:1;}
.layer_popup {display:none;position: fixed;top:0;left:0;z-index:2;width: 100%;height: 100vh;}
.layer_popup_wrap {width: 100%;height: 100vh;display:flex;justify-content: center;align-items: center;}
.popup_wrap {max-width:500px;width:100%;min-width: 360px;border-radius: 10px;position:relative;}
.popup_wrap.wp700 {min-width: 700px}
.popup_wrap.wp1000 {min-width: 1000px}
.popup_wrap .p_tit {padding: 12px 20px;background:#1a2a62;color:#fff;font-size:20px;border-radius: 10px 10px 0 0}
.popup_inner {padding:20px;border:2px solid #1a2a62;background:#efefef;border-radius: 0 0 10px 10px;background-color: #fff;overflow-y: auto;max-height: 600px}
.popup_inner .p_tit_s {margin-bottom:15px;font-size:16px;color: #212121;}
.notify_list {max-height: 500px;overflow-x: hidden;overflow-y: auto;height: 100%;}
.notify_list ul {display: flex;flex-direction: column;gap: 10px;}
.notify_list ul li {padding: 15px;background:#fff;box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);border-radius: 5px;}
.notify_list ul li > a {font-weight:600;color:#212121;}
.notify_list ul li p {color:#666;font-size:14px;display: flex;align-items: center;gap: 10px;margin-top: 10px;line-height: 15px;}
.notify_list ul li p button {display:inline-block;text-indent:-9999px;background:url('../images/icon_delete.svg') no-repeat 0 0 / 100%;padding: 0;width: 13px;height: 13px;}
.popup_inner .btn_more {display:block;margin-top: 20px;padding: 10px 0;border-radius: 50px;background: #dce0ea;color: #7a83a0;text-align: center;transition: all 0.7s;}
.popup_inner .btn_more:hover {background:#1d68c7;color:#fff;}
.popup_wrap .pop_close {display:inline-block;text-indent:-9999px;width:16px;height:16px;background:url('../images/btn_pop_close.png') no-repeat 0 0;position:absolute;top: 17px;right: 15px;}
.popup_wrap .no_data {padding:0 0 20px;color:#666;}
.search_group {display: flex;background: #fff;box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);border-radius: 5px;padding: 15px;gap: 5px;}
.search_group input[type="text"] {flex-grow:1;border-radius:3px;}
.search_group .search_btn {background:#1d68c7;color: #fff;border-radius: 3px;padding: 0 15px;}
.group_list {height: 400px;overflow-x:hidden;overflow-y:auto;background: #fff;border-radius: 5px;margin-top: 10px;padding: 15px;}
.group_list ul li {padding: 2px 0;}
.group_list ul li a {position:relative;padding-left:18px;}
.group_list ul li a:before {content:'';width:11px;height:11px;background:url('../images/bl_group.png') no-repeat 0 0 / 100%;position:absolute;top:50%;left:0;margin-top:-5px;}
.group_list > ul > li.on > a:before {background-position:0 bottom;}
.group_list > ul > li > ul > li.on > a:before {background-position:0 bottom;}
.group_list ul li ul {display:none;padding-left:18px;}
.group_list ul li ul li ul li span {position:relative;padding-left: 17px;}
.group_list ul li ul li ul li span:before {content:'';width: 12px;height: 12px;background:url('../images/icon_member.svg') no-repeat 0 0 / 100%;position:absolute;top:50%;left:0;margin-top: -5px;}
.group_pop_wrap .table_layout02 {background:#fff;padding: 30px;border-radius: 10px;box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);}
.group_pop_wrap .table_layout02 table {min-width:auto;margin-bottom:20px;}
.popup_wrap .table_layout02 .text_input_form {display:none;}
.m-height500 {overflow-y: auto;max-height: 500px}


/**  flex type **/
.flex_col {display: flex;align-items: center;gap: 5px}
.flex_between {display:flex;justify-content: space-between;}
.flex_1 {flex-grow:1;}
.flex_c {justify-content: center;}

/**  ETC **/
.tal {text-align:left;}
.c_red {color:#d80000 !important;font-size:14px;}
.c_yellow {color:#FFD600 !important}
.c_blue {color: #0078b8 !important}
.c_blue02 {color: #0F379F !important}
.c_gray {color: #212121 !important}
.bl_state {display: inline-block;background: #2CA6E0;color: #fff;max-width: 80px;width: 100%;border-radius: 30px;font-size: 14px;padding: 3px 0;}
.bl_state_line {display: inline-block;border:1px solid #ADADAD;color: #ADADAD;max-width: 80px;width: 100%;border-radius: 30px;font-size: 14px;padding: 3px 0;}
.h_bg_type {height: 10px;background: #f8f8f8;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
.print_wrap{/* border: 1px dashed #d1d1d1; *//* background: #f9f9f9; *//* padding: 10px; */display: flex;justify-content: flex-end;align-items: center;gap: 5px;}
.bl_dot {position:relative;padding-left:12px;margin-right:15px;}
.bl_dot:before {content:'';width:4px;height:4px;background:#333;border-radius:100%;position:absolute;top:50%;left:0;margin-top:-2px;}
.answer {position:relative;padding-left: 15px;margin-left: 10px;}
.answer.depth2 {margin-left: 26px}
.answer:before {content:'';position:absolute;background: url(../images/l.png) no-repeat;width: 9px;height: 11px;left: 0;top: 2px;}
.table_top_btn {flex-grow: 1;text-align: right;display: flex;justify-content: flex-end;gap: 5px;align-items: center}
.icon_file {background: url(../images/file.png) no-repeat;width: 16px;height: 18px;display: inline-block;vertical-align: -3px}
.bg_blue {background:#f9fcff;}
.bg_red {background:#fff3f3}
.px_lock {background: url(../images/px_lock.png) no-repeat center;text-indent: -999em;display: inline-block;width: 14px}
.notice {display: inline-block;background: #3182b8;color: #fff;max-width: 50px;width: 100%;border-radius: 50px;padding: 2px}

.flex_table {display: flex;flex-wrap: wrap;gap: 10px}
.flex_table span {display: flex;gap: 10px;align-items: center;}
.flex_table span label {text-align: right;min-width: 77px;}

.Depth {}
.Depth > a {background: url(../images/off.png) no-repeat center;display: inline-block;text-indent: -999em;width: 19px;margin-right: 3px}
.Depth > a.off {background: url(../images/on.png) no-repeat center}
.Depth.d_02 {margin-left: 25px;}
.Depth.d_03 {margin-left: 50px;}
.t_Depth {display:none}

.webtong_checkbox {position: relative;margin-right: 14px;padding-bottom: 6px;display: inline-block}
.webtong_checkbox input[type="checkbox"] {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip:rect(0,0,0,0); border: 0 }
.webtong_checkbox input[type="checkbox"] + label { display: inline-block; position: relative; padding-left: 25px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.webtong_checkbox input[type="checkbox"] + label:before { content: ''; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; text-align: center; background: #fafafa; border: 1px solid #cacece; border-radius: 2px}
.webtong_checkbox.long input[type="checkbox"] + label {padding-top: 5px;padding-left: 55px;}
.webtong_checkbox.long input[type="checkbox"] + label:before {width: 50px;height: 30px;border-radius: 20px}
.webtong_checkbox.long input[type="checkbox"]:checked + label:after {top: 5px;left: 23px;width: 22px;height: 22px;background: #3b5998;border-radius: 100%}
.webtong_checkbox.long input[type="checkbox"] + label:after {content: '';position: absolute;top: 5px;left: 5px;width: 22px;height: 22px;background: #b9b9b9;border-radius: 100%;transition: all .6s ease}

.s_check {display: inline-block;vertical-align: top;font-size: 0}
.s_check .toggle {position: relative;display: inline-block;width: 39px;height: 22px;vertical-align: top;cursor: pointer;line-height: 0;}
.s_check .toggle > input {position: absolute;opacity: 0;inset: 0;margin: 0;}
.s_check .toggle .track {position: absolute;inset: 0;background: #dddddd;border-radius: 999px;transition: background .2s ease;}
.s_check .toggle .track::after {content: "";position: absolute;top: 2px;left: 2px;width: 18px;height: 18px;border-radius: 50%;background: #ffffff;transition: transform .2s ease}
.s_check .toggle > input:checked + .track {background: #4b8cef;}
.s_check .toggle > input:checked + .track:after {transform: translateX(17px);}
.s_check .toggle > input:focus-visible + .track {outline: none;box-shadow: 0 0 0 3px rgba(52,199,89,0.3)}
.s_check .toggle > input:disabled + .track {opacity: .5;cursor: not-allowed}
.s_check .toggle > input:disabled + .track:after {box-shadow: none}
.s_check.toggle-sm .toggle{ width: 40px; height: 22px; }
.s_check.toggle-sm .track::after{ width: 16px; height: 16px; top:3px; left:3px; }
.s_check.toggle-sm .toggle > input:checked + .track::after{ transform: translateX(18px)}

.chapter_wrap {margin-top: 10px}
.option-row {display: flex;align-items: center;gap: 6px}
.option-row input[type="text"] {flex-grow: 1}
.option-row button[type="button"] {border: 1px solid #396ebf;padding: 0 14px;height: 34px;border-radius: 5px;color: #396ebf;background-color: #e0edff}
.option-row button[type="button"].del {border-color: #6c6c6c;color: #6c6c6c;background-color: #f3f3f3}
.option-row button[type="button"]:hover {background-color: #8dbdff}
.option-row button[type="button"].del:hover {background-color: #b5b5b5;}

.question_wrap {}
.question_wrap .question_btn {margin-bottom: 10px;}
.question_wrap .question_btn a {display: inline-flex;align-items: center;border: 1px solid #396ebf;padding: 0 52px;height: 34px;border-radius: 5px;color: #396ebf;background-color: #e0edff}
.question_wrap .question_btn a:hover {background-color: #8dbdff}
.question_wrap .question_inner {display: flex;border: 1px solid #e5eaf5;margin-bottom: 10px;}
.question_wrap .question_inner .tit_wrap {min-width: 170px;padding: 20px;background-color: #e5eaf5;text-align: center;}
.question_wrap .question_inner .tit_wrap strong {display: block;text-align: center;padding-right: 0px;margin-bottom: 10px;}
.question_wrap .question_inner .question_con {flex-grow: 1;padding: 20px}
.question_wrap .question_inner .question_con .question_row .del_btn {border: 1px solid #396ebf;padding: 0 14px;height: 34px;border-radius: 5px;border-color: #6c6c6c;color: #6c6c6c;background-color: #f3f3f3}
.question_wrap .question_inner .question_con .question_row .del_btn:hover {background-color: #b5b5b5;}
.question_wrap .question_inner .question_con .question_row {display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px}
.question_wrap .question_inner .question_con .question_row ul {display: flex;gap: 15px}
.question_wrap .question_inner .question_con .question_row ul li {display: flex;align-items: center;gap: 11px}
.question_wrap .question_inner .question_con .list_row {display: flex;gap: 10px;align-items: center;margin-bottom: 11px;}
.question_wrap .question_inner .question_con .list_row .list_first {min-width: 53px;text-align: right}
.question_wrap .question_inner .question_con .list_row .list_last {display: flex;min-width: 248px;}
.question_wrap .question_inner .question_con .list_row .del {border: 1px solid #6c6c6c;padding: 0 14px;height: 34px;border-radius: 5px;color: #6c6c6c;background-color: #f3f3f3}
.question_wrap .question_inner .question_con .list_row .del:hover {background-color: #b5b5b5;}
.question_wrap .question_inner.sub-question {margin-left: 40px; padding-left: 20px; border-left: 3px solid #e5e5e5; background: #fafafa;}
.del_btn {border: 1px solid #6c6c6c;padding: 0 14px;height: 34px;border-radius: 5px;color: #6c6c6c;background-color: #f3f3f3}
.del_btn:hover {background-color: #b5b5b5;}


.question_wrap .question_inner .question_con .question_btn_bottom {display: flex;justify-content: space-between}
.question_wrap .question_inner .question_con .question_btn_bottom .bottom_bnt {}
.question_wrap .question_inner .question_con .question_btn_bottom .bottom_bnt a {border: 1px solid #396ebf;padding: 0 14px;height: 34px;border-radius: 5px;color: #396ebf;background-color: #e0edff;display: inline-flex;align-items: center}

.file_wrap {display: flex;align-items: center;gap: 10px;min-width: 249px}

.file_label {padding: 6px 12px;background: #0066cc;color: #fff;cursor: pointer;border-radius: 4px;white-space: nowrap}
.fileName {display: inline-block;width: 93px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}

/* 동적 게시판 댓글 스타일 */
.comment_wrap { border-top: 1px solid #ddd; padding-top: 20px; }
.comment_list ul li { border-bottom: 1px solid #eee; padding: 10px 0; display: flex; justify-content: space-between; align-items: flex-start; }
.comment_list .info { margin-bottom: 5px; font-weight: bold; font-size: 0.95em; }
.comment_list .date { color: #888; font-size: 0.85em; margin-left: 10px; font-weight: normal;}
.comment_list .txt { white-space: pre-wrap; line-height: 1.4; color: #333; }
.comment_list .btn_del { margin-left: 10px; cursor: pointer; color: #dc3545; font-size: 0.9em; }
.comment_write { background: #f9f9f9; padding: 15px; margin-bottom: 20px; border: 1px solid #eee; }
.comment_write textarea { width: 100%; height: 80px; border: 1px solid #ddd; padding: 10px; resize: none; margin-top: 5px; }
.comment_write .top_area { display: flex; justify-content: space-between; margin-bottom: 5px; }
.comment_write input { height: 32px; padding: 0 10px; border: 1px solid #ddd; width: 200px; }

/* 이미지 미리보기 스타일 */
.img_preview_wrap { display: flex; flex-wrap: wrap; gap: 10px; padding: 10px 0; }
.img_preview_wrap img { max-width: 200px; max-height: 150px; border: 1px solid #ddd; object-fit: cover; }


/**  error **/
.error_wrap {display: flex;justify-content: center;height: 100%;align-items: center}
.error_wrap .error_inner {display: flex;flex-direction: column;text-align: center}
.error_wrap .error_inner img {width: auto}
.error_wrap .error_inner strong {display: block;font-size: 33px;font-weight: 300;margin-bottom: 12px;}
.error_wrap .error_inner strong span { font-weight: 800}
.error_wrap .error_inner p {margin-bottom: 35px;}
.error_wrap .error_inner em {display: block;margin-bottom: 42px;color: #767676}

.has_editor img {width: auto !important; height: auto !important;}

/* 조직도 관리 */
.organization_wrap {display: flex;flex-direction: column;margin:50px 0;z-index: 0;position: relative;}
.organization_wrap div  {text-align:center;position:relative;padding-bottom:50px;}
.organization_wrap div a {display:block;}
.organization_wrap div span {display:block;}
.organization_wrap > .level03 {text-align:right}
.organization_wrap > div > strong {display: inline-block;padding: 15px;max-width: 250px;width: 100%;text-align: center;border-radius: 10px;}
.organization_wrap > div > strong:after {content:'';width:1px;height: 50px;background:#bdbdbd;position:absolute;bottom: 0;left:50%;z-index:-1}
.organization_wrap > .level01 strong {background:#245c9c;color:#fff}
.organization_wrap > .level02 strong {background:#424242;color:#fff}
.organization_wrap > .level03 strong {background: #fff;margin-left: auto;color: #245c9c;outline: 2px solid #245c9c;outline-offset: -2px;}
.organization_wrap > .level03 strong:before {content:'';width:1px;height: 105px;background:#bdbdbd;position:absolute;bottom: 0;left:50%;z-index:-1}
.organization_wrap > .level03.h_big strong:before {height: 180px}
.organization_wrap > .level03.h_big strong:after {top: 61px;}
.organization_wrap > .level03 strong:after {width:50%;height:1px;bottom: auto;left:50%;top: 27px;z-index: -1;}
.organization_wrap .organizatio_list {background-color: #f5faff;border-radius: 6px;color: #1b1b1b;font-size: 15px;margin-top: 10px;padding: 11px;font-weight: 100}
.organization_wrap .organizatio_list li {display: flex;align-items: center;gap: 4px;justify-content: flex-start;}
.organization_wrap .organizatio_list li:before {content:'';background-color: #245cb9;width: 3px;height: 3px}
.organization_wrap .organizatio_list li.i_none:before {content:none}
.department_wrap {padding:50px 0 0 0 !important;}
.department_wrap > ul {display: flex;}
.department_wrap > ul > li {padding:0 15px;position:relative;width: 25%;}
.department_wrap > ul.w_50> li {width: 50%;}
.department_wrap > ul > li:before {content:'';width:1px;height:50px;background:#bdbdbd;position:absolute;top:-50px;left:50%;}
.department_wrap > ul > li:after {content:'';width:100%;height:1px;background:#bdbdbd;position:absolute;top:-50px;left:-50%;}
.department_wrap > ul > li:first-child:after {content:none;}
.department_wrap > ul > li .department_inner {padding:30px 20px;background: #f0f7ff;border-radius:10px;}
.department_wrap > ul > li .department_inner strong {font-weight:800;color:#245ca9}
.department_wrap > ul > li .department_inner > ul {display:flex;flex-direction: column;gap: 5px;margin-top:15px}
.department_wrap > ul > li .department_inner > ul > li {background:#fff;border-radius:5px;padding: 10px}
.department_wrap > ul > li .department_inner > ul > li > ul {font-size: 16px;margin-top: 6px}
.department_wrap > ul > li .department_inner > ul > li > ul > li {display: flex;align-items: center;gap: 4px;justify-content: center}
.department_wrap > ul > li .department_inner > ul > li > ul > li:before {content:'';background-color: #245cb9;width: 3px;height: 3px}

/* 뉴스 리스트 */
.news_list_wrap {border-top: 2px solid #424242;padding-top: 15px;}
.news_list_wrap ul {display: flex;flex-wrap: wrap;margin:0 -15px;}
.news_list_wrap ul li {width: 25%;padding: 15px;}
.news_list_wrap ul li a {display: flex;border: 1px solid #e3e3e3;height: 100%;padding: 30px;flex-direction: column;gap: 25px;position:relative;transition: 0.2s;}
.news_list_wrap ul li a span {display: block;font-size: 15px;color: #00318f;font-weight: 600;}
.news_list_wrap ul li a strong {font-size: 21px;font-weight: 800;position: relative;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;line-height: 30px;height: 56px;overflow: hidden;}
.news_list_wrap ul li a strong.clamp_02 {-webkit-line-clamp: 2;font-size: 18px;height: 49px;line-height: 25px}
.news_list_wrap ul li a p {position: relative;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;line-height: 23px;height: 50px;overflow: hidden;}
.news_list_wrap ul li a p.clamp_05 {display: -webkit-box;-webkit-line-clamp: 5;height: 115px}
.news_list_wrap ul li a .desc_wrap {font-size:15px;display:flex;gap:20px;color:#666;}
.news_list_wrap ul li a:hover {border:1px solid #00318f;transition: 0.2s;}

/* 갤러리 리스트 */
.gallery_list_wrap {border-top: 2px solid #424242;padding-top: 10px;}
.thumbnail_wrap {display: flex;margin: 0 -15px;flex-wrap: wrap;}
.thumbnail_wrap .thumbnail_inner {padding: 15px;width: 25%;display: block;}
.thumbnail_wrap .thumbnail_inner .thumbnail_img img {border-radius: 10px}
.thumbnail_wrap .thumbnail_inner .thumbnail_btn {display: flex;margin: 14px 0;gap: 5px}
.thumbnail_wrap .thumbnail_inner .thumbnail_btn a {flex: 1 1 50%;text-align: center;border: 1px solid;border-radius: 15px;padding: 4px 0}
.thumbnail_wrap .thumbnail_inner .thumbnail_btn a.face_n {background-color: #f7fde3;border-color: #dde5c0;color: #516700;}
.thumbnail_wrap .thumbnail_inner .thumbnail_btn a.face {background-color: #fdf2e3;border-color: #e1ceb4;color: #7d5012;}
.thumbnail_wrap .thumbnail_inner .thumbnail_btn a.recr01 {background-color: #d7eaff;border-color: #a2c9f5;color: #164478;} /*모집예정*/
.thumbnail_wrap .thumbnail_inner .thumbnail_btn a.recr02 {background-color: #e5e5e5;border-color: #bdbdbd;color: #505050} /*모집마감*/
.thumbnail_wrap .thumbnail_inner .thumbnail_btn a.recr03 {background-color: #dbffeb;border-color: #9de1bb;color: #005a29;} /*모집중*/
.thumbnail_wrap .thumbnail_inner .thumbnail_text {margin-bottom: 9px;margin-top: 15px}
.thumbnail_wrap .thumbnail_inner .thumbnail_text em {display: block}
.thumbnail_wrap .thumbnail_inner .thumbnail_text span {font-size: 16px;font-weight: 800;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.thumbnail_wrap .thumbnail_inner .thumbnail_list {border-top: 1px solid #e7e7e7;padding: 10px 0;color: #767676;font-size: 15px}
.thumbnail_wrap .thumbnail_inner .thumbnail_list li {}
.thumbnail_wrap .thumbnail_inner .thumbnail_btn02 {display: flex;margin-top: 10px;margin-bottom: 10px}
.thumbnail_wrap .thumbnail_inner .thumbnail_btn02 a {flex: 1 1 50%;text-align: center;border: 1px solid;padding: 7px 0}
.thumbnail_wrap .thumbnail_inner .thumbnail_btn02 .e_app {background-color: #006540;color: #fff;border: 1px solid #006540;border-radius: 5px 0 0 5px}
.thumbnail_wrap .thumbnail_inner .thumbnail_btn02 .e_view {background-color: #323232;border: 1px solid #323232;color: #fff;border-radius: 0 5px 5px 0}
.thumbnail_wrap .thumbnail_inner .etc_text {font-size:15px;}

@media screen and (max-width: 1600px) {
    .big_w03 {overflow-x: auto !important;}
    .big_w03 .scroll_img {display:block;}
    .br_none {display:block}
}
@media screen and (max-width: 1500px) {
    .dashboard_cont_wrap .dashboard_cont_list {flex: 1 1 40%;width: 40%;}
    .table_layout, .table_layout02 {overflow-x: auto;}
    .scroll_img {display: block;}
}

@media screen and (max-width: 1300px) {
    .search_wrap ul li {}
}

@media screen and (max-width: 1100px) {
    .btn_wrap.r_type {text-align:center;margin-top:30px;}
}
@media screen and (max-width: 1024px) {
    .dashboard_cont_wrap .dashboard_cont_list {flex:1 1 100%;width: 100%;}
    .big_w {overflow-x: auto !important;}
    .big_w .scroll_img {display:block;}
}

@media screen and (max-width: 940px) {
    .login_wrap {margin:0 10px;}

    .dashboard_cont_wrap {padding:10px;}
    .dashboard_cont_wrap .dashboard_cont_list {padding: 15px;}
    .dashboard_cont_list.bg_none {padding:0;}
    .opt_status_wrap {padding:15px;}

    .table_layout02 table td input[type="text"] {width:100%;}
    .table_layout02 table td .td_form {width:100%;}
}

@media screen and (max-width: 780px) {
    header.login h1 {margin-bottom:30px;}
    header.login h1 a {width: 180px;height: 22px;}
    .login_contents_wrap {box-shadow: 0px 3px 4px rgba(0, 0, 0, .07);border: 1px solid #eaeaea;max-width: 445px;margin: 0 auto;}
    .login_contents_wrap .right_cont_wrap h2 {font-size: 22px;}
    .login_contents_wrap .right_cont_wrap h2 strong {display:inline-block;}
    .login_contents_wrap .left_cont_wrap {display:none}
    .login_contents_wrap .right_cont_wrap {max-width: none;padding: 50px 15px;}

    .member_modify_wrap {margin:20px 15px;max-width: none;width: auto;padding:20px;}
    .modify_inner ul {border-bottom: 1px solid #e5e5e5;}
    .modify_inner ul li {display: flex;flex-direction: column;align-items: flex-start;border-bottom:0;padding: 10px 0;gap: 5px;}
    .modify_inner ul li label {padding:0;text-align: left;}
    .modify_inner ul li select {max-width:none;}

    .sub_cont_wrap {padding:15px;}

    .search_wrap ul li {flex:1 1 40%}
    .search_wrap ul li.keyword_form {flex:1 1 100%}

}


@media screen and (max-width: 640px) {
    .search_wrap {padding:15px;}
    .search_wrap ul li {flex:1 1 100%;}
    .search_wrap ul li.keyword_form {flex-wrap: wrap;}
    .search_wrap ul li.keyword_form select {max-width: none;width: auto;flex-grow: 1;}
    .search_wrap ul li.keyword_form input[type="text"] {flex-wrap: wrap;margin-left:75px;}

    .ym_wrap {gap:25px}
    .ym_wrap strong {font-size:18px;font-weight:800;order:2;line-height: 18px;}
    .ym_wrap .prev {width:9px;height:15px;}
    .ym_wrap .next {width:9px;height:15px;}
    .calendar_table {overflow:auto;}
    .calendar_table table td {height:80px;}
    .calendar_table table td p {font-size:14px;}

    .paging_wrap .namber a {display:none;}
    .paging_wrap .namber a:last-child {display:inline-block;position:relative;margin-left: 15px;}
    .paging_wrap .namber a:last-child:before {content:'/';position:absolute;top:0;left: -11px;}

}
@media screen and (max-width: 540px) {
    .main_list_wrap {margin-top:10px;}
    .main_list_wrap ul li em {display:none;}
    .opt_status_inner ul {flex-direction: column;}
    .opt_status_inner ul li+li {margin:15px 0 0 0;padding:15px 0 0 0;}
    .opt_status_inner ul li+li:before {width:100%;height:1px;}
    .opt_status_inner ul li strong.tit {padding: 5px 0;max-width: 155px;width: 100%;text-align: center;}
    .opt_graph_inner {flex-direction: column;}
    .graph_ex {margin-top:20px;}
    .error_wrap {padding: 2%;}
    .error_wrap .error_inner strong {font-size: 21px}
}
@media screen and (max-width: 480px) {
    .s_tab {flex-wrap: wrap;}
    .s_tab li {flex:1 1 40%;}
    .table_desc.flex-c {flex-direction: column;align-items: flex-start;}
    .print_wrap {width:100%;text-align:right;}
}