@charset "UTF-8";

html {
    font-size: 16px;
}

html, body {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    background-color: #D2D7E6;
    min-height: 100%;
    height: auto;
    display: flex;
    transition: all 0.2s;
    font-family: 'Pretendard-400';
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.index_wrap {
    width: 100%;
    max-width: 1920px;
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #EFF2F6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_wrap.main_flex {
    flex-direction: column;
}

.login_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

li {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

input {
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


.user_id_box {
    display: flex;
    flex-direction: column;
}

.user_pw_box {
    display: flex;
    flex-direction: column;
}

.user_input {
    height: 50px;
    width: 100%;
    min-width: 400px;
    border: 1px solid #E4E4E4;
    background-color: #FFFFFF;
    transition: all 0.2s;
    padding: 17px;
    font-size: 17px;
    color: #222222;
    font-family: 'Pretendard-500';
}

.user_input:focus, .user_input:active {
    border: 1px solid #13289F;
}

.user_label {
    font-size: 15px;
    color: #000000;
    font-family: 'Pretendard-600';
    margin-bottom: 10px;
}

.pt_15 {
    padding-top: 15px;
}

.login_user_info_wrap {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.chk_btn {
    background-color: #13289F;
    border: 1px solid #13289F;
    color: #FFFFFF;
    font-family: 'Pretendard-600';
    height: 50px;
    width: 100%;
    min-width: 400px;
    box-sizing: border-box;
    padding: 0;
    font-size: 16px;
    margin-top: 35px;
}

.chk_btn.on {

}

.text_view_input {
    position: relative;
}

/*
.text_view_input:after {
    content: "";
    background-image: url("../images/ps_view.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%,-50%);
    cursor: pointer;
}*/

.view_btn {
    position: absolute;
    width: 16px;

    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.text_view_input .view_btn.close {
    display: none;
}

.text_view_input .view_btn.open {
    display: block;
}

.text_view_input.on .view_btn.close {
    display: block;
}

.text_view_input.on .view_btn.open {
    display: none;
}

.otp_input_wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}

.login_otp_wrap {
    width: 100%;
    max-width: 400px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    transition-timing-function: ease-in-out;
    opacity: 0;
}

.login_otp_wrap.open {
    max-height: 100vh;
    opacity: 1;
}

.otp_check_box {
    border-top: 1px solid rgba(0, 20, 130, 0.2);
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: end;
    padding-top: 30px;
}

.otp_img_box {
    box-sizing: border-box;
    border: 1px solid rgba(0, 20, 130, 0.2);
    padding: 13px;
}


.otp_label_box {
    display: flex;
    flex-direction: column;
    word-break: break-all;
    flex: auto;
}

.otp_label_box p {
    display: inline-flex;
    word-break: break-all;
}

.otp_label {
    font-size: 15px;
    color: #222222;
}

.left_label {
    color: #222222;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 6px;
}

.left_time {
    color: #13289F;
    font-size: 15px;
    font-family: 'Pretendard-700';
}

.main_header {
    align-self: start;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
    padding: 14px 40px;
}

.user_profile {
    display: flex;
    width: fit-content;
    gap: 10px;
    min-width: 100px;
    align-self: center;
}

.profile_info_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: fit-content;
}

.logout_btn {
    background-color: transparent;
    color: #333333;
    font-size: 13px;
    word-break: keep-all;
    width: fit-content;
    font-family: 'Pretendard-500';
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    padding: 4px 8px;
}

.user_profile_name {
    color: #333333;
    font-size: 15px;
    font-family: 'Pretendard-600';
    word-break: keep-all;
}

.user_profile_name addr {
    display: inline-block;
    color: #999999;
}

.main_section {
    width: 100%;
    display: flex;
    height: calc(100% - 74px);
}

.left_menu {
    background-color: #0C1B87;
    min-width: 250px;
    box-sizing: border-box;
    padding: 27px 0 0;
}

.main_content_section {
    flex: auto;
    box-sizing: border-box;
    padding: 40px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.main_content_section.only_main_section {

    padding-bottom: 40px;
    gap: 56px;
}


.main_info_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.left_ul {
    color: #5B93FF;
    display: flex;
    flex-direction: column;
    padding: 27px 0 19px 0;
    font-size: 15px;
    font-family: 'Pretendard-500';
}

.left_ul span {
    padding: 5px 40px;
}

.left_ul:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.left_list {
    width: 100%;

    cursor: pointer;
}

.left_list.active {
    background-color: rgba(0, 0, 0, .2);
}

.left_list a {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Pretendard-600';
    display: flex;
    width: 100%;
    padding: 13px 40px;
    box-sizing: border-box;
}

.key_statement {
    width: 100%;

}

.main_include_box {
    display: flex;
    flex-direction: column;
    flex: 6;
}

.main_include_box.flex_auto {
    flex: 3;
}


.main_content .chart_box img {
    width: auto;
}

.count_box_wrap {
    display: flex;
    flex: 3;
    gap: 20px;
}

.main_include_box h6 {
    color: #111111;
    font-size: 20px;
    font-family: 'Pretendard-600';
    margin-bottom: 27px;
}

.main_content {
    width: 100%;
    display: flex;
    gap: 20px;
}

.count_box {
    box-sizing: border-box;
    background-color: #FFFFFF;
    padding: 54px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    flex: 1;
}

.count_box.w_over {
    max-width: 251.86px;
}

.count_wrap {
    display: flex;
    align-items: end;
    gap: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: fit-content;
}

.count {
    color: #000000;
    font-size: 40px;
    font-family: 'Pretendard-700';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.count_wrap.w_fit {
    width: 100%;
}

.count_title {
    font-size: 18px;
    color: #222222;
    font-family: 'Pretendard-600';
}

.count_label {
    padding-bottom: 8px;
    font-size: 18px;
    color: #666666;
    font-family: 'Pretendard-500';
}

.count_link_box .count_box {
    background-color: #F5F5F5;
    padding: 28px 40px;
    border-radius: 10px;
    width: fit-content;
    flex: 1;
    min-width: 300px;
    gap: 24px;
    max-width: 300px;
}

.count_link_box {
    display: flex;
    flex: 5.65;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 30px;
    justify-content: space-between;
    align-items: center;
}

.main_info_box {
    display: flex;

    justify-content: space-between;
    gap: 30px;
}

.main_clicker {
    min-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    gap: 12px;
    flex: 1;
}

.clicker_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    word-break: keep-all;
}

.clicker_title span {
    color: #222222;
    font-size: 18px;
    font-family: 'Pretendard-600';
}

.count.active {
    color: #669AFF;
    border-bottom: 5px solid #669AFF;
    cursor: pointer;
}

.count.disposal {
    color: #F58074;
    border-bottom: 5px solid #F58074;
    cursor: pointer;
}

.count_label.active, .count_label.disposal {
    padding: 0;
}

.edge_statement {
    display: flex;
    gap: 20px;
}

.main_content.chart_box {
    background-color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.main_content.chart_box canvas {
    width: 100%;
}

.main_include_box {
    display: flex;
    flex-direction: column;
}

.chart_title {
    display: flex;
    gap: 10px;
    margin-bottom: 27px;
    align-items: center;
}

.chart_title h6 {
    margin-bottom: 0;
}

.chart_title span {
    color: #666666;
    font-size: 15px;
    font-family: 'Pretendard-400';
}

.line_d {
    height: 12px;
    width: 1px;
    background-color: #DDDDDD;
}

.circle_info {
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    display: flex;

    justify-content: space-between;
    padding: 20px 30px;
    gap: 15px;
}

.chart_section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_content .chart_section img {
    width: auto;
}

.circle_type {
    display: inline-flex;
    width: 13px;
    height: 13px;
    border-radius: 51%;
}

.circle_type.blue {
    background-color: #014CFF;
}

.circle_type.yellow {
    background-color: #FCB251;
}

.circle_label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.circle_title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.circle_title p {
    color: #222222;
    font-size: 15px;
    font-family: 'Pretendard-500';
}

.circle_pers p {
    color: #333333;
    font-size: 18px;
    font-family: 'Pretendard-700';
}

.navigation {
    display: flex;
    gap: 15px;
    align-items: center;
}

.to_home {
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.to_prev {
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Pretendard-700';
}

.to_current {
    color: #222222;
    font-size: 14px;
    font-family: 'Pretendard-700';
}

.search_section {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 27px;
}

.search_title {
    color: #111111;
    font-size: 30px;
    font-family: 'Pretendard-700';
}

.search_box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
    background-color: #FFFFFF;
    border: 1px solid #C5D2E5;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.search_date {
    display: flex;
    gap: 12px;
    align-items: center;
}

.search_date span {
    color: #222222;
    font-size: 14px;
    font-family: 'Pretendard-700';
}

.date_input {
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    height: 30px;
    padding: 6px;
    /*cursor: pointer;*/
    transition: all 0.2s;
    font-size: 14px;
    font-family: 'Pretendard-500';
    min-width: 150px;
}

.search_keyword {
    border: 1px solid #DDDDDD;
    transition: all 0.2s;
    border-radius: 2px;
    height: 30px;
    box-sizing: border-box;
    padding: 6px 10px;
    font-size: 14px;
    font-family: 'Pretendard-500';
    min-width: 320px;
    width: 100%;
}

.search_keyword::placeholder {
    color: #0C1B87;
}

.search_keyword:focus, .search_keyword:active {
    border: 1px solid #13289F;
}

.search_type {
    display: flex;
    align-items: center;
    gap: 12px;
}

.search_type span {
    font-size: 14px;
    color: #222222;
    font-family: 'Pretendard-700';
}

.search_key {
    flex: auto;
}

.search_btn {
    background-color: #0C1B87;
    color: #FFFFFF;
    font-family: 'Pretendard-700';
    font-size: 14px;
    border-radius: 2px;
    padding: 6px 40px;
    box-sizing: border-box;
    height: 30px;

}

.search_select {
    height: 30px;
    outline: none;
    border: 1px solid #DDDDDD;
    transition: all 0.2s;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'Pretendard-500';
    min-width: 137px;
}

option {
    font-size: 13px;
    font-family: 'Pretendard-500';
}

.search_select:focus, .search_select:active {
    border: 1px solid #13289F;
}

.detail_table_wrap {
    width: 100%;
    position: relative;
}

.detail_table {
    width: 100%;
    background-color: #FFFFFF;
    border-spacing: 0;
    table-layout:fixed;
}

.detail_table thead {
    height: 100px;
}

.table_model {
    background-color: rgba(197, 210, 229, 0.5);
    border-spacing: 0;
}

.table_edge {
    background-color: rgba(183, 206, 240, 0.6);
    border-spacing: 0;
}

.detail_table thead tr th {
    border-right: 1px solid rgba(197, 210, 229, 0.3);
    border-bottom: 1px solid rgba(197, 210, 229, 0.3);
    border-top: 1px solid rgba(197, 210, 229, 0.3);
    font-size: 15px;
    color: #000A4F;
    font-family: 'Pretendard-600';
}

.detail_table tbody td {
    text-align: center;
    font-size: 14px;
    color: #555555;
    font-family: 'Pretendard-500';
    border-bottom: 1px solid rgba(197, 210, 229, 0.3);
    padding: 10px;
}

.detail_table tbody tr {
    height: 50px;
    cursor: pointer;

}

.detail_table tbody tr:hover {
    background-color: #F7F9FF;
}

.detail_table tbody .ty {
    color: #357DC5;
}

.detail_table tbody .tn {
    color: #F07D7D;
}

.tn {
    color: #F07D7D;
}

.ty {
    color: #357DC5;
}

.table_label {
    display: flex;
    color: #222222;
    font-size: 14px;
    padding-bottom: 18px;
}

.table_label p:first-child {
    margin-right: 3px;
}

.table_label p {
    font-family: 'Pretendard-500';
}

.table_label span {
    font-family: 'Pretendard-700';
}

.table_navi_wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table_navi {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
    gap: 9px;
}

.table_navi li {
    min-width: 28px;
    min-height: 28px;
    color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.table_navi li.current_btn {
    background-color: #0C1B87;
    border-radius: 51%;
    color: #FFFFFF;
}

.prev_btn {
    gap: 8px;

}

.next_btn {
    gap: 8px;
}

.bl_btn {
    font-size: 15px;
    border-radius: 2px;
    color: #FFFFFF;
    background-color: #3A3A3A;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard-500';
    padding: 8px 11px;
    box-sizing: border-box;
    border: 1px solid #3A3A3A;
    min-width: 65px;
    gap: 6px;
}

.wh_btn {
    font-size: 15px;
    border-radius: 2px;
    color: #666666;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard-500';
    padding: 8px 13px;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    min-width: 104px;
}

.rd_btn {
    font-size: 15px;
    border-radius: 2px;
    color: #FFFFFF;
    background-color: #F58074;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard-500';
    padding: 8px 13px;
    box-sizing: border-box;
    border: 1px solid #F58074;
    min-width: 104px;
}

.bu_btn {
    font-size: 15px;
    border-radius: 2px;
    color: #FFFFFF;
    background-color: #669AFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard-500';
    padding: 8px 13px;
    box-sizing: border-box;
    border: 1px solid #669AFF;
    min-width: 104px;
}

.info_btn_wrap {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.btn_wrap_fr {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.info_box {
    width: 100%;
    border: 1px solid #C5D2E5;

    display: flex;
    flex-direction: column;
    word-break: break-all;
    background-color: #FFFFFF;
}

.info_fr {
    display: flex;
    width: 100%;

}

.info_title {
    display: flex;
    align-items: center;
    justify-content: end;
    box-sizing: border-box;
    padding: 10px 15px;
    color: #000A4F;
    min-width: 227px;
    background-color: #E2E8F2;
    border-bottom: 1px solid rgba(197, 210, 229, 0.3);
    font-size: 15px;
    font-family: 'Pretendard-700';
}

.info_list {
    flex: auto;
    padding: 10px;
    color: #222222;
    border-bottom: 1px solid rgba(197, 210, 229, 0.3);
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.over_info_box {
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 14px;
    max-height: 143px;
    overflow-y: auto;
    width: 100%;
    word-break: break-all;
    line-height: 1.5;
}

.over_info_box.min_over_box {
    min-height: 143px;
}

/*스크롤*/
*::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    width: 12px;
    border: 1px solid transparent;
    outline: none;
    box-shadow: inset 8px 0px 0 #CCCCCC;
}

*::-webkit-scrollbar-track {
    /*background-color: #313131;*/
    box-shadow: none;
    background-color: transparent;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/*스크롤*/

.half_info_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.personal_key_box {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border: 1px solid #C5D2E5;
}

.kept_key_box {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-top: 1px solid #C5D2E5;
    border-right: 1px solid #C5D2E5;
    border-bottom: 1px solid #C5D2E5;
}

.personal_key_box .half_title {
    width: 100%;
    background-color: #E2E8F2;
    color: #000A4F;
    font-size: 14px;
    font-family: 'Pretendard-700';
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

.kept_key_box .half_title {
    width: 100%;
    background-color: #FFDBD7;
    color: #000A4F;
    font-size: 14px;
    font-family: 'Pretendard-700';
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

.iy {
    color: #357DC5;
}

.in {
    color: #F07D7D;
}

.delete_key_popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none;
    justify-content: center;
    align-items: center;
}

.delete_key_popup.on {
    display: flex;
}

.pop_content {
    background-color: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

.pop_title {
    border-bottom: 1px solid #C5D2E5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 22px 30px;
}

.pop_title h6 {
    color: #111111;
    font-size: 18px;
    font-family: 'Pretendard-700';
}

.pop_btn_box {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.confirm_btn {
    background-color: #0C1B87;
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'Pretendard-600';
    border-radius: 2px;
}

.pop_textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #EBEEF3;
    min-width: 800px;
    min-height: 200px;
    overflow-y: auto;
    resize: none;
    border: none;
    outline: none;
    padding: 20px 18px;
    border-radius: 5px;
    font-family: 'Pretendard-400';
    font-size: 15px;
    color: #222222;
    line-height: 1.5;
}

.pop_textarea::placeholder {
    color: #BBBBBB;
}

.pop_info {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 15px 30px 30px 30px;
    gap: 17px;
}

.confirm_btn {
    border: 1px solid #0C1B87;
    background-color: #0C1B87;
    color: #FFFFFF;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard-500';
    min-width: 104px;
    padding: 8px 13px;
}

.close_btn {
    border: 1px solid #C5D2E5;
    background-color: #FFFFFF;
    color: #0C1B87;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard-500';
    min-width: 104px;
    padding: 8px 13px;
}

.manage_key_popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none;
    justify-content: center;
    align-items: center;
}

.manage_key_popup.on {
    display: flex;
}

.user_log_popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none;
    justify-content: center;
    align-items: center;
}

.user_log_popup .pop_content {
    width: 100%;
    max-width: 1000px;
}

.user_log_popup.on {
    display: flex;
}

.manage_pop_sec {
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-sizing: border-box;
}

.manage_key_popup .pop_content {
    width: 100%;
    max-width: 1000px;
}

.manage_key_popup .over_info_box {
    font-size: 15px;
    color: #222222;
    min-height: 155px;
    overflow-y: auto;
    line-height: 1.5;
}

.manage_scroll_box {
    width: 100%;
    max-height: 190px;
    overflow-y: auto;
}

.manage_table {
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
}

.manage_table thead {
    background-color: #EEEEEE;
    color: #000A4F;
    font-size: 14px;
    font-family: 'Pretendard-400';
}

.manage_table thead th {
    padding: 10px;
    font-size: 15px;
}

.manage_table td {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-family: 'Pretendard-400';
    border-bottom: 1px solid #EEEEEE;
    color: #555555;
}

table {
    table-layout: fixed;
    border-spacing: 0;
}

table thead {
    font-family: 'Pretendard-500';
}

table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pri_btn {
    font-size: 15px;
    border-radius: 2px;
    color: #0C1B87;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard-500';
    padding: 8px 13px;
    box-sizing: border-box;
    border: 1px solid rgba(12, 27, 135, 0.6);
    min-width: 104px;
    gap: 8px;
}

.table_rd_btn {
    border: 1px solid #F15A4B;
    background-color: #FFFFFF;
    color: #F15A4B;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: 'Pretendard-600';
    padding: 4px 18px;
    min-width: 57px;
    border-radius: 2px;
}

.table_bu_btn {
    border: 1px solid #3278FE;
    background-color: #FFFFFF;
    color: #3278FE;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: 'Pretendard-600';
    padding: 4px 18px;
    min-width: 57px;
    border-radius: 2px;
}

.table_btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.user_table {
    background-color: #FFFFFF;
    border: 1px solid #C5D2E5;
    width: 100%;
    table-layout:fixed;
}

.user_table thead {
    color: #000A4F;
    background-color: rgba(197, 210, 229, 0.3);
    font-size: 14px;


}

.user_table thead th {
    padding: 10px;
    border: 1px solid rgba(197, 210, 229, 0.3);
}

.user_table td {
    border-bottom: 1px solid rgba(197, 210, 229, 0.3);
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-family: 'Pretendard-400';
}

td {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-family: 'Pretendard-500';
}

th {
    padding: 10px;
    font-size: 14px;
    font-family: 'Pretendard-500';
}

.table_navi.user_table_navi {
    padding: 0;
}

.main_content_section.user_section {
    gap: 20px;
}

.delete_user_popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
}

.delete_user_popup.on {
    display: flex;
}

.delete_user_pop_content {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 36px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.alert_title {
    color: #111111;
    font-size: 20px;
    font-family: 'Pretendard-700';
    display: flex;
    padding-top: 7px;
    padding-bottom: 21px;
}

.user_pop_btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.user_pop_btn_box button {
    min-width: 120px;
    padding: 6px 40px;
    border-radius: 2px;
}

.block_user_popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
}

.block_user_popup.on {
    display: flex;
}

.block_user_pop_content {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 36px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.accpt_user_popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
}

.accpt_user_popup.on {
    display: flex;
}

.success_user_popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
}

.success_user_popup.on {
    display: flex;
}

.map_popup {
    width: 100vw;
    height: 100%;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
}

.map_popup.on {
    display: flex;
}

.file_download_btn {
    display: flex;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    color: #111111;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: fit-content;
    padding: 8px 10px;
    font-size: 15px;
    font-family: 'Pretendard-400';
    background-color: #FFFFFF;
}

#file_upload {
    display: none;
}

#file_style {
    border: 1px solid #CCCCCC;
    width: 400px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 5px 8px;
    font-size: 15px;
    font-family: 'Pretendard-400';
}

.file_upload_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DDDDDD;
    color: #111111;
    gap: 4px;
    font-size: 15px;
    font-family: 'Pretendard-400';
    border-radius: 3px;
    width: fit-content;
    box-sizing: border-box;
    padding: 8px 10px;
    cursor: pointer;
    min-height: 35px;
}

.file_box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.edge_section {
    gap: 20px;
}

.edge_input {
    min-width: 300px;
    min-height: 28px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding: 6px 10px;
    font-family: 'Pretendard-400';
    font-size: 14px;
    color: #111111;
}

.edge_input::placeholder {
    color: #BBBBBB;
}

.edge_input[readonly] {
    background-color: #EEEEEE;

}

.phone_input {
    min-width: 300px;
    min-height: 28px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding: 6px 10px;
    font-family: 'Pretendard-400';
}

.phone_input::placeholder {
    color: #111111;
}

.info_textarea {
    outline: none;
    border: 1px solid #DDDDDD;
    width: 50%;
    min-width: 700px;
    box-sizing: border-box;
    resize: none;
    padding: 10px 15px;
    font-size: 14px;
    color: #111111;
    line-height: 1.5;
    height: 137px;
}

.info_textarea::placeholder {
    color: #222222;
}

input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #666666;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

input[type='radio']:checked {
    background-color: #E74848;
    border: 1px solid #FFF;
    box-shadow: 0 0 0 1px #E74848;
}

.radio_wrap {
    width: fit-content;
    display: flex;
    gap: 44px;
}

.radio_box {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    box-sizing: border-box;
    padding: 5px 8px;
    gap: 10px;
    cursor: pointer;
}

.radio_box span {
    font-size: 14px;
    color: #111111;
}

.address_box {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.address_btn {
    background-color: #669AFF;
    color: #FFFFFF;
    min-width: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    font-family: 'Pretendard-400';
    box-sizing: border-box;
    padding: 6px 10px;
    border-radius: 3px;
    width: fit-content;
}

.address_input {
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    min-width: 560px;
    min-height: 28px;
    padding: 6px 10px;
    font-size: 14px;
    color: #111111;
}

textarea {
    font-family: 'Pretendard-400';
}

.manage_list_flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.aster_lisk {
    display: flex;
    width: fit-content;
    align-items: center;
    color: #A7A7A7;
    font-size: 15px;
    gap: 4px;
}

.setting_select {
    min-width: 128px;
    border: 1px solid #CCCCCC;
}

input[type='text']:not([readonly]) {
    transition: all 0.2s;
}

input[type='text']:not([readonly]):focus, input[type='text']:not([readonly]):active {
    border: 1px solid #13289F;
}

textarea:not([readonly]) {
    transition: all 0.2s;
}

textarea:not([readonly]):focus, textarea:not([readonly]):active {
    border: 1px solid #13289F;
}

.pop_close_btn {
    background-color: transparent;
}

.user_manage_search {
    flex: auto;
}

.user_manage_search input {
    width: 100%;
}

.detail_table.user_manage_table thead {
    height: auto;

}

.detail_table.user_manage_table thead th {
    box-sizing: border-box;
    padding: 14.5px;
}

.custom_checkbox {
    display: none;
}

.custom_checkbox + label {
    display: inline-flex;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url("../images/checkbox.svg");
    background-size: cover;
    cursor: pointer;
}

.custom_checkbox:checked + label {
    background-image: url("../images/checkbox_checked.svg");

}

.manage_btn_wrap {
    padding-top: 10px;
}

.to_home_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.user_select_box {
    min-width: 129px;
}

.excel_download {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 7.5px 10px;
    border-radius: 3px;
    border: 1px solid rgba(12, 27, 135, 0.6);
    color: #111111;
    gap: 4px;
    background-color: #FFFFFF;
    font-family: 'Pretendard-600';
    font-size: 15px;
}

.search_box.user_log_box {
    justify-content: start;
}

.detail_table tbody tr:hover .user_log_pop_btn {
    color: #0C1B87;
    text-decoration: underline;
}

.user_log_pop_btn {
    position: relative;
}

.popup_layout .info_title {
    min-width: 189px;
}

.login_sec {
    margin-bottom: 100px;
}

.manage_result_wrap p {
    font-family: 'Pretendard-700';
    font-size: 15px;
    color: #222222;
    margin-bottom: 10px;
}

select {
    cursor: pointer;
}

.ol-popup {
    position: absolute;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    bottom: 12px;
    left: -50px;
    min-width: 200px;
    visibility: hidden;
}

.ol-popup.show {
    visibility: visible;
    opacity: 1;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #ccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

#map {
    width: 800px;
    height: 600px;
}

.loading_bar{
    display: none;
    width: 150px;
    height: 150px;
    z-index: 99;
    position:absolute;
    top: 50%;
    left: 45%;
}

.comm_popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
}

.comm_popup.on {
    display: flex;
}