* {
    font-family: nanumRound;
}
:root {
    --mainColor:#1B2547;
    --subColor:#2A58B4;
    --outlineColor:rgb(224, 224, 224);
    
    --bg_subColor:rgb(42, 88, 180, 0.2);
}
.smartPhoneScreen {
    transform: rotate(-90deg);
    transform-origin: top left;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100vh;
    height: 100vw;

}
::-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);
}


#topNav{
    border-bottom: 1px dotted rgb(80, 80, 80);
}

.homeNav_bgBlack{
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.8);
    z-index: 2;
    pointer-events: none;
    transition: 0.3s;
}

.urlButton{
    all:unset;
    border-radius: 15px;
    text-align: center;
    width: 250px;
    height: 30px;
    padding: 10px 10px;
    background: linear-gradient(22deg, rgba(91,0,133,1) 26%, rgba(252,69,106,1) 85%);
    border: 1px solid white;
    color: white;
    font-family: score7;
    font-size: 20px;
    cursor: pointer;
    margin-top: 100px;
    transition: 0.3s;
    z-index: 2;
}

.urlButton:hover{
    font-size: 24px;
    margin-top: 80px;
    width: 350px;
    height: 50px;
    transition: 0.3s;
}
.alertAdminUser{
    background-color: red;
}
.manageContainer {
    display: flex;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    height: 97.5vh;
    /* height: 900px; */
    margin: 0 auto;
    min-height: 825px;
}

/* left */
.leftNav{
    display: flex;
    flex-direction: row;
}

.leftLv1Nav{
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    row-gap: 15px;
    align-items: center;
    width: 80px;
    z-index: 9;
}@media (max-width:1400px) {
    .leftLv1Nav {
        row-gap: 20px;
    }
}

.paysys_table_checkBox{
    width: 20px;
    height: 20px;
}

    .dummyItem{
        flex: 1 1 0px
    }

    .leftLv1Nav > a:focus{
        outline: 0px;
    }

    .leftLv1Nav_lastItem{
        position: absolute;
        bottom: 0px;
        justify-self: flex-end;
        align-self: flex-end;
        justify-items: flex-end;
        align-content: flex-end;
        cursor: pointer;
    }

.leftLv1_item_wrap{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* transition: 0.1s; */
}
.leftNav_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* height: 50px; */
    /* padding: 10px 0; */
    /* font-family: score7; */
    font-size: 16px;
    color: white;
    
    display: flex;
    flex-direction: column;
}
.leftNav_item_end{
    position: absolute;
    width: calc(100%);
    background-color: grey;
    display: flex;
    flex-direction: column;
    /* height: 35px; */
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 900;
    bottom: 0;
    cursor: pointer;
}
.left_nav_item_end_item{
    position: relative;
    width: calc(100% - 6px);
    font-weight: 400;
    font-size: 14px;
    height: calc(30px);
    padding: 0 3px;
    display: flex;
    gap: 3px;
    /* border-top: 1px solid var(--outlineColor); */
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}
.left_nav_item_end_item:hover,
.left_nav_item_end_item:hover > svg{
    color: yellow;
    fill: yellow;
    transition: 0.2s;
}
.nomucase_new{
    position: absolute;
    width:8px;
    height:8px;
    font-size:8px;
    border-radius: 50%;
    background-color: red;
    box-shadow: 2px 2px 2px rgb(105, 1, 1);
    top: 0px;
    right: 0px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leftNav_item_nomuhelper{
    height: 70px;
}
.leftNav_item_nomuhelper:hover .leftNav_img_nomuhelper{
    fill: yellow;
    transition: 0.2s;
}
.leftNav_item_nomuhelper:hover .leftNav_text_nomuhelper{
    color: yellow;
    transition: 0.2s;
}
.leftLv1_item_wrap:hover{
    background-color: #596796;
    cursor: pointer;
    /* transition: 0.1s; */
}

.leftNav_text {
    /* font-family: score7; */
    font-size: 14px;
    font-weight: 900;
    transition: 0.3s;
}
.leftNav_text_nomuhelper{
    font-family: nanumRound;
    font-size: 14px;
    transition: 0.3s;
}

    .mb_item{
        width: 30px;
        height: 2px;
        margin-bottom: 5px;
        background-color: white;
        border: 1px solid rgb(179, 179, 179);

    }

    .mb_text{
        font-size: 14px;
        color: #ffffff;
        text-align: center;
    }


.leftLv2Nav{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    z-index: 8;
    background-color: #2A58B4;
}


.leftLv2Nav_titleItem {
    position: relative;
    /* width: calc(100% - 20px); */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    /* padding: 15px; */
    height: 100px;
    background-color: #384E94;
    transition: 0.5s;
}
    .leftLv2Nav_titleItem:hover{
        background-color: #1B2547;
        transition: 0.3s;
    }

    .leftLv2Nav_titleItem_wrap{
        display: flex;
        flex-direction: row;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
        .leftLv2Nav_titleItem_img{
            height: 60%;    
        }
        @media (max-width:1400px) {
            .leftLv2Nav_titleItem_img {
                display: none;
            }
        }

        .leftLv2Nav_titleItem_p {
            font-family: score7;
            font-weight: 400;
            font-size: 18px;
            color: white;
            transition: 0.3s;
        }

    .leftNav_img {
        width: 45%;
    }
    .leftNav_svg{
        height: 150%;
        fill: white;
    }
    .leftNav_img_nomuhelper {
        height: 70%;
        fill: white;
        transition: 0.2s;
    }
.leftLv2Nav_item_container{
    width: calc(100% - 40px);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
/* .leftLv2Nav_item_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    cursor: pointer;
} */
.leftLv2Nav_item_icon_container{
    width: calc(100% - 30px);
    padding: 10px 15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    flex-direction: row;
}
.leftLv2Nav_item_icon_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    width: 45px;
    cursor: pointer;
}
.leftLv2Nav_item_icon_wrap:hover > .leftLv2Nav_item_icon,
.leftLv2Nav_item_icon_wrap:hover > .leftLv2Nav_item_icon_text{
    fill: white;
    color: white;
}


.leftLv2Nav_item_icon{
    fill: #A8B5D7;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: 0.1s;
}
.leftLv2Nav_item_icon_text{
    color:#A8B5D7;
    text-align: center;
    font-size: 12px;
    font-family: nanumRound;
    transition: 0.1s;
}
.leftLv2Nav_item_icon_new{
    fill: rgb(255, 255, 155);
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: 0.1s;
}
.leftLv2Nav_item_icon_text_new{
    color:rgb(255, 255, 155);
    text-align: center;
    font-size: 12px;
    font-family: nanumRound;
    transition: 0.1s;
}
.leftLv2Nav_item_text{
    font-size: 12px;
    color: #A8B5D7;
    font-family: nanumRound;
}

/* .leftLv2Nav_item_wrap:hover .leftLv2Nav_item_icon{
    transform: scale(1.2);
    fill:white;
    transition: 0.2s;
}
.leftLv2Nav_item_wrap:hover .leftLv2Nav_item_text{
    color: white;
    transition: 0.2s;
} */



.leftLv2Nav_item {
    position: relative;
    width: calc(100% - 12px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    padding: 6px;  
    height: 34px;
    color: #A8B5D7;
}
    .leftLv2Nav_item > li {
        font-family: score4;
        font-size: 17px;
    }

    .leftLv2Nav_item:hover{
        color: white;
        background-color: #3764B4;
        transition: all 0.1s;
    }
.leftLv2Nav_line{
    width: calc(100% - 20px);
    padding: 5px;
}
.leftLv2Nav_line > div {
    width: 100%;
    border: 1px solid #4365bd;
}
.managerZone{
    width: 100%;   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 20px; */
    gap: 6px;
}
.managerZone_top,
.managerZone_bottom{
    width: calc(100% - 10px);
    display: flex;
    cursor: pointer;
    gap: 6px;
    height: 50px;
}
.managerZone_top{
    height: 30px;
    color: white;
    font-family: score4;
    font-size: 14px;
}
.managerZone_top,
.managerZone_bottom_left,
.managerZone_bottom_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(92, 133, 179);
    border-radius: 10px;
    background-color: rgb(33, 87, 150);
    cursor: pointer;
    transition: 0.2s;
}
.managerZone_bottom_left{
    width: 70%;
}
.managerZone_bottom_right{
    width: 30%;
}
.mamagerZone_bottom_add{
    font-family: score7;
    font-size: 14px;
    color: #ffff00;
    /* width: 70%; */
}
.managerZone_top:hover,
.managerZone_bottom_left:hover,
.managerZone_bottom_right:hover{
    background-color: #1B2547;
    transition: 0.3s;
}
.managerWrap_normal {
    font-family: score4;
    color: white;
    text-align: center;
}
.manager_selectWrap{
    width: calc( 100% - 20px);
    padding: 10px;
    border-radius: 10px;
    /* background-color: #A8B5D7; */
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.manager_selectInfo{
    font-family: nanumRound;
    color: white;
}
.manager_selectInfo::selection {
    background-color: white;
    color: var(--subColor);
}
.manager_selectPartner{
    font-family: nanumRound;
    font-weight: 900;
    color: yellow;
    text-align: center;
    /* color: #A8B5D7; */
}

.manager_btnWrap{
    width: calc(100% - 12px);
    padding: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 6px;
}
.manager_btn_container{
    border: 1px solid var(--subColor);
    padding: 4px;
    width: calc(50% - 8px);
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.manager_btn_container:hover{
    background-color: #3764B4;
    border: 1px solid white;
    transition: 0.2s;
}
.manager_btn_container:hover > .manager_btn,
.manager_btn_container:hover > .manager_text{
    fill: white;
    color: white;
}
.manager_btn{
    position: relative;
    width: 100%;
    /* height: 100%; */
    fill: #A8B5D7;
    transform: 0.2s;
}
.manager_text{
    display: block;
    width: 100%;
    font-family: nanumRound;
    font-size: 14px;
    text-align: center;
    color: #A8B5D7;
}


.manager_closeBtn_container{
    background-color: #3764B4;
    color: white;
    border: 1px solid rgb(145, 165, 212);
    width: calc(100% - 8px);
    padding: 4px;
    border-radius: 5px;

    display: flex;
    justify-content: center;

    cursor: pointer;
    margin-top: 15px;
    transition: 0.2s;
}
.manager_copyBtn_img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.manager_closeBtn_text{
    width: 100%;
    text-align: center;
    color: white;
}
.manager_closeBtn_container:hover,
.manager_closeBtn_container:hover > .manager_closeBtn_text{
    background-color: white;
    font-weight: 900;
    color: #3764B4;
    /* background-color: rgb(153, 0, 0); */
    transition: 0.2s;
}







.leftLv2Nav_special_item{
    font-family: score4;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 14px;
}
.leftLv2Nav_special_item_num{
    font-size: 14px;
    color: white;
    padding-top: 5px;
}

.pointYellow{
    color: yellow;
    font-size: 12px;
}

.leftLv2Nav_open {
    transition: all 0.3s;
}

.leftLv2Nav_close,
.leftLv2Nav_close_instant {
    width: 0;
    transition: all 0.3s ease-in;
    transform: translateX(-350px);
    z-index: -1;
}
.leftLv2Nav_close_instant {
    transition:none;
}


/* Middle */
.middleContentContainer{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.MCC_top, .MCC_middle, .MCC_bottom {
    display: flex;
    flex-direction: column;

    align-self: center;
    width: 90%;
}

.MCC_top{
    height: 30%;
}
.MCC_middle{
    height: 60%;
}
.MCC_bottom{
    height: 10%;
}

.top_top_container_flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top_top_container {
    position: relative;
    height: 20%;
    width: 100%;
    padding: 15px 0 0px 0px;
    border-bottom: 3px solid #1B2547;
}
    .top_top_main {
        font-family: score7;
        font-size: 32px;
    }

    .top_top_sub {
        margin-left: 20px;
        color: #2A58B4;
        font-family: score4;
        font-size: 24;
    }

.top_mdl_container {
    position: relative;
    height: 55%;
    width: 100%;
    padding: 10px 0;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.top_mdl_init_explainZone{
    padding: 15px 60px 15px 15px;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    background-color: rgb(27, 37, 71, 0.9);
    border-radius: 15px;
    gap: 5px;
    animation: showExplainZone 1s;
}

.top_mdl_init_explainZone_close{
    transform: translateY(25px);
    opacity: 0;
    transition: 1s;
}

.close_explainZone{
    position: absolute;
    width: 25px;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

/* .top_mdl_init_explainZone::after{
    content: '';
    position: absolute;
    top: 15%;
    left: -29px;
    border-width: 15px;
    border-style: solid;
    border-color: rgb(27, 37, 71, 0.9) rgb(27, 37, 71, 0.9) transparent transparent;

} */
.top_mdl_init_explain_icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    fill: white;
    transition: 0.2s;
}
.top_mdl_init_explain_icon:hover{
    fill: yellow;
    transform: scale(1.2);
    transition: 0.2s;
    cursor: pointer;
}
.top_mdl_init_explain,
.top_mdl_init_explain_yellow {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 5px; */
    font-family: nanumRound;
    font-size: 15px;
    color: white;
}

.top_mdl_init_explain_yellow{
    /* font-weight: 900; */
    /* font-size: 18px; */
    color: yellow;
}

        

@keyframes showExplainZone{
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


    .top_mdl_div{
        margin: 0 15px;
        flex: 1 1 200px;
        max-width: 200px;
        background-color: white;
        border: 1px solid #d2d3d3;
        border-radius: 10px;
        padding: 8px;

        display: flex;
        flex-direction: row;
    }

    .top_mdl_div_cursor {
        cursor: pointer;
        transition: 0.5s;
    }
    
    .top_mdl_div_cursor:hover {
        box-shadow: 3px 3px 3px;
        transition: 0.2s;
    }

    .on_selectDiv{
        box-shadow: 3px 3px 3px;
    }
    
        .top_mdl_bar{
            flex: 0 0 5px;
            margin-right: 10px;
        }
            .top_mdl_bar_black{
                background-color: #000000;
            }
            .top_mdl_bar_green{
                background-color: #1cdf1c;
            }
            .top_mdl_bar_yellow{
                background-color: #ffe70d;
            }
            .top_mdl_bar_grey{
                background-color: #b1b1b1;
            }
            .top_mdl_bar_white{
                background-color: #ffffff;
                border: 1px solid rgb(163, 163, 163);
            }

        .top_mdl_text{
            flex: 1 1 auto;

            display: flex;
            flex-direction: column;
        }
            .top_mdl_title {
                height: 25%;
                font-family: score7;
                font-size: 15px;
            }

            .top_Mdl_announce{
                height: 50%;
                font-family: score4;
                font-size: 13px;
                color: rgb(116, 116, 116);
            }

            .top_mdl_content {
                height: 25%;
                font-family: score7;
                font-size: 15px;
                text-align: right;
            }

        
    .not_selectDiv{
        background-color: rgb(0,0,0,0.1);
    }
        .not_selectDiv > div > span {
            color: rgb(0,0,0,0.2);
        }

.top_btm_container {
    position: relative;
    height: 25%;
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mainOrSubWrap{
    width: 210px;
    background-color: #dfe3e6;
    border: 1px solid #959da3;
    border-radius: 10px;
    padding: 3px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.mainOrSubText{
    font-family: nanumRound;
    /* cursor: pointer; */
}
.mainOrSubButtonSWrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .top_btm_left{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;

        flex: 0 1 80%;
    }
    .top_btm_left_wrap{
        display: flex;
        flex-direction: row;
        gap: 3px;
        margin-right: 30px;
    }
    

        .top_btm_left_button1,
        .top_btm_left_button2,
        .top_btm_left_button3,
        .top_btm_left_button4,
        .top_btm_left_button5,
        .top_btm_left_button6{
            all:unset;
            margin: 0 5px;
            height: 20px;

            /* display: flex;
            justify-content: center;
            align-items: center; */
            
            padding: 4px 10px;
            border-radius: 10px;
            /* text-align: center; */
            font-family: nanumRound;
            font-size: 13.5px;
            cursor: pointer;
        }

        .top_btm_left_button_combine{
            width: 120px;
            display: flex;
            flex-direction: row;
            gap: 3px;
            justify-content: center;
            height: calc(28px - 4px);
            align-items: center;
            padding: 2px 8px;
            border-radius: 10px;
            background-color: var(--subColor);
            cursor: pointer;
            transition: 0.2s;
        }        
        .top_btm_left_button_combine_icon{
            fill: white;
            width: 20px;
            height: 20px;
        }
        .top_btm_left_button_combine_text{
            color: white;
        }
        .top_btm_left_button_combine:hover{
            transition: 0.2s;
            background-color: var(--mainColor);
        }
        .top_btm_left_button_combine:hover .top_btm_left_button_combine_icon,
        .top_btm_left_button_combine:hover .top_btm_left_button_combine_text{
            fill: yellow;
            color: yellow;
        }

        
        .top_btm_left_button1,
        .top_btm_left_button4{
            color: rgb(6, 76, 206);
            border:1px solid currentColor;
        }        
            .top_btm_left_button1:hover{
                background-color: rgb(6, 76, 206);
                color: white;
            }
            .pointStr{
                font-family: nanumRound;
                font-size: 13.5px;
            }
            .top_btm_left_button1:hover > .pointStr{
                color: rgb(183, 255, 39);
            }

            .top_btm_left_button4{
                width: 35px;
                padding: 3px;
                text-align: center;
                align-self: center;
                color: rgba(95, 95, 95, 0.5);
                border: 1px solid rgba(95, 95, 95, 0.5);
            }
            .top_btm_left_button4:hover{
                color: white;
                background-color: rgb(6, 76, 206, 0.4);
                transition: 0.5s;
            }

        .top_btm_left_button2 {
            color: rgb(206, 36, 6);
            border:1px solid currentColor;
        }
            .top_btm_left_button2:hover{
                background-color: rgb(206, 36, 6);
                color: white;
            }            
        .top_btm_left_button3 {
            color: #00A2B2;
            border:1px solid currentColor;
        }
            .top_btm_left_button3:hover{
                background-color: #00A2B2;
                color: white;
            }
        .top_btm_left_button5 {
            color: #9d00b2;
            border:1px solid currentColor;
        }
            .top_btm_left_button5:hover{
                background-color: #9d00b2;
                color: white;
            }

        .top_btm_left_button6{
            color: #00882d;
            border:1px solid currentColor;
        }
        .top_btm_left_button6:hover{
            background-color: #00882d;
            color: white;
        }
        .top_btm_right_wrap{
            position: absolute;
            right: 0;
        }
    .top_btm_right_downUploadZone{
        /* align-self: flex-end;
        justify-self: flex-end; */
        display: flex;
        flex-direction: row;
        width: 260px;
    }

    .top_btm_right{
        display: flex;
        justify-content: flex-end;
        flex-basis: 20%;
        gap: 30px;
    }


        .searchInput {
            all: unset;
            padding: 7px 7px 7px 45px;
            width: 200px;
            border-radius: 8px;

            background-color: #D5E1EB;
            background-image: url('/static/image/search.png');
            background-repeat: no-repeat;
            background-size: 20px;
            background-position: 10px 6px;
        }

        .searchInput::placeholder {
            font-family: nanumRound;
            color: #5688e6;
        }
        .searchInput:focus {
            border: 3px solid #1B2547;
            padding: 4px 4px 4px 42px;
            background-position: 7px 3px;
        }

.mdl_topTable_container {
    align-self: center;
    background-color: white;
    border: 3px solid #EBEFF2;
    position:relative;
    width: 100%;
}

    .mdl_topTable{
        width: 100%;
        border-collapse: collapse;
        /* background-color: rgb(212, 212, 212); */
    }
        .mdl_topTable_th{
            /* position: relative; */
            background-color: rgb(212, 212, 212);
            position: sticky;
            top: -1px;
            border: 1px solid white;
            z-index: 4;
        }
        .mdl_topTable_infoIcon{
            width: 20px;
            margin: 0 5px;
            cursor: pointer;
            transition: 0.2s;
        }
        .mdl_topTable_infoIcon:hover{
            fill: yellow;
            transition: 0.2s;
        }
        .mdl_topTable_th_second{
            top: 39px;
            z-index: 4;
        }

        
        .mdl_topTable_th_top{
            background-color: grey;
            color: white;
        }
        .smartTime_top{
            background-color: #650094;
            color: white;
        }
        .smartCalc_top{
            background-color: #DBBAEB;
            /* color: white; */
        }
        .smartTime_2{
            background-color: #650094;
            font-size: 15px!important;
            color: white;
        }
        .smartCalc_2{
            background-color: rgb(219, 186, 235);
        }
        .deduction_top{
            background-color: rgb(185, 103, 103);
            color: white;
            /* z-index: 2; */
        }
        .paySystem_fix_top{
            background-color: #4370ca;
            color: white;
        }
        .paySystem_fix,
        .paySystem_name{
            background-color: #bbc9e4;
        }
        .paySystem_nonfix_top{
            background-color: rgb(93, 177, 177);
            color: white;
        }
        .paySystem_nonfix{
            background-color: rgb(195, 219, 219);
        }

        .deduction{
            background-color: rgb(230, 212, 212);
        }
        .mdl_topTable_th,
        .mdl_topTable_th > label{
            font-family: nanumRound;
            font-size: 14px;
            height: 40px;
        }
        @media (max-width:1400px) {
            .mdl_topTable_th,
            .mdl_topTable_th > label,
            .mdl_topTable_th > span,
            .mdl_middleTable_td {
                font-size: 12px;
            }
        }
        .thSort{
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        .thSort_span{
            font-family: nanumRound;
            font-size: 14px;
        }
        .thSort_input{
            display: none;
        }
        .thSort:hover{
            height: 100%;
            background-color: #343c57;
            color:white;
            transition: 0.2s;
        }


.mdl_middleTable_container {
    align-self: center;
    background-color: white;
    border: 3px solid #EBEFF2;
    position:relative;
    overflow-y: auto;
    height: 550px;
    width: calc(100% - 3px);
}

    .mdl_middleTable{
        width: 100%;
        table-layout: fixed;

        border-collapse: collapse;
    }

    .fixedLayout{
        table-layout: fixed;
    }

        .mdl_middleTable_tr{
            cursor: pointer;
        }

        .mdl_middleTable_tr:hover,
        .mdl_middleTable_tr:hover svg,
        .mdl_middleTable_tr:hover span,
        .mdl_middleTable_tr:hover .flag_td_col{
            background-color: #7786b6;
            color: white;
            fill: white;
            border: none;
            /* transition: 0.2s; */
        }

        .matchedColor{
            background-color: rgb(255, 252, 223);
        }

        .sendOkColor{
            background-color: rgb(221, 255, 221);
        }

        .mdl_middleTable_tr, .mdl_middleTable_td {
            position: relative;
            font-size: 14px;
            font-family: nanumRound;
            border: 1px solid #e2e8ec;
            text-align: center;
            height: 40px;
        }
        .mdl_middleTable_td > span,
        .mdl_middleTable_td > input{
            font-size: 14px;
            font-family: nanumRound;
        }
        .mdl_middleTable_td_span_red{
            color: red!important;
        }

            .mdl_middleTable_td_img{
                all:unset;
                color: #21ad40;
                border: 1px solid currentColor;
                padding: 5px;
                cursor: pointer;
                border-radius: 5px;
            }

            .mdl_middleTable_td_img:hover{
                background-color: #21ad40;
                color: white;
                transition: all 0.2s ease;
            }
            .mdl_middleTable_td_button_non{
                all:unset;
                background-color: #a1a1a1;
                color: grey;
                border: 1px solid currentColor;
                padding: 5px;
                cursor:not-allowed;
                border-radius: 5px;
            }
            .mdl_middleTable_td_button_change{
                all:unset;
                color: #14398a;
                border: 1px solid currentColor;
                padding: 5px;
                cursor: pointer;
                border-radius: 5px;
            }

            .mdl_middleTable_td_button_change:hover{
                background-color: #14398a;
                color: white;
                transition: all 0.2s ease;
            }
            .mdl_middleTable_td_button{
                all:unset;
                color: #ff5959;
                border: 1px solid currentColor;
                padding: 5px;
                cursor: pointer;
                border-radius: 5px;
            }

            .mdl_middleTable_td_button:hover{
                background-color: #ff5959;
                color: white;
                transition: all 0.2s ease;
            }

            .helpIconAbs{
                position: absolute;
                cursor: pointer;
                height: 15px;
            }

            .tooltip1Wrap{
                display: inline;
            }

            .tooltip1Wrap > .tooltip1{
                display: none;
                position: absolute;
                width: 550px;
                top: 67px;
                right: 0px;
                background-color: rgb(27, 37, 71, 0.9);
                border-radius: 15px;
                color: white;
                padding: 15px;
                text-align: left;
                z-index: 1;
            }

            .tooltip1::after{
                content: '';
                position: absolute;
                top: -33px;
                right: 40px;
                border-width: 17px;
                border-style: solid;
                border-color: transparent rgb(27, 37, 71, 0.9) rgb(27, 37, 71, 0.9) transparent;
            }
            
            .tooltip1Wrap:hover .tooltip1{
                display: block;
            }



            .tooltip_yellow{
                font-family: nanumRound;
                color: yellow;
            }

.overSizeContainer {
    /* position: relative; */
    width: 100%;
    overflow-x: auto;
}
.minWidth_1200{
    /* position: absolute; */
    /* max-width: 1500px; */
    min-width: 1200px;
}
.overSizeTable {
    position: absolute;
    width: 2600px;
}

.overSizeTable2{
    position: absolute;
    width: 3100px;
}
.overSizeTable3{
    position: absolute;
    width: 3600px;
}

.flag_th_col,
.flag_td_col{
    position: sticky;
    left:-1px;
    z-index: 5;
    
    /* th z-index가 더 높아야 td에 스크롤에 밀리지 않음 */
}

.flag_td_col{
    background-color: rgb(225, 225, 241);
    font-family: score4;
    z-index: 3;
}


.tooltip_LtoR_Wrap{
    display: inline;
    z-index: 99;
}

.tooltip_LtoR_Wrap > .tooltip_LtoR{
    display: none;
    position: absolute;
    width: 550px;
    top: 67px;
    left: 30px;
    background-color: rgb(27, 37, 71, 0.9);
    border-radius: 15px;
    color: white;
    padding: 15px;
    text-align: left;
    z-index: 5;
}

.tooltip_LtoR::after{
    content: '';
    position: absolute;
    top: -33px;
    left: 40px;
    border-width: 17px;
    border-style: solid;
    border-color: transparent rgb(27, 37, 71, 0.9) rgb(27, 37, 71, 0.9) transparent ;
}

.tooltip_LtoR_Wrap:hover .tooltip_LtoR{
    display: block;
}

.tooltip_LtoR_Wrap:hover .flag_td_col{
    position: absolute;
}

.noData {
    text-align: center;
    padding: 20px;
}

.btm_btm_container{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 70px;
}

    .lastAlertExplain{
        position: absolute;
        display: flex;
        font-family: score4;
        font-size: 14px;
        color: rgb(160, 159, 159);
        left: 0;
    }
    .alertPoint{
        font-family: score4;
        font-size: 14px;
        color: rgb(160, 159, 159);
        font-weight: 900;
        cursor: pointer;
    }

    .btm_btm_DS_button{
        all: unset;
        margin: 15px;
        color: black;
        border: 1px solid currentColor;
        border-radius: 10px;
        width: 100px;
        padding: 10px;

        display: none;
        justify-content: center;
        cursor: pointer;
    }
        .btm_btm_DS_button:hover {
            border: 2px solid currentColor;
            padding: 9px;
            font-weight: 600;
        }

    .btm_btm_UL_span{
        font-family: nanumRound;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        transition: 0.3s;
    }

    .btm_btm_UL_button{
        all: unset;
        margin: 15px;
        background-color: #384E94;
        color: white;
        border-radius: 10px;
        width: 100px;
        padding: 10px;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

        .btm_btm_UL_button:hover{
            background-color: #456ef5;
        }

    .btm_btm_UL_button2{
        all: unset;
        margin: 15px;
        background-color: rgb(42, 145, 42);
        color: white;
        border-radius: 10px;
        width: 100px;
        padding: 10px;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

        .btm_btm_UL_button2:hover{
            background-color: rgb(5, 102, 5);
        }

    .urlLink_container{
        padding: 30px 30px 0px 30px;
        height: 100%;
    }

    .urlLink_pTag{
        font-family: score4;
    }
    .urlLink_vacant{
        margin-top: 10px;
    }

    .urlLink_inputTag{
        all: unset;
        margin-top: 30px;
        width: calc(100% - 40px);
        padding: 10px 20px;
        border-radius: 10px;
        border: 1px solid grey;
        text-align: center;
    }

    .urlLink_inputTag:focus{
        outline: 2px solid black;
        background-color: rgb(226, 249, 255);
    }



/* Right */
.rightSubContent{
    /* absolute로 설정했으므로, middleContent 위에 덧띄우는 형태로 진행(Modal 형식) */
    position:absolute;
    top: 0;
    right: -450px;
    left: auto;
    height: 100%;
    width: 500px;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    z-index: 10;
}

.rsc_grap {

    font-family: score7;
    color: white;

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

    width: 10%;
    height: 30%;
    border-radius: 20px 0px 0px 20px;

    cursor: pointer;
}

.rsc_grap:hover {
    background: rgb(27,37,71);
    background: linear-gradient(266deg, rgba(27,37,71,1) 58%, rgba(27,37,71,1) 58%, rgba(57,90,205,1) 84%, rgba(151,140,254,1) 100%);
}

.subMenuImg{
    margin: 30px 0 0 4px;
}

.rsc_content_container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 0px 10px;
}

.rsc_content{
    align-self: center;
    justify-self: center;
    width: 82%;
    padding: 5%;
    height: 92%;
    background-color: white;
    line-break: normal;
    border-radius: 10px 10px 10px 10px;
}
.rsc_empty_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;

}
.rsc_empty_img{
    position: absolute;
    width: 80%;
    height: 100%;
    opacity: 0.1;
}
.rsc_loading_img{
    position: absolute;
    width: 30px;
}
.rsc_empty_title{
    font-family: score9;
    font-size: 24px;
    align-items: center;
}

.rsc_content_header {
    position: relative;
    font-family: score9;
    font-size: 22px;
    padding: 0 0 10px 10px;
    border-bottom: 2px solid #3764B4;
    
    display: flex;
    flex-direction: row;
    align-items: center;
}
.rsc_content_header_expand{
    width: 25px;
    height: 25px;
    fill: grey;
    cursor: pointer;
    margin-left: 15px;
    transition: 0.2s;
}
.rsc_content_header_expand:hover{
    fill: var(--subColor);
    transform: scale(1.2);
    transition: 0.2s;
}
.rsc_content_body_fold{
    display: none;
}
    .rsc_content_header_right{
        position: absolute;
        right: 10%;
        
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;

        cursor: pointer;
    }
    .rsc_content_header_right_title{
        font-family: score7;    
        font-size: 14px;
    }
.rsc_content_header_sub{
    position: absolute;
    right: 0;
    font-family: nanumRound;
}
.rsc_content_body_table_info{
    width:100%;
    display: flex;
    justify-self: flex-end;
    font-family: nanumRound;
    font-size: 13px;
}
.rsc_content_body_table_info::before{
    content: '※';
    font-size: 13px;
    display: flex;
    justify-content: center;
    line-height: 20px;
    margin-right: 5px;
}
.rsc_content_body{
    position: relative;
    width: 100%;
    height: 95%;
    font-size: 18px;
    overflow-y: auto;
    overflow-x: hidden;
}
.rsc_content_body_85{
    position: relative;
    width: 100%;
    height: 85%;
    font-size: 18px;
    overflow-y: auto;
    overflow-x: hidden;
}

.rsc_part1 {
    /* margin-bottom: 20px; */
    height: 60%;
}
.rsc_part2{
    height: 40%;
}
.rsc_part_nav{
    position: relative;
    width: 100%;
    height: 40px;
    transform: translateY(-15px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}
.rsc_nav_btn{
    all:unset;
    font-family: score4;
    font-size: 14px;
    padding: 10px;
    border: 1px solid grey;
    height: 10px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3764B4;
    border-radius: 10px;
    color: white;
    cursor:pointer;
    transition:0.3s;
}
    .rsc_nav_btn:hover{
        background-color: #1b345e;
        transition:0.3s;
        color: yellow;
        padding: 13px;
    }
.rsc_nav_active{
    transform: translateY(-15px);
    /* height: 24px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.rsc_nav_btn_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.check_in_absensePeriod{
    font-family: nanumRound!important;
    font-size: 12px!important;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255, 0, 0, 0.5);
    padding: 1px;
    border-radius: 5px;
    color: white;
}
.rsc_nav_btn_item:hover > .rsc_nav_btn_img,
.rsc_nav_btn_item:hover > .rsc_nav_btn_txt{
    fill: var(--subColor);
    color: var(--subColor);
    transition: 0.2s;
    transform:scale(1.1);
}
.rsc_nav_linkBtn{
    font-size: 12px;
    margin: 0 2px;
    padding: 2px 4px;
    background-color: var(--bg_subColor);
    color: black;
    border-radius: 5px;
    cursor: pointer;
}
.rsc_nav_btn_img{
    width: 30px;
    height: 30px;
    fill: black;
    /* fill: rgb(163, 162, 162); */
}
.rsc_nav_btn_txt{
    font-size: 12px;
    font-weight: 900;
    font-family: nanumRound;
    color: black;
    /* color: rgb(163, 162, 162); */
}


.powerOnLabel,
.powerOffLabel{
    cursor: pointer;
    padding: 10px;
    height: 10px;
    /* width: 60px; */
    
    display: flex;
    justify-content: center;
    align-items: center;

    transition: 0.3s;
    border-radius: 8px;
    font-family: score4;
    font-size: 14px;
}
    .powerOnLabel{
        background-color: rgb(48, 177, 48);
        color: white;
        transition: 0.3s;
    }
    .powerOffLabel{
        color: grey;
        background-color: transparent;
        border: 1px solid currentColor;
        transition: 0.3s;
    }
    

@media (max-width:1400px) {
    .rsc_part_nav{
        gap: 10px;
    }
    .rsc_nav_btn{
        font-size: 12px;
        width: 50px;
        padding: 5px;
    }
    .powerOnLabel,
    .powerOffLabel{
        padding: 5px;
        font-size: 12px;
    }
    .searchInput{
        width: 100px;
    }
    .searchInput::placeholder{
        font-size: 12px;
    }
}

.rsc_nav_btnWrap{
    display: flex;
    /* transform: translateY(-15px); */
    gap: 20px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.rsc_part_full{
    height: 71%!important;
}
.rsc_part_fold{
    height: auto!important;
}
.rsc_part_20 {
    height: calc(20% - 40px);
}
.rsc_part_30 {
    height: calc(30% - 40px);
}
.rsc_part_40{
    height: 40%;
}
.rsc_part_50{
    height: 45%;
}
.rsc_part_60 {
    height: 64%;
}
.rsc_part_70{
    height: calc(70% - 40px);
}
.rsc_part_100{
    height: 100%;
}

.rsc_part_gap{
    width: 100%;
    /* height: 40px; */
    margin: 60px 0;
}

.rsc_content_option{
    margin: 20px 20px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.rsc_open{
    transition: all 0.3s ease-in;
    transform: translateX(-450px);
}

.rsc_close{ 
    transition: all 0.3s ease-in;
    transform: translateX(0);
}
.rsc_normal_infomationZone{
    position: relative;
    width: calc(100% - 20px);
    margin: 10px 0;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid var(--outlineColor);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.rsc_normal_infomation_item{
    display: flex;
    flex-direction: row;
}
.rsc_normal_infomation_title{
    width: 50%;
    font-weight: 700;
    text-align: center;
}
.rsc_normal_infomation_content{
    text-align: left;
}
.rsc_member_part1_container,
.rsc_part1_container,
.rsc_part1_container_noUse{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.rsc_part1_container{
    gap: 5px;
    margin-top: 5px;
}

.rsc_member_part1_container > div {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.rsc_member_part1_container > div > label {
    position: relative;
    font-family: score4;
    font-size: 18px;
    width: 30%;
    text-align: center;
}

.rsc_member_part1_container > div > input {
    position: relative;
    width: 70%;
    all :unset;
    padding: 7px 15px;
    border-radius: 8px;
    background-color: #D5E1EB;
}

.rsc_member_part1_container > div > input:focus {
    border: 2px solid #3c8bcc;
    padding: 5px 13px;
}

.rsc_member_part1_container > div > input::placeholder {
    text-align: center;
    color: rgb(89, 128, 255);
    opacity: 0.5;
}

.rsc_buttonContainer{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 10px 0 0 0;
    gap: 20px;
}

    .sub_table_con {
        margin: 10px 0 0 0;
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .headContainer {
        width: 100%;
    }

    .headContainer > table {
        width: 100%;
        border-collapse: collapse;
        background-color: rgb(212, 212, 212);
    }


    .bodyContainer{
        overflow-y: auto;
        width: 100%;
        height: 220px;
    }

    .bodyContainer > table {
        width: 100%;
        border-collapse: collapse;
    }

    .pdz_Th {
        height: 30px;
    }
    @media (max-width:1400px) {
        .pdz_Th,
        .pdz_Td {
            font-size: 12px;
        }
    }

    .pdz_Tr {
        cursor: pointer;
    }
    .pdz_click{
        font-weight: 700;
    }

    .pdz_Tr:hover {
        background-color: #7786b6;
        color: white;
        border: none;
    }


    .pdz_Td {
        height: 30px;
        border-collapse: collapse;
        border: 1px solid  #c2c2c2;
        text-align: center;
    }

.uldoc_font{
    border: 1px solid rgb(6, 76, 206);
    border-radius: 10px;
    padding: 4px 10px;
    cursor: pointer;
    font-family: nanumRound;
    height: 20px;
    font-size: 13.5px;
    color: rgb(6, 76, 206);
}

.uldoc_font:hover{
    background-color: rgb(6, 76, 206);
    color: white;
}

.uldoc_font:hover > .pointStr{
    color: rgb(183, 255, 39);
}

.resetTag{
    font-family: score4;
    color: rgb(241, 114, 114);
    font-weight: 500;
}

.resetTag:hover{
    font-family: score7;
    color: red;
}

.msgDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-family: score4;
    font-size: 18px;
    margin-top: 30px;
}
/* 스마트폰 */
@media (max-width:1400px) {

    .leftNav_item {
        /* padding: 10px 0; */
        /* height: 30px; */
        font-family: score4;
        font-size: 14px;
    }

    .leftLv2Nav{
        width: 150px;
    }

    .leftLv2Nav > a:nth-child(n+2):nth-child(-n+10) > li {
        padding: 5px;  
        height: 20px;
        font-family: score4;
        font-size: 14px;
    }

    .leftLv2Nav_close {
        width: 0;
        transition: all 0.3s ease-in;
        transform: translateX(-500px);
        z-index: -1;
    }

    .rightSubContent{
        /* absolute로 설정했으므로, middleContent 위에 덧띄우는 형태로 진행(Modal 형식) */
        position:absolute;
        top: 0;
        right: -350px;
        left: auto;
        height: 100%;
        width: 400px;
        overflow: hidden;
    
        display: flex;
        flex-direction: row;
        z-index: 10;
    }
    
    .rsc_content_header {
        font-family: score7;
        font-size: 16px;
    }
    
    .rsc_content_body {
        font-family: score4;
        font-size: 12px;
    }

    .rsc_member_part1_container > div > label {
        width: 40%;
        font-size: 12px;
    }
    
    .rsc_member_part1_container > div > input {
        width: 60%;
        font-size: 12px;
    }

    .rsc_grap {
        font-family: score4;
        font-size: 12px;
    }

    .rsc_open{
        transition: all 0.3s ease-in;
        transform: translateX(-350px);
    }
}


.manager_body{
    display: flex;
    flex-direction: column;
}
.manager_body_label{
    font-family: score4;
    font-size: 16px;
}
.manager_body_search{
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.manager_body_search_input{
    all:unset;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid rgb(206, 206, 206);
    width: 80%;
}
.manager_body_search_btn{
    all:unset;
    color: white;
    font-family: score7;
    background-color: rgb(135, 159, 226);
    width: 20%;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
}

.manager_body_realtimeTitle{
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: space-around;
}
.manager_body_realtimeTitle_nickName{
    width: 55%;
    background-color: grey;
    color: white;
    text-align: center;

    border-right: 1px dotted rgb(206, 206, 206);;
}
.manager_body_realtimeTitle_manageNum{
    width: 45%;
    background-color: grey;
    color: white;
    text-align: center;
}
.manager_body_realtimeResult{
    width: 100%;
    height: 150px;
    border: 1px solid rgb(182, 182, 182);
    overflow-y: scroll;
}
.manager_p_Wrapper{
    display: flex;
    justify-content: space-around;
    padding: 10px;
    border-bottom: 1px dotted rgb(206, 206, 206);
}
.manager_p_Wrapper > p{
    font-family: nanumRound;
    text-align: center;
}

.manager_p_Wrapper > p:nth-child(1) {
    width: 65%;
}
.manager_p_Wrapper > p:nth-child(2) {
    width: 45%;
}
.manager_p_Wrapper:hover{
    background-color: rgb(221, 233, 241);
    cursor: pointer;
}

.rsc_part1_wrapper_colType{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.rsc_part1_wrapper_colType_wt{
    display: flex;
    border: 2px solid var(--outlineColor);
    padding: 15px;
    border-radius: 10px;
    width: calc(95% - 30px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.rsc_part1_wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.rsc_part1_wrapper_noGap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.rsc_part1_table{
    width: 100%;
    border: 1px solid #cdd0d3;
    border-collapse: collapse;
    table-layout: fixed;
}
.rsc_part1_th{
    text-align: center;
    background-color: rgb(194, 194, 194);
    border: 1px solid rgb(231, 231, 231);
    font-size: 14px;
    padding: 3px 0;
}
.rsc_part1_th_title{
    font-size: 12px;
    background-color: rgb(224, 224, 224);
}
.rsc_part1_tr{
    border-bottom: 1px dotted rgb(189, 189, 189);
}
.rsc_part1_tr2{

}

.rsc_part1_td,
.rsc_part1_td_minHeight{
    font-size: 12px;
    text-align: center;
    padding: 1px 0;
}
.rsc_part1_td_minHeight{
    height: 25px;
    border: 1px solid var(--outlineColor);
}
.rsc_part1_td_input{
    text-align: center;
    width: 80%;
    height: 100%;
    background-color: #d5e1eb;
    border: none;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 13px;
}
.tdPointRed{
    color: red;
    font-weight: 900;
}
.rsc_vacation_noMakeNormalVc_year{
    fill: rgb(255, 0, 0, 0.3);
    position: absolute;
    left: 0;
}
.rsc_vacation_normalVc_noExists{
    fill: rgb(255, 156, 156);
    width: 15px;
    height: 15px;
}
.rsc_vacation_normalVc_noExists:hover{
    fill: red;
}
.rsc_vacation_normalVc_noExists_info{
    font-size: 12px;
    font-weight: 400;
    color: grey;
}
.tdPointBlue{
    color: blue;
    font-weight: 900;
}
.rsc_part1_td_input:focus{
    outline: 2px solid #3C8BCC;
}
.rsc_part1_tr_pb{
    cursor: pointer;
}
.rsc_part1_tr_pb:nth-child(odd){
    background-color: rgb(238, 238, 238);
}
.rsc_part1_tr_pb:hover{
    background-color: #7786b6;
    color: white;
    border: none;
}
.rsc_part1_tr_tempAnnounce{
    font-family: nanumRound;
    color: red;
    border-bottom: 2px solid yellow;
}

.rsc_part1_td_pb,
.rsc_part1_td_pb2,
.rsc_part1_td_pb3,
.rsc_part1_td_pb_info,
.rsc_part1_td_point_text{
    font-family: nanumRound;
    font-size: 13px;
    text-align: center;
    padding: 5px 0;
}
.rsc_part1_td_pb2{
    text-align: left;
    font-size: 13px;
}
.rsc_part1_td_pb3{
    background-color: rgb(224, 224, 224);
    border: 1px solid white;
    padding: 5px;
}
.rsc_part1_td_pb_info{
    background-color: var(--outlineColor);
    color: grey;
    text-align: left;
}
.rsc_part1_td_point_text{
    background-color: var(--bg_subColor);
    font-weight: 900;
    
}
.rsc_part1_td_pb2_red{
    font-size: 13px;
    font-family: nanumRound;
    color: red;
    /* border-bottom: 3px solid rgb(209, 209, 0) */
}
.rsc_part1_td_text_wrap{
    display: flex;
    justify-content: center;
    align-items: center;

}
.rsc_part1_tb_pb_grey{
    color: rgb(165, 165, 165);
    font-family: nanumRound;
    font-size: 13px;
    background-color: rgb(255, 255, 0, 0.2);
}
.rsc_part1_td_text{
    font-family: nanumRound;
    font-size: 13px;
}
.rsc_part1_td_pb_label{
    font-size: 13px;
    color: rgb(108, 114, 0);
}
.rsc_part1_label,
.rsc_part1_label_60,
.rsc_part1_label_colType{
    width: 30%;
    font-family: nanumRound;
    font-size: 14px;
    text-align: center;
}
.rsc_part1_label_colType{
    width: 100%;
}
.rsc_part1_labelFull{
    font-family: nanumRound;
    color: red;
    width: 100%;
    text-align: center;
}
.deleteBtn{
    all:unset;
    background-color: rgb(173, 23, 23);
    padding: 5px 10px;
    color: white;
    border-radius: 10px;
    transition: 0.2s;
}
    .deleteBtn:hover{
        background-color: red;
        transition: 0.2s;
    }   

.rsc_part1_label_60{
    width: 100%;
}
.alertLabel{
    color: red;
}
.rsc_part1_inputWrapper,
.rsc_flex_col{
    position: relative;
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.rsc_part1_data_center{
    position: relative;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rsc_part1_inputWrapper_colType{
    width: 100%;
    padding: 10px 0;
}
.rsc_flex_col{
    flex-direction: column;
    gap: 10px;
}

    .rsc_part1_wrapper_inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .rsc_part1_label_inner{
        width: 100%;
        font-family: score4;
        font-size: 14px;
        text-align: center;
    }
    .rsc_part1_inputWrapper_inner{
        width: 80%;
        display: flex;
        justify-content: space-between;
    }

.rsc_part1_input_single,
.rsc_part1_input_single_readOnly,
.rsc_part1_input_double,
.rsc_part1_textarea_single,
.rsc_part1_textarea_single_depth,
.rsc_part1_textarea_single_readOnly{
    all: unset;
    width: calc(100% - 20px);
    padding: 5px 10px;
    background-color: #d5e1eb;
    /* border: 1px solid grey; */
    border-radius: 5px;
    text-align: center;
}
.rsc_part1_textarea_single_depth{
    height: 60px;
    text-align: left;
}
.rsc_part1_input_single_readOnly,
.rsc_part1_textarea_single_readOnly{
    color: grey;
    min-height: calc(29px - 10px);
    background-color: var(--outlineColor);
    cursor: not-allowed;
}
.rsc_part1_textarea_single_readOnly{min-height: calc(32px);text-align: left;}

.rsc_part1_input_new,
.rsc_part1_input_small_40px,
.rsc_part1_select_new{
    width: calc(100% - 20px);
    padding: 5px 10px;
    outline: none;
    border: none;
    background-color: #d5e1eb;
    border-radius: 5px;
    text-align: center;
}
.rsc_part1_input_small_40px{
    width: 40px;
}
.rsc_part1_select_new{width: 100%;}
.rsc_part1_button{
    width: calc(100% - 20px);
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.rsc_part1_input_double{
    width: calc(46% - 20px);
}
.rsc_part1_table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.rsc_part1_table_th{
    background-color: var(--outlineColor);
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    padding:5px 0;
}
.rsc_part1_table_td{
    text-align: center;
    padding:5px 0;
    font-size: 14px;
    height: calc(28px - 10px);
    border: 1px solid var(--outlineColor);
}
.rsc_custom_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.rsc_part1_textarea_single{
    text-align: left;
    font-size: 13px;
}

.rsc_part1_input_single:focus,
.rsc_part1_input_double:focus,
.rsc_part1_input_new:focus,
.rsc_part1_textarea_single:focus{
    outline: 2px solid #3C8BCC;
}

.rsc_part1_wrapper_tl{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rsc_part1_inputWrapper_tl{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rsc_part1_input_vacant{
    background-color: rgb(238, 220, 212);
}


.rsc_part2_table{
    table-layout: fixed;
    width: 100%;
    border: 1px solid #cdd0d3;
    border-collapse: collapse;
}
.rsc_part2_th{
    text-align: center;
    background-color: rgb(194, 194, 194);
    border: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    padding: 2px 0;
}
.rsc_part2_tr{
    /* border-bottom: 1px dotted rgb(189, 189, 189); */
    border-bottom: 1px solid grey;
}
.rsc_part2_tr_pb:nth-child(even){
    background-color: rgb(223, 223, 223);
}
.rsc_part2_td_pb{
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
    border: 1px dotted rgb(189, 189, 189);
}
.rsc_part2_td_btn{
    all: unset;
    padding: 5px;
    font-size: 12px;
    border-radius: 9px;
    background-color:#6d90dd;
    color: white;
    font-family: score2;
    cursor: pointer;
    transition: 0.3s;
}
.rsc_part2_td_btn:hover{
    background-color:#14398a;
    transition: 0.3s;
}

.paySort_NotMonth_pb{
    all:unset;
    border: 1px solid grey;
    border-radius: 5px;
    background-color: rgb(187, 226, 200);
    padding: 5px;
    width: 60%;
    color: black;
}
.paySort_NotMonth_pb::placeholder{
    font-family: nanumRound;
    font-size: 12px;
}
.paySort_NotMonth_pb:hover{
    border: 3px solid black;
}
.paySort_NotMonth_pb:focus{
    border: 3px solid black;
}

.mdl_middleTable_td_input,
.mdl_middleTable_td_input2,
.mdl_middleTable_td_input_status,
.mdl_middleTable_td_input_tongsang,
.mdl_middleTable_td_input_smartCalc_time,
.mdl_middleTable_td_input_smartCalc,
.mdl_middleTable_td_input_sum,
.mdl_middleTable_td_input_taxFree{
    width: calc(80% - 20px);
    text-align: center;
    border:1px solid var(--outlineColor);
    background-color: #dae1f0;
    padding: 5px 10px;
    border-radius: 5px;
}
.mdl_middleTable_td_input_new,
.mdl_middleTable_td_input_new_small{
    width: calc(90% - 20px);
    text-align: center;
    border:1px solid var(--outlineColor);
    background-color: #eeeef0;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.mdl_middleTable_td_input_new_small{
    background-color: white;
    width: 40px;
}
.taxFreeInput{
    background-color: #ffff00;
}
.mdl_middleTable_td_input2 {
    background-color: rgb(250, 238, 238);
}
.mdl_middleTable_td_input_status,
.statusRatio{
    background-color: #e9e6e6;

}
.statusRatio{
    padding-right: 20px;
    text-align: left;
}
.mdl_middleTable_td_input_tongsang{
    /* font-family: score4; */
    letter-spacing: 0px;
    background-color: #e9e6e6;
    padding: 5px 5px;
    font-size: 10px!important;
    transition: 0.1s;
    border:none;
    background-color: transparent;
    cursor: pointer;
}
.mdl_middleTable_td_input_tongsang:hover{
    font-family: score7;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    transition: 0.2s;
    color: red;
}
.mdl_middleTable_td_input_tongsang:focus{
    font-family: score7;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    transition: 0.2s;
    
    color: rgb(250, 250, 250);
    background-color: #343c57;
}
.mdl_middleTable_td_input_smartCalc,
.mdl_middleTable_td_input_smartCalc_time{
    background-color: rgb(246, 233, 255);
}
.mdl_middleTable_td_input_smartCalc_time{
    font-size: 13px;
    padding: 5px 3px;
    width: calc(90% - 6px);
}
.mdl_middleTable_td_input_sum{
    /* color: white; */
    font-size: 14px;
    background-color: #afb6bb;
    border: none;
}
.mdl_middleTable_td_input_taxFree{
    /* color: white; */
    font-size: 14px;
    background-color: rgb(158, 158, 2);
    border: none;
}
    .mdl_middleTable_td_input_status:focus,
    .mdl_middleTable_td_input:focus,
    .mdl_middleTable_td_input2:focus,
    .mdl_middleTable_td_input_smartCalc_time:focus,
    .mdl_middleTable_td_input_smartCalc:focus,
    .mdl_middleTable_td_input_sum:focus,
    .mdl_middleTable_td_input_taxFree:focus {
        background-color: #343c57;
        color: white;
    }

    .minusPay{
        color: red;
    }
.span_paySum,
.span_ddcSum{
    font-family: score4;
    color: rgb(0, 4, 56);
    font-weight: 700;
}
.btm_btm_fill_btn{
    all: unset;
    margin: 15px;
    background-color: #384E94;
    color: white;
    border-radius: 10px;
    width: 100px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

    .btm_btm_fill_btn:hover{
        background-color: #456ef5;
    }

.donwoloadWrap{
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.excelColor{
    background-color: rgb(0, 110, 33, 0.5);
}
.pdfColor{
    background-color: rgb(197, 6, 6, 0.5);
}
.excelColor:hover{
    background-color: rgb(0, 110, 33);
}
.pdfColor:hover{
    background-color: rgb(197, 6, 6);
}
.download_excel,
.download_pdf{
    all: unset;
    align-self: flex-end;
    /* margin: 15px; */
    /* background-color: #698f75; */
    background-color: rgb(0, 110, 33, 0.5);
    color: white;
    border-radius: 50%;
    /* transform: translate(50%, 50%); */
    width: 40px;
    height: 40px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
    .download_excel:hover{
        background-color: rgb(0, 110, 33);
        width: 50px;
        height: 50px;
        font-size: 18px;
        transition: 0.3s;
    }
.send_email{
    background-color: rgb(167, 192, 238);
    fill: white;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
.send_email:hover{
    background-color: var(--subColor);
    fill: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.3s;
}

.download_pdf{
    /* background-color: #e4a2a2; */
    background-color: rgb(197, 6, 6, 0.5);
    
}
    .download_pdf:hover{
        background-color: rgb(197, 6, 6);
        width: 50px;
        height: 50px;
        font-size: 18px;
        transition: 0.3s;
    }
.divideFixPay, .notDivideFixPay{
    all: unset;
    font-family: nanumRound;
    width: 24px;
    float: right;
    border: none;
    background-color: #6b77a1;
    color: white;
    border-radius: 7px;
    padding: 5px;
    font-size: 12px;
    bottom: 0;
} 
.notDivideFixPay{
    background-color: rgb(201, 199, 199);
    color: black;
}
.divideFixPay:hover,
.notDivideFixPay:hover{
    padding: 2px;
    border: 3px solid yellow;
    /* transition: 0.3s; */
}
.divideFixWrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}
.divideFix_left{
    padding: 0px 10px;
}
.divideFix_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: space-between;
    padding: 0px 10px;
}
.editPaySystem{
    position: absolute;
    top:4px;
    right: 4px;
    width: 18px;
    height: 18px;
    fill: grey;
    cursor: pointer;
    transform: translateY(-5px);
    transition: 0.2s;
}
.editPaySystem:hover{
    fill: var(--subColor);
    transform: scale(1.2);
    transition: 0.2s;
}
.addPaySystem{
    cursor: pointer;
}

.addPaySystem:hover{
    /* background-color:(255, 255, 0, 0.7); */
    /* color: #ff0000; */
    color: #e0e022;
    /* border-radius: 50%; */
    transition: 0.2s;
}

.needToCheck{
    color: red;
    text-align: center;
    font-size: 13px;
    background-color: rgb(253, 253, 131, 0.8);
    border-radius: 10px;
    
}

.hourlyText{
    /* font-family: score4; */
    font-weight: 600;
    font-size: 14px;
}

.alert_price{
    color: white;
    font-family: score4;
}

.alert_price_td{
    background-color: rgb(133, 0, 0);
}

.focusTdName{
    background-color: #343c57;
    color: white;
}
.changeTdName{
    color: yellow;
    background-color: #343c57;
    font-weight: 900;
}
.thHeadImg_up,
.thHeadImg_down{
    color: black;
    position: absolute;
    float: left;
    top: 0;
    cursor: pointer;
    margin: 3px;
    transition: 0.1s;
}
.thHeadImg_up{
    left: 30px;
    background-color: rgb(219, 231, 54, 0.5);
}
.thHeadImg_up:hover{
    background-color: rgb(219, 231, 54);
    transition: 0.1s;
}
.thHeadImg_down{
    left: 0px;
    background-color: rgb(54, 231, 63, 0.5);
}
.thHeadImg_down:hover{
    background-color: rgb(54, 231, 63);
    transition: 0.1s;
}
.eventsNone{
    pointer-events: none;
    cursor:no-drop;
}



.insahelper_nav_container{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.insahelper_nav_item_wrap{
    width: 50%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-direction: row;
    align-items: flex-start;
}
.insahelper_nav_item_wrap_2025{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}
.insahelper_nav_item{
    display: flex;
    flex-direction: column;
    height: 250px;
    justify-content: space-between;
    align-items: center;
}
.insahelper_nav_item_2025{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.insahelper_nav_item_box,
.insahelper_nav_item_box_none{
    position: relative;
    width: calc(230px - 40px);
    /* height: calc(230px - 40px); */
    padding: 20px;
    border: 1px solid var(--outlineColor);
    border-radius: 15px;
    box-shadow: 3px 3px 3px grey;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:20px;
    transition: 0.2s;
    cursor: pointer;
}
.insahelper_nav_item_box_none{
    background-color: grey;
    cursor: not-allowed;
}

.insahelper_nav_item_box:hover{
    background-color: var(--subColor);
    transform: scale(1.05);
    transition: 0.2s;
}
.insahelper_nav_item_box:hover > li,
.insahelper_nav_item_box:hover > ol > ol > li,
.insahelper_nav_item_box:hover > ol > ol > li > svg{
    color: white!important;
    fill: white!important;
    font-weight: 900!important;
}
.insahelper_nav_item_box:hover .insahelper_nav_item_title_point{
    background-color: transparent;
}
.insahelper_nav_item_box:hover .insahelper_nav_item_title{
    background-color: white;
    color: var(--subColor);
}
.insahelper_nav_item_info_icon{
    fill: gray;
    transition: 0.2s;
    cursor: pointer;
}

.insahelper_nav_item_info_icon:hover{
    fill: var(--subColor);
    transition: 0.2s;
}
.insahelper_nav_info_wrap{
    width: calc(70% - 40px);
    padding: 20px;
    border-radius: 15px;
    background-color: var(--outlineColor);
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
}
.insahelper_nav_info_text{
    color: black;
}
.insahelper_nav_item_icon{
    position: absolute;
    top: -10px;
    right: -10px;
    color: white;
    font-weight: 900;
    background-color: red;
    box-shadow: 3px 3px 3px rgb(138, 0, 0);
    border-radius: 10px;
    padding: 3px 5px;
}
.insahelper_nav_item_title_wrap{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
}
.insahelper_nav_item_title{
    position: relative;
    font-size: 24px;
    padding: 3px 10px;
    border-radius: 20px;
    text-align: center;
    font-weight: 900;
}
.insahelper_nav_item_title_point,
.insahelper_nav_item_title_point_vacation,
.insahelper_nav_item_title_point_edocument,
.insahelper_nav_item_title_point_bylaw{
    position: absolute;
    left: 0;
    height: 10px;
    width: 100%;
    border-radius: 5px;
    bottom: 2px;
    background-color: rgb(42, 88, 180, 0.2);
}
.insahelper_nav_item_title_point_vacation{background-color: rgb(0, 128, 0, 0.2);}
.insahelper_nav_item_title_point_edocument{background-color: rgba(92, 0, 128, 0.466);}
.insahelper_nav_item_title_point_bylaw{background-color: rgba(128, 0, 11, 0.466);}

.insahelper_nav_item_body{
    font-size: 14px;
    height: 60px;
    color: rgb(179, 179, 179);
}
.insahelper_nav_item_service{
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.insahelper_nav_item_service_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.insahelper_nav_item_service_item_img{
    fill: var(--subColor);
    width: 20px;
    height: 20px;
}
.insahelper_nav_item_service_item_text,
.insahelper_nav_item_service_item_text_alert{
    /* font-weight: 900; */
    font-size: 13px;
    color: rgb(179, 179, 179);
}
.insahelper_nav_item_service_infinity{
    width: 20px;
    height: 20px;
    fill: rgb(179, 179, 179);
}
.insahelper_nav_item_service_item_text_alert{
    color: red;
}








.homeNav_wrap{
    height: calc(60% - 60px);
    width: clac(100% - 60px);
    /* padding: 30px; */
    /* border: 1px solid rgb(212, 212, 212); */
    /* background-color: white; */
    border-radius: 15px;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    /* align-items: center; */
}

.homeNav_side,
.homeNav_side_2,
.homeNav_side_3,
.homeNav_side_none{
    width: calc(200px - 40px);
    height: calc(200px - 40px);
    padding: 20px;
    border: 2px solid rgb(199, 199, 199);
    border-radius: 40px;

    background: linear-gradient(312deg, rgba(125,41,235,1) 0%, rgba(56,78,148,1) 50%, rgba(27,37,71,1) 100%);
    
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

@media (max-width:1400px) {

    .homeNav_wrap{
        gap: 50px;
    }
}

.homeNav_side_2{
    background: linear-gradient(129deg, rgba(164,203,255,1) 0%, rgba(60,190,182,1) 46%, rgba(0,0,0,0.6615021008403361) 100%);
}
.homeNav_side_3{
    background: rgb(34,47,73);
    background: linear-gradient(156deg, rgba(34,47,73,1) 0%, rgba(42,88,180,1) 27%, rgba(42,88,180,1) 71%, rgba(25,43,80,1) 100%);
}
.homeNav_side_none{
    cursor:no-drop;
    background: rgb(187, 187, 187);
}
.homeNav_side_img{
    height: 40%;
}
.homeNav_side_vedioWrap{
    position: relative;
    width: 400px;
    height: 100px;
    padding: 10px;
    border: 2px solid rgb(199, 199, 199);
    border-radius: 15px;

    background: #1B2547;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
}
.homeNav_side_vedio{
    width: 0%;
    transition: 0.3s;
    z-index: 2;
}
.homeNav_leftSide:hover .homeNav_side_vedio{
    width: 200%;
    transform: translateX(35%);
    border: 10px solid black;
    border-radius: 10px;
    outline: #14398a;
    transition: 0.3s;
}
.homeNav_rightSide:hover .homeNav_side_vedio{
    width: 200%;
    transform: translateX(-35%);
    border: 10px solid black;
    border-radius: 10px;
    outline: #14398a;
    transition: 0.3s;
}
.homeNav_side_vedioWrap:hover .homeNav_box_an_content,
.homeNav_side_vedioWrap:hover .homeNav_box_an_title{
    display: none;
}

.homeNav_side_an_img{
    height: 55px;
}
.homeNav_box_title,
.homeNav_box_title_none{
    font-family: score4;
    font-size: 24px;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.homeNav_box_title_none{
    color: grey;
    cursor:no-drop;

}
.homeNav_box_an_content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: jnc;
    color: white;
    margin-right: 5px;
    font-size: 35px;
    transition: 0.2s;
}

.homeNav_box_an_title{
    font-family: score4;
    font-size: 18px;
    color: yellow;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.homeNav_box_content,
.homeNav_box_content_none{
    /* font-family: score7; */
    color: yellow;
    margin-right: 5px;
    font-weight: 900;
    font-size: 25px;
    transition: 0.2s;
}
.homeNav_box_content_none{
    color: grey;
    cursor:no-drop;
}


@media (max-width:1400px) {

    .homeNav_box_content,
    .homeNav_box_content_none{
        font-size: 30px;
    }
}
.homeNav_box_service,
.homeNav_box_service_none{
    font-family: score4;
    color: rgb(179, 179, 179);
    font-size: 16px;
}
.homeNav_box_service_none{
    color: grey;
    cursor:no-drop;

}
.homeNav_box_service_remain,
.homeNav_box_service_remain_none{
    font-family: score4;
    color: yellow;
    font-weight: 900;
    font-size: 16px;
}
.homeNav_box_service_remain_none{
    color: grey;
    cursor:no-drop;

}
.homeNav_side:hover .homeNav_box_content,
.homeNav_side_2:hover .homeNav_box_content,
.homeNav_side_3:hover .homeNav_box_content{
    font-size: 30px;
    /* transform: translateX(30%); */
    transition: 0.5s;
}
.homeNav_side:hover .homeNav_side_img,
.homeNav_side_2:hover .homeNav_side_img,
.homeNav_side_3:hover .homeNav_side_img{
    height: 50%;
    transition: 0.5s;
}
.homeNav_side:hover .homeNav_box_service,
.homeNav_side:hover .homeNav_box_service_remain,
.homeNav_side:hover .homeNav_box_title{
    display: none;
    /* opacity: 0; */
}
.homeNav_side_2:hover .homeNav_box_service,
.homeNav_side_2:hover .homeNav_box_service_remain,
.homeNav_side_2:hover .homeNav_box_title{
    display: none;
    /* opacity: 0; */
}
.homeNav_side_3:hover .homeNav_box_service,
.homeNav_side_3:hover .homeNav_box_service_remain,
.homeNav_side_3:hover .homeNav_box_title{
    display: none;
    /* opacity: 0; */
}

.homeNav_bottom{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
}
.homeNav_bottom_flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 15px 30px;
    gap: 10px;
}
/* .homeNav_service{
    all: unset;
    width: 75px;
    height: 75px;
    
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;

    cursor: pointer;
    border-radius: 50%;
    background-color: #36b836;
    color: white;
    
    box-shadow: 8px 8px 8px 3px grey;

    transition: 0.3s;
}
.homeNav_service:hover{
    background-color: #11a811;
    color: yellow;
    transition: 0.3s;
} */
.homeNav_service{
    font-size: 16px;
    text-align:center;
    line-height: 30px;
    color: var(--subColor);
    font-weight: 900;
}
.homeNav_service_addBtn{
    font-size: 16px;
    padding: 3px 10px;
    border-radius: 15px;
    background-color: var(--subColor);
    color: white;
    cursor: pointer;
    transition: 0.2s;
}
.homeNav_service_addBtn:hover{
    background-color: var(--mainColor);
    color: yellow;
    transition: 0.2s;
}

.homeNav_manager{
    font-size: 16px;
    text-align:center;
    line-height: 30px;
    color: rgb(189, 189, 189);
}
.homeNav_manager_addBtn{
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 900;
    border-radius: 20px;
    background-color: rgb(189, 189, 189);
    color: white;
    cursor: pointer;
    transition: 0.2s;
}
.homeNav_manager_addBtn:hover{
    background-color: grey;
    transition: 0.2s;
}

.homeNav_bottom_flex:hover .homeNav_bottom_text{
    color: red;
    transition: 0.3s;
}
.homeNav_bottom_img{
    width: 30px;
}
.homeNav_bottom_text{
    font-family: score7;
    cursor: pointer;
}
.checkUserTop_Wrap{
    width: calc(100% - 100px);
    padding: 10px 50px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.checkUserTop_text{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    font-family: nanumRound;
}
.manageMemberCount{
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: nanumRound;
}
.manageMemberRate{
    font-family: nanumRound;
    padding: 0px 5px;
    margin: 0 1px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.manageMemberRate_alert{
    color: red;
    background-color: rgb(255, 255, 0, 0.4);

}
.checkUser_body{
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    height: calc(100% - 40px);
    gap: 10px;
}
.checkUserTable_filter_wrap{
    position: relative;
    width: calc(100% - 60px);
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-start;
}
.checkUserTable_filter_item_main,
.checkUserTable_filter_item{
    padding: 3px 7px;
    font-family: nanumRound;
    font-size: 13px;
    font-weight: 300;
    border-radius: 10px;
    border: 1px solid grey;
    align-content: center;
    justify-content: center;
    color: grey;
    cursor: pointer;
    transition: 0.2s;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.checkUserTable_filter_item_img{
    width: 13px;
    height: 13px;

}
.checkUserTable_filter_item:hover{
    background-color: var(--outlineColor);
    color: black;
}
.checkUserTable_filter_item_main:hover{
    background-color: var(--subColor);
    color: white;
}
.checkUserTable_filter_item_main:hover > .checkUserTable_filter_item_img{
    fill: white;

}
.checkUserTable_Wrap{
    position: relative;
    width: calc(100% - 60px);
    height: calc(100% - 40px - 40px);
    overflow: auto;
    padding: 0 30px;
}
.checkUserTable{
    /* width: 90%; */
    border-collapse: collapse;
    table-layout: fixed;
}
.checkUserTable_th{
    position: sticky;
    /* top: -2px; */
    padding: 5px;
    font-family: nanumRound;
    font-size: 14px;
    background-color:#14398a;
    color: white;
}
.checkUserTable_tr{
    border-bottom: 0.2px dotted grey;
    cursor: pointer;
}
.payDateTextTd_odd,
.payDateTextTd_even{
    border: 0.2px dotted grey;
    font-family: nanaumRound;
    font-size: 12px;
    background-color: white;
    color: black;
}
.payBookNotSameText{
    color: red(87, 87, 87);
}
.checkUserTable_tr:nth-child(2n){
    background-color: #e6e6e6;
    color: black;
}
.checkUserEven{
    color: red;
}
.checkUserTable_tr:hover{
    background-color: #7786b6;
    color: white;
}



.checkUserTable_td{
    font-family: nanumRound;
    padding: 5px;
    font-size: 13px;
    text-align: center;

    overflow: hidden;
    white-space : wrap;
    text-overflow:ellipsis;
}
.checkUserTable_td_point{
    font-weight: 900;
    color: red;
}

.checkUserTable_td_ol{
    font-family: nanumRound;
    padding: 5px;
    font-size: 13px;
    text-align: center;

    overflow: hidden;
    white-space : wrap;
    text-overflow:ellipsis;

    display: flex;
    flex-direction: column;
    gap: 3px;
}
.checkUserTable_span_point{
    font-family: nanumRound;
    font-size: 13px;
}
.checkUserTable_span{
    font-size: 12px;
}
.checkUserTable_inputBtn,
.checkUserTable_inputBtn2{
    all: unset;
    font-family: nanumRound;
    border-radius: 5px;
    background-color: rgb(141, 141, 141);
    color: white;
    cursor: pointer;
    padding: 3px;
    transition: 0.3s;
}
.checkUserTable_inputBtn:hover{
    background-color: rgb(255, 0, 0);
    transition: 0.3s;
}
.checkUserTable_inputBtn2:hover{
    background-color: rgb(36, 189, 87);
    transition: 0.3s;
}

.readUserBtn{
    all: unset;
    font-family: nanumRound;
    border-radius: 15px;
    background-color: rgb(141, 141, 141);
    color: white;
    cursor: pointer;
    padding: 5px 10px;
    transition: 0.3s;
}
.readUserBtn:hover{
    background-color: white;
    color: black;
    transition: 0.3s;
}
.readUserInfo_table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.readUserInfo_th{
    padding: 3px 0px;
    font-size: 14px;
    font-weight: 600;
}
.readUserInfo_td{
    padding: 3px 0px;
    color: black;
    font-size: 14px;
}
.readUserInfo_oddNumber{
    background-color: rgb(255, 255, 0, 0.6);
    padding: 2px;
    border-radius: 5px;
}
.readUserInfo_evenNumber{
    background-color: rgba(0, 38, 255, 0.6);
    color:white;
    padding: 2px;
    border-radius: 5px;
}
.resetSearchImg{
    position: absolute;
    right: 10px;
    height: 25px;
    transform: translateY(5px);
    cursor: pointer;
    transition: 0.3s;
    border-radius: 10px;
}

.payDateTextTd_even{
    background-color: #b4b4b4;
    font-weight: 900;
    color: black;
}



.containerWrap_est{
    position: absolute;
    width: 90%;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transform: translateY(-180px);
    overflow: auto;
}
.companyInfoWrap{
    background-color: white;
    border: 1px solid rgb(207, 207, 207); 
    border-radius: 15px;
    width: 100%;
    padding: 20px;

    display: flex;
    flex-direction: column;
    gap: 50px;
}
.sign_stamp_filename{
    font-family: nanumRound;
    font-size: 15px;
    color: red;
}
.cp_imgZone{
    position: relative;
    width: 75.59px;
}
.cp_img{
    width: 75.59px;
    height: 75.59px;
    border-radius: 5px;
}
.edocument_delete_signStamp{
    position: absolute;
    top:0;
    right: 0;
    cursor: pointer;
}
.cp_title{
    /* font-family: score7; */
    font-family: nanumRound;
    font-weight: 900;
    color: #1B2547;
    font-size: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}
.cp_subjectText{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cp_100per{
    width: 100%;
}
.cp_subject::before{
    content: '✔';
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: var(--bg_subColor);
    color: var(--subColor);
    border-radius: 50%;
    margin-right: 7px;
    /* padding: 1px 6px; */
}
.cp_grey_infomation{
    width: calc(100% - 20px);
    border-radius: 10px;
    background-color: var(--outlineColor);
    padding: 5px 10px;
    color: grey;
    text-align: left;

}
.cp_subject{
    /* font-family: score7; */
    font-family: nanumRound;
    font-weight: 700;
    color: #2A58B4;
    font-size: 15px;
}
.cp_deductionSetting_wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: 20px;
}
.cp_smartOption_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.cp_smartOption_row{
    width: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.cp_deductionSetting_row{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cp_smartOption_label{
    font-family: score7;
    text-align: left;
}
.cp_smartOption_input{
    all: unset;
    width: 130px;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
}
.cp_input:focus,
.cp_smartOption_input:focus{
    background-color: #d1dcff;
    color: red;
}
.cp_textare_full{
    all: unset;
    width: 100%;
    text-align: center;
    border: 1px solid grey;
    border-radius: 10px;
    text-align: left;
    padding: 5px 10px;
}
.cp_row{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 70px;
    width: 100%;
}
.cp_calcPeriod_container{
    display: flex;
    width: 100%;
    flex-direction: row;
}
.cp_calcPeriod_wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0!important;
}
.cp_row2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}
.cp_row_section{
    width: calc(100% - 20px);
    padding: 10px;
    border: 2px solid rgb(212, 212, 212);
    border-radius: 10px;
}
.cp_selectWrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 15px;
    gap: 10px;
}
.cp_itemWrap{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
}
.cp_spe{
    width: 50%;
}
.cp_col2{
    display: flex;
    flex-direction: column;
    
    gap: 30px;
    /* width: 100%; */
}
.divideCriterion_label{
    cursor: pointer;
}
.cp_col{
    display: flex;
    flex-direction: column;
    
    gap: 15px;
    width: 100%;
}
.cp_col_line{
    border-right: 0.1px dotted grey;
}
.cp_col_alignCenter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    gap: 15px;
    width: 100%;
}

.cp_label{
    width: 20%;
    font-family: nanumRound;
    text-align: center;
}
.cp_label_noLimit{
    width: auto;
}
.cp_label_alignLeft{
    font-family: nanumRound;
    text-align: left;
}
.cp_option_wrap{
    width: calc(100%);
    padding:  10px 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
}
.cp_option_item{
    padding: 5px 10px;
    background-color: grey;
    color: white;
    border-radius: 15px;
    cursor: pointer;
    transition:0.2s;
}
.cp_option_item:hover{
    background-color: var(--subColor);
    transition:0.2s;
}
.cp_2025_input{
    width: 100px;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid var(--outlineColor);
}
.cp_input_checkBox{
    cursor: pointer;
}
.cp_input{
    all: unset;
    width: 70%;
    text-align: center;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 5px 10px;
}
.cp_input_full{
    all: unset;
    padding: 5px 10px;
    border-radius: 5px;
    width: calc(100% - 20px);
    border: none;
}
.cp_input_full:hover{
    outline: 1px solid grey;
}
.paydoc_contain_text_header,
.paydoc_contain_text_title{
    background-color: #E4EEFF;
}
.cp_input_readOnly{
    all: unset;
    width: 70%;
    border: 1px solid grey;
    background-color: rgb(221, 221, 221);
    color: grey;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
}
.cp_explainBox{
    width: calc(100% - 40px);
    margin-bottom: 45px;
    background-color: #e4eeff;
    border: 1px solid rgb(196, 206, 221);
    border-radius: 15px;
    padding: 10px 20px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;

}
.cp_explainBox_text{
    font-family: nanumRound;
    font-size: 14px;
    color: rgb(71, 71, 71);
}
.cp_explainBox_text_btn{
    padding: 2px 4px;
    font-family: nanumRound;
    font-size: 14px;
    background-color: var(--subColor);
    border: 1px solid var(--mainColor);
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: 0.2s;
    margin: 0 1px;
}
.cp_explainBox_text_btn:hover{
    color: yellow;
    transition: 0.2s;
}
.cp_select_full{
    width: calc(80% - 20px);
    padding: 5px 10px;
    border: 1px solid grey;
    background-color: rgb(206, 233, 236);
    border-radius: 10px;
    text-align: center;
}
.cp_selectWrap_col{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.cp_selectWrap_row{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.cp_selectWrap_row_end{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
.cp_select{
    padding: 5px 10px;
    border: 1px solid grey;
    background-color: rgb(206, 233, 236);
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.inputTextCenter{
    text-align: center;
}

.cp_signStamp_registerZone{
    margin: 30px 0;
    position: relative;
    border-collapse: collapse;
    width: 100%;
}
.cp_signStamp_register_th{
    font-family: nanumRound;
    padding-bottom: 2px;
    border-bottom: 3px solid var(--subColor);
}
.cp_signStamp_register_td{
    font-family: nanumRound;
    text-align: center;
    border-top: 1px solid var(--outlineColor);
    border-bottom: 1px solid var(--outlineColor);
    padding: 5px 0;
}
.cp_edocument_btn_register,
.cp_edocument_btn_delete{
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 15px;
    color: white;
    cursor: pointer;
    transition: 0.2s;
}
.cp_edocument_btn_register{
    background-color: var(--subColor);
}
.cp_edocument_btn_delete{
    background-color: rgb(192, 0, 0);
}
.cp_20per{
    width: 20%;
}
.cp_30per{
    width: 30%;
}
.cp_40per{
    width: 40%;
}
.cp_50per{
    width: 50%;
}
.cp_60per{
    width: 60%;
}
.cp_70per{
    width: 70%;
}
.cp_80per{
    width: 80%;
}
.cp_90per{
    width: 90%;
}

.cp_table{
    border-collapse: collapse;
    border: 1px solid rgb(199, 199, 199);
    padding: 10px;
}
.cp_table_th{
    background-color: #6e7cac;
    color: white;
    border: 1px solid white;
    padding: 5px;
}
.cp_table_th2{
    background-color: #b4cdff;
    border: 1px solid white;
    padding: 5px;
}
.cp_table_tr{
    position: relative;
}
.cp_table_td{
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgb(204, 204, 204);
}

.cp_button{
    all: unset;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    width: 60px;
    
    font-weight: 900;
    border-radius: 15px;
    border: 1px solid #1B2547;
    transition: 0.3s;
}
.cp_button:hover{
    background-color:#092053;
    color: yellow;
    transition: 0.3s;
}

.paydoc_style_Wrap{
    display: flex;
    width: 100%;
    gap: 5px;
    justify-content: center;
}
.paydoc_style_radio{
    width: 40px;
    margin-right: 10px;
}
.paydoc_style_1_header{
    width: 100%;
    background-color: #2A58B4;
    color: #FFFFFF;
}
.paydoc_style_1_leftHeader{
    width: 100%;
    background-color: #dee7f8;
    color: #000000;
}
.paydoc_style_2_header{
    width: 100%;
    background-color: #adadad;
    color: #000000;
}
.paydoc_style_2_leftHeader{
    width: 100%;
    background-color: #d8d8d8;
    color: #000000;
}


.helpCenter_modalBox{
    width: 900px;
}
.downloadZone_topRight{
    position: absolute;
    top: 0;
    right: -130px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.downloadZone_topRight_item,
.reception_needToClick{
    font-family: nanumRound;
    color: black;
    width: 60px;
    height: 60px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.downloadZone_topRight_item:hover{
    background-color: grey;
    transition: 0.2s;
}
.reception_needToClick{

    background-color: #2A58B4;
    color: white;
    box-shadow: 5px 5px 3px black;


    font-weight: 900;
    animation: jittery 1.5s infinite;
}
.reception_needToClick:hover{
    background-color: #1B2547;
    outline: 1px solid yellow;
    color: yellow;
}
.agreeSignDirectImg{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.imagesChangeBtn_left,
.imagesChangeBtn_right{
    position: absolute;
    fill: white;
    cursor: pointer;
    transition: 0.2s;
}
.imagesChangeBtn_left:hover,
.imagesChangeBtn_right:hover{
    fill:yellow;
    transition: 0.2s;
}
.imagesChangeBtn_left{
    left: -50px;
}
.imagesChangeBtn_right{
    right: -50px;
}
.hiddenImage{
    display: none;
}
.paydocPreviewText{
    font-family: nanumRound;
    font-weight: 700;
}
.agreeSignDirect_bottom{
    display: flex;
    justify-content: center;   
}
.agreeSignDirect_body{
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin: 20px;
    height: 80%;
    border: 5px solid black;
    border-radius: 10px;
}

.paydocDownloadImg{
    margin-right: 10px;
}
.paydocDownloadBtn{
    font-family: nanumRound;
    font-weight: 900;
    padding: 10px;
    background-color: #1B2547;
    color: white;
    margin: 20px;
    text-align: center;
    border-radius: 8px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paydocDownloadBtn:hover{
    transition: 0.3s;
    color: yellow;
}

.servicePopup_modalBox{
    position: relative;
    background-color: transparent;
    border-radius: 8px;
    animation: showup 0.3s;

    width: 350px;
    height: 350px;
    min-width: 300px;
}
.servicePopup_modalBox_header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.servicePopup_modalBox_header_text {
    flex-basis: 90%;
    flex-grow: 1;
    flex-shrink: 1;
    margin-left: 25px;
}
.servicePopup_modalBox_header_cancel {
    position: absolute;
    height: 30px;
    top: -30px;
    right: -30px;
    cursor: pointer;
}
.servicePopup_modalBox_body{
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background-color: transparent;
}
.servicePopup_modalBox_image{
    background-color: transparent;
    width: 100%;
    height: 100%;
}
.servicePopup_modalBox_bodyWrap{
    position: relative;
    table-layout: fixed;
    overflow-y: auto;
    border-radius: 10px;
    background-color: transparent;
}

.servicePopup_modalBox_body_table_td{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 10px;
    height: 75px;
}
.servicePopup_modalBox_footer{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 30px;
}
.servicePopup_modalBox_text{
    font-family: nanumRound;
    color: white;
    font-family: 15px;
    cursor: pointer;
}
.servicePopup_modalBox_text:hover{
    color: red;
    transition: 0.3s;
}

.servicePopup_modalBox_btn {
    all :unset;

    width: 80%;
    height: 50%;

    padding: 5px;
    margin: 10px;

    font-size: 22px;
    text-align: center;

    border-radius: 8px;
    
    color: black;
    cursor: pointer;
}

.servicePopup_modalBox_btn_silver {
    background-color: #EBEFF2;
    border: 0.5px solid rgb(212, 212, 212);
    color: black;
}

.servicePopup_modalBox_btn:hover {
    border: 1px solid rgb(146, 146, 146);
    background-color:  #d1cece;
}

.servicePopup_modalBox_btn_blue {
    background-color: #2A58B4;
    border: 0.5px solid #1B2547;
    color: white;
}
.helpConterWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.2s;
}
.helpConterIcon{
    fill: #0a4e8d;
    transition: 0.2s;
    animation: helpCenter 2s infinite;
}






@keyframes helpCenter {
    5%,
    50% {
      transform: scale(1);
      /* fill: hsl(209, 87%, 30%); */
    }
  
    10% {
      transform: scale(0.8);
      /* fill: hsl(209, 87%, 10%); */
    }
  
    15% {
      transform: scale(1.1);
      /* fill: hsl(209, 87%, 50%); */
      
    }
    20% {
        transform: scale(0.9);
        /* fill: hsl(209, 87%, 20%); */
    }
    25% {
        transform: scale(1.04);
        /* fill: hsl(209, 87%, 45%); */

    }
    30% {
        transform: scale(1);
        /* fill: hsl(209, 87%, 25%); */
    }
  }
.helpConterText{
    font-family: score7;
    color: #0a4e8d;
    transition: 0.2s;
}
.helpConterWrap:hover .helpConterIcon,
.helpConterWrap:hover .helpConterText{
    fill: red;
    color: red;
    transition: 0.2s;
}

.helpCenter_body{
    position: relative;
    width: calc(100% - 40px);
    height: calc(100% - 40px);

    padding: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.helpCenter_wrap{
    position: relative;
    width: calc(100% - 42px);
    height: calc(100% - 42px);
    padding: 20px;
    border: 1px solid grey;
    border-radius: 10px;

    overflow-y: auto;
    

    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
}


.helpCenter_title{
    font-family: nanumRound;
    font-size: 24px;
    color: #14398a;
}
.helpCenter_item{
    margin: 40px 0;
}
.helpCenter_item_1_title{
    font-family: nanumRound;
    font-size: 24px;
    text-align: center;
    margin: 60px 0;
    color: #0a4e8d;
    /* border-bottom: 3px solid #0a4e8d; */
    /* margin-bottom: 20px; */
}
.helpCenter_item_1_title::before{
    content: '✔';
    margin-right: 5px;
}
.helpCenter_item_1_body{
    position: relative;
    margin-left: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
}
.helpCenter_item_2_title{
    font-family: nanumRound;
    display: inline-block;

    font-size: 16px;
    color: white;
    padding: 5px 10px;
    background-color: #0a4e8d;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;

}
.helpCenter_item_2_title::before{
    margin-left: 15px;
}
.helpCenter_item_2_text{
    font-family: nanumRound;
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 10px;
    line-height: 30px;
}
.imagesContainer,
.modal_imagesContainer{
    width: 100%;
    height: 100%;
    -ms-user-select: none; 
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.leftLv1Nav_notUse{
    display: none;
}
.mainTable_bottom_pageZone{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 40px;
    transition: 0.3s;
}
.mainTable_bottom_pageZone:hover{
    background-color: #2A58B4;
    transition: 0.3s;
}
.mainTable_bottom_pageMoreImg{
    fill: #2A58B4;
    width: 25px;
}
.mainTable_bottom_pageItem{
    font-family: nanumRound;
    color: #2A58B4;
    font-weight: 900;
    padding: 3px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
}

.mainTable_bottom_pageZone:hover .mainTable_bottom_pageMoreImg,
.mainTable_bottom_pageZone:hover .mainTable_bottom_pageItem{
    fill: white;
    color: white;
    transition: 0.3s;
}
.mainTable_bottom_pageItem_hide{
    display: none;
}
.rsc_hireToLeave_card{
    font-size: 14px;
    font-family: nanumRound;
    padding: 3px 8px;
    color: white;
    background-color: var(--subColor);
    border-radius: 10px;
    cursor: pointer;

    transition: 0.2s;
}
.rsc_hireToLeave_card:hover{
    transform: scale(1.05);
    color: yellow;
    transition: 0.2s;
}
.easy_infomatoin_zone{
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 10px;
    background-color: var(--outlineColor);
    color: grey;
    font-family: nanumRound;
    text-align: left;
}
.rsc_infomation_zone{
    position: relative;
    width: calc(80% - 40px);
    background-color: rgb(235, 246, 247);
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin: 10px 0;
    border: 1px solid rgb(213, 223, 224);;
    gap: 5px;
}
.rsc_infomation_item{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}
.rsc_infomation_item_title{
    width: 50%;
    text-align: center;
}


.paysys_expiryPeriod_item{
    position: relative;
    width: calc(100% - 10px);
    padding: 5px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.paysys_calculator_coontainer{
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 380px;
    padding: 30px;
}
.paysys_calculator_input_title{
    font-weight: 900;
    text-align: center;
    font-size: 23px;
    margin: 13px 0;
}
.paysys_calculator_input_body{
    width: 100%;
}
.paysys_calculator_input_box{
    width: calc(100% - 40px - 2px);
    height: 40%;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 20px;
    border: 1px solid var(--outlineColor);
    background-color: grey;
    border-radius: 10px;
    transition: 0.2s;
    text-align: right;
    color: white;
}

.paysys_calculator_input_box::placeholder{
    color: var(--outlineColor);
}
.paysys_calculator_input_infoWrap{
    background-color: rgb(230, 238, 240);
    padding: 10px;
    width: calc(100% - 20px);
    border-radius: 10px;
    border: 1px solid var(--outlineColor);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.paysys_calculator_input_infoitem{
    color: grey;
    font-size: 14px;
}
.paysys_calculator_input_infoitem::before{
    content: '-';
    margin-right: 10px;
}
.paysys_calculator_history_zone{
    width: calc(100% - 40px);
    padding: 20px;
    height: calc(100% - 40px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid var(--outlineColor);
    border-radius: 5px;
}
.paysys_calculator_history_item{
    width: 100%;
    text-align: right;
    font-size: 18px;
    font-weight: 900;
}

.nomucase_top{
    position: relative;
    width: calc(100% - 80px);
    padding: 10px 40px;
    height: 7%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.nomucase_top_left{
    position: absolute;
    left: 40px;
    padding: 5px 10px;
    background-color: grey;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}
.nomucase_top_left:hover{
    background-color: rgb(63, 63, 63);
}
.nomucase_top_right{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.nomucase_top_search_filter{
    border: 1px solid var(--outlineColor);
    padding: 5px;
    border-radius: 10px;
    text-align: center;
}
.nomucase_top_search_input{
    padding: 5px;
    border: 1px solid var(--outlineColor);
    border-radius: 10px;
    text-align: center;
}
.nomucase_search_inList_wrap{
    display: flex;
    gap: 5px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.nomucase_top_search_btn{
    padding: 5px 10px;
    border-radius: 5px;
    background-color: var(--subColor);
    color: white;
    cursor: pointer;
    
}
.nomucase_list{
    display:block;
    width: calc(100% - 20px);
    height: calc(100% - 7% - 20px - 60px);
    overflow: auto;
}
.nomucase_content{
    padding: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 7% - 20px - 60px - 80px);
    overflow: auto;

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

.nomucase_content_info{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;

}
.nomucase_content_caseNum{
    color: grey;
    font-size: 18px;
}
.nomucase_content_title{
    display: block;
    font-size: 18px;
    width: calc(100% - 40px);
    padding: 20px;
    line-height:33px;
    border-radius: 10px;
    background-color: var(--outlineColor);
    border: 1px solid grey;
}
.nomucase_content_text{
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}

.nomucase_list_nav{
    padding: 10px 40px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: row;
}
.nomucase_list_nav_item{
    position: relative;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    border-bottom: 1px solid grey;
    cursor: pointer;
}
.nomucase_list_nav_item:hover{
    border-bottom: 5px solid var(--subColor);
    padding-bottom: 16px;
    /* font-weight: 900; */
    color: var(--subColor);
}
.nomucase_list_data{
    width: calc(100% - 80px);
    padding: 40px;
    display: flex;
    flex-direction: column;
}
.nomucase_list_data_item{
    position: relative;
    display: flex;
    padding: 20px;
    width: calc(100% - 40px);
    flex-direction: column;
    border: 1px solid var(--outlineColor);
    gap: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
    cursor: pointer;
}
.nomucase_list_data_item_noData{
    text-align: center;
}
.nomucase_list_data_item_registerDate{
    position: absolute;
    color: var(--outlineColor);
    font-size: 12px;
    left: 5;
    top: 0;
}
.nomucase_list_data_item:hover .nomucase_list_data_item_info{
    color: red;
    font-weight: 900;
}
.nomucase_list_data_item:hover .nomucase_list_data_item_title{
    color: var(--subColor);
    font-weight: 900;
}

.nomucase_list_data_item_info{
    width: 100%;
    text-align: right;
    color: grey;
}
.nomucase_list_data_item_title{
    width: 100%;
    line-height: 25px;
}
.nomucase_list_nav_item_select{
    color: var(--subColor);
    border-bottom: 5px solid var(--subColor);
    padding-bottom: 16px;
    font-weight: 900;
}
.nomucase_search_more_tr,
.nomucase_search_no_more_tr{
    width: calc(100% - 20px);
    padding: 2px 10px;
    border-radius: 20px;
    background-color: var(--subColor);

    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}
.nomucase_search_keyword_text{
    font-weight: 900;
    color: red;
    background-color: rgb(183, 255, 39);
    padding: 2px;
    border-radius: 5px;
}
.nomucase_search_no_more_tr{
    background-color: white;
}
.nomucase_search_more_img{
    width: 30px;
    height: 30px;
    fill: white;

}
.nomucase_search_more,
.nomucase_search_no_more{
    font-size: 14px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    color: white;

    align-items: center;
    transition: 0.2s;
}
.nomucase_search_no_more{
    color: black;
}

.nomucase_search_more_tr:hover .nomucase_search_more{
    color: yellow;
    transition: 0.2s;
}
.base_notification_info_container{
    width: calc(100% - 30px);
    background-color: var(--outlineColor);
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.base_notification_info_item{
    width: 100%;
    text-align: left;
}
.base_notification_container{
    position: relative;
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: row;
    gap: 60px;
}
.base_notification_table_container{
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.base_notification_member_table{
    position: relative;
    table-layout:fixed;
    width: 100%;
    border-collapse: collapse;
}
.base_notification_member_table_wrap{
    position: relative;
    width: 100%;
    overflow: auto;
}
.base_notification_member_thead{
    position: relative;
    width: 100%;
    height: 20px;
}
.base_notification_member_tbody{
    position: relative;
    width: 100%;
}
.base_notification_text_container{
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15PX;
    justify-content: flex-start;
    align-items: center;
}
.base_notification_text_wrap{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.base_notification_text_title{
    width: 100%;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
}
.base_notification_text_input{
    all: unset;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    text-align: left;
    border: 1px solid var(--outlineColor);
    border-radius: 10px;
}
.base_notification_text_textArea{
    all: unset;
    width: 100%;
    padding: 6px 10px;
    text-align: left;
    border: 1px solid var(--outlineColor);
    border-radius: 10px;
    resize: none;
    overflow-x: none;
    font-size: 18px;
    line-height: 40px;
    height: 250px;
}
.base_notification_text_input:focus,
.base_notification_text_textArea:focus{
    border: 1px solid black;
}

.base_notification_member_tr{
    height: 20px;
    width: 100%;
    border-bottom: 1px solid var(--outlineColor);
}
.base_notification_member_th{
    padding: 10px 0;
    background-color: grey;
    color: white;
    border: 1px solid var(--outlineColor);
    text-align: center;
}
.base_notification_member_td{
    text-align: center;
}
.base_notification_member_selectBox_all{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.base_notification_member_selectBox{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.base_notification_history_container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
}
.base_notification_history_table{
    width: 100%;    
    border-collapse: collapse;
}
.base_notification_history_table_tr{
    border-bottom: 1px solid var(--outlineColor);
}
.base_notification_history_table_th{
    padding: 5px 0;
    font-weight: 900;
    background-color: var(--outlineColor);
    color: black;
    text-align: center;
}
.base_notification_history_table_td{
    padding: 15px 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid var(--outlineColor);
}
.base_notification_history_table_td > p{
    margin-top: 20px;
}
.base_notification_nav{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    padding: 0px 0px 20px 0px;
}
.base_notification_nav_item,
.base_notification_nav_item_select{
    background-color: #B2C5EA;
    color: white;
    border-radius: 10px;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.2s;
}
.base_notification_nav_item:hover{
    transform: scale(1.1);
    transition: 0.2s;
}
.base_notification_nav_item_select{background-color: var(--subColor);
}
.base_notification_history_detail_btn{
    padding: 3px 5px;
    color: grey;
    background-color: var(--outlineColor);
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
}
.base_notification_history_detail_btn:hover{
    background-color: var(--subColor);
    color: white;
    transition: 0.2s;
}

.vacantLine{
    height: 1px;
    margin: 15px 0;
    width: calc(100%-2px);
    border: dashed rgb(223, 223, 223) 1px;
}

.vacantLine_sub{
    height: 0.5px;
    margin: 5px 0;
    width: calc(80%-2px);
    /* border: dashed var(--outlineColor) 0.5px; */
}


.workSystem_table{
    position: relative;
    width: calc(95% - 20px);
    padding: 10px;
    border-collapse: collapse;
    border: 1px solid var(--outlineColor);
}
.workSystem_table_title{
    text-align: center;
    font-family: nanumRound;
    font-size: 18px;
    font-weight: 900;
    padding: 20px 0;
}
.workSystem_table_th{
    background-color: grey;
    color: white;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
}
.workSystem_table_th_sub{
    background-color: var(--outlineColor);
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
}
.workSystem_table_td{
    text-align: center;
    font-size: 10px;
    width: calc(100% - 10px);
    padding: 20px 5px;
    border-bottom: 1px dotted var(--outlineColor);
}
.workSystem_table_tr{
    height: 50px;
    padding: 10px 0;
}
.workTime_select_wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.rsc_gps_wrap{
    width: 47%;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    justify-content: center;
    align-items: center;
}
.rsc_gps_text{
    text-align: center;
}
.worktime_select{
    all: unset;
    text-align: center;
    background-color: var(--outlineColor);
    color: grey;
    border: 0.5px solid var(--outlineColor);
    width: calc(45%);
    padding: 5px 0;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}
.worktime_select:focus{
    background-color: var(--bg_subColor);
}
.worktime_select_ok{
    background-color: white;
    color: black;
}
.rsc_part1_input_little{
    width: calc(100%);
    padding: 2px 5px;
    outline: none;
    border: none;
    background-color: #d5e1eb;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    padding: 2px;
}

.common_workSystem_table{
    width: 90%;
    border: 1px solid var(--outlineColor);
    position: relative;
    table-layout: fixed;
    border-collapse: collapse;
}
.common_workSystem_table_th{
    background-color: grey;
    border: 1px solid white;
    color: white;
    text-align: center;
    padding: 8px 0;
}
.common_workSystem_table_th2{
    background-color: var(--outlineColor);
    border: 1px solid white;
    color: black;
    text-align: center;
    padding: 8px 0;
}
.common_workSystem_table_workDay{
    border: 1px solid var(--outlineColor);
    text-align: center;
    color: var(--subColor);
    font-size: 18px;
    font-weight: 900;
}
.common_workSystem_table_breakDay{
    border: 1px solid var(--outlineColor);
    text-align: center;
    background-color: red;
    color: white;
}
.common_workSystem_table_none{
    border: 1px solid var(--outlineColor);
    text-align: center;
    color: var(--outlineColor);
}
.common_workSystem_table_tr{
    height: 36px;
}

.common_workSystem_table_td{
    text-align: center;
    border: 1px solid var(--outlineColor);
}
.common_workSystem_table_week{
    background-color: yellow;
    padding: 3px 8px;
    border: 1px solid yellowgreen;
    border-radius: 15px;
    color: red;
}

.textTypeInput{
    all: unset;
    position: relative;
    display: inline;
    width: 100%;
    font-size: 14px;
    font-family: nanumRound;
}

.serviceHome_item_statistic_1_wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.serviceHome_item_statistic_1_icon{
    fill: var(--subColor);
    width: 20px;
    height: 20px;
}

.serviceHome_item_statistic_2_icon{
    fill: red;
    width: 20px;
    height: 20px;
}

.serviceHome_item_statistic_1_text{
    width: calc(100% - 20px);
    font-family: nanumRound;
    color: rgb(165, 165, 165);
}
.serviceHome_item_statistic_2_text{
    width: 100%;
    font-family: nanumRound;
    font-weight: 900;
    color: rgb(201, 103, 103);
}
.serviceHome_item_statistic_1_text_point{
    font-weight: 900;
    color: var(--subColor);
    background-color:rgb(255, 255, 0, 0.3);
    padding: 1px 2px;
    border: 1px solid rgb(206, 206, 0);
    border-radius: 5px;
}
.serviceHome_item_statistic_1_text_click{
    color: white;
    background-color: grey;
    padding: 3px 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}
.serviceHome_item_statistic_1_text_click:hover{
    background-color: #2A58B4;
    transition: 0.2s;
}
.serviceHome_item_statistic_2_text_click{
    color: white;
    background-color: rgb(236, 168, 168);
    padding: 3px 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}
.serviceHome_item_statistic_2_text_click:hover{
    background-color: red;
    transition: 0.2s;
}
.base2_main_fullheight{
    display: flex;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    height: 97.5vh;
    /* height: 900px; */
    margin: 0 auto;
    min-height: 825px;
}
.base2_main_fullheight_container{
    background-color: white;
    position: relative;
    padding: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);

    overflow: auto;

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













@keyframes popNpop {
    5% {
      transform: scale(0.2);
    }
  
    10% {
      transform:rotateZ(0deg) scale(0.3);
    }
  
    15% {
      transform:rotateZ(90deg) scale(0.4);
      
    }
    20% {
        transform:rotateZ(180deg) scale(0.6);
    }
    25% {
        transform:rotateZ(360deg) scale(0.8);

    }
    30% {
        transform:rotateZ(0deg) scale(1);
    }
    
    50% {
        transform: scale(1.3);
    }
    70% {
        transform: scale(0.8);
    }
    80% {
        transform: scale(1);
    }
}




