* {
    font-family: nanumRound;
}
input:focus {
  outline: none;
}

::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb{
    background-color: rgb(0, 14, 54, 0.7);
    border-radius: 8px;
    width: 8px;

}
::-webkit-scrollbar-track{
    background-color: rgb(184, 184, 184);
    border-radius: 8px;
    width: 8px;
    box-shadow: inset 0px 0px 5px rgb(118, 144, 184);
}

:root {
    --mainColor:#1B2547;
    --subColor:#2A58B4;
    --subColor_mild:#97adda;
    --outlineColor:rgb(224, 224, 224);

    --bg_subColor:rgb(42, 88, 180, 0.2);
}
* {
    font-family: nanumRound;
    font-size: 15px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* user-select: none; */
    -webkit-tap-highlight-color: rgb(0, 0, 0, 0)!important;

}
select{
    cursor: pointer;
}
select:focus{
    border: 1px solid grey;
    outline: 1px solid grey;
}

body, ol, ul, li {
    all: unset;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
body{
    background-color: #F4F8FB;
}
span, label {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
a {
    all : unset;
    cursor:pointer;
}


.b2f_gap{
    height: 20px;
}
.b2f_header{
    font-weight: 500;
    font-size: 24px;
    line-height:40px;
}
.b2f_point{
    position: relative;
    font-weight: 900;
    color: var(--subColor);
    font-size: 30px;
}
.b2f_point_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: rgb(42, 88, 180, 0.2);
}
.b2f_margin_50{margin: 50px 0;}
.b2f_margin_100{margin: 100px 0;}
.b2f_row_flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
}
.b2f_row_item_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.b2f_row_item_box_imgWrap{
    padding: 10px;
    width: 150px;
    height: 150px;
    box-shadow: 3px 3px 3px 3px grey;
    border: 1px solid var(--outlineColor);
    border-radius: 10px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    cursor: pointer;
    transition: 0.2s;
}
.b2f_row_item_box_imgWrap:hover{
    transform: scale(1.1);
    transition: 0.2s;
}
.b2f_row_item_box_img{
    width: 60%;
    height: 60%;
}
.b2f_row_item_box_text{
    text-align: center;
    font-size: 18px;
}

.bylaw_new_row{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bylaw_new_info{
    width: 500px;
    padding: 30px;
    background-color: var(--outlineColor);
    border: 1px solid grey;
    border-radius: 15px;
    font-size: 16px;
}


.bylaw_new_standard_option_wrap{
    margin: 150px 0;
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    justify-content: center;
    align-items: center;
}

.bylaw_new_standard_option_item{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.bylaw_new_standard_button{
    position: relative;
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--subColor);
    color: white;
    font-size: 20px;
    border-radius: 15px;
    padding:10px 30px;

    cursor: pointer;
}
.bylaw_new_standard_button:hover{
    background-color: var(--mainColor);
    transition: 0.2s;
}
.bylaw_new_standard_option_title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 900;
    font-size: 25px;
}
.bylaw_new_standard_option_title_question{
    fill: grey;
    cursor: pointer;
    transition: 0.2s;
}
.bylaw_new_standard_option_title_question:hover{
    fill: var(--subColor);
    transition: 0.2s;
}
.bylaw_new_standard_option_text{
    position: relative;
    text-align: left;
    width: 100%;
    font-size: 18px;
    color: grey;
}
.bylaw_new_standard_option_option{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.bylaw_new_standard_option_option_row{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.bylaw_new_standard_option_select{
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid var(--outlineColor);
}
.bylaw_new_standard_option_info{
    width: calc(100% - 20px);
    padding: 10px;
    color: grey;
    background-color: var(--outlineColor);
    border-radius: 15px;
    font-size: 14px;

    animation: slideup 0.3s;
}
.bold_text{
    position: relative;
    font-weight: 900;
}
.checkList_step_text{
    position: relative;
    font-weight: 900;
    font-size: 18px;
    cursor: pointer;
    margin-left: 5px;
}
.checkList_step_text:hover{
    color: red;
    transition: 0.2s;
}
.bylaw_store_wrap{
    position: relative;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 10px;


    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    align-items: flex-start;
}

.bylaw_store_left{
    position: relative;
    width: calc(20% - 0px);
    height: calc(100% - 0px);
    background-color: white;
    padding: 0px;

    display: flex;
    flex-direction: column;
    gap: 30px;
    align-content: center;
    justify-content: center;
    
}
.bylaw_store_left_info{
    position: relative;
    width: calc(100% - 20px);
    height: calc(40% - 20px);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 3px solid var(--outlineColor);
}
.bylaw_store_left_info_title{
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    padding: 5px 0;
}
.bylaw_store_left_info_table{
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.bylaw_store_left_info_tr{
    padding: 3px 0;
    border: 1px solid var(--outlineColor);
}
.bylaw_store_left_info_th{
    background-color: grey;
    color: white;
    font-weight: 100;
    font-size: 14px;
    text-align: center;
}
.bylaw_store_left_info_td{
    text-align: center;
}
.bylaw_store_attachment{
    fill: white;
    width: 20px;
    height: 20px;

    transition: 0.2s;
    cursor: pointer;
}

.bylaw_watermark_file_upload{
    padding: 2px 5px;
    font-size: 14px;
    color: white;
    background-color: grey;
    border-radius: 5px;
    cursor: pointer;
}

.bylaw_watermark_file_name{
    font-size: 13px;
    color: grey;
}
.bylaw_edit_input{
    position: relative;
    padding: 2px 0;
    text-align: center;
    width: 90%;
    background-color: rgb(236, 246, 255);
    border: 1px solid var(--outlineColor);
    border-radius: 5px;
    cursor: pointer;
    transition:0.2s;
    font-size: 14px;
}
.bylaw_edit_input:hover{
    background-color: rgb(216, 232, 247);
    transition:0.2s;
}
.bylaw_edit_input:focus{
    border: 1px solid grey;
}
.bylaw_store_left_info_btn{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.bylaw_store_left_info_edit{
    padding: 3px 5px;
    width: 40%;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    background-color: var(--subColor);
    transition: 0.2s;
}
.bylaw_store_left_info_edit:hover{
    background-color: var(--mainColor);
    transition: 0.2s;

}
.bylaw_store_left_info_del{
    padding: 3px 5px;
    width: 40%;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    background-color: rgb(255, 0, 0, 0.4);
    transition: 0.2s;
}
    
.bylaw_store_left_info_del:hover{
    background-color: rgb(255, 0, 0);
    transition: 0.2s;
}


.bylaw_archive_left_btnWrap{
    width: calc(100% - 10px);
    height: calc(140px - 10px);
    border-radius: 10px;
    padding: 5px;
    flex-direction: column;
    /* gap: 20px; */
    justify-content: space-between;
    align-items: center;
    display: flex;
    /* border: 3px solid var(--outlineColor); */
}

.bylaw_archive_left_btn{
    width: 90%;
    height: 50px;
    display: flex;
    font-weight: 900;
    font-size: 16px;
    border-radius: 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--subColor);
    color: white;
    transition: 0.2s;
    cursor: pointer;
}
.bylaw_archive_left_btn:hover{
    color: yellow;
    transition: 0.2s;
}

.bylaw_store_left_list,
.bylaw_archive_left_list{
    position: relative;
    display: flex;
    width: calc(100% - 20px);
    /* height: calc(100px - 20px); */
    height: calc(60% - 20px);
    padding: 10px;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;

    border-radius: 10px;
    border: 3px solid var(--outlineColor);
}
.bylaw_archive_left_list{
    height: calc(100% - 20px - 140px);
}
.bylaw_store_left_list_title{
    position: relative;
    width: 100%;
    height: 30px;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    padding: 5px 0;

}
.bylaw_store_left_select{
    position: relative;
    padding: 2px 0;
    text-align: center;
    max-width: 200px;
    background-color: rgb(236, 246, 255);
    border: 1px solid var(--outlineColor);
    border-radius: 5px;
    cursor: pointer;
    transition:0.2s;
}
.bylaw_store_left_select:hover{
    background-color: rgb(216, 232, 247);
    transition:0.2s;
}
.bylaw_edit_input:focus{
    border: 1px solid grey;
}




.bylaw_store_left_list_category{
    position: relative;
    padding: 0 20px;
    display: flex;
    overflow-x: hidden; /* 넘치는 탭은 숨김 */
    white-space: nowrap;
    /* background-color: grey; */
    height: 35px;
    gap: 10px;
    align-items: center;
}
.bylaw_category_wrapper{
    position: relative;
    background-color: var(--outlineColor);
    overflow: hidden; /* 흐림 처리 기준을 이 영역으로 설정 */

}
.bylaw_category_wrapper::before,
.bylaw_category_wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;     /* 클릭 막지 않기 위해 */
    z-index: 1;
}

.bylaw_category_wrapper::before {
    left: 0;
    background: linear-gradient(to right, white 0%, transparent 100%);
}

.bylaw_category_wrapper::after {
    right: 0;
    background: linear-gradient(to left, white 0%, transparent 100%);
}


.bylaw_store_left_list_category_item{
    cursor: pointer;
    padding: 2px 5px;
    /* border: 1px solid var(--outlineColor); */
    font-size: 15px;
    /* background-color: var(--outlineColor); */
    /* color: grey; */
    border-radius: 8px;
}
.bylaw_store_left_list_category_item_select{
    background-color: white;
    /* color: var(--subColor); */
    /* background-color: var(--subColor);
    color: white; */
}
.archive_search_input{
    width: calc(80% - 20px);
    padding: 10px;
    padding-left: 30px;
    border: 2px solid var(--outlineColor);
    border-radius: 15px;
    background-color: white;

    background-image: url('/static/image/search.png');
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 5px 8px;
    text-align: center;
}
.bylaw_store_left_list_body,
.bylaw_archive_left_list_body{
    position: relative;
    
    width: 100%;
    height: 350px;

    display: flex;
    flex-direction: column;
    
    overflow: auto;
    gap: 10px;
}
.bylaw_archive_left_list_body{height: 100%;}
.bylaw_store_left_list_body_item{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
}
.bylaw_store_bylaw_wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    cursor: pointer;
    color: rgb(190, 190, 190);
}
.bylaw_store_bylaw_name{
    font-weight: 900;
}
.bylaw_store_bylaw_name_select{color: var(--subColor); font-weight: 900;}
.bylaw_store_bylaw_registerDate{
    font-size: 12px;
}
.bylaw_store_left_list_body_item_valid{
    width: 20px;
    height: 20px;
}
.bylaw_store_left_list_body_item_new{
    font-size: 10px;
    color: red;
}
/* .bylaw_store_left_list_body_item_select{
    font-weight: 900;
    cursor: pointer;
    color: black;
}
.bylaw_store_left_list_body_item_select::before{
    content: '✔';
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    color: white;
    background-color: var(--subColor);
} */

.bylaw_store_right{
    position: relative;
    width: calc(80% - 20px);
    height: calc(100% - 20px);
    padding: 10px;
    border-radius: 10px;
    border: 3px solid var(--outlineColor);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
    scrollbar-gutter: stable;
    overflow-y: auto;
}
.bylaw_archive_right_header_wrap{
    position: relative;
    width: 100%;
    padding: 100px 0;
    display: flex;
    justify-content: center;
}
.bylaw_archive_right_header{
    /* width: 100%; */
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    /* padding: 100px 0; */
}
.bylaw_store_right_watermark_screen{
    position: sticky;
    left: calc(50% - 150px);
    top: calc(50% - 150px);
    margin-top: -60px; /* flex 의 item으로 활동하며 불필요하게 적용되는 gap을 무력화 */
    height: 0;
}
.bylaw_store_right_watermark_img{
    width: 300px;
    height: 300px;
    opacity: 0.06;
}
.bylaw_store_edit_sticky{
    position: sticky;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;


    z-index: 5;
}
.bylaw_text_edit_item_container{
    display: flex;
    justify-content: center;
    align-items: center;

    /* min-width: 200px; */
    background-color: rgb(245, 245, 245);
    padding: 10px 20px;
    border-radius: 25px;
    /* background-color: white; */
    gap: 5px;
    border: 1px solid var(--outlineColor);
    box-shadow: 2px 2px 2px 3px grey;

}
.bylaw_text_edit_item{
    width: 45px;
    height: 45px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 5px;
    cursor: pointer;
}
.bylaw_text_edit_item_icon{
    fill: grey;
    width: 20px;
    height: 20px;
}
.bylaw_text_edit_item_icon_magic{
    fill: #8C00FF;
}
.bylaw_text_edit_item_icon_on{
    width: 20px;
    height: 20px;
    fill: var(--subColor);
}
.bylaw_text_edit_item_icon_off{
    width: 20px;
    height: 20px;
    fill: rgb(187, 185, 185)
}
.bylaw_text_edit_item_text{
    font-size: 14px;
}
.bylaw_text_edit_item_text_magic{
    color: #8C00FF;
    font-weight: 900;
}
.bylaw_text_edit_item:hover > .bylaw_text_edit_item_icon,
.bylaw_text_edit_item:hover > .bylaw_text_edit_item_text{
    fill: var(--subColor);;
    color: var(--subColor);;
    font-weight: 900;
}
.bylaw_text_edit_item_text_on{
    font-size: 14px;
    color: var(--subColor);
}
.bylaw_text_edit_item_text_off{
    font-size: 14px;
    color: rgb(187, 185, 185)
}

.bylaw_store_edit_btn{
    padding: 1px 3px ;
    font-size: 14px;
    color: grey;
    border: 1px solid grey;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.bylaw_store_edit_btn:hover{
    background-color: grey;
    color: white;
    transition: 0.2s;
}

.bylaw_text_edit_toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 27px;
}

.bylaw_text_edit_toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.bylaw_text_edit_toggle_slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 27px;
}

.bylaw_text_edit_toggle_slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3.5px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* 체크됐을 때 */
.bylaw_text_edit_toggle input:checked + .bylaw_text_edit_toggle_slider {
  background-color: var(--subColor);
}

.bylaw_text_edit_toggle input:checked + .bylaw_text_edit_toggle_slider::before {
  transform: translateX(33px);
}
.bylaw_store_category_nav_container{
    width: 100%;
    display: flex;
    justify-content: center;
    

}
.bylaw_store_category_nav{
    width: calc(70% - 60px);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid var(--outlineColor);
    box-shadow: 5px 5px 5px 5px grey;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
    
    /* 워터마크 방지 */
    z-index: 3;
    background-color: white;
}
.bylaw_store_category_info{
    width: 100%;
    color: grey;
    font-size: 14px;
}
.bylaw_store_category_info_point{
    padding: 1px 3px;
    background-color: rgb(194, 194, 194);
    border-radius: 5px;
    font-size: 14px;
    color: white;
    cursor: pointer;
}
.bylaw_store_category_itemWrap{
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.bylaw_store_category_item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 4px 8px;
    background-color: rgb(194, 194, 194);
    border-radius: 10px;
    cursor: pointer;
}
.bylaw_store_category_item_select{
    background-color: grey;
    box-shadow: 2px 2px 2px 2px black;
}
.bylaw_store_category_item_name{
    width: 100%;
    color: white;
    font-size: 12px;
    text-align: center;
}
.bylaw_store_category_item_count{
    color: white;
    font-size: 14px;
}
.bylaw_store_category_item:hover,
.bylaw_store_category_item:hover .bylaw_store_category_item_name{
    background-color: grey;
    transition: 0.2s;
}

.bylaw_store_function_nav{
    position: relative;
    display: flex;
    width: calc(100% - 20px);
    padding: 5px 10px;
    border-radius: 15px;
    /* background-color: grey; */
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}
.bylaw_store_function_nav_item{
    border-radius: 10px;
    border: 1px solid ;
    cursor: pointer;
    transition: 0.2s;
}

.bylaw_article_all{
    /* padding: 5px 15px; */
    /* background-color: rgb(194, 194, 194); */
    /* color: white; */
    /* border-radius: 10px; */
    cursor: pointer;
    /* transition: 0.2s; */
}
.bylaw_article_all:hover{
    background-color: grey;
    transition: 0.2s;
}

.bylaw_store_right_article{
    position: relative;
    width:100%;
    display: flex;
    flex-direction: column;

    transition: transform 0.3s ease;
    will-change: transform;
}
.bylaw_store_new_item{color: red; font-weight: 900;}
.bylaw_add_article{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    fill: rgb(42, 88, 180, 0.5);
    cursor: pointer;
    transition: 0.2s;
}
.bylaw_add_article:hover{
    fill: var(--subColor);
    transition: 0.2s;
}
.bylaw_store_category_wrap{
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-end;
    align-items: center;
}
.bylaw_store_category_img{
    cursor: pointer;
    width: 20px;
    transition:0.2s;
}
.bylaw_store_category_img:hover{
    fill: var(--subColor);
    transition:0.2s;
}
.bylaw_store_category_input{
    padding: 2px 5px;
    text-align: center;
    width: calc(150px - 10px);
    border-radius: 10px;
    background-color: var(--outlineColor);
    color: grey;
    border: 1px solid var(--outlineColor);
}

.bylaw_store_article_title{
    font-weight: 900;
    font-size: 18px;
}
.bylaw_store_article_copy{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.bylaw_title_span{
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.bylaw_text_edit_input{
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    padding: 2px 5px;
    border: 1px solid var(--outlineColor);
    border-radius: 10px;
    cursor: pointer;
}
.bylaw_text_edit_input:focus{
    background-color: rgb(228, 240, 252);
    outline: none;
}



.bylaw_store_article_body_A,
.bylaw_store_article_body_B,
.bylaw_store_article_body_C{
    width:calc(100% - 10px);
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
}
.bylaw_store_article_body_A_text,
.bylaw_store_article_body_B_text,
.bylaw_store_article_body_C_text{
    width: 100%;
    text-align: left;
}
.bylaw_store_article_body_A_text{padding-top: 10px;}
.bylaw_store_article_body_B{padding-top: 5px;}


.bylaw_text_span{
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    user-select: text!important;
}

.bylaw_title_span:hover,
.bylaw_text_span:hover{
    color: red;
}
.bylaw_text_edit_textarea{
    font-size: 16px;
    padding: 2px 5px;
    cursor: pointer;
    border: 1px solid var(--outlineColor);
    border-radius: 10px;
    height: 20px;
}
.bylaw_text_edit_textarea:focus{
    background-color: rgb(228, 240, 252);
    outline: none;
}


.bylaw_new_uploadFile_wrap{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.bylaw_new_uploadFile_btn{
    width: calc(150px - 20px);
    padding: 5px 10px;
    background-color: grey;
    color: white;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
}
.bylaw_new_uploadFile_btn:hover{
    transform: scale(1.1);
    transition: 0.2s;
}
.bylaw_new_uploadFile_name{
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.bylaw_modify_button_wrap,
.bylaw_modify_button_hang_wrap,
.bylaw_modify_button_ho_wrap,
.bylaw_modify_button_mock_wrap{
    display: inline-flex;
    padding: 2px 5px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
}
.bylaw_modify_button_wrap{background-color: var(--subColor_mild)}
.bylaw_modify_button_hang_wrap{background-color: grey}
.bylaw_modify_button_ho_wrap{background-color: var(--outlineColor);}
.bylaw_modify_button_mock_wrap{background-color:  rgba(0, 138, 0, 0.2);}

.bylaw_modify_button_del,
.bylaw_modify_button_arrow{
    width: 15px;
    height: 15px;
    fill: white;
    cursor: pointer;
}
.bylaw_modify_button_del:hover{fill: red;}
.bylaw_modify_button_arrow:hover{fill: yellow;}


.bylaw_search{
    all: unset;
    padding: 2px 2px 2px 26px;
    width: 100px;
    height: 25px;
    border-radius: 8px;
    border: 2px solid var(--outlineColor);
    background-color: white;

    background-image: url('/static/image/search.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 5px 5px;
}

.bylaw_search::placeholder {
    font-family: nanumRound;
    padding-right: 29px;
    text-align: center;
    color: rgb(170, 170, 170);
}
.bylaw_search:focus{
    border: 2px solid black;
}
.create_new_bylaw_wrap{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
}
.create_new_bylaw_text{
    font-weight: 900;
    font-size: 18px;
}
.create_new_bylaw_btn{
    display: inline-block;
    padding: 5px 10px;
    width: 200px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    border-radius: 15px;
    background-color: var(--subColor);
    color: white;
    cursor: pointer;
    transition: 0.2s;
}
.create_new_bylaw_btn:hover{
    background-color: var(--mainColor);
    transition: 0.2s;
}

.bylaw_info_body{
    position: relative;
    width: calc(100% - 80px);
    height: calc(500px - 80px);
    overflow: auto;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    justify-content: flex-start;
    align-items: center;
}
.bylaw_info_row{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.bylaw_info_title{
    width: 100%;
    font-size: 20px;
    font-weight: 900;
    color: var(--subColor);
    text-align: left;
}
.bylaw_info_info{
    width: calc(100% - 30px);
    padding: 15px;
    background-color: rgb(224, 224, 224);
    border: 1px solid var(--outlineColor);
    border-radius: 15px;
    font-size: 17px;

    display: flex;
    flex-direction: column;
    gap: 5px;
}
.bylaw_info_point_icon{
    fill: grey;
    width: 15px;
    height: 15px;
}
.bylaw_info_point{
    width: calc(100% - 20px);
    padding-left: 20px;
    font-size: 16px;
    color: grey;
}
.bylaw_link_create_wrap{
    position: relative;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    padding: 40px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.bylaw_link_create_item{
    position: relative;
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}
.bylaw_link_create_item_title{
    font-weight: 900;
    font-size: 20px;
}
.bylaw_link_create_item_info{
    color: grey;
    height: 150px;
}
.bylaw_link_create_item_imgWrap{
    width: calc(60% - 20px);
    aspect-ratio: 1;
    border-radius: 15px;
    border: 1px solid var(--outlineColor);
    padding: 10px;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bylaw_link_create_item_img{
    width: 60%;
    height: 60%;
    fill: var(--subColor);
}
.bylaw_link_create_item_imgWrap:hover{
    transform: scale(1.1);
    transition: 0.2s;
}
.bylaw_link_create_item_option{
    width: 100%;
    height: 25px;
}
.bylaw_link_create_item_select{
    width: calc(100% - 20px);
    border: 1px solid var(--outlineColor);
    border-radius: 15px;
    text-align: center;
    /* font-size: 17px; */
    padding: 5px 10px;
}

.bylaw_reception_document{
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 80px;
}
.bylaw_reception_infoWrap{
    /* width: calc(85% - 30px); */
    padding: 15px;
    background-color: var(--outlineColor);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.bylaw_reception_info_item{
    width: 100%;
    text-align: left;
}
.bylaw_reception_document_date{
    width: 100%;
    text-align: right;
    color: grey;
    padding-bottom: 80px;
}
.bylaw_reception_body{
    all: unset;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
}
.bylaw_reception_container{
    width: calc(100% - 40px);
    padding: 20px;
    height: 100%;


    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    
}
.bylaw_reception_main{
    position: relative;
    width: 800px;
    overflow: auto;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.bylaw_reception_main_wide{
    position: relative;
    width: 100%;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    overflow: auto;
}
.bylaw_reception_watermark_screen{
    position: fixed;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
    display: flex;
    justify-content: center;
    align-items: center;

}
.bylaw_reception_watermark_img{
    opacity: 0.05;
    width: 300px;
    height: 300px;
}
.bylaw_reception_invite_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(0,0,0,0.7);
    align-items: center;
}
.bylaw_reception_invite{
    background-color: white;
    border: 1px solid var(--outlineColor);
    max-width: calc(300px - 80px);
    width: calc(80% - 80px);
    padding: 40px;
    border-radius: 15px;

    display: flex;
    flex-direction: column;
    gap: 40px;

}
.bylaw_reception_invite_btn_wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.bylaw_reception_invite_btn,
.bylaw_reception_invite_btn_close{
    width: 100%;
    position: relative;
    display: inline;
    background-color: var(--subColor);
    cursor: pointer;
    color: white;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.2s;
}
.bylaw_reception_invte_hidden{
    display: none!important;
}
.bylaw_reception_invite_btn_close{background-color: var(--outlineColor);}
.bylaw_reception_invite_btn_close:hover{background-color: grey;}
.bylaw_reception_invite_btn:hover{
    background-color: var(--mainColor);
    color: yellow;
    transition: 0.2s;
}
.bylaw_reception_invite_item{
    position: relative;
    text-align: center;
}
.bylaw_reception_invite_text_point{
    position: relative;
    font-weight: 900;
    font-size: 18px;
    z-index: 1;
    color: var(--subColor);
    
}
.bylaw_reception_invite_text_point::after{
    position: absolute;
    left: 0;
    bottom: 0;
    /* display: block; */
    content: ' ';
    width: 100%;
    height: 50%;
    background-color: #b0b0ff66;
}

.bylaw_reception_invte_navIcon{
    /* position: sticky; */
    position: fixed;
    bottom: 5%;
    right: 15%;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    font-weight: 900;

    width: 55px;
    height: 55px;

    cursor: pointer;
    border: 5px solid var(--subColor);
    border-radius: 50%;
}
.bylaw_reception_invte_navIcon:hover{
    fill: var(--mainColor);
    border: 5px solid var(--mainColor);
}



.bylaw_reception_article{
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

.bylaw_reception_article_title{
    font-weight: 900;
    font-size: 16px;
}
.bylaw_reception_title_span{
    font-size: 16px;
}
.bylaw_reception_article_body_A,
.bylaw_reception_article_body_B,
.bylaw_reception_article_body_C{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 15px;
}

.bylaw_reception_article_line{
    display: flex;
    flex-direction: row;
    gap: 3px;
}
.bylaw_match_article_wrap{
    position: relative;
    width: calc(100% - 80px);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bylaw_match_article_title{
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    width: 100%;
}
.bylaw_match_article_text{
    font-size: 16px;
}
.bylaw_match_article_text_point{
    position: relative;
    font-size: 18px;
    font-weight: 900;
}
.bylaw_match_article_similarity{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;

    border: 1px solid var(--outlineColor);
    background-color: var(--outlineColor);
    border-radius: 10px;
    width: calc(100% - 40px);
    padding: 20px;
}
.bylaw_match_article_similarity_title{
    font-weight: 900;
}
.bylaw_match_article_similarity_info{
    color: grey;
    font-size: 14px;
}
.bylaw_match_article_similarity_option{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.bylaw_match_article_similarity_input_wrap{
    width: 60%;
}
.bylaw_match_article_similarity_input{
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

.click_load_compare_item{
    font-weight: 900;
    color: var(--subColor);
    background-color: rgb(255, 255, 0, 0.4);
}
.bylaw_store_article_wrap{
    width: calc(100%);
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.bylaw_store_attachment_item_wrap{
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    gap: 8px;
}
.bylaw_store_attachment_item{
    
}
.bylaw_store_attachment_text{
    cursor: pointer;
    color: grey;
    transition: 0.2s;
}
.bylaw_store_attachment_text:hover{
    color: red;
    transition: 0.2s;
}
.bylaw_store_attachment_info{
    font-weight: 900;
}


.store_attachment_body{
    display: block;
    position: relative;
    padding: 30px;
    width: calc(100% - 60px);

}

.store_attachment_edit_info{
    display: block;
    width: calc(100% - 20px); 
    padding: 10px;
    border-radius: 10px;
    background-color: var(--outlineColor);
    text-align: left;
}
.store_attachment_nav{
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    justify-content: flex-end;
}
.store_attachment_nav_add{
    fill: var(--subColor);
    cursor: pointer;
    transform: 0.2s;
}

.store_attachment_nav_add:hover{
    fill: var(--mainColor);
    transition: 0.2s;
}

.store_attachment_table_wrap{
    display: block;
    width: calc(100%);
    height: 350px;
    overflow: auto;
}

.store_attachment_table{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}
.store_attachment_th{
    padding: 10px 0;
    background-color: var(--outlineColor);
    border: 1px solid white;
}
.store_attachment_td{
    padding: 10px 0;
    text-align: center;
}
.store_attachment_input{
    position: relative;
    padding: 5px;
    width: calc(90% - 10px);
    border-radius: 10px;
    background-color: white;
    cursor: pointer;
    border: 1px solid var(--outlineColor);
    transition: 0.2s;
}
.store_attachment_input:hover{
    border: 1px solid black;
    transition: 0.2s;
}
.store_attachment_btn_del,
.store_attachment_btn_modify,
.store_attachment_btn_download{
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: 0.2s;
    font-size: 14px;
}
.store_attachment_btn_del{
    background-color: rgb(255, 0, 0, 0.3);
}
.store_attachment_btn_del:hover{
    background-color: rgb(255, 0, 0);
    transition: 0.2s;
}
.store_attachment_btn_modify{
    background-color: rgb(128, 128, 128, 0.5);
}
.store_attachment_btn_modify:hover{
    background-color: rgb(128, 128, 128);
    transition: 0.2s;
}
.store_attachment_btn_download{
    background-color: rgb(61, 136, 105, 0.5)
}
.store_attachment_btn_download:hover{
    background-color: rgb(61, 136, 105);
    transition: 0.2s;
}

.AI_essential_body_container{
    padding: 20px;
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: flex-start;
    align-items: center;
}
.AI_essential_body{
    padding: 20px;
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
}

.AI_essential_body_info_wrap{
    padding: 15px;
    width: calc(100% - 30px);
    display: flex;
    background-color: var(--outlineColor);
    border-radius: 10px;
    flex-direction: column;
    color: grey;
    font-size: 14px;
    gap: 5px;
}
.AI_essential_body_info{
    width: 100%;
    /* display: flex; */
    /* flex-direction: row; */
    /* gap: 10px; */
    
}
.AI_essential_body_info::before{
    content: '- ';
}
.AI_essential_body_row{
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 15px;
}
.AI_essential_body_row_box{
    width: calc(100% - 60px);
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--outlineColor);
    box-shadow: 5px 5px 5px 5px grey;
}
.AI_essential_body_row_box_title{
    font-weight: 900;
    font-size: 18px;
    width: 100%;
    text-align: left;
}
.AI_essential_body_row_box_alertCount{
    font-weight: 900;
    color: red;
    font-size: 20px;
}
.AI_essential_body_row_box_cautionCount{
    font-weight: 900;
    color: rgba(150, 44, 177);
    font-size: 20px;
}
.AI_essential_body_row_box_info{
    width: 100%;
    color: grey;
    text-align: left;
}
.AI_essential_body_row_box_spread{
    display: flex;
    justify-content: center;
    align-items: center;
    color: grey;
    cursor: pointer;
    transition: 0.1s;
}
.AI_essential_body_row_box_spread:hover{
    color: var(--subColor);
    font-weight: 900;
    transition: 0.1s;
}
.AI_essential_body_row_box_spread:hover >svg{
    fill: var(--subColor);
    transition: 0.1s;
}
.AI_essential_body_wrap{
    position: relative;
    width: 100%;
    height: 500px;
    overflow: auto;
}
.AI_latest_body_wrap{
    position: relative;
    width: 100%;
    height: 500px;
    overflow: auto;
}
.AI_essential_table{
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    /* height: 100%; */
}
.AI_essential_table_img{
    fill: var(--outlineColor);
    cursor: pointer;
    width: 20px;
}
.AI_essential_table_img:hover{
    fill: grey;
    transition: 0.2s;
}
.AI_essential_table_th{
    padding: 5px;
    text-align: center;
    border-bottom: 3px solid var(--outlineColor);
}
.AI_essential_table_td{
    position: relative;
    padding: 10px;
    text-align: center;
    border-bottom: 1px dotted var(--outlineColor);
}
.AI_essential_table_td_text{
    text-align: left;
    border: 1px solid white;
    padding: 10px;
    line-height: 25px;
    vertical-align: top;
    background-color: var(--outlineColor);
}
.AI_essential_transplant_btn{
    padding: 3px 5px;
    background-color: grey;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.2s;
}
.AI_essential_transplant_btn:hover{
    background-color: var(--subColor);
    transition: 0.2s;
}
.AI_essential_table_gauge_full{
    position: relative;
    display: inline-block;
    width: 80%;
    border: 1px solid grey;
    background-color: var(--outlineColor);
    border-radius: 15px;
    height: 25px;
}
.AI_essential_table_gauge_item_alert,
.AI_essential_table_gauge_item_caution,
.AI_essential_table_gauge_item_good{
    position: absolute;
    left: 0;
    border-radius: 15px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 10px;    
}
.AI_essential_table_gauge_item_alert{background-color: rgb(145, 34, 34);}
.AI_essential_table_gauge_item_caution{background-color: rgb(170, 170, 44)}
.AI_essential_table_gauge_item_good{background-color: var(--subColor);}


.bylaw_store_customEdit_container{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    align-items: flex-start;
}
.bylaw_store_customEdit_box{
    width: 300px;
    padding: 20px;
    border-radius: 15px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    background-color: rgb(216, 109, 109);
    box-shadow: 3px 3px 3px 3px rgb(53, 0, 0);
    gap: 40px;
    justify-content: flex-start;
    align-items: center;
}
.bylaw_store_customEdit_title{
    font-size: 20px;
    color: red;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    font-weight: 900;
}
.bylaw_store_customEdit_info{
    
    font-size: 16px;
    text-align: left;
    color: white;
}
.bylaw_store_customEdit_info_alert{
    display: block;
    width: 100%;
    font-size: 18px;
    color: yellow;
    text-align: center;
    font-weight: 900;
}
.bylaw_store_customEdit_btnWrap{
    width: 100%;
}
.bylaw_store_customEdit_btn{
    display: block;
    width: calc(100% - 40px);
    padding: 10px 20px;
    background-color: white;
    border-radius: 10px;
    color: red;
    font-weight: 900;
    cursor: pointer;
    text-align: center;
    transition: 0.2s;
}
.bylaw_store_customEdit_btn:hover{
    background-color: yellow;
    transition: 0.2s;
}
.nomusa_screen_info_container{
    width: calc(100% - 60px);
    padding: 30px;
    background-color: var(--outlineColor);
    border: 1px solid var(--outlineColor);
    border-radius: 10px;
    
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bylaw_point_text{
    position: relative;
    font-size: 15px;
    /* color: var(--subColor); */
    color: black;
    font-weight: 900;
}
.bylaw_point_text::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: ' ';
    width: 100%;
    height: 50%;
    background-color: rgb(42, 88, 180, 0.2);
    /* background-color: rgb(134, 56, 237, 0.2); */
    /* background-color: rgba(152, 255, 143, 0.2); */
}



.bylaw_new_nomusa_wrap{
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--outlineColor);
    box-shadow: 3px 3px 3px 3px grey;
    border-radius: 15px;
    padding: 20px;
    background-color: var(--outlineColor);
    justify-content: center;
    gap: 10px;
}
.bylaw_new_nomusa_item{
    position: relative;
    width: 100%;
    padding: 5px 0;
    height: auto;
    text-align: center;
}
.bylaw_new_nomusa_title{
    position: relative;
    font-weight: 900;
    font-size: 20px;
}
.bylaw_new_nomusa_info_btn{
    position: relative;
    padding: 10px;
    border-radius: 15px;
    background-color: var(--subColor);
    color: white;
    cursor: pointer;
    transition:0.2s;
}
.bylaw_new_nomusa_info_btn:hover{
    background-color: var(--mainColor);
    transition:0.2s;
}

.store_change_word_wrap{
    width: calc(100% - 60px);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.store_change_word_info{
    width: calc(100% - 40px);
    padding: 20px;
    background-color: var(--outlineColor);
    border-radius: 10px;
    text-align: left;
}

.store_change_word_input_wrap{
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.store_change_word_input_item{
    width: 70%;
}
.store_change_word_input{
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid var(--outlineColor);
    text-align: center;
    border-radius: 10px;
}

.bylaw_download_wrap{
    width: calc(100% - 40px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.bylaw_download_type{
    position: relative;
    width: 100%;
    padding: 30px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.bylaw_download_item{
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 20px;
    
    background-color: var(--outlineColor);
    color: white;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.bylaw_download_excel{background-color: rgb(16, 124, 65, 0.5); transition:0.2s}
.bylaw_download_excel:hover{background-color: #107C41; transition:0.2s}
.bylaw_download_pdf{background-color: rgb(255, 27, 14, 0.5); transition:0.2s}
.bylaw_download_pdf:hover{background-color: #FF1B0E; transition:0.2s}
.bylaw_download_docx{background-color: rgb(17, 90, 190, 0.5); transition:0.2s}
.bylaw_download_docx:hover{background-color: #115ABE; transition:0.2s}
.bylaw_download_img{
    position: relative;
    width: 100%;
}
.bylaw_download_text{
    text-align: center;
    font-size: 24px;
}

.bylaw_download_info{
    width: calc(100% - 40px);
    padding: 20px;
    background-color: var(--outlineColor);
    border-radius: 10px;
    margin-top: 30px;
}

.bylaw_basemodal_body{
    width: calc(100% - 60px);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.bylaw_basemodal_box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.bylaw_basemodal_box_title{
    width: 100%;
    font-weight: 900;
    font-size: 20px;
    text-align: left;
}
.bylaw_basemodal_box_text{
    width: 100%;
    text-align: left;
}
.bylaw_basemodal_box_info_wrap{
    width: calc(100% - 20px);
    padding: 10px;
    gap: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.bylaw_basemodal_box_info{
    width: 100%;
    color: grey;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 15px;
}

.bylaw_basemodal_box_info::before{
    content: '✔';
    font-size: 10px;
    display: inline-flex;
    margin-top: 5px;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    color: white;
    background-color: rgb(194, 194, 194);
}

.bylaw_basemodal_box_input_wrap{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bylaw_basemodal_box_select{
    width: 100%;
}
.bylaw_basemodal_box_input_wrap{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bylaw_basemodal_box_select{
    width: 100%;
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid var(--outlineColor);
    text-align: center;

}

.bylaw_base_wrap{
    position: relative;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    align-items: flex-start;
}
.bylaw_nav_zone{
    position: relative;
    width: calc(20% - 0px);
    height: calc(100% - 0px);
    background-color: white;
    padding: 0px;
    /* border: 3px solid var(--outlineColor); */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: gainsboro;
    align-content: center;
    justify-content: center;
}
.bylaw_nav_nav{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    border: white;
    height: 30px;
    background-color: white;
}
.bylaw_nav_nav_item{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    border-left: 1px solid gainsboro;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: 100;
    color: grey;
    height: 100%;
    cursor: pointer;
    transition: 0.2s;
}
.bylaw_nav_nav_item:hover{
    font-weight: 900;
    color: var(--subColor);
    transition: 0.2s;
}
.bylaw_nav_nav_item_select{
    border: none!important;
    background-color: gainsboro;
    color: black;
}
.bylaw_nav_option_container{
    position: relative;
    width: 100%;
    height: calc(100% - 30px - 20px); /* 총높이 - nav높이 - gap(1회) */
    display: flex;
    flex-direction: column;
    gap: 20px;


}
.bylaw_nav_bylaw_list{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    
    padding: 10px;
    width: calc(100% - 20px);
    height: calc(43% - 20px);
}
.bylaw_nav_bylaw_list_title{
    font-weight: 900;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
}
.bylaw_category_select{
    width: 100px;
    text-align: center;
    background-color: rgb(236, 246, 255);
    padding: 2px;
    border-radius: 5px;
    font-size: 12px;
}

.bylaw_nav_bylaw_list_container{
    position: relative;
    width: 100%;
    /* height:calc(300px - 30px); */
    height:calc(100% - 30px);
}
.bylaw_nav_bylaw_list_wrap{
    overflow: auto;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bylaw_nav_bylaw_list_item{
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
}
.bylaw_nav_registerDate{
    color: grey;    
    font-size: 12px;
}
.analyze_compare_delete{
    cursor: pointer;
    fill: rgb(197, 6, 6, 0.2);
    transition: 0.2s;
}
.analyze_compare_delete:hover{
    fill: red;
    transition: 0.2s;
}
.bylaw_nav_bylaw_list_item_select{
    width: 20px;
    height: 20px;
    cursor: pointer;
    flex-shrink: 0;
}

.bylaw_nav_btn_zone{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bylaw_nav_btn{
    width: calc(90% - 20px);
    background-color: var(--subColor);
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    color: white;
    font-weight: 900;
    cursor: pointer;
}


.bylaw_table_zone{
    position: relative;
    width: calc(80% - 20px - 6px);
    height: calc(100% - 20px - 6px);
    padding: 10px;
    border-radius: 10px;
    border: 3px solid var(--outlineColor);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    overflow-y: auto;
}

.bylaw_table_body{
    width: 100%;
}
.bylaw_anaylze_load_info{
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 10px;
    background-color: var(--outlineColor);
    border-radius: 15px;
}
.bylaw_anaylze_load_info_tr{
    display: flex;  
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
}
.bylaw_anaylze_filter_wrap{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
}
.bylaw_anaylze_filter_item{
    padding: 5px 10px;
    border-radius: 10px;
    color: white;
    background-color: var(--outlineColor);
    cursor: pointer;
    transition: 0.2s;
}
.bylaw_anaylze_filter_item:hover{
    color: black;
    font-weight: 900;
    transition: 0.2s;
}
.bylaw_anaylze_filter_item_select{
    background-color: var(--subColor);
}
.bylaw_reception_main_wrap{
    position: relative;
    width: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;

    overflow: auto;
}
.bylaw_analyze_table_wrap{
    width: 85%;
    overflow: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.bylaw_analyze_table{
    position: relative;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.bylaw_analyze_tr{
    border-bottom: 1px solid var(--outlineColor);
}
.bylaw_analyze_tr_custom{
    background-color: rgb(76, 211, 98, 0.2);
}
.bylaw_analyze_th{
    background-color: grey;
    color: white;
    font-weight: 900;
    position: sticky;
    top: -10px;
    /* left: 0; */
    border: 1px solid var(--outlineColor);
    z-index: 2;
    padding:15px;
}
.bylaw_analyze_td{
    position: relative;
    padding: 15px;
    height: 100%;
    border: 1px dotted var(--outlineColor);
    vertical-align: top;
    box-sizing: border-box;
}
.bylaw_analyze_td_num{
    text-align: center;
    vertical-align: center;
    font-weight: 900;
    font-size: 20px;
}
.bylaw_analyze_td_btn_wrap{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.bylaw_analyze_td_btn{
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.bylaw_analyze_td_title{
    font-weight: 900;
    font-size: 18px;
    padding: 5px 0;
}
.bylaw_analyze_td_switch{
    position: absolute;
    top: 0;
    right: 0;
    fill: grey;
    margin-left: 10px;
    cursor: pointer;
    transition: 0.2s;
}
.bylaw_analyze_td_switch:hover{
    fill: var(--subColor);
    cursor: pointer;
}


.bylaw_analyze_td_body{
    line-height: 30px;
    font-size: 17px;
}
.bylaw_analyze_textarea{
    position: relative;
    display: block;
    width: calc(100% - 20px);
    background-color: white;
    border: 1px solid var(--outlineColor);
    /* height: 100px; */
    /* background-color: var(--outlineColor); */
    /* border: none; */
    outline: none;
    padding: 10px;
    font-size: 17px;
    border-radius: 10px;
    resize: none;
    cursor: pointer;
    transition:0.2s;
}
.bylaw_analyze_textarea::placeholder{
    text-align: center;
    align-items: center;
    color: grey;
    /* color: var(--outlineColor); */
    padding-top: 50%;
    font-size: 16px;
}
.bylaw_analyze_textarea:hover{
    background-color: ghostwhite;
    transition: 0.2s;

}
.bylaw_analyze_textarea:focus{
    border: 1px solid grey;
    transition:0.2s;
}

.bylaw_nav_compare_list_wrap{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    
    padding: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.bylaw_nav_compare_list_container{
    overflow: auto;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bylaw_nav_compare_list_item{
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
}
.bylaw_nav_item_wrap{
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}
.bylaw_nav_item_wrap:hover .bylaw_nav_bylaw_list_item_select_text{
    color: red;
    transition: 0.2s;
}

.bylaw_analyze_switch_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.7);
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bylaw_analyze_switch_box{
    width: calc(500px - 40px);
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 3x 3px 3px var(--outlineColor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.bylaw_analyze_switch_info{
    font-size: 16px;
    font-weight: 900;
    padding: 15px 0;
}
.bylaw_analyze_switch_select{
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: var(--outlineColor);
    cursor: pointer;
}
.bylaw_analyze_swtch_btn_wrap{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.bylaw_analyze_swtch_btn_active,
.bylaw_analyze_swtch_btn{
    padding: 15px 0px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    background-color: var(--outlineColor);
    cursor: pointer;
}

.bylaw_analyze_swtch_btn_active{
    background-color: var(--subColor);
    color: white;
}

.AI_anaylze_compare_wrap{
    padding: 40px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.AI_anaylze_compare_item{
    position: relative;
    width: calc(100% - 30px);
    padding: 15px;
    border: 1px solid var(--outlineColor);
    border-radius: 15px;
    box-shadow: 2px 2px 2px 2px grey;

    display: flex;
    flex-direction: row;
}

.AI_anaylze_compare_img_zone{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.AI_anaylze_compare_img{
    fill:#A02FFD;
    width:25px;
    height:25px;
}
.AI_anaylze_compare_text_wrap{
    width: calc(100%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.AI_anaylze_compare_text_title{
    font-weight: 900;
    color: #a02ffd;
    text-align: left;

    display: flex;
    flex-direction: row;
    gap: 10px;
}
.AI_anaylze_compare_text_info{
    color: grey;
}
.AI_anaylze_compare_text_btn_wrap{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.mask_reset_wrap{
    position: absolute;
    bottom: 10px;
    left: 20px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.mask_reset_info{
    color: grey;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 3px;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
.mask_reset_info:hover > svg,
.mask_reset_info:hover{
    color: var(--subColor);
    fill: var(--subColor);
    transition: 0.2s;
}
.AI_anaylze_compare_text_btn_sub,
.AI_anaylze_compare_text_btn{
    background: linear-gradient(144deg,rgba(160, 47, 253, 1) 0%, rgba(42, 88, 180, 1) 96%);

    
    padding: 8px 9px;

    color: white;
    border-radius: 10px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.2s;
}
.AI_anaylze_compare_text_btn:hover{color: yellow;transition: 0.2s;}
.AI_anaylze_compare_text_btn_sub{background: var(--outlineColor)}
.AI_anaylze_compare_text_btn_sub:hover{background: grey;transition: 0.2s;}

.AI_anaylze_compare_gaugage{
    width: calc(100%);

    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.AI_anaylze_compare_gaugage_text{
    font-weight: 900;
    font-size: 16px;
    text-align: center;
}
.AI_anaylze_compare_gaugage_wrap{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    padding: 20px;
    background-color: var(--outlineColor);
    border-radius: 10px;
    align-items: center;
    width: calc(80% - 40px);
}
.AI_anaylze_compare_gaugage_flag{
    font-size: 16px;
    text-align: center;
    width: 100px;
}
.AI_anaylze_compare_gaugage_input_wrap{
    width: 100%;
}
.AI_anaylze_compare_gaugage_input{
    width: 100%;
}


.AI_latest_result_wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;

}
.AI_latest_result_comment{
    width: calc(95% - 40px);
    padding: 20px;
    border: 1px solid var(--outlineColor);
    border-radius: 10px;
    background-color: #8E36F2;
    color: white;
    text-align: left;
    font-weight: 900;
    box-shadow: 3px 3px 3px 3px #200044;
}


.AI_latest_result_data_wrap{
    width: calc(95% - 60px);
    padding: 30px;
    display: flex;
    flex-direction: row;
    background-color: var(--outlineColor);
    border: 1px solid var(--outlineColor);
    border-radius: 15px;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
}
.AI_essential_result_data_wrap{
    position: relative;
    width: calc(95% - 60px);
    padding: 30px;
    display:flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: var(--outlineColor);
    border: 1px solid var(--outlineColor);
    border-radius: 15px;
    justify-content: flex-start;
    align-items: flex-start;
}
.AI_essential_result_col{
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.AI_latest_result_col{
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.AI_latest_result_item{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.AI_latest_result_title{
    text-align: left;
    font-weight: 900;
    font-size: 18px;
}
.AI_latest_result_body{
    text-align: left;
    font-size: 16px;
    color: grey;
}
.AI_latest_result_info{
    text-align: left;
    font-size: 14px;
    color: grey;
}
.bylaw_store_left_list_delete{
    cursor: pointer;
    fill: rgb(250, 106, 106, 0.5);
}
.bylaw_store_left_list_delete:hover{
    fill: rgb(250, 106, 106, 0.8);
}


.store_similarity_box{
    width: 100%;
    height: 500px;
    overflow: auto;

    display: flex;
    flex-direction: column;
    gap: 40px;
}
.store_similarity_box_item{
    width: calc(100% - 40px);
    padding: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.store_similarity_box_item_header{
    font-size: 18px;
    font-weight: 900;
    text-align: left;
}
.store_similarity_box_item_title{
    font-size: 16px;
    font-weight: 900;
    text-align: left;
}
.store_similarity_box_item_info{
    color: grey;
    font-size: 13PX;
}
.store_similarity_box_item_text{
    text-align: left;
}
.store_search_similarity_text{
    padding: 3px 5px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 200;
    margin-left: 20px;
    background-color: rgb(168, 173, 58);
    /* background-color: rgb(173, 173, 173); */
    color: white;
    cursor: pointer;
    transition: 0.2s;
}
.store_search_similarity_text:hover{
    transform: scale(1.1);
    transition: 0.2s;
}
.store_search_similarity_icon{
    width: 20px;
    height: 20px;
    background-color: rgb(177, 177, 177);
    fill: rgb(235, 235, 235);
    cursor: pointer;
    padding:1px;
    border-radius: 50%;
    transition: 0.2s;
}
.store_search_similarity_icon:hover{
    fill: rgb(241, 241, 127);
    transition: 0.2s;
}
.store_similarity_box_item_copy{
    font-weight: 400;
    color: grey;
    padding: 2px 5px;
    margin-left: 10px;
    font-size: 14px;
    background-color: var(--outlineColor);
    border-radius: 10px;
    border: 1px solid grey;
    cursor: pointer;
}
.store_similarity_box_item_copy:hover{
    background-color: grey;
    color: white;
    transition: 0.2s;
}


@keyframes slideup {
    from {
        transform: translateY(-30px);
        opacity: 0.1;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}





