@charset "UTF-8";

.table_con_list {
    display: block;
}

.table_con_list.hide {
    display: none;
}

.table {
    display: block;
    margin-top: 1.25rem;
}

.table.block {
    display: none;
}

.table.block.active {
    display: block;
}

.table ul {
    display: flex;
}
.table ul li {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.table ul li button{
    padding: 0.875rem;
    font-size: 0.938rem;
    font-weight: 600;
    border: 0;
    border-radius: 0.625rem;
    line-height: normal;
}
.table ul li button.prired_btn {
    color: #fff;
    background-color: #e83f3c;
}
.table ul li button.secred_btn {
    color: #e83f3c;
    background-color: #fceaeb;
}
.table ul li button.secblue_btn {
    color: #2d59ed;
    background-color: #e8edfc;
}
.table ul li button.set_btn {
    padding: 0.625rem;
    background: url(/images/egovframework/admin/ic-level-setting@2x.png) no-repeat center;
    background-size: contain;
}

.table_title {
    padding: 1.25rem;
    border-radius: 0.625rem;
    background-color: #f4f4f4;
    cursor: default !important;
}

.table_title li {
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    color: #697284;
}

.table_title li.sort_flex {
    display: flex;
    justify-content: end;
    align-items: center;
}

.table_title li.sort_flex .sort {
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
    margin-left: 0.375rem;
}

.table_title li.sort_flex .sort button {
    display: flex;
    padding: 0;
    cursor: pointer;
}

.table_title li.sort_flex .sort img {
    width: 0.625rem;
    height: 0.3125rem;
}

.table_title.row_11_user li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_11_user li:nth-of-type(2) {
    width: 7%;
}
.table_title.row_11_user li:nth-of-type(3) {
    width: 12%;
}
.table_title.row_11_user li:nth-of-type(4) {
    width: 12%;
}
.table_title.row_11_user li:nth-of-type(5) {
    width: 15%;
}
.table_title.row_11_user li:nth-of-type(6) {
    width: 8%;
}
.table_title.row_11_user li:nth-of-type(7) {
    width: 5%;
}
.table_title.row_11_user li:nth-of-type(8) {
    width: 8%;
}
.table_title.row_11_user li:nth-of-type(9) {
    width: 8%;
}
.table_title.row_11_user li:nth-of-type(10) {
    width: 15%;
    white-space: wrap;
    padding: 0 1.469rem;
}
.table_title.row_11_user li:nth-of-type(11) {
    width: 5%;
}

.table_title.row_9_air li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_9_air li:nth-of-type(2) {
    width: 14%;
}
.table_title.row_9_air li:nth-of-type(3) {
    width: 10%;
}
.table_title.row_9_air li:nth-of-type(4) {
    width: 14%;
}
.table_title.row_9_air li:nth-of-type(5) {
    width: 5%;
}
.table_title.row_9_air li:nth-of-type(6) {
    width: 5%;
}
.table_title.row_9_air li:nth-of-type(7) {
    width: 4%;
}
.table_title.row_9_air li:nth-of-type(8) {
    width: 37%;
}
.table_title.row_9_air li:nth-of-type(9) {
    width: 5%;
}

.table_title.row_8_air>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_8_air>li:nth-of-type(2) {
    width: 26%;
}
.table_title.row_8_air>li:nth-of-type(3) {
    width: 26%;
}
.table_title.row_8_air>li:nth-of-type(4) {
    width: 8%;
}
.table_title.row_8_air>li:nth-of-type(5) {
    width: 8%;
}
.table_title.row_8_air>li:nth-of-type(6) {
    width: 8%;
}
.table_title.row_8_air>li:nth-of-type(7) {
    width: 8%;
}
.table_title.row_8_air>li:nth-of-type(8) {
    width: 10%;
}

.table_title.row_7_auth>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_7_auth>li:nth-of-type(2) {
    width: 5%;
}
.table_title.row_7_auth>li:nth-of-type(3) {
    width: 16%;
}
.table_title.row_7_auth>li:nth-of-type(4) {
    width: 12%;
}
.table_title.row_7_auth>li:nth-of-type(5) {
    width: 46%;
}
.table_title.row_7_auth>li:nth-of-type(6) {
    width: 10%;
}
.table_title.row_7_auth>li:nth-of-type(7) {
    width: 5%;
}

.table_title.row_7_emp>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_7_emp>li:nth-of-type(2) {
    width: 40%;
}
.table_title.row_7_emp>li:nth-of-type(3) {
    width: 16%;
}
.table_title.row_7_emp>li:nth-of-type(4) {
    width: 8%;
}
.table_title.row_7_emp>li:nth-of-type(5) {
    width: 16%;
}
.table_title.row_7_emp>li:nth-of-type(6) {
    width: 10%;
}
.table_title.row_7_emp>li:nth-of-type(7) {
    width: 4%;
}

.table_title.row_7>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_7>li:nth-of-type(2) {
    width: 6%;
}
.table_title.row_7>li:nth-of-type(3) {
    width: 32%;
}
.table_title.row_7>li:nth-of-type(4) {
    width: 20%;
}
.table_title.row_7>li:nth-of-type(5) {
    width: 19%;
}
.table_title.row_7>li:nth-of-type(6) {
    width: 12%;
}
.table_title.row_7>li:nth-of-type(7) {
    width: 5%;
}

.table_title.row_8_template>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_8_template>li:nth-of-type(2) {
    width: 32%;
}
.table_title.row_8_template>li:nth-of-type(3) {
    width: 10%;
}
.table_title.row_8_template>li:nth-of-type(4) {
    width: 15%;
}
.table_title.row_8_template>li:nth-of-type(5) {
    width: 10%;
}
.table_title.row_8_template>li:nth-of-type(6) {
    width: 15%;
}
.table_title.row_8_template>li:nth-of-type(7) {
    width: 5%;
}
.table_title.row_8_template>li:nth-of-type(8) {
    width: 5%;
}

.table_title.row_9_publish>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_9_publish>li:nth-of-type(2) {
    width: 10%;
}
.table_title.row_9_publish>li:nth-of-type(3) {
    width: 10%;
}
.table_title.row_9_publish>li:nth-of-type(4) {
    width: 28%;
}
.table_title.row_9_publish>li:nth-of-type(5) {
    width: 10%;
}
.table_title.row_9_publish>li:nth-of-type(6) {
    width: 15%;
}
.table_title.row_9_publish>li:nth-of-type(7) {
    width: 10%;
}
.table_title.row_9_publish>li:nth-of-type(8) {
    width: 7%;
}
.table_title.row_9_publish>li:nth-of-type(9) {
    width: 7%;
}

.table_title.row_8_news>li:nth-of-type(1) {
    width: 5%;
    color: #888888;
}
.table_title.row_8_news>li:nth-of-type(2) {
    width: 10%;
}
.table_title.row_8_news>li:nth-of-type(3) {
    width: 30%;
}
.table_title.row_8_news>li:nth-of-type(4) {
    width: 10%;
}
.table_title.row_8_news>li:nth-of-type(5) {
    width: 20%;
}
.table_title.row_8_news>li:nth-of-type(6) {
    width: 10%;
}
.table_title.row_8_news>li:nth-of-type(7) {
    width: 10%;
}
.table_title.row_8_news>li:nth-of-type(8) {
    width: 5%;
}
.table_title.row_8_news>li:nth-of-type(9) {
    width: 5%;
}

.table_title.row_8_news.img_view>li:nth-of-type(3) {
	width: 5%;
}
.table_title.row_8_news.img_view>li:nth-of-type(4) {
	width: 35%;
}
.table_title.row_8_news.img_view>li:nth-of-type(5) {
	width: 10%;
}
.table_title.row_8_news.img_view>li:nth-of-type(6) {
	width: 20%;
}

.table_title.row_8_mail>li:nth-of-type(1) {
    width: 5%;
    color: #888888;
}
.table_title.row_8_mail>li:nth-of-type(2) {
    width: 30%;
}
.table_title.row_8_mail>li:nth-of-type(3) {
    width: 10%;
}
.table_title.row_8_mail>li:nth-of-type(4) {
    width: 10%;
}
.table_title.row_8_mail>li:nth-of-type(5) {
    width: 20%;
}
.table_title.row_8_mail>li:nth-of-type(6) {
    width: 15%;
}
.table_title.row_8_mail>li:nth-of-type(7) {
    width: 10%;
}
.table_title.row_8_mail>li:nth-of-type(8) {
    width: 5%;
}

.table_title.row_7_air>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_7_air>li:nth-of-type(2) {
    width: 25%;
}
.table_title.row_7_air>li:nth-of-type(3) {
    width: 25%;
}
.table_title.row_7_air>li:nth-of-type(4) {
    width: 5%;
}
.table_title.row_7_air>li:nth-of-type(5) {
    width: 5%;
}
.table_title.row_7_air>li:nth-of-type(6) {
    width: 17%;
}
.table_title.row_7_air>li:nth-of-type(7) {
    width: 17%;
}

.table_title.row_6_interv li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_6_interv li:nth-of-type(2) {
    width: 5%;
}
.table_title.row_6_interv li:nth-of-type(3) {
    width: 60%;
}
.table_title.row_6_interv li:nth-of-type(4) {
    width: 10%;
}
.table_title.row_6_interv li:nth-of-type(5) {
    width: 14%;
}
.table_title.row_6_interv li:nth-of-type(6) {
    width: 5%;
}

.table_title.row_6_group>li:nth-of-type(1) {
    width: 16%;
}
.table_title.row_6_group>li:nth-of-type(2) {
    width: 16%;
}
.table_title.row_6_group>li:nth-of-type(3) {
    width: 16%;
}
.table_title.row_6_group>li:nth-of-type(4) {
    width: 16%;
}
.table_title.row_6_group>li:nth-of-type(5) {
    width: 32%;
}
.table_title.row_6_group>li:nth-of-type(6) {
    width: 4%;
}

.table_title.row_6_rec>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_6_rec>li:nth-of-type(2) {
    width: 6%;
}
.table_title.row_6_rec>li:nth-of-type(3) {
    width: 22%;
}
.table_title.row_6_rec>li:nth-of-type(4) {
    width: 28%;
}
.table_title.row_6_rec>li:nth-of-type(5) {
    width: 24%;
}
.table_title.row_6_rec>li:nth-of-type(6) {
    width: 14%;
}

.table_title.row_6>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_6>li:nth-of-type(2) {
    width: 10%;
}
.table_title.row_6>li:nth-of-type(3) {
    width: 38%;
}
.table_title.row_6>li:nth-of-type(4) {
    width: 24%;
}
.table_title.row_6>li:nth-of-type(5) {
    width: 12%;
}
.table_title.row_6>li:nth-of-type(6) {
    width: 10%;
}

.table_title.row_5_modi li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_5_modi li:nth-of-type(2) {
    width: 66%;
}
.table_title.row_5_modi li:nth-of-type(3) {
    width: 10%;
}
.table_title.row_5_modi li:nth-of-type(4) {
    width: 8%;
}
.table_title.row_5_modi li:nth-of-type(5) {
    width: 10%;
}

.table_title.row_5_airview li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_5_airview li:nth-of-type(2) {
    width: 10%;
}
.table_title.row_5_airview li:nth-of-type(3) {
    width: 65%;
}
.table_title.row_5_airview li:nth-of-type(4) {
    width: 14%;
}
.table_title.row_5_airview li:nth-of-type(5) {
    width: 5%;
}

.table_title.row_5_inv li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_5_inv li:nth-of-type(2) {
    width: 50%;
}
.table_title.row_5_inv li:nth-of-type(3) {
    width: 20%;
}
.table_title.row_5_inv li:nth-of-type(4) {
    width: 19%;
}
.table_title.row_5_inv li:nth-of-type(5) {
    width: 5%;
}

.table_title.row_5_pop_target li:nth-of-type(1) {
    width: 40%;
    color: #888888;
}
.table_title.row_5_pop_target li:nth-of-type(2) {
    width: 10%;
}
.table_title.row_5_pop_target li:nth-of-type(3) {
    width: 20%;
}
.table_title.row_5_pop_target li:nth-of-type(4) {
    width: 20%;
}
.table_title.row_5_pop_target li:nth-of-type(5) {
    width: 10%;
}

.table_title.row_5 li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_5 li:nth-of-type(2) {
    width: 33%;
}
.table_title.row_5 li:nth-of-type(3) {
    width: 33%;
}
.table_title.row_5 li:nth-of-type(4) {
    width: 15%;
}
.table_title.row_5 li:nth-of-type(5) {
    width: 18%;
}

.table_title.row_4_organ li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_4_organ li:nth-of-type(2) {
    width: 20%;
}
.table_title.row_4_organ li:nth-of-type(3) {
    width: 69%;
}
.table_title.row_4_organ li:nth-of-type(4) {
    width: 5%;
}

.table_title.row_4 li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_4 li:nth-of-type(2) {
    width: 69%;
}
.table_title.row_4 li:nth-of-type(3) {
    width: 20%;
}
.table_title.row_4 li:nth-of-type(4) {
    width: 5%;
}

.table_title.row_4_author li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_4_author li:nth-of-type(2) {
    width: 10%;
}
.table_title.row_4_author li:nth-of-type(3) {
    width: 72%;
}
.table_title.row_4_author li:nth-of-type(4) {
    width: 12%;
}

.table_title.row_3 li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_title.row_3 li:nth-of-type(2) {
    width: 80%;
}
.table_title.row_3 li:nth-of-type(3) {
    width: 14%;
}

.table_con {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: #1d1d1d;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    padding: 0.375rem 1.25rem;
}
.table_con:hover {
    background-color: #f7f9fc;
}

.table_con li {
    min-height: 2.875rem;
    padding: 1.344rem 0;
    box-sizing: border-box;
}
/* .table_con li:has(button) {
    padding: 0;
} */

.table_con li.blue {
    color: #2d59ed;
}
.table_con li.red {
    color: #ec401c;
}
.table_con li.sky {
    color: #158dd3;
}
.table_con li.green {
    color: #00bea2;
}
.table_con li.gray {
    color: #717171;
}

.table_con li.opt {
    position: relative;
    overflow: visible;
}

.table_con li:first-child {
    overflow: visible;
    text-overflow: unset;
}

.table_con.row_11_user li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_11_user li:nth-of-type(2) {
    width: 7%;
}
.table_con.row_11_user li:nth-of-type(3) {
    width: 12%;
}
.table_con.row_11_user li:nth-of-type(4) {
    width: 12%;
}
.table_con.row_11_user li:nth-of-type(5) {
    width: 15%;
}
.table_con.row_11_user li:nth-of-type(6) {
    width: 8%;
}
.table_con.row_11_user li:nth-of-type(7) {
    width: 5%;
}
.table_con.row_11_user li:nth-of-type(8) {
    width: 8%;
}
.table_con.row_11_user li:nth-of-type(9) {
    width: 8%;
}
.table_con.row_11_user li:nth-of-type(10) {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: wrap;
    padding: 0 1.469rem;
}
.table_title.row_11_user li:nth-of-type(11) {
    width: 5%;
}

.table_con.row_9_air li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_9_air li:nth-of-type(2) {
    width: 14%;
}
.table_con.row_9_air li:nth-of-type(3) {
    width: 10%;
}
.table_con.row_9_air li:nth-of-type(4) {
    width: 14%;
}
.table_con.row_9_air li:nth-of-type(5) {
    width: 5%;
}
.table_con.row_9_air li:nth-of-type(6) {
    width: 5%;
}
.table_con.row_9_air li:nth-of-type(7) {
    width: 4%;
}
.table_con.row_9_air li:nth-of-type(8) {
    width: 37%;
    white-space: wrap;
    padding: 0 1.469rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table_con.row_9_air li:nth-of-type(9) {
    width: 5%;
}

.table_con.row_8_air>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_8_air>li:nth-of-type(2) {
    width: 26%;
}
.table_con.row_8_air>li:nth-of-type(3) {
    width: 26%;
}
.table_con.row_8_air>li:nth-of-type(4) {
    width: 8%;
}
.table_con.row_8_air>li:nth-of-type(5) {
    width: 8%;
}
.table_con.row_8_air>li:nth-of-type(6) {
    width: 8%;
}
.table_con.row_8_air>li:nth-of-type(7) {
    width: 8%;
}
.table_con.row_8_air>li:nth-of-type(8) {
    width: 10%;
}

.table_con.row_8_template>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_8_template>li:nth-of-type(2) {
    width: 32%;
}
.table_con.row_8_template>li:nth-of-type(3) {
    width: 10%;
}
.table_con.row_8_template>li:nth-of-type(4) {
    width: 15%;
}
.table_con.row_8_template>li:nth-of-type(5) {
    width: 10%;
}
.table_con.row_8_template>li:nth-of-type(6) {
    width: 15%;
}
.table_con.row_8_template>li:nth-of-type(7) {
    width: 5%;
}
.table_con.row_8_template>li:nth-of-type(8) {
    width: 5%;
}

.table_con.row_9_publish>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_9_publish>li:nth-of-type(2) {
    width: 10%;
}
.table_con.row_9_publish>li:nth-of-type(3) {
    width: 10%;
}
.table_con.row_9_publish>li:nth-of-type(4) {
    width: 28%;
}
.table_con.row_9_publish>li:nth-of-type(5) {
    width: 10%;
}
.table_con.row_9_publish>li:nth-of-type(6) {
    width: 15%;
}
.table_con.row_9_publish>li:nth-of-type(7) {
    width: 10%;
}
.table_con.row_9_publish>li:nth-of-type(8) {
    width: 7%;
}
.table_con.row_9_publish>li:nth-of-type(9) {
    width: 7%;
}

.table_con.row_8_news>li:nth-of-type(1) {
    width: 5%;
    color: #888888;
}
.table_con.row_8_news>li:nth-of-type(2) {
    width: 10%;
}
.table_con.row_8_news>li:nth-of-type(3) {
    width: 30%;
}
.table_con.row_8_news>li:nth-of-type(4) {
    width: 10%;
}
.table_con.row_8_news>li:nth-of-type(5) {
    width: 20%;
}
.table_con.row_8_news>li:nth-of-type(6) {
    width: 10%;
}
.table_con.row_8_news>li:nth-of-type(7) {
    width: 10%;
}
.table_con.row_8_news>li:nth-of-type(8) {
    width: 5%;
}
.table_con.row_8_news>li:nth-of-type(9) {
    width: 5%;
}
.table_con.row_8_news.img_view>li:nth-of-type(3) {
    width: 5%;
}
.table_con.row_8_news.img_view>li:nth-of-type(4) {
    width: 35%;
}
.table_con.row_8_news.img_view>li:nth-of-type(5) {
    width: 10%;
}
.table_con.row_8_news.img_view>li:nth-of-type(6) {
    width: 20%;
}

.table_con.row_8_mail>li:nth-of-type(1) {
    width: 5%;
    color: #888888;
}
.table_con.row_8_mail>li:nth-of-type(2) {
   width: 30%;
}
.table_con.row_8_mail>li:nth-of-type(3) {
    width: 10%;
}
.table_con.row_8_mail>li:nth-of-type(4) {
    width: 10%;
}
.table_con.row_8_mail>li:nth-of-type(5) {
    width: 20%;
}
.table_con.row_8_mail>li:nth-of-type(6) {
    width: 15%;
}
.table_con.row_8_mail>li:nth-of-type(7) {
    width: 10%;
}
.table_con.row_8_mail>li:nth-of-type(8) {
    width: 5%;
}

.table_con.row_8 li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_8 li:nth-of-type(2) {
    width: 24%;
}
.table_con.row_8 li:nth-of-type(3) {
    width: 10%;
}
.table_con.row_8 li:nth-of-type(4) {
    width: 10%;
}
.table_con.row_8 li:nth-of-type(5) {
    width: 27%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.table_con.row_8 li:nth-of-type(6) {
    width: 14%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.table_con.row_8 li:nth-of-type(7) {
    width: 5%;
}
.table_con.row_8 li:nth-of-type(8) {
    width: 7%;
}
.table_con.row_8 li:nth-of-type(8).red {
    color: #e83f3c;
}

.table_con.row_7_auth>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_7_auth>li:nth-of-type(2) {
    width: 5%;
}
.table_con.row_7_auth>li:nth-of-type(3) {
    width: 16%;
}
.table_con.row_7_auth>li:nth-of-type(4) {
    width: 12%;
}
.table_con.row_7_auth>li:nth-of-type(5) {
    width: 46%;
}
.table_con.row_7_auth>li:nth-of-type(6) {
    width: 10%;
}
.table_con.row_7_auth>li:nth-of-type(7) {
    width: 5%;
}

.table_con.row_7_emp>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_7_emp>li:nth-of-type(2) {
    width: 40%;
}
.table_con.row_7_emp>li:nth-of-type(3) {
    width: 16%;
}
.table_con.row_7_emp>li:nth-of-type(4) {
    width: 8%;
}
.table_con.row_7_emp>li:nth-of-type(5) {
    width: 16%;
}
.table_con.row_7_emp>li:nth-of-type(6) {
    width: 10%;
}
.table_con.row_7_emp>li:nth-of-type(7) {
    width: 4%;
}

.table_con.row_7>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_7>li:nth-of-type(2) {
    width: 6%;
}
.table_con.row_7>li:nth-of-type(3) {
    width: 32%;
}
.table_con.row_7>li:nth-of-type(4) {
    width: 20%;
}
.table_con.row_7>li:nth-of-type(5) {
    width: 19%;
}
.table_con.row_7>li:nth-of-type(6) {
    width: 12%;
}
.table_con.row_7>li:nth-of-type(7) {
    width: 5%;
}

.table_con.row_7_air>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_7_air>li:nth-of-type(2) {
    width: 25%;
}
.table_con.row_7_air>li:nth-of-type(3) {
    width: 25%;
}
.table_con.row_7_air>li:nth-of-type(4) {
    width: 5%;
}
.table_con.row_7_air>li:nth-of-type(5) {
    width: 5%;
}
.table_con.row_7_air>li:nth-of-type(6) {
    width: 17%;
}
.table_con.row_7_air>li:nth-of-type(7) {
    width: 17%;
}

.table_con.row_6_interv li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_6_interv li:nth-of-type(2) {
    width: 5%;
}
.table_con.row_6_interv li:nth-of-type(3) {
    width: 60%;
}
.table_con.row_6_interv li:nth-of-type(4) {
    width: 10%;
}
.table_con.row_6_interv li:nth-of-type(5) {
    width: 14%;
}
.table_con.row_6_interv li:nth-of-type(6) {
    width: 5%;
}

.table_con.row_6_rec>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_6_rec>li:nth-of-type(2) {
    width: 6%;
}
.table_con.row_6_rec>li:nth-of-type(3) {
    width: 22%;
}
.table_con.row_6_rec>li:nth-of-type(4) {
    width: 28%;
}
.table_con.row_6_rec>li:nth-of-type(5) {
    width: 24%;
}
.table_con.row_6_rec>li:nth-of-type(6) {
    width: 14%;
}

.table_con.row_6>li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_6>li:nth-of-type(2) {
    width: 10%;
}
.table_con.row_6>li:nth-of-type(3) {
    width: 38%;
}
.table_con.row_6>li:nth-of-type(4) {
    width: 24%;
}
.table_con.row_6>li:nth-of-type(5) {
    width: 12%;
}
.table_con.row_6>li:nth-of-type(6) {
    width: 10%;
}

.table_con.row_6_group>li:nth-of-type(1) {
    width: 16%;
}
.table_con.row_6_group>li:nth-of-type(2) {
    width: 16%;
}
.table_con.row_6_group>li:nth-of-type(3) {
    width: 16%;
}
.table_con.row_6_group>li:nth-of-type(4) {
    width: 16%;
}
.table_con.row_6_group>li:nth-of-type(5) {
    text-align: left;
    width: 36%;
}
.table_con.row_6_group>li:nth-of-type(6) {
    width: 4%;
}

.table_con.row_6_group {
    overflow: visible;
    position: relative;
}

.table_con.row_5_airview li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_5_airview li:nth-of-type(2) {
    width: 10%;
}
.table_con.row_5_airview li:nth-of-type(3) {
    width: 65%;
}
.table_con.row_5_airview li:nth-of-type(4) {
    width: 14%;
}
.table_con.row_5_airview li:nth-of-type(5) {
    width: 5%;
}

.table_con.row_5_inv li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_5_inv li:nth-of-type(2) {
    width: 50%;
}
.table_con.row_5_inv li:nth-of-type(3) {
    width: 20%;
}
.table_con.row_5_inv li:nth-of-type(4) {
    width: 19%;
}
.table_con.row_5_inv li:nth-of-type(5) {
    width: 5%;
}

.table_con.row_5_pop_target li:nth-of-type(1) {
    width: 40%;
    color: #888888;
}
.table_con.row_5_pop_target li:nth-of-type(2) {
    width: 10%;
}
.table_con.row_5_pop_target li:nth-of-type(3) {
    width: 20%;
}
.table_con.row_5_pop_target li:nth-of-type(4) {
    width: 20%;
}
.table_con.row_5_pop_target li:nth-of-type(5) {
    width: 10%;
}

.table_con.row_5 li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_5 li:nth-of-type(2) {
    width: 33%;
}
.table_con.row_5 li:nth-of-type(3) {
    width: 33%;
}
.table_con.row_5 li:nth-of-type(4) {
    width: 15%;
}
.table_con.row_5 li:nth-of-type(5) {
    width: 18%;
}

.table_con.row_5_modi li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_5_modi li:nth-of-type(2) {
    width: 66%;
}
.table_con.row_5_modi li:nth-of-type(3) {
    width: 10%;
}
.table_con.row_5_modi li:nth-of-type(4) {
    width: 8%;
}
.table_con.row_5_modi li:nth-of-type(5) {
    width: 10%;
    padding: 0 1rem;
}

.table_con.row_4 li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_4 li:nth-of-type(2) {
    width: 69%;
}
.table_con.row_4 li:nth-of-type(3) {
    width: 20%;
}
.table_con.row_4 li:nth-of-type(4) {
    width: 5%;
}

.table_con.row_4_organ li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_4_organ li:nth-of-type(2) {
    width: 20%;
}
.table_con.row_4_organ li:nth-of-type(3) {
    width: 69%;
}
.table_con.row_4_organ li:nth-of-type(4) {
    width: 5%;
}

.table_con.row_4_author li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_4_author li:nth-of-type(2) {
    width: 10%;
}
.table_con.row_4_author li:nth-of-type(3) {
    width: 72%;
}
.table_con.row_4_authorli:nth-of-type(4) {
    width: 12%;
}

.table_con.row_3 li:nth-of-type(1) {
    width: 6%;
    color: #888888;
}
.table_con.row_3 li:nth-of-type(2) {
    width: 80%;
}
.table_con.row_3 li:nth-of-type(3) {
    width: 14%;
}
.ck-content .table table td, .ck-content .table table th{
	height: unset;
}

.table_con.row_8_personal>li:nth-of-type(1) {
    width: 5%;
    color: #888888;
}
.table_con.row_8_personal>li:nth-of-type(2) {
    width: 7%;
}
.table_con.row_8_personal>li:nth-of-type(3) {
    width: 7%;
}
.table_con.row_8_personal>li:nth-of-type(4) {
    width: 15%;
}
.table_con.row_8_personal>li:nth-of-type(5) {
    width: 25%;
}
.table_con.row_8_personal>li:nth-of-type(6) {
    width: 7%;
}
.table_con.row_8_personal>li:nth-of-type(7) {
    width: 15%;
}
.table_con.row_8_personal>li:nth-of-type(8) {
    width: 15%;
}

.table_title.row_8_personal>li:nth-of-type(1) {
    width: 5%;
    color: #888888;
}
.table_title.row_8_personal>li:nth-of-type(2) {
    width: 7%;
}
.table_title.row_8_personal>li:nth-of-type(3) {
    width: 7%;
}
.table_title.row_8_personal>li:nth-of-type(4) {
    width: 15%;
}
.table_title.row_8_personal>li:nth-of-type(5) {
    width: 25%;
}
.table_title.row_8_personal>li:nth-of-type(6) {
    width: 7%;
}
.table_title.row_8_personal>li:nth-of-type(7) {
    width: 15%;
}
.table_title.row_8_personal>li:nth-of-type(8) {
    width: 15%;
}
