﻿@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: 30px;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;padding: 0 0 5% 4%;}
.login_contents_wrap .left_cont_wrap strong {font-size: 32px;}
.login_contents_wrap .left_cont_wrap p {font-size: 18px;opacity:0.8;line-height: 24px;margin-top: 15px;font-weight: 200;}
.login_contents_wrap .right_cont_wrap {text-align: center;max-width: 445px;width: 100%;padding: 10% 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: 320px;width: 100%;margin: 40px auto 0;}
.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 .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;}
.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 40%;width:30%;}
.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:not(.noData):hover {cursor:pointer;}
.main_list_wrap ul li:not(.noData):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;}

/** 메인 이벤트 달력 **/
.calendar-container {
    width: 51%;
    float: left;
    position: relative;
    height: 100%;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background: #2e70d2;
}
.calendar-container:after{
    clear:both;
}

.events-container {
    width: 49%;
    float: left;
    overflow-y: auto;
    height: 100%;
    padding-left: 20px;
}

.event-card {
    position: relative;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 8px;
    display: block;
    background: #fff;
    border-left: 10px solid #3f8de8;
    border-radius: 3px;
    box-shadow: 3px 8px 16px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 3px 8px 16px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 3px 8px 16px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.event-passCdNm{
    font-size:13px;
    font-weight:bold;
}
.event-passCdNm::after{
    content: '사회서비스원';
}
.event-name {
    width: 97%;
    font-size: 1rem;
    padding-right: 0;
    text-align: left;
    white-space: nowrap; /* 줄 바꿈 방지 */
    overflow: hidden; /* 넘치는 부분 숨김 */
    text-overflow: ellipsis; /* 생략 부호(...) 표시 */
}
.event-time{
    font-size: 12px;
    color: #2e70d2;
}

.event-link{
    position: absolute;
       top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-decoration: none;
}

.event-link-icon {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #3f8de8;
    font-size: 13px;
    z-index: 2;
    cursor:pointer;
}

.event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    z-index: 2;
    cursor:pointer;
}

/* Calendar Header */
.year-header { 
    height: 43px; 
    text-align: center;
    position: relative;
} 
.year-header span { 
    display:inline-block; 
    font-size: 20px;
    color:#fff; 
    font-weight: bold;
    line-height:40px; 
}
.year-header .left-button, .year-header .right-button { 
    cursor: pointer;
    width:28px; 
    text-align:center; 
    position:absolute; 
} 
.year-header .left-button { 
    left:0; 
} 
.year-header .right-button { 
    right:0; 
    top:0; 
} 
/* Days/months tables */
.days-table, .dates-table, .months-table { 
    text-align: center;
    width: 100%;
}
.months-table{
    padding: 5px 0;
}
.dates-table{
    border-spacing: 0;
    padding: 10px 0;
}
.days-table{
    background: #1E5BB6;
    border-radius: 50px;
    padding: 5px 7.5px;
    margin-bottom: 5px;
}
.day { 
    height: 30px;
    line-height: 30px; 
    font-size:95%; 
    color:#fff;
} 

/*  Dates table */
.table-date {
    cursor: default;
    color:#fff; 
    height:30px;
    font-size: 14px;
    line-height:30px; 
    text-align:center; 
    padding: 5px 0;
}
.table-date:hover .circle{
    cursor: pointer;
    border: 2px solid #3f8de8;
}
.table-date .circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.table-date:not(.nil) {
    border: none;
}
.month {
    cursor: default;
    height: 26px;
    width: 26px;
    padding: 0 2px 8px 2px;
    line-height: 26px; 
    font-size: 13px; 
    color:#1a2a62; 
    transition: all 250ms;
}
.active-month {
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    /* text-shadow: 0 1px 4px rgba(255, 255, 255, 0.8); */
}
.month:hover {
    color: #fff;
    text-shadow: 0 1px 4px rgba(26, 42, 98, 0.8);
    cursor: pointer;
}

.event-date{
    border: 2px solid #3f8de8;
}

.active-date{ 
    background: #3f8de8;
    border: 2px solid #3f8de8;
    color: #fff;
}
/* Tablets and smaller */
@media only screen and (max-width: 780px), (min-width: 1025px) and (max-width: 1600px) {
    .events-container {
        float: none;
        margin: 15px auto 0 auto;
        padding: 0;
        width: 100%;
    }

    .calendar-container {
        float: none;
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }

    .event-card {
        width: 100%;
        margin: 0 auto 8px auto;
    }
}

@media only screen and (max-width: 400px) {
    .months-table {
        display: block;
        margin: 0 auto;
        width: 320px;
    }

    .event-card {
        width: 100%;
        margin: 0 auto;
    }

    .day {
        padding: 0 7px;
    }

    .month {
        display: inline-block;
        font-size: .8rem;
    }
    .dates-table{
        border-spacing: 2px;
    } 
}


/**  서브 **/
.sub_cont_wrap {padding:40px;border-top:1px solid #e5e5e5}

/**  회원정보 수정 **/
.member_modify_wrap {max-width:700px;width:100%;border:1px solid #e5e5e5;border-radius:10px;background:#fff;margin:250px auto;padding: 40px;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;align-items: center;padding: 20px 40px;justify-content: space-between;}
.search_wrap ul {display: flex;gap:40px;flex-wrap: wrap;width: calc(100% - 80px);}
.search_wrap ul li {display:flex;gap:20px;align-items: center;width: 320px;}
.search_wrap ul li.keyword_form {width:40%;}
/*
.search_wrap ul li:first-child {width: 100%;}
*/

/*
.search_wrap.majority ul li {width: 17%;}
*/
.search_wrap ul li label {font-weight: 600;width: 54px;flex-shrink: 0;}
.search_wrap ul li input[type="text"] {width:100%;border:0;border-bottom:1px solid #333}
.search_wrap ul li input[type="number"] {width:100%;border:0;border-bottom:1px solid #333}
.search_wrap ul li select {max-width: 285px;border:0;border-bottom:1px solid #333;width: 100%;}
.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;}

/**  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 td {overflow-wrap: break-word;}
.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:-1px;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:not(.no-hover):hover td:before {content:'';width:100%;height:100%;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:not(.no-hover):hover td:first-child:before {border-left:2px solid #3bcbe7;}
.table_layout table tbody tr:not(.no-hover):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}

.table_layout02 {position:relative;overflow: hidden;overflow-y: auto;margin-bottom:30px;}
.table_layout02 > table {border-top: 1px solid #e5e5e5;width:100%;min-width: 640px;table-layout: fixed;}
.table_layout02 > table > thead > tr > th {padding:12px 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:12px 10px;background:#f5f6f7;border-bottom: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;}
.table_layout02 > table > tbody > tr > th.bl, .table_layout02 > table > tbody > tr > td.bl {border-left: 1px solid #e5e5e5;}
.table_layout02 > table > tbody > tr > th.br, .table_layout02 > table > tbody > tr > td.br {border-right: 1px solid #e5e5e5;}
.table_layout02 > table > tbody > tr > th select {background-color:#fff}
.table_layout02 > table > tbody > tr > td {padding:10px;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;}
.table_layout02 table td select {max-width: 285px;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:8px 10px;border-left:1px solid #e5e5e5;}
.table_layout02.list_type table td[rowspan] {border-right:1px solid #e5e5e5;}
.table_layout02.list_type table td:first-child {border-left:0;}
.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;}

table tr td.board_title{
    text-align: left;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.inner-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    table-layout: fixed; /* 고정 레이아웃으로 각 셀의 너비를 동일하게 설정 */
}

.inner-table th, .inner-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.inner-table th {
    background-color: #f5f6f7;
    font-weight: bold;
}


/**  달력 테이블 **/
.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;}


/* 공휴일 */
.holiday-name, .holiday-num{
    color: red;
    font-weight: bold;
}
.holiday-name{
    font-size: 14px;
    padding-left:5px;
}
.file_upload {margin-top:15px;}
.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 .number {font-size:14px}
.paging_wrap .number a {display:inline-block;width: 30px;height: 30px;line-height: 30px;border-radius: 3px;background: #ededed;text-align:center}
.paging_wrap .number a:hover {background: #1a448b;color:#fff}
.paging_wrap .number 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;margin-bottom:5px;}
.btn_wrap.r_type {text-align:right;margin-top:-35px;}
.btn_logout {display:inline-block;padding: 6px 25px;background:#333333;color:#fff;border-radius:50px;margin-left: 15px;}
.btn_basic {display: inline-block;padding: 8px 4%;min-width: 80px;color:#1e4c92;border-radius:3px;text-align:center}
.s_btn_basic {display: inline-block;padding: 6px 10px;min-width: 70px;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;}
.line_type03 {}
.line_type04 {}
.btn_search {display:inline-block;width:64px;height:64px;background:#1d68c7;color:#fff;border-radius:3px;flex-shrink: 0;text-align: center;padding: 15px 0;}
.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:hover span{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%;}
.btn_search span {display:inline-block;padding-top:15px;background:url('../images/icon_btn_search.png') no-repeat center 0;}

/**  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:20px;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:550px;width:100%;min-width: 360px;background:#fff;border-radius: 10px;position:relative;}
.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;}
.popup_inner .p_tit_s {margin-bottom:15px;font-size:16px;color: #212121;}
.notify_list {max-height: 447px;overflow-x: hidden;overflow-y: auto;height: 100%;}
.notify_list ul {display: flex;flex-direction: column;border: 1px solid #D3D3D3;}
.notify_list ul li {padding: 10px 20px;background:#fff;box-shadow: 0 0 0 1px #D3D3D3;color:#212121;cursor:pointer;}
.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;}

/** 알림 추가 **/
#alarm-count{
    display: none;
}
.notify_list ul li.new_item{
    background:#EEEBFE;
}
.notify_list ul li div.notify_header{
    display: flex;
    justify-content: space-between; /* Aligns items to opposite ends */
    align-items: center; /* Centers items vertically */
}
.notify_list ul li .notify_menu {
  font-weight: 600;
  font-size: 15px;
}

.notify_list ul li .notify_date {
  font-size: 13.5px;
  color:#888;
}

.notify_list ul li .notify_nm{
    font-weight: 600;
    font-size: 14px;
    color:#777;
}

.notify_list ul li .notify_title_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notify_list ul li .notify_title {
    font-size: 14px;
    font-weight: 400;
    color: #8175CA;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
    flex-grow: 1;
}

.notify_list ul li .notify_delete{
    padding: 0 0 0 10px;
}
.notify_list ul li .notify_delete i {
    color: #b1b1b1;    
    font-size: 18px;
}
.notify_list ul li .notify_delete i:hover {
    color: #212121;
}

.notify_list_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notify_read_all{
    font-size:13px;
    font-weight: bold;
    cursor: pointer;
    color: #999;
}
.notify_read_all:hover{
    color: #212121;
}
/** //알림 추가 **/

.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;}
.group_pop_wrap {}
.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 {}
.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;}
.project_radio_wrap {height: 400px;overflow-x:hidden;overflow-y:auto;background: #fff;border-radius: 5px;margin-top: 10px;padding: 15px;}
.project_radio_wrap ul li+li {margin-top:5px;}

/**  flex type **/
.flex_between {display:flex;justify-content: space-between;}
.flex_1 {flex-grow:1;}
.flex_c {justify-content: center;}
.flex_s {flex-shrink:0;}

/**  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}
.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}
.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;}

/**  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}


@media screen and (max-width: 1600px) {
    .big_w03 {overflow-x: auto !important;}
    .big_w03 .scroll_img {display:block;}
}
@media screen and (max-width: 1500px) {
    .dashboard_cont_wrap .dashboard_cont_list {flex: 1 1 40%;width: 40%;}
}
@media screen and (max-width: 1400px) {
    .big_w02 {overflow-x: auto !important;}
    .big_w02 .scroll_img {display:block;}
}
@media screen and (max-width: 1300px) {
    .search_wrap ul li {flex:1 1 30%}
    .search_wrap ul {gap: 20px;}
}
@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 */
    .table_layout02 table td input[type="text"] {width:100%;}
    .table_layout02 table td input[type="text"] {width:100%;}
    .table_layout02 table td .td_form {width:100%;}
    
    /* 서브 */
    .h_bg_type {display:none;}

}

@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) {
    .table_layout, .table_layout02 {overflow-x: auto;}
    .scroll_img {display: block;}
    .table_layout02 .table_layout {overflow-x:hidden}
    .table_layout02 .table_layout table {min-width:auto;}
    
    /* 검색 */
    .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 */
    .paging_wrap .number a {display:none;}
    .paging_wrap .number a:last-child {display:inline-block;position:relative;margin-left: 15px;}
    .paging_wrap .number 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;}
}
@media screen and (max-width: 360px) {

}

/** 추가 2024.06 시작 **/

/** 연월 선택 달력  **/
.month-year-only .ui-datepicker-calendar {
    display: none;
}


/* 연도 선택 전용 달력 스타일 */
.year-only .ui-datepicker-calendar, .year-only .ui-datepicker-month{
    display: none; /* 날짜 선택용 달력 숨기기 */
}

.year-only .ui-datepicker-title {
    font-weight: bold; /* 제목 굵게 */
    text-align: center; /* 중앙 정렬 */
}

.year-only .ui-datepicker .ui-datepicker-buttonpane {
    display: none; /* 버튼 패널 숨기기 */
}

/* 연도 드롭다운 스타일 */
.ui-datepicker .ui-datepicker-year {
    width: 100%; /* 드롭다운 너비를 100%로 설정 */
    text-align: center; /* 텍스트 중앙 정렬 */
}


/** tr 커서 포인터  **/
.table_layout table tr:hover{
    cursor: pointer;
}


/** 입력 항목 필수 표시 **/
.required::before{
    content:'*';
    margin-right:1px;
    color:darkorange;
}

.el-tag{
    background-color: #ecf5ff;
    display: inline-block;
    height: 28px;
    padding: 0 10px;
    line-height: 26px;
    font-size: 12px;
    color: #409eff;
    border: 1px solid #d9ecff;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    margin-top:5px;
    margin-right:10px;
}
.el-tag i{
    margin-left: 5px;
}
.el-tag i:hover{
    cursor: pointer;
}

/** ck 에디터 최소 높이 설정 **/ 
.ck-editor__editable {
    min-height: 300px; /* 최소 높이 */
    max-height: 300px; /* 최대 높이 */
    height: 300px; /* 고정 높이 */
}

/** 행사일정 start **/
#calendar .bg_A01001 {
    background: #ffebcd; /* 블랜치드 아몬드 */
}
#calendar .bg_A01002 {
    background: #ffcccb; /* 밝은 빨강 */
}
#calendar .bg_A01003 {
    background: #87cefa; /* 밝은 하늘색 */
}
#calendar .bg_A01004 {
    background: #98fb98; /* 연한 초록 */
}
#calendar .bg_A01005 {
    background: #ffa07a; /* 라이트 살몬 */
}
#calendar .bg_A01006 {
    background: #ffdab9; /* 복숭아 푸핑크 */
}
#calendar .bg_A01007 {
    background: #e6e6fa; /* 라벤더 */
}
#calendar .bg_A01008 {
    background: #fffacd; /* 레몬 샤베트 */
}
#calendar .bg_A01009 {
    background: #fafad2; /* 라이트 골든 로드 */
}
#calendar .bg_A01010 {
    background: #d8bfd8; /* 시슬 */
}
#calendar .bg_A01011 {
    background: #ffb6c1; /* 라이트 핑크 */
}
#calendar .bg_A01012 {
    background: #ffc0cb; /* 핑크 */
}
#calendar .bg_A01013 {
    background: #add8e6; /* 라이트 블루 */
}
#calendar .bg_A01014 {
    background: #f0e68c; /* 카키 */
}
#calendar .bg_A01015 {
    background: #e0ffff; /* 라이트 시안 */
}
#calendar .bg_A01016 {
    background: #90ee90; /* 라이트 그린 */
}
#calendar .bg_A01017 {
    background: #ffcc99; /* 밝은 오렌지 */
}
#calendar .bg_A01018 {
    background: #ffebcd; /* 블랜치드 아몬드 */
}
#calendar .fc-content{
    color:#333;
    font-size: 14px;
    padding: 6px 8px 8px 8px;
    cursor: pointer;
}
#calendar .fc-title{
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#calendar .fc-head{
    border-top: 2px solid #3b7ab8;
    background: #eef4fa;
    color: #215dbe;
    height: 43px;
    line-height: 43px;
}
#calendar .fc-sun{
    color: red !important;
}
#calendar .fc-day{
    padding: 10px;
    height: 150px;
}
#calendar .fc-state-default.fc-corner-left{
    margin-left: 1em !important;
}
#calendar .fc-today-button{
    padding: 5px 15px;
    border: 1px solid red !important;
    border-radius: 3px;
    color: red;
    background: #fff;
    line-height: 21px;
}
#calendar .fc-today-button:hover{
    background: red;
    color: #fff;
}
#calendar .fc-prev-button, #calendar .fc-next-button {
    border: none;
    background: #fff;
    box-shadow: none;
} 

.checkbox-dropdown a {
  text-decoration: none;
  color: #0078D7;
}

.checkbox-dropdown {
  position: relative;
  font-size: 14px;
  color: #333;
}
.checkbox-dropdown .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 2px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
}
.checkbox-dropdown .dropdown-option {
  display: block;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.checkbox-dropdown .dropdown-label {
  display: block;
  height: 30px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 12px;
  line-height: 1;
  cursor: pointer;
}
.checkbox-dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.checkbox-dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}
/*
.checkbox-dropdown.on .dropdown-label:before {
  content: "▲";
}
.checkbox-dropdown .dropdown-label:before {
  content: "▼";
  float: right;
}
*/
.checkbox-dropdown [type=checkbox] {
  position: relative;
  top: 0.5px;
  margin-right: 4px;
}

.timepicker{
    width: 250px;
}
#time_info{
    font-size: 14px;
    color: darkorange;
    list-style: disc;
    margin-left:20px;
}

/** 행사일정 end **/

/** QnA **/
.answer-arrow{
    margin: 0 10px 0 20px;
}
.table_layout table tbody tr.qna-row, .table_layout table tbody tr.qna-row-answer{
    border-left: 2px solid transparent;
     border-right: 2px solid transparent;
}
.table_layout table tbody tr.qna-row-hovered,
.table_layout table tbody tr.qna-row-hovered + tr.qna-answer-row {
     background: #f5fcfe;
     border-left: 2px solid #3bcbe7;
     border-right: 2px solid #3bcbe7;
}

.table_layout table tbody tr.qna-row-hovered {
    border-top: 2px solid #3bcbe7;
}

.table_layout table tbody tr.qna-row-hovered + tr.qna-answer-row {
    border-bottom: 2px solid #3bcbe7;
}
.qna-private{
    margin-right: 5px;
    color: #DB0000;
    font-weight: bold;
}

/** 기본 마진 **/
/* Margin Top */
.mgt5 { margin-top: 5px; }
.mgt10 { margin-top: 10px; }
.mgt15 { margin-top: 15px; }
.mgt20 { margin-top: 20px; }
.mgt25 { margin-top: 25px; }
.mgt30 { margin-top: 30px; }
.mgt35 { margin-top: 35px; }
.mgt40 { margin-top: 40px; }
.mgt45 { margin-top: 45px; }
.mgt50 { margin-top: 50px; }

/* Margin Bottom */
.mgb5 { margin-bottom: 5px; }
.mgb10 { margin-bottom: 10px; }
.mgb15 { margin-bottom: 15px; }
.mgb20 { margin-bottom: 20px; }
.mgb25 { margin-bottom: 25px; }
.mgb30 { margin-bottom: 30px; }
.mgb35 { margin-bottom: 35px; }
.mgb40 { margin-bottom: 40px; }
.mgb45 { margin-bottom: 45px; }
.mgb50 { margin-bottom: 50px; }

/* Margin Right */
.mgr5 { margin-right: 5px; }
.mgr10 { margin-right: 10px; }
.mgr15 { margin-right: 15px; }
.mgr20 { margin-right: 20px; }
.mgr25 { margin-right: 25px; }
.mgr30 { margin-right: 30px; }
.mgr35 { margin-right: 35px; }
.mgr40 { margin-right: 40px; }
.mgr45 { margin-right: 45px; }
.mgr50 { margin-right: 50px; }

/* Margin Left */
.mgl5 { margin-left: 5px; }
.mgl10 { margin-left: 10px; }
.mgl15 { margin-left: 15px; }
.mgl20 { margin-left: 20px; }
.mgl25 { margin-left: 25px; }
.mgl30 { margin-left: 30px; }
.mgl35 { margin-left: 35px; }
.mgl40 { margin-left: 40px; }
.mgl45 { margin-left: 45px; }
.mgl50 { margin-left: 50px; }

/** 종사자현황 일괄 업로드 **/
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blink {
  animation: blink 1s infinite;
}
#errorContainer, #successContainer{
    margin-top:15px;
    line-height: 1.7;
} 
#errorContainer{
    color: #DB0000;
}
.excelErrorLine{
    color: #DB0000;
}
.excelErrorMsg{
    color:#333;
}
.excelErrorMsg strong{
    color: red;
}
#successContainer{
    color: #1e4c92;
}
.xlsx_sample, .xlsx_info{
    font-size:14px;
}
.xlsx_info{    
    color: darkorange;
}
/* disabled 옵션의 스타일을 변경 */
select option:disabled {
    color: #a0a0a0; /* 회색 */
    background-color: #f0f0f0; /* 연한 회색 배경 */
}
/** 추가 2024.06 끝 **/

select[readonly] {
  pointer-events: none;
  border: none;
  background: none;
}

select[readonly], .readonly {
  pointer-events: none;
  color: #a0a0a0; /* 회색 */
  background-color: #f0f0f0; /* 연한 회색 배경 */
}

:disabled {
    cursor: not-allowed;
}

/* VirtualSelect */
.vscomp-value, .vscomp-option-text{ 
    font-family:"NotoSansKR";
    font-size: 15.5px;
    color: #111;
    opacity: 1 !important;
    padding-left:5px;
}
.vscomp-wrapper.focused .vscomp-toggle-button, .vscomp-wrapper:focus .vscomp-toggle-button{
    box-shadow: none !important;
}
.vscomp-toggle-button {
        border:0 !important;border-bottom: 1px solid #333 !important;
}
.vscomp-ele{
    max-width: 285px !important;
    height: 34px !important;        
}

.search_wrap .vscomp-ele{
    max-width: 320px !important;
}

.vscomp-ele.readonly .vscomp-toggle-button{
    border: none;
}

.vscomp-ele.readonly .vscomp-toggle-button .vscomp-arrow,
.vscomp-ele.readonly .vscomp-toggle-button .vscomp-clear-button.toggle-button-child{
    display: none;
}

#worker_epmSeA23004_1{
    margin: 7px;
    font-weight: normal;
    color:red;
    font-size: 14px;
}

.inputInfo{
    color: red;
}
.boldCnt{
    color:#f00;
    font-weight:bold;   
}
/* 개인정보 필서 시스템 */
#easycertiPopup .group_list{height: auto;}
#easycertiTbl{
    min-width: 0;
}
#easycertiTbl td:first-child {
    color: #333;
    font-weight: bold;
}
#certiInfo{
    margin: 15px 0 20px 0;
}
/* //개인정보 필서 시스템 */

/* 공지사항 YouTube */
#notice-content {
    position: relative;
    padding-bottom: 0; /* 패딩 제거 */
    height: auto; /* 높이를 자동으로 조정 */
    overflow: visible; /* 넘친 내용 표시 */
}

#notice-content iframe {
    width: 100%; /* 폭 100% */
    height: auto; /* 자동 높이 */
    aspect-ratio: 16 / 9; /* 비율 유지 */
}
/* //공지사항 YouTube */
.prev_data_header{
    font-size:17px;
    padding-top:20px;
}
.data-transfer-hr {
    border: none;
    height: 1px;
    background-image: linear-gradient(to right, #999 25%, transparent 50%, #999 75%);
    background-size: 10px 1px;
    margin: 20px 0;
}

.data-transfer-button{
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 2px 5px 3px 8px;
    font-size: 13px;
    border-radius: 4px;
    margin-top:10px;
}
.data-transfer-arrow{
    font-size:12px;
    margin-left:3px;
}
.data-transfer-button:hover{
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}
.data-transfer-button-search{
    padding: 5px 10px 6px 10px;
}
.data-transfer-select{
    max-width: 250px !important;
}
#previous_tbl th, #previous_tbl td{
    cursor: default;
}
#previous_tbl tr td:not(:first-child) {
    border-left: 1px solid #e5e5e5;
}
#previous_tbl tbody:nth-of-type(odd) tr {
    background: #f9f9f9;
}
.previous_date_td{
    border-right: 1px solid #e1e7eb !important;
    border-bottom: 1px solid #e1e7eb !important;
    font-size:16px;
    font-weight: normal;
}
.previous_tag{
    background-color: #f4f4f5;
    border: 1px solid #e9e9eb;
    color: #909399;
    display: inline-block;
    height: 28px;
    padding: 0 10px;
    line-height: 26px;
    font-size: 13px;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    margin-right: 5px;
    cursor: pointer;
}

.previous_tag.p_on{
    background-color: #ecf5ff;
    border-color:#d9ecff;
    color: #409eff;
}

.input_info{
    color: red;
    font-size: 14px;
}

.allTotalTr {
    background: #fdf8fa !important;
    border-bottom: 2px solid #f7a2ae !important;
}

.allTotalTr_t, .allTotalTr_ml, .allTotalTr_mr, .allTotalTr_bl, .allTotalTr_br{
    background: #fdf8fa !important;
}

.allTotalTr_t{
    border-top: 2px solid #f7a2ae !important;
    border-left: 2px solid #f7a2ae !important;
    border-right: 2px solid #f7a2ae !important;
}
.allTotalTr_ml{
    border-left: 2px solid #f7a2ae !important;
}

.allTotalTr_mr{
    border-right: 2px solid #f7a2ae !important;
}

.allTotalTr_bl{
    border-bottom: 2px solid #f7a2ae !important;
    border-left: 2px solid #f7a2ae !important;
}

.allTotalTr_br{
    border-bottom: 2px solid #f7a2ae !important;
    border-right: 2px solid #f7a2ae !important;
}

.subTotalTr {
    background: #f9fdfe !important; 
    border-bottom: 2px solid #a8d8e6 !important;
}
.localBusinessInnerTable {
    width: 100%;
    border-collapse: collapse; /* 테두리 중복 제거 */
    table-layout: fixed; /* 열 너비 고정 */
}
.localBusinessInnerTable th,
.localBusinessInnerTable td {
    border: 1px solid #e5e5e5 !important;
    padding: 5px 10px;
    width: 20%;
}
.localBusinessInnerTable th{
    background: #f5f6f7;
}

#facilityAddDiv{
    display: none;
    border: 2px dashed #1d68c7;
    padding: 30px;
    margin-bottom: 30px;
}

.styled-link {
    color: #0073e6;            
    padding: 4px 10px 5px 10px;
    text-decoration: none;     
    font-size: 14px;           
    border-radius: 4px;        
    transition: background-color 0.3s ease;
    background-color: #efefef;
    border: 1px solid #1d68c7;
}

.styled-link:hover {
    background-color: #e6f2ff;
}

/* td 안에서 input과 select의 크기를 동일하게 설정 */
.pvsnHrInput {
    display: inline-block; 
    width: 45%;
}

.pvsnHrInput input, .pvsnHrInput select {
    width: 100%; /* input의 너비를 100%로 설정하여 부모 요소에 맞게 크기 조정 */
}

.centered-box {
    text-align: center;
    line-height: 1.7;
}

.custom-list {
    display: inline-block;
    text-align: left;
}

.custom-list ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 0;
    margin: 0;
    color: #1e4c92;
}

.search_wrap ul li.datebox, span#monthField, span#periodField{
    width: 100%;
}
.search_wrap ul li.datebox select{
    width: 73px;
}

.stit span.c_blue02{
    margin-right:10px;
}

.blink {
    animation: blink-animation 1s infinite step-start;
    color: #000;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.mes-link-btn{
    text-align: center;
    margin-top: 50px;
}
.mes-link-btn a{    
    display: inline-block;  
    background-color: #007bff;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.2s;
}

.textarea-view img {
  display: block;
}

.textarea-view figure.image img {
    width: auto !important;
    height: auto !important;
    display: block;
}

figure.image.image-style-align-left {
    float: left;
    margin-right: 1em;
}

figure.image.image-style-align-right {
    float: right;
    margin-left: 1em;
}

figure.image.image-style-align-center {
    text-align: center;        
}

figure.image.image-style-align-center > img {
    display: inline-block;
    margin: 0 auto;
}

figure.image:not([class*="image-style-align"]) {
    text-align: center;        
}

figure.image:not([class*="image-style-align"]) img {
    display: inline-block;     /* 중앙 정렬 가능하도록 */
    margin: 0 auto;
}

.disabled {
	color: gray;
	pointer-events: none;
	cursor: default;
}

.ck-content ul,
.ck-content ol {
    all: revert; /* 브라우저 기본값 */
}