@font-face {
    /* font-family: 'NanumBarunGothic'; */
    font-family: 'nbg';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
   }
@font-face {
    font-family: 'score2';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'score4';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'score7';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'score9';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'jnc';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nanumRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
::-webkit-scrollbar{
    width: 18px;
    height: 18px;
}
::-webkit-scrollbar-thumb{
    background-color: rgb(0, 14, 54, 0.7);
    border-radius: 18px;
    width: 18px;

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


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


input[type="checkbox"]{
    zoom: 1.3;
}

* {
    font-family: nanumRound, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

body {
    all: unset;
    background-color: white;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none
}

ul, li {
    list-style:none;
}

a {
    all : unset;
    cursor:pointer;
}

input:focus,
textarea:focus  {
    outline: 1px solid rgb(201, 199, 199);
}


body{
    
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

.bodyContainer{
    position: relative;
    width: 67.3%;
}

.nomublog_bodyContainer{
    position: relative;
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    /* gap: 50px; */
}
/* modal */
.nh_showModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.nh_modalBox {
    background-color: white;
    width: 500px;
    height: 500px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    animation: showup 0.3s;
}
.nh_modalBox_2{
    width: 400px;
    height: 350px;
}
.nh_modalBox_header{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 0;
    height: 20px;
    background-color: #2A58B4;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.nh_modalBox_header_text{
    font-family: nanumRound;
    font-size: 16px;
    color: white;
    margin-left: 25px;
}
.nh_modalBox_header_img{
    position: absolute;
    height: 25px;
    right: 10px;
    cursor: pointer;
}
.nh_modalBox_body{
    padding: 15px;
    height: calc(75% - 30px - 15px - 10px); /* 넓이 - 패딩x2 - 헤더높이/2 - gapx2/2 */
    width: calc(95% - 30px);
}
.nh_modalBox_body_item{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.nh_modalBox_body_item_subject{
    font-size: 24px;
    color: var(--subColor);
    font-weight: 900;
    height: calc(30% - 20px);
    padding: 10px 0;
}
.nh_modalBox_body_item_list{
    width: 80%;
    height: 70%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}
.nh_modalBox_body_item_list_text{
    list-style: '✔';
    padding-left: 10px;
}
.nonListStyle{
    list-style: none;
}
.nh_modalBox_body_item_list_text_point{
    color: red;
}
.nh_modalBox_body_item_list_text_ahref{
    color: blue;
    text-decoration: underline;
}
.nh_modalBox_body_item_list_text_ahref:hover{
    font-weight: 900;
}
.nh_modalBox_body_item_list_input{
    all: unset;
    width: calc(100% - 10px);
    border: 1px solid var(--mainColor);
    background-color: var(--subColor);
    color: white;
    border-radius: 10px;
    padding: 2px 5px;
    text-align: center;
}
.nh_modalBox_foot{
    padding: 15px;
    height: calc(25% - 30px  - 15px  - 10px);
    width: calc(95% - 30px);

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

.nh_modalBox_foot_btn{
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    border: 1px solid rgb(231, 231, 231);
    text-align: center;
}

.nh_modalBox_foot_btn_main{
    background-color: var(--subColor);
    color:white
}
.nh_modalBox_foot_btn_sub{
    background-color: rgb(207, 207, 207);
}


.jitteryBtn{
    animation: jittery 2s infinite;
}





.nh_nav{
    width: 100%;
    /* height: 130px; */
    position: sticky;
    background-color: white;
    top: 0;
    z-index: 3;

}
.nh_nav_top,
.nh_nav_bottom{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 16px;
    gap: 20px;
}
.nh_nav_top > li:last-child{
    margin-right: 50px;
}
.nh_nav_top_btnWrap{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.nh_nav_top_text {
    font-family: score4;
    font-size: 14px;
    font-weight: 700;
    color: darkgray;
    margin: 0 10px;
}
.nh_nav_top_text:hover {
    color: black;
}
.nh_nav_middle{
    display: flex;
    justify-content: space-between;
    height: 40px;
    gap: 150px;
}

.nh_nav_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    /* height: 60px; */
    /* width: 200px; */
    padding-left: 16.6vw;

    flex-basis: 230px;
    flex-shrink: 0;
    flex-grow: 0;

    cursor: pointer;
}

.nh_nav_img{
    height: 32px;
}

.nh_nav_title{
    font-family: score9;
    font-size: 28px;
    padding-bottom: 5px;
    color: var(--mainColor);
}
.nh_nav_title_2{
    font-family: score9;
    font-size: 28px;
    padding-bottom: 5px;
    color: var(--subColor);
}
.ng_nav_home{
    color: white;
    font-weight: 400;
    transition: 0.3s;
}
.ng_nav_home:hover{
    color: yellow;
    transition: 0.3s;
}
.nh_nav_item_wrap{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    padding-right: 16.6vw;
}

.nh_nav_item{
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.3s;
}
.nh_nav_item:hover{
    color: var(--subColor);
    border-top: 3px solid var(--subColor);
    border-bottom: 3px solid var(--subColor);
    padding: 3px 0;
    transition: 0.1s;
}

.nh_nav_bottom{
    border-bottom: 2px solid #EBEFF2;

}
.nh_swich_service{
    width: 67%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nh_swich_service_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.nh_swich_service_wrap:hover .nh_swich_service_image{
    fill: yellow;
    transition: 0.2s;
}
.nh_swich_service_wrap:hover .nh_swich_service_text{
    color: yellow;
    transition: 0.2s;
}
.nh_swich_service_image{
    fill: white;
    transition: 0.2s;
}
.nh_swich_service_text{
    color: white;
    font-size: 16px;
    transition: 0.2s;
}

.nh_nav_main{
    width: 100%;
    height: 700px;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.nh_nav_main_item{
    width: calc(300px - 60px - 4px);
    height: calc(400px - 60px - 4px);
    border: 2px solid rgb(201, 201, 201);
    border-radius: 20px;
    padding: 30px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: space-around;

    cursor: pointer;

    box-shadow: grey 3px 3px 3px;
    transition: 0.3s;
}

.nh_nav_main_item:hover{
    background-color: var(--subColor);
    transition: 0.3s;
}

.nh_nav_main_item:hover .nh_nav_main_item_header,
.nh_nav_main_item:hover .nh_nav_main_item_title,
.nh_nav_main_item:hover .nh_nav_main_item_text{
    color: white;
    transition: 0.3s;
}
.nh_nav_main_item:hover .nh_nav_main_item_text::before{
    color: var(--subColor);
    background-color: white;
    transition: 0.3s;
}

.nh_nav_main_item:hover .nh_nav_pointText{
    color: rgb(241, 241, 0);
    font-weight: 900;
    transition: 0.3s;
}

.nh_nav_main_item_header{
    font-family: score7;
    font-size: 25px;
    color: var(--subColor);
    border-bottom: 5px solid rgb(201, 201, 0);
}
.nh_nav_main_item_title{
    font-size: 16px;
    color: var(--mainColor);
}
.nh_nav_main_item_text_wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.nh_nav_main_item_text,
.nh_nav_pointText{
    font-size: 17px;
}
.nh_nav_main_item_text::before{
    content: '✔';
    color: white;
    padding: 2px 5px;
    border-radius: 50%;
    background-color: var(--subColor);
    margin-right: 9px;
}

.nh_body_main_1,
.nh_body_main_2{
    padding: 100px;
    width: calc(100% - 200px);
    /* height: calc(700px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    gap: 100px;
}
.nh_body_main_3{
    padding: 40px;
    width: calc(100% - 80px);
    /* height: calc(700px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 30px;
}
.nh_body_main_4{
    padding: 50px;
    margin-top: 150px;
    width: calc(100% - 100px);
    /* height: calc(700px; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 30px;
}



/* subsidy */
.nh_subsidy_procedure_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.nh_subsidy_procedure_item{
    position: relative;
    width: 20%;
    font-size: 16px;
    border: 1px solid rgb(199, 199, 199);
    border-radius: 10px;
    padding: 7px;
    color: grey;
    cursor: pointer;
    text-align: center;
}
.nh_subsidy_procedure_passedItem{
    background-color: var(--mainColor);
    color: white;
}
.nh_subsidy_procedure_currentItem{
    background-color: var(--subColor);
    color: white;
}

.nh_subsidy_question_select{
    width: 100%;
    padding: 3px 5px;
    height: 30px;
    border: 1px solid rgb(202, 202, 202);
    border-radius: 10px;

    text-align: center;
    color: var(--mainColor);
}
.nh_subsidy_question_select_change{
    background-color: var(--subColor);
    color: white;
}

.nh_subsidy_question_select::placeholder{
    color: var(--subColor);
}


.nh_subsidy_question_wrap{
    padding: 20px;
    width: calc(50% - 40px);

    display: flex;
    flex-direction: column;

    gap: 30px;
}


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

.nh_subsidy_question_title_wrap{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.nh_subsidy_question_title{
    font-size: 25px;
    font-weight: 900;
    color: var(--subColor);

    animation: slideup 0.5s;
}
.nh_subsidy_question_help_wrap{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap:10px;

    animation: slideup 0.5s;
}
.nh_subsidy_question_help{
    font-size: 16px;
    margin-left: 20px;
    padding-left: 10px;
    list-style-type: "-";
    list-style-position: outside;
    
}
.nh_subsidy_footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

.nh_subsidy_footer_previous,
.nh_subsidy_footer_next{
    padding: 5px 10px;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}
.nh_subsidy_footer_previous{
    border: 1px solid black;
    color: black;
}
.nh_subsidy_footer_next{
    background-color: var(--subColor);
    color: white;
}
.nh_hidden_element{
    display: none;
}
.nh_subsidy_question_image{
    fill: var(--subColor);
}
.requestCompanyInfo{
    border-radius: 5px;
    padding: 3px 7px;
    background-color: var(--subColor);
    color: white;
    cursor: pointer;
}
.requestCompanyInfo:hover{
    color: yellow;
}
.requestBtnWrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.requestMemberInfo{
    /* width: 150px; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 5px;
    padding: 3px 7px;
    background-color: var(--subColor);
    color: white;
    cursor: pointer;
    transition: 0.2s;
}
.requestMemberInfo:hover{
    color: yellow;
    transition: 0.2s;
}

.nh_subsidy_httpReferer{
    display: none;
}
.nh_subsidy_result_title{
    font-size: 38px;
    font-weight: 900;
    color: var(--subColor);
    margin: 70px 0 90px 0;
    border-bottom: 15px solid yellow;
}
.nh_subsidy_result_title::before{
    content: '✔';
    font-size: 38px;
    background-color: var(--subColor);
    border-radius: 50%;
    padding: 4px 10px;
    color: white;
    margin-right: 10px;
}
.nh_subsidy_result_table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid rgb(219, 218, 218);
}
.nh_subsidy_result_table_tr{
    height: 40px;
    border-bottom: 1px dotted grey;
}
.nh_subsidy_result_table_tr:nth-child(even){
    background-color: rgb(234, 241, 245);
}
.nh_subsidy_result_table_th{
    text-align: center;
    background-color: var(--subColor);
    color: white;
}
.nh_subsidy_result_table_td{
    text-align: center;
}
.nh_subsidy_result_reset{
    padding: 20px;
    border: 1px solid rgb(212, 212, 212);
    box-shadow: grey 3px 3px 3px;
    border-radius: 20px;
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.nh_subsidy_result_reset_text,
.nh_subsidy_result_reset_text_point{
    font-weight: 900;
}
.nh_subsidy_result_reset_text_point{
    color: red;
}
.nh_subsidy_result_resetBtn{
    margin-top: 30px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    border: 2px solid grey;
    transition: 0.3s;
}

.nh_subsidy_result_resetBtn:hover{
    background-color: grey;
    color: white;
    transition: 0.3s;
}

.nh_subsidy_result_header{
    font-size: 30px;
    font-weight: 900;
    background-color: var(--subColor);
    color: white;
    border-radius: 30px;
    padding: 10px 20px;
    border: 3px solid rgb(179, 179, 1);
    margin: 50px 0;
}
.nh_subsidy_result_itemContainer{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
.nh_subsidy_result_item{
    padding: 20px;
    width: calc(33% - 40px - 20px);  /* 1개 블럭 넓이 - 패딩값 - (블럭간 gap ÷ 한줄당 블럭최대값)*/
    display: flex;
    justify-content: flex-start;
    /* align-items: flex-start; */
    flex-direction: column;
    border: 1px solid grey;
    border-radius: 15px;
}


.nh_subsidy_result_item_no{
    background-color: rgb(218, 218, 218);
    box-shadow: inset 3px 3px 3px rgb(187, 187, 187);
}
.nh_subsidy_result_item_yes{
    background-color: var(--subColor);
    box-shadow: 5px 5px 5px var(--mainColor);
}
.nh_subsidy_result_item_wrap{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
}
.nh_subsidy_result_item_req{
    font-size: 17px;
    font-weight: normal;
    width: 100%;
    height: 110px;
}
.nh_subsidy_result_item_req_yes{
    color:  white;
}
.nh_subsidy_result_item_req_no{
    color:  rgb(180, 180, 180);
}
.nh_subsidy_result_item_title_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 25px;
}
.nh_subsidy_result_item_title{
    height: 35px;
    font-size: 23px;
    font-weight: 900;
}
.nh_subsidy_result_item_title_no{
    color: rgb(180, 180, 180);
}
.nh_subsidy_result_item_title_yes{
    color: white;
    
}
.nh_subsidy_result_item_content{
    display: flex;
    position: relative;
    width: calc(100% - 20px);
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.nh_subsidy_result_item_noneCall{
    position: relative;
    color: grey;
}
.nh_subsidy_result_item_directCall{
    position: relative;
    background-color: white;
    color: black;
    width: calc(70% - 20px);
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
}
.nh_subsidy_result_item_directCall:hover{
    background-color: yellow;
    transition: 0.2s;
}

.nh_subsidy_result_possible_wrap{
    display: flex;
    justify-content: flex-end;
    height: 25px;
    /* align-items: flex-end; */
}
.nh_subsidy_result_possible_img{
    fill: yellow;
}
.nh_subsidy_result_possible_img_check{
    fill: rgb(0, 182, 0);
}
.nh_subsidy_result_possible_img_no{
    fill: red;
}
.nh_subsidy_result_possible_text,
.nh_subsidy_result_possible_img_check,
.nh_subsidy_result_possible_text_no{
    color: yellow;
    margin-left: 10px;
    font-size: 14px;
}
.nh_subsidy_result_possible_text_check{
    color: rgb(0, 182, 0);
}
.nh_subsidy_result_possible_text_no{
    color: red;
}



/* counsel */

.counsel_body{
    position: relative;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 70px 0;

    gap: 100px;
}


.counsel_top_title{
    text-align: center;
    font-size: 30px;
    color: var(--subColor);
    line-height: 50px;
    margin-top: 100px;
}
.counsel_top_title_point{
    font-size: 30px;
    color: white;
    padding: 5px;
    border-radius: 5px;
    background-color: var(--subColor);
    color: yellow;
    font-weight: 900;

}

.counsel_category{
    width: 60%;
    display: flex;
    flex-direction: column;

    gap: 30px;
}

.counsel_category_title{
    font-size: 25px;
    color: var(--subColor);
    font-weight: 900;
    line-height: 30px;
}
.counsel_category_title::before{
    content: '✔';
    color: var(--subColor);
    font-size: 15px;
    background-color: var(--subColor);
    border-radius: 50%;
    margin-right: 10px;

    padding: 5px 10px;
    color: white;
}
.counsel_category_title_subText{
    font-size: 16px;
    color: black;

}
.counsel_category_itemWrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:20px;
}

.counsel_category_item_label{
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid grey;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.counsel_category_item_label:hover{
    background-color: grey;
    color: white;
    transition: 0.3s;
}
.counsel_category_item_input{
    display: none;
}
.counsel_category_item_label_select{
    background-color: var(--subColor);
    color: white;
    transition: 0.3s;
}
.counsel_title,
.counsel_content{
    padding: 10px;
    font-size: 18px;
    width: calc(100% - 20px);
    border: 1px solid rgb(211, 210, 210);
    border-radius: 10px;
    line-height: 25px;
}
.counsel_title:hover,
.counsel_content:hover{
    border: 1px solid var(--subColor);
}
.counsel_title:focus
.counsel_content:focus{
    border: 1px solid var(--mainColor);
}
.counsel_content{
    resize: none;
    height: 150px;
}
.counsel_register_btn,
.counsel_read_back{
    background-color: var(--subColor);
    width: 200px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: 0.2s;
    font-size: 18px;
}
.counsel_read_back{
    background-color: white;
    border: 1px solid grey;
    color: black;
    
}
.counsel_register_btn:hover{
    color: yellow;
    transition: 0.2s;
}
.counsel_read_back:hover{
    background-color: grey;
    color: white;
    transition: 0.2s;
}




.counsel_home_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.counsel_home_bottom_content,
.counsel_home_bottom_content_point{
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

.counsel_home_bottom_content_point{
    color: red;
}
.counsel_home_bottom_btn{
}
.counsel_home_bottom_write{
    background-color: var(--subColor);
    padding: 10px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 900;
}
.counsel_home_table_header::before{
    content: '✔';
    background-color: var(--subColor);
    padding: 1px 5px;
    border-radius: 50%;
    color: white;
    margin-right: 10px;
}
.counsel_home_table_header{
    width: 80%;
    text-align: left;
    font-size: 20px;
    color: var(--subColor);
}

.counsel_home_table_wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.counsel_home_table{
    width: 80%;
    table-layout: fixed;
    border-collapse: collapse;
}
.counsel_home_table_foot{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.counsel_home_table_foot_item,
.counsel_home_table_foot_item_select{
    padding: 2px 3px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
}
.counsel_home_table_foot_item:hover{
    font-weight: 900;
    transition: 0.1s;
}
.counsel_home_table_foot_item_select{
    color: red;
    font-size: 18px;
}
.counsel_home_th{
    color: black;
    border-bottom: 3px solid #1B2547;
    text-align: center;
    height: 40px;
    font-size: 16px;

}
.counsel_home_tr{
    border-bottom: 1px solid rgb(211, 211, 211);
}
.counsel_home_tr_hover:hover{
    background-color: #99aae2;
    color: white;
    cursor: pointer;
}
.counsel_home_td{
    text-align: center;
    height: 40px;
    font-size: 16px;
}

.counsel_body_read{
    position: relative;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px 0 200px 0;

    gap: 150px;
}
.counsel_read_container{
    width: 60%;
    display: flex;
    flex-direction: column;

    gap: 50px;
}
.counsel_read_wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 30px;
}
.counsel_read_wrap_row{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 30px;
}
.counsel_read_wrap_row_item{
    width: 100%;
}
.counsel_read_title{
    font-size: 18px;
    color: var(--subColor);
    line-height: 36px;
}
.counsel_read_content{
    margin-left: 15px;
    font-size: 18px;
    line-height: 36px;

    overflow-wrap: normal;
    white-space:normal;
    word-break: break-all;

    border: 1px solid rgb(209, 209, 209);
    border-radius: 10px;
    padding: 10px;
}
.counsel_read_content_title{
    font-weight: 900;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 25px;

    overflow-wrap: normal;
    white-space:normal;
    word-break: break-all;
    /* border-bottom: 1px solid rgb(202, 202, 202); */
    /* text-align: center; */
}

.counsel_textAlineCenter{
    text-align: center;
}
.counsel_answer_wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    gap: 50px;
}
.counsel_answer_info_wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.counsel_answer_title{
    width: 40%;
    font-size: 18px;
    color: var(--subColor);
    line-height: 30px;
    text-align: left;
}
.counsel_answer_content{
    width: 60%;
    text-align: center;
}

.counsel_answer_area{
    resize: none;
    height: 200px;
}
.counsel_answer_register_title{
    color: red;
}
.counsel_answer_register_title::before{
    background-color: red;
}
.counsel_answer_registerBtnWrap{
    display: flex;
    justify-content: flex-end;
}
.counsel_answer_registerBtn{
    padding: 3px 10px;
    color: white;
    background-color: red;
    border-radius: 5px;
    cursor: pointer;
}

.counsel_answer_registerBtn:hover{
    background-color: rgb(150, 0, 0);
    transition: 0.3s;
}
.counsel_reply_new{
    background-color: red;
    color: white;
    padding: 3px 5px;
    border-radius: 5px;
}

/* .counsel_read_back{
    background-color: white;
    border: 1px solid grey;
    color: var(--mainColor);
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 10px;
    transition: 0.3s;
}
.counsel_read_back:hover{
    background-color: grey;
    color: white;
    transition: 0.3s;
} */
.counsel_alert_text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.counsel_alert_text_item{
    font-size: 14px;
}
.counsel_bottom_btnWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
.counsel_bottom_anonymous{
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
.counsel_anonymous_textWrap{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    gap: 10px;

}
.counsel_anonymous_text{
    font-size: 18px;
    text-align: center;

    overflow-wrap: normal;
    white-space:normal;
    word-break: break-all;
}
.counsel_anonymous_btn{
    width: 200px;
    text-align: center;
    background-color: var(--subColor);
    padding: 10px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: 0.2s;
    font-size: 18px;
}
.counsel_anonymous_text_point{
    font-size: 18px;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: var(--subColor);
    color: yellow;
    /* font-weight: 900; */
}
.counsel_anonymous_text_shap{
    color: var(--subColor);
    margin-top: 30px;
    font-weight: 900;
}
.cursorBtn{
    cursor: pointer;
}




/* nomublog */
.nomublog_nav{
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2;
}
.nomublog_navWrap{
    display: flex;
    flex-direction: row;
    background-color: white;
    gap: 30px;
    justify-content: center;
}
.nomublog_logo_1{
    margin-left: 30px;
}
.nomublog_logo_2{
    /* margin-right: 30px; */
    font-size: 17px;
    font-family: nanumRound;
    display: flex;
    padding-bottom: 7px;
    justify-content: center;
    align-items: flex-end;
}

.nomublog_logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 5px; */
    height: 50px;
}
.nomublog_logo_img{
    width: 70px;
}
.nomublog_logo_title,
.nomublog_logo_title_2{
    font-family: score7;
    font-size: 14px;
}
.nomublog_logo_title{
    color: var(--mainColor);
}
.nomublog_logo_title_2{
    color: var(--subColor);
}

.nomublog_nav_text_wrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    padding: 5px 0;
    background-color: var(--mainColor);
    color: white;
}
.nomublog_nav_text{
    list-style: '✔';
    font-family: nanumRound;
}


.nomublog_post_wrap{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 88vh;
    overflow: auto;
}
.nomublog_post{
    position: relative;
    width: 50%;
    padding: 50px;
    /* height: 1600px; */
}
.nomublog_css,
.nomublog_create{
    width: calc(100% - 60px); 
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.nomublog_css_item{
    width: 100%;
    display: flex;
    justify-content: center;
}
.nomublog_create_write_top{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.nomublog_create_write,
.nomublog_create_realtime{
    position: relative;

    width: calc(50% - 60px);
    padding: 30px;
    /* height: 700px; */
    
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.nomublog_create_realtime{
    border: 3px solid var(--mainColor);
    
    height: calc(700px - 6px);
    border-radius: 20px;
    overflow-y: scroll;
}
.nomublog_create_wall{
    /* border: 1px solid rgb(216, 216, 216); */
    display: flex;
    align-items: center;
    width: 40px;
}
.nomublog_create_realtime_request{
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);

    background-color: var(--subColor);
    border: 3px solid var(--mainColor);
    color: white;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    /* padding:3px 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 19px;
    transition: 0.3s;
}
.nomublog_create_realtime_request:hover{
    color: yellow;
    transition: 0.3s;
}
.nomublog_create_write_title{
    all: unset;
    font-size: 19px;
    padding: 3px 10px;
    width: calc(100% - 20px);
    border: 1px solid rgb(223, 222, 222);
    border-radius: 10px;
    height: 30px;
}
.nomublog_create_write_keyword,
.nomublog_create_write_css,
.nomublog_create_write_body{
    all: unset;
    padding: 3px 10px;
    font-size: 19px;
    line-height: 40px;
    width: calc(100% - 20px);
    border: 1px solid rgb(223, 222, 222);
    border-radius: 10px;
    /* height: 1000px; */
    resize: none;
}
.nomublog_create_write_body{
    height: 450px;
}
.nomublog_create_write_css{
    width: 90%;
    height: 70px;
}
.nomublog_create_write_keyword{
    height: 50px;
}
.nomublog_create_write_top_item{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.nomublog_create_write_secret{
    cursor: pointer;
    
}
.nomublog_read_title{
    font-size: 26px;
    line-height: 35px;
    padding: 8px 16px;
    color: var(--subColor);
    border-bottom: 5px solid var(--mainColor);
    font-weight: 900;
}

.nomublog_btn_wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.nomublog_btn{
    padding: 5px 10px;
    border-radius: 10px;
    width: 150px;
    border: 1px solid grey;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}
.nomublog_btn_negative:hover{
    font-weight: 900;
    transition: 0.2s;
}
.nomublog_btn_positive{
    background-color: var(--subColor);
    color: white;
}
.nomublog_btn_positive:hover{
    background-color: var(--mainColor);
    transition: 0.2s;
}
.nomublog_bottom_fixBtn_wrap{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* height: 350px; */
    padding: 20px 10px;
    background-color: var(--subColor);
    border: 2px solid var(--mainColor);
    border-radius: 10px;
    /* gap: 50px; */
    bottom: 5%;
    right: 10%;

    box-shadow: grey 15px 15px 15px;
}
.nomublog_bottom_fixbtn_1wrap,
.nomublog_bottom_fixbtn_2wrap{
    display: flex;
    /* gap: 5px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nomublog_bottom_fixbtn{
    width: 40px;
    height: 40px;
    padding: 5px;
    border: 2px solid var(--subColor);
    background-color: white;
    fill: var(--subColor);
    color: white;
    border-radius: 50px;
    
    cursor: pointer;
    transition: 0.2s;
    

    animation: jittery 2s infinite;
}
.nomublog_bottom_fixbtn:hover{
    fill: var(--mainColor);
    transform: scale(1.1);
    animation: none;
    /* background-color: var(--subColor); */
    transition: 0.2s;
}
.nomublog_bottom_fixbtn_text{
    font-family: nanumRound;
    font-weight: 900;
    /* color: var(--subColor); */
    color: white;
    font-size: 16px;
    text-align: center;
}

.nomublog_table_thead,
.nomublog_table_tr{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
}
.nomublog_table_th{
    padding: 6px 0;
    border-bottom: 2px solid black;
    font-weight: 900;
}
.nomublog_table_tr{
    position: relative;
    width: 100%;
    /* padding: 5px 0; */
    border-bottom: 1px solid rgb(223, 223, 223);
}

.nomublog_table_td,
.nomublog_table_td1,
.nomublog_table_td2,
.nomublog_table_td3{
    position: relative;
    text-align: center;
    font-size: 16px;
    padding: 10px 15px;
}
.nomublog_table_td{
    width: 100%;
}
.nomublog_table_td1{
    width: 85%;
}
.nomublog_table_td2{
    width: 15%;
}
.nomublog_table_td3{
    width: 5%;
}
.nomublog_table_left{
    text-align: left;
}
.nomublog_table_page{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.nomublog_table_page_item,
.nomublog_table_page_item_select{
    padding: 2px 3px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
}
.nomublog_table_page_item:hover{
    font-weight: 900;
    transition: 0.1s;
}
.nomublog_table_page_item_select{
    color: red;
    font-size: 14px;
}

.nomublog_blog_page{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 300px;
    margin: 150px 0;
}
.nomublog_read_bottom{
    margin: 100px 0;
    width: 100%;
}
.nomublog_search{
    all: unset;
    padding: 5px 5px 5px 40px;
    /* margin-right: 360px; */
    width: calc(180px - 55px);
    border-radius: 15px;
    border: 1px solid rgb(177, 177, 177);
    font-size: 16px;
    text-align: left;
    transition: 0.3s;

    background-color: #D5E1EB;
    background-image: url(/static/image/search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 9px 6px;
}
.nomublog_search::placeholder{
    color: rgb(177, 177, 177);
}
.nomublog_search:hover,
.nomublog_search:focus{
    background-color: var(--subColor);
    color: white;
    transition: 0.3s;
}
.nomublog_masterZone{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.nomublog_editableWrap{
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
    gap: 20px;
}
.nomublog_update,
.nomublog_delete{
    all: unset;
    width: 50px;
    padding: 3px 8px;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;

}
.nomublog_update{
    color: rgb(30, 143, 30);
    border: 1px solid currentColor;
}
.nomublog_delete{
    color: red;
    border: 1px solid currentColor;
}
.nomublog_update:hover{
    background-color: rgb(30, 143, 30);
    color: white;
    transition: 0.2s;
}
.nomublog_delete:hover{
    background-color: red;
    color: white;
    transition: 0.2s;
}
.base3_smartNav{
    display: none;
}
.nomublog_table_staff{
    color: red;
    font-weight: 900;
    margin-right: 5px;
}


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

.manual_info{
    font-family: nanumRound;
    width: calc(50%);
    font-size: 20px;
    color: grey;
    text-align: center;
    line-height: 40px;
}

.manual_text_main{
    padding: 5px 10px;
    background-color: var(--subColor);
    color: white;
    font-size: 20px;
    border-radius: 10px;
}
.manual_index{
    width: calc(100% - 40px);
    padding: 20px;
    border-radius: 20px;
    border: 3px solid var(--outlineColor);
    background-color: grey;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    box-shadow: 30px 30px 30px 5px grey;

}
.manual_index_title{
    background-color: var(--outlineColor);
    color: black;
    padding: 10px 20px;
    font-weight: 900;
    font-size: 20px;
    border-radius: 20px;
}
.manual_index_item{
    margin:50px 0;
    width: calc(100% - 20px);
    padding: 10px;
    
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.manual_index_item_text{
    list-style: decimal;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    color: white;
    border-radius: 10px;
    transition: 0.2s;
}
.manual_index_item_text:hover{
    color: white;
    background-color: var(--subColor);
    transform: scale(1.1);
    transition: 0.2s;
}
.manual_index_search{
    position: relative;
    width: calc(100%);
    display: flex;
    color: var(--outlineColor);
    font-size: 14px;
    justify-content: flex-end;
}
.manual_index_search_input{
    width: 200px;
    position: relative;
    padding: 5px 10px 5px 40px;
    border: 2px solid var(--outlineColor);
    font-size: 16px;
    background-color: white;
    background-image: url(/static/image/search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 9px 6px;
    text-align: left;
    border-radius: 10px;
}

.manual_index_search_input::placeholder{
    color: grey;
    font-size: 16px;
    text-align: left;
}




.endLine{
    content: 'endLine';
}
@media (max-width:1200px) {
    * {
        font-size: 13px;
    }
    .bodyContainer{
        width: 100%;
    }
    
    .nh_swich_service{
        width: 95%;
    }

    .nh_nav_middle{
        gap: 0;
        height: 65px;
        padding: 0 20px;
    }
    .nh_nav_item_wrap{
        display: none;
    }
    .nh_nav_img{
        height: 30px;
    }
    .nh_nav_title,
    .nh_nav_title_2{
        font-size: 20px;
    }
    .nh_nav_top_text{
        font-size: 13px;
    }
    .nh_nav_bottom{
        height: 20px;
    }

    .nh_nav_main{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        margin-top: 50px;
        gap: 60px;
    }
    .nh_nav_main_item{
        width: calc(70% - 20px);
        height: 200px;
        padding: 10px;
        gap: 5px;
    }
    .nh_nav_main_item_header{
        font-size: 18px;
    }
    .nh_nav_main_item_title{
        font-size: 14px;
    }
    .nh_nav_main_item_text,
    .nh_nav_pointText{
        font-size: 13px;
    }


    .nh_subsidy_httpReferer{
        display: block; 
        color: white;
    }



    .nh_swich_service{
        justify-content: space-between;
    }
    .nh_swich_service_wrap:first-child{
        /* display: none; */
    }
    .nh_swich_service_image{
        display: none;
    }
    .nh_swich_service_text{
        font-size: 14px;
    }
    .nh_body_main_1{
        margin-top: 50px;
        padding: 10px;
        width: calc(100% - 20px);
        gap: 80px;
        flex-direction: column-reverse;
    }
    .nh_body_main_2{
        padding: 10px;
        width: calc(100% - 20px);
        gap: 50px;
    }
    .nh_body_main_3{
        margin-top: 80px;
        padding: 10px;
        width: calc(100% - 20px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;

        gap: 30px;
    }
    .nh_body_main_4{
        margin-top: 50px;
        padding: 15px;
        width: calc(100% - 30px);
    }
    .nh_subsidy_result_title{
        font-size: 20px;
        color: var(--subColor);
        border-bottom: 5px solid yellow;
        margin: 100px 0;
    }
    .nh_subsidy_result_title::before{
        content: '✔';
        font-size: 20px;
        background-color: var(--subColor);
        border-radius: 50%;
        padding: 2px 5px;
        color: white;
        margin-right: 5px;
    }
    .nh_subsidy_procedure_wrap{
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 5px;
    }
    .nh_subsidy_question_wrap{
        padding: 5px;
        width: calc(95% - 10px);

        display: flex;
        flex-direction: column;

        gap: 30px;
    }
    .nh_hidden_element{
        display: none;
    }
    .nh_subsidy_procedure_item{
        width: 40%;
        font-size: 13px;
    }

    .nh_subsidy_question_title{
        font-size: 18px;
    }
    .nh_subsidy_question_help{
        font-size: 13px;
    }

    .nh_subsidy_result_reset{
        padding: 0px;
        width: calc(95% - 0px);
        border: none;
        box-shadow: none;
    }

    .nh_subsidy_result_header{
        font-size: 20px;
    }
    .nh_subsidy_result_item{
        padding: 10px;
        width: calc(100% - 20px);
    }
    .nh_subsidy_result_item_content{
        flex-direction: column;
        height: auto;
    }
    .nh_subsidy_result_item_title{
        font-size: 18px;
    }
    .nh_subsidy_result_item_req{
        font-size: 15px;
        width: 100%;
    }
    .nh_subsidy_result_item_directCall{
        width: calc(100% - 10px);       
    }
    .nh_subsidy_result_item_title_wrap{
        flex-direction: column;
        gap: 20px;
    }

    .counsel_body{
        margin: 50px 0;
        gap: 50px;
    }
    .counsel_top_title{
        margin-top: 0;
    }

    .counsel_top_title,
    .counsel_top_title_point{
        font-size: 24px;
    }

    .counsel_category{
        width: 95%;
        gap: 10px;
    }
    .counsel_category_title{
        font-size: 18px;
        font-weight: 600;
    }
    .counsel_category_title::before{
        font-size: 15px;
        background-color: var(--subColor);
        border-radius: 50%;
        padding: 2px 5px;
        margin-right: 5px;
        color: white;
    }
    .counsel_category_title_subText{
        font-size: 12px;
    }
    .counsel_category_itemWrap{
        gap: 10px;
        justify-content: space-between;
    }
    .counsel_category_item{
        width: 46%;
        display: flex;
        justify-content: center;
    }
    .counsel_category_item_label{
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .counsel_content,
    .counsel_title{
        padding: 5px;
        width: calc(100% - 10px);
    }



    .counsel_home_table_header{
        justify-self: flex-start;
        align-self: flex-start;
        margin-left: 10px;
        font-size: 18px;
        font-weight: 600;
    }
    .counsel_home_table{
        width: 95%;
    }
    .counsel_home_th{
        font-size: 12px;
    }
    .counsel_home_td{
        font-size: 13px;
    }
    .counsel_home_bottom{
        gap: 30px;
    }
    .counsel_top_title,
    .counsel_top_title_point{
        font-size: 20px;
    }
    .counsel_home_bottom_content{
        font-size: 13px;
    }
    .counsel_body_read{
        gap: 100px;
    }
    .counsel_read_container{
        width: 95%;
    }
    .counsel_read_wrap{
        gap: 5px;
        margin-left: 5px;
    }
    .counsel_read_wrap_row{
        gap: 5px;
        margin-left: 5px;

        flex-direction: column;
        gap: 50px;
    }
    .counsel_read_title,
    .counsel_read_content,
    .counsel_answer_title{
        font-size: 16px;
    }
    .counsel_bottom_anonymous{
        width: 95%;
    }



    /* nomublog */
    .nomublog_navWrap{
        gap: 0;
    }
    .nomublog_logo_1{
        margin-left: 5px;
        width: 40%;
    }
    .nomublog_logo_img{
        width: 70px;
    }
    .nomublog_logo_2{
        position: relative;
        width: 55%;
        font-size: 14px;
        margin-right: 5px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
    }
    .nomublog_logo_title,
    .nomublog_logo_title_2{
        font-size: 14px;
    }
    .nomublog_search{
        position: relative;
        font-size: 14px;
        margin-right: 0;
        width: 120px;
    }
    
    .nomublog_search::placeholder{
        color: transparent;
    }
    .nomublog_post{
        width: calc(95% - 10px);
        padding: 5px;
        /* height: 1600px; */
    }

    .nomublog_read_title{
        font-size: 22px;
        line-height: 35px;
    }
    .nomublog_bottom_fixbtn{
        width: 30px;
        height: 30px;
    }
    .nomublog_bottom_fixBtn_wrap{
        border-radius: 0;
        border: none;
        height:auto;
        width: 100%;
        flex-direction: row;
        font-size: 15px;
        left: auto;
        right: auto;
        justify-content: space-evenly;
        bottom: 0%;
        background-color: rgb(201, 214, 235);
        padding: 5px 0;
        border-top: 5px solid var(--subColor);

        box-shadow: none;
    }
    /* .nomublog_bottom_fixbtn_1wrap,
    .nomublog_bottom_fixbtn_2wrap{
        width: 50%;
        font-size: 15px;
        bottom: 0%;
        background-color: rgb(201, 214, 235);
        padding: 5px 0;
        border-top: 5px solid var(--subColor);
    }
    .nomublog_bottom_fixbtn_1wrap{
        left: 0%;
    }
    .nomublog_bottom_fixbtn_2wrap{
        right: 0%;
    } */
    .nomublog_bottom_fixbtn_text{
        color: var(--subColor);
        font-weight: 900;
    }
    .nomublog_table_td1 {
        width: 100%;
    }
    .nomublog_table_td2{
        display: none;
    }

    .nomublog_css{
        padding: 10px;
        width: calc(100% - 20px);
    }
    .nomublog_create,
    .nomublog_create_realtime{
        width: calc(100% - 20px);
        padding: 10px;
        flex-direction: column;
    }
    .nomublog_create_write{
        position: relative;
        width: 100%;
        padding: 0;
    }
    .nh_nav_middle,
    .nh_nav_bottom{
        display: none;
    }
    .nh_nav_top > li:last-child{
        margin-right: 0;
    }
    
    .base3_smartNav{
        display: block;
        width: 100%;
        position: sticky;
        z-index: 20;
        top: 16px;
        height: 65px;
        margin: 0 auto;
        background-color: white;
        border-top: 2px solid #EBEFF2;
        border-bottom: 2px solid #EBEFF2;
    }
    .manual_info{
        width: 95%;
    }
    .manual_index{
        width: calc(95% - 20px);
        padding: 10px;
    }
    .manual_index_search_input{
        width: 90%;
    }
    .manual_index_search_input::placeholder{
        font-size: 14px;
    }
}


@keyframes jittery {
    5%,
    50% {
      transform: scale(1);
      
    }
  
    10% {
      transform: scale(0.93);
      /* transform: rotate(-7deg); */
    }
  
    15% {
      transform: scale(1.03);
      /* transform: rotate(6deg); */
    }
    20% {
        transform: scale(0.95);
        /* transform: rotate(-4deg); */
    }
    25% {
        transform: scale(1.02);
        /* transform: rotate(2deg); */
    }
    30% {
        transform: scale(1);
        /* transform: rotate(-1deg); */
    }
}
