


*{
    font-family: nanumRound;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
:root {
    --mainColor:#1B2547;
    --subColor:#2A58B4;
    --outlineColor:rgb(224, 224, 224);
    --bg_subColor:rgb(42, 88, 180, 0.2);

}
.fixPointer{
    position: absolute;

    /* right: 10px; */
    /* top: 50%; */
    transform: translateX(120px);
}
.vc_vcManage_customRegister_modalBox{
    width: 600px;
    height: 600px;
    border-radius: 7px;
    background-color: white;
}
.vc_vcManage_customRegister_formWrap{
    height: 620px;
    overflow: auto;
}
.vc_baseModal_box{
    width: 600px;
    /* height: 400px; */
    border-radius: 7px;
    background-color: white;
}
.vc_baseModal_body{
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin: 20px;
}

.vc_inputZoneWrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.vc_explainZone{
    width:90%;
    margin: 20px 0 0 0;
    background-color: rgb(241, 248, 248);
    border: 1px solid grey;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vc_explain{
    font-size: 14px;
    font-family: nanumRound;
}
.vc_formWrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.vc_essentialText{
    color: red;
    margin-right: 5px;
}
.vc_inputLabel{
    /* font-family: score4; */
    width: 40%;
    text-align: center;
}
.vc_selectOption{
    font-family: nanumRound;
}
.vc_smallInputLabel{
    /* font-family: score4; */
    width: 20%;
    text-align: center;
}
.vc_bigTextArea{
    all: none;
    width: 80%;
    padding: 5px;
    border: 1px solid grey;
    outline: none;
    border-radius: 5px;
}
.vc_bigTextArea:focus{
    background-color: #CBEBE3;
    border: 1px solid rgb(92, 91, 91);
}
.vc_inpurForm{
    all: none;
    width: 60%;
    padding: 5px;
    border: 1px solid grey;
    text-align: center;
    border-radius: 5px;
    /* background-color: antiquewhite; */
}
.vc_inpurForm:focus{
    background-color: #CBEBE3;
    border: 1px solid rgb(92, 91, 91);
}
.vc_inpurForm::placeholder{
    font-family: nanumRound;
    text-align: center;
    font-size: 13px;
}

.vc_selectStyle {
    text-align: center;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
}
.vc_optionStyle {
    background-color: rgb(203, 235, 227);
    box-shadow: none;
}
.vc_bigInputForm{
    width: 80%;
    resize: none;
}
.vc_selectWrap {
    position: relative;
    display: flex;
    align-items: center;
}
.vc_selectLabel {
    position: absolute;
    padding: 10px;
    font-family: score4;
    right: 0;

    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}
.vc_selectInput{
    all: unset;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 5px 10px;
    width: 150px;
    text-align: center;
    background-color: #DCEDEE;
    font-weight: 700;
    color: red;
    /* margin-right: 20px; */

    background-image: url(/static/image/paysys/arrow_down.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 100%;

    cursor: pointer;
}
.vc_selectInput:hover,
.vc_selectInput:focus{
    background-color: #2A58BB;
    color: white;
    transition: 0.3s;
}


.vc_button_1,
.vc_button_2,
.vc_button_3,
.vc_button_4,
.vc_button_5 {
    all: unset;
    margin: 0 5px;
    height: 20px;
    padding: 4px 10px;
    border-radius: 10px;
    text-align: center;
    font-family: nanumRound;
    font-size: 13.5px;
    cursor: pointer;
}
.vc_button_1{
    color: #064cce;
    border: 1px solid currentColor;
}
.vc_button_1:hover{
    background-color: rgb(6, 76, 206);
    color: white;
}
.vc_button_2{
    color: #00913c;
    /* width: 100px; */
    border: 1px solid currentColor;
}
.vc_button_2:hover{
    background-color: #00913c;
    color: white;
}
.vc_button_3{
    color: #00A2B2;
    /* width: 100px; */
    border: 1px solid currentColor;
}
.vc_button_3:hover{
    background-color: #00A2B2;
    color: white;
}
.vc_button_4{
    color: #999999;
    /* width: 100px; */
    border: 1px solid currentColor;
}
.vc_button_4:hover{
    background-color: #999999;
    color: white;
}
.vc_button_5{
    background-color: #064cce;
    /* width: 140px; */
    color: white;
    border: 1px solid currentColor;
    transition: 0.3s;
}
.vc_button_5:hover{
    background-color: #04348f;
    color: yellow;
    transition: 0.3s;
}
.vc_button_99{
    font-family: nanumRound;
    color: #00A2B2;
    padding: 5px;
    transition: 0.3s;
    cursor: pointer;
}
.vc_button_99:hover{
    color: red;
    transition: 0.3s;
}
.vc_width_80{
    width: 80px;
}
.vc_width_120{
    width: 120px;
}


.vc_occurSum{
    color: rgb(0, 0, 170);
    font-weight: 900;
}
.vc_useSum{
    color: red;
    font-weight: 900;
}
.vc_remain{
    color: black;
    font-weight: 900;
    font-size: 20px;
}
.vc_noUseTr{
    display: none;
}
.needToSaveDb{
    background-color: rgb(236, 226, 226);
}
.vc_textarea_agreeContent{
    resize: none;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 15px;
    width: calc(80% - 20px);
    color: black!important;
    font-size: 15px!important;
    height: 200px;
}
.vc_agreeWrap{
    width: 20%;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.vc_agreeWrap > input,
.vc_agreeWrap >label{
    cursor: pointer;
}
.vc_hiddenStatus{
    display: none;
}
.vc_readOnlyInput{
    color: grey;
    background-color: #b4b4b4;

}
.hide_vcAgreeContent{
    display: none;
}
.vcAgreeContentZone{
    width: calc(100% - 20px);
    padding: 10px;
}
.vcAgreeContent_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 20px 0;
}
.vcAgreeContent_item_title{
    font-family: nanumRound;
    /* text-align: right; */
    font-weight: 900;
}
.vcAgreeContent_item_text{
    width: calc(100% - 20px);
    padding: 10px;
    height: 100px;
    border-radius: 10px;
}





.vcm_redeem{
    background-color: rgb(179, 170, 170);
}
.vcm_permission{
    background-color: rgb(122, 206, 122);
}
.vcm_deny{
    background-color: rgb(226, 145, 145);
}
.vcm_change{
    color: red;
}
.vcm_buttonWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.vcm_bottonWrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(60%);
    width: 250px;
}
.vcm_bottonZone{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-left: 30px;
    /* margin: 0 40px; */
    /* background-color: grey; */
    /* border-bottom: 2px solid grey; */
    /* padding: 5px 15px; */
}
.vcm_buttonLabel{
    /* position: absolute; */
    /* width: 80%; */
    /* border-left: 2px solid grey;
    border-right: 2px solid grey; */
    text-align: center;
    color: #1B2547;
    /* border-radius: 10px; */
    /* transform: translateY(-120%); */
    font-family: score4;
    font-weight: 900;
}
.vcm_button{
    all: unset;
    width: 60px;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    font-family: score4;
    font-size: 15px;
    cursor: pointer;
    background-color: white;
}
.vcm_button_color0{
    border: 2px solid grey;
    color: grey;
}
.vcm_button_color0:hover{
    background-color:  grey;
    color: white;
}
.vcm_button_color1{
    border: 2px solid #1c861c;
    color: #1c861c;
}
.vcm_button_color1:hover{
    background-color: #1c861c;
    color: white;
}
.vcm_button_color2{
    border: 2px solid #e95858;
    color: #e95858;
}
.vcm_button_color2:hover{
    background-color: #e95858;
    color: white;
}
.vcm_button_color3{
    /* border: 2px solid #e95858; */
    background-color: #9b2020;
    color: white;
}
.vcm_button_color3:hover{
    background-color: #9b2020;
    color: yellow;
}
.vc_calendar_wrap{
    width: 80%;
    height: 400px;
}
.vc_vcManage_adminRegister_calendar_wrap{
    width: 80%;
    /* height: 300px; */
}
.vc_inputDiv_80per{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    width: 80%;
}
.vc_textTypeInput{
    all: unset;
    position: relative;
    width: 100%;
    font-size: 14px;
    font-family: score4;
}
.vc_textTypeInput:focus{
    border: none;
    outline: none;
}
.vc_textTypeInput2,
.vc_textTypeInput3{
    all: unset;
    position: relative;
    width: calc(70% - 10px);
    font-size: 14px;
    /* font-family: score4; */
    background-color: #DCEDEE;
    padding: 5px;
    border: 1px solid grey;
    border-radius: 5px;
    color: black;
}
.vc_textTypeInput2:focus{
    background-color: #97b9bb;
}
.vc_textTypeInput3{
    background-color: #e6d0d0;
}
.vc_textTypeInput3:focus{
    background-color: #b89090;
}
.vc_textTypeInput3::placeholder{
    font-size: 10px;
    color: #d4a0a0;
}
.vcm_textInput{
    all: unset;
    border: 1px solid grey;
    border-radius: 5px;
    background-color: #CBEBE3;
    width: 50px;
    padding: 1px 5px;
    cursor: text;
    color: black;
}

.ar_memberBtnWrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.5px 10px;
    margin: 0 5px;
    gap:20px;
    border: 1px solid #959DA3;
    border-radius: 10px;
    background-color: #DFE3E6;
}
.ar_memberBtn_add,
.ar_memberBtn_remove{
    cursor: pointer;
    transition: 0.3s;
    border-radius: 50%;
}
.ar_memberBtn_add:hover {
    background-color: rgb(177, 207, 149);
    transition: 0.3s;
}
.ar_memberBtn_remove:hover{
    background-color: rgb(207, 149, 149);
    transition: 0.3s;
}
.vc_modalBox_mini,
.semi_modalBox{
    background-color: white;
    width: 400px;
    min-width: 300px;
    height: 300px;
    border-radius: 8px;
    animation: showup 0.3s;
}
.vc_modalBox_contentWrap{
    padding: 30px;
    position: relative;
    width: calc(100%-60px);
    /* height: calc(300px - 60px); */
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.vc_modalBox_optionWrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 10px;
    height: 50px;
}
.full_label{
    width: 100%;
    font-family: score7;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.member_itemWraper,
.member_itemWraper_col{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}
.selectYear,
.selectMonth{
    width: 50%;
    text-align: center;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 15px;
    font-family: score7;
    background-color: rgb(220, 237, 238);
}
.vc_loadInfo{
    font-family: nanumRound;
}
.vc_loadInfoWrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pointThTop{
    background-color: #1B2547;
}
.pointTh{
    background-color: #5d6685;
    color: white;
}
.reception_body{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    margin: 10vh 0;
}
.reception_splashScreen_zone{
    display: none;
}
.reception_splashScreen_text{
    text-align: center;
    font-size: 28px;
    font-family: score9;
    color: white;

    animation: 1.2s textZoom;
}
.reception_splashScreen_icon{
    width: 100px;
    height: 100px;
    fill: white;
}
.reception_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reception_container_new {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reception_margin10vh{
    margin: 10vh 0;
}
.reception_topWrap{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border: 1px solid rgb(228, 228, 228);
    background-color: white;
    border-radius: 10px;
    padding: 20px;
}
.reception_form_body{
    width: calc(600px - 40px);
    height: calc(100% - 100px - 6px);

    border: 1px solid rgb(228, 228, 228);
    background-color: white;
    padding: 50px 20px;

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

}
.vacationContentZone{
    position: relative;
    width: 100%;
    height: 100%;
    /* margin-bottom: 50px; */
}
.receptionContainer{
    margin: 30px 0px;
    
}
.reception_header{
    font-family: nanumRound;
    font-size: 25px;
    font-weight: 900;
    padding: 15px 0;
    text-align: center;
}


.reception_top{
    width: calc(80% - 40px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin:20px 0;
}
.reception_top_text{
    font-family: nanumRound;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
}
.reception_top_text_point{
    display: inline-block;
    font-family: nanumRound;
    font-size: 25px;
    padding: 3px 10px;
    background-color: var(--subColor);
    color: white;
    border-radius: 15px;
    font-weight: 900;
}
.reception_top_select{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 30px 0;
}
.reception_top_select_img{
    width: 50px;
    height: 50px;
    color: var(--outlineColor);
    fill: var(--outlineColor);
    transition: 0.2s;
}
.reception_top_select_text{
    font-family: nanumRound;
    cursor: pointer;
    color: var(--outlineColor);
    font-size: 18px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.2s;
}
.reception_top_select:hover .reception_top_select_img,
.reception_top_select:hover .reception_top_select_text{
    color: var(--subColor);
    fill: var(--subColor);
    font-weight: 900;
    transition: 0.2s;
}
.reception_top_select_input{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.reception_top_alert{
    color: grey;
}


.reception_titleWrap{
    width: 80%;
    padding: 15px;
    border: 3px solid red;
    border-radius: 15px;
    background-color: rgb(58, 58, 58);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.reception_title{
    font-family: score9;
    font-size: 26px;
    border-bottom: 10px solid #2A58BB;
    margin: 30px 0;
}

.reception_title_body{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.reception_span{
    font-weight: 700;
    text-align: center;
}
.reception_ol{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.reception_li{
    color: #2A58BB;
}

.reception_infoWrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}

.reception_bodyWrap{
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

@media (max-width:1280px) {
    .reception_bodyWrap {
        width: 95%;
    }
}
.reception_readOnlyInput {
    text-align: center;
    font-weight: 900;
}
.reception_contentWrap_2{
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(80% - 40px);
    padding: 20px;
    gap: 70px;
    background-color: rgb(245, 245, 245);
    border-radius: 15px;
}
.reception_nav{
    width: calc(100% - 40px);
    padding: 20px;
    color: grey;
    font-size: 14px;
}
.reception_nav_pointText{
    display: inline-block;
    padding: 2px 4px;
    background-color: var(--subColor);
    color: white;
    border-radius: 10px;
    cursor: pointer;
}
.reception_nav_pointText:hover{
    background-color: var(--mainColor);
    color: yellow;
}
.reception_nav_itemWrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.reception_nav_item{
    display: flex;
    flex-direction: row;
    gap: 5px;
    cursor: pointer;
}
.reception_nav_item_img{
    fill: grey;
    transition: 0.2s;
}
.reception_nav_item_txt{
    color: grey;
    font-size: 14px;
    transition: 0.2s;
}
.reception_nav_item:hover .reception_nav_item_txt,
.reception_nav_item:hover .reception_nav_item_img{
    fill: var(--subColor);
    color: var(--subColor);
    transition: 0.2s;
}

.reception_nav_content{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 4px);
    background-color: white;
    padding: 0px;
    border: 2px solid #EBEFF2;
    border-radius: 15px;
}
.reception_nav_content_background{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0, 0.7);
}
.reception_nav_close{
    /* position: absolute;
    top: -50px;
    display: flex;
    justify-content: center; */
}

.reception_nav_content_new{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: calc(90% - 20px);
    height: calc(60% - 20px);
    background-color: white;
    padding: 10px;
    border: 2px solid #EBEFF2;
    border-radius: 15px;
}
.reception_nav_content_new_item{
    width: calc(100% - 20px);
    padding: 10px;
}
.reception_nav_content_calendar{
    width: 100%;
    height: auto;
}
.reception_calendar_select_content_title{
    display: inline-flex;
    padding: 10px;
    gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
}
.reception_calendar_select_content_termTypeWrap{
    margin: 60px 0;
    padding: 10px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reception_calendar_select_content_termType_img{
    fill: var(--subColor);
    width: 30px;
    height: 30px;
}
.reception_calendar_select_content_title_text{
    width: calc(100% - 25px);
    font-family: nanumRound;
    font-size: 16px;
    color: var(--subColor);
    font-weight: 900;
}

.reception_calendar_select_content_termType_text{
    width: 50%;
    color: grey;
    font-size: 16px;
    text-align: center;
}
.reception_calendar_select_content_termType_text_point{
    background-color: grey;
    color: white;
    padding: 4px 8px;
    border-radius: 10px;

}
.reception_calendar_select_content_termType_btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    gap: 5px;
    color: var(--outlineColor);
    cursor: pointer;
}
.reception_calendar_select_content_termType_btnImg{
    width: 50px;
    height: 50px;
    fill: var(--outlineColor);
    transition: 0.1s;
}
.reception_calendar_select_content_termType_btn:hover,
.reception_calendar_select_content_termType_btn:hover .reception_calendar_select_content_termType_btnImg{
    transform: scale(1.1);
    transition: 0.1s;
}
.reception_vacation_termType{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.reception_vacation_termType_item{
    padding: 10px;
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.reception_vacation_termType_item_title{
    font-size: 16px;
    text-align: center;
    font-weight: 900;
}
.reception_vacation_termType_item_body{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
}
.reception_vacation_termType_item_input{
    padding: 5px;
    text-align: center;
    border: 1px solid var(--outlineColor);
    border-radius: 10px;
}
.reception_vacation_termType_item_info{
    color: grey;
}

.reception_vacation_termType_item_info::placeholder{
    color: rgb(212, 212, 212);
}


.reception_calendar_select_content_title_text_point{
    font-family: nanumRound;
    padding: 2px 5px;
    background-color: var(--subColor);
    color: white;
    font-weight: 800;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    word-break: keep-all;
}
.reception_calendar_select_content_title_foldupWrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.reception_calendar_select_content_title_foldup{
    text-align: center;
    font-size: 16px;
    transition: 0.2s;
    cursor: pointer;
    background-color: rgb(179, 179, 179);
    padding: 2px 10px;
    border-radius: 10px;
    color: white;
}
.reception_calendar_select_content_title_foldup:hover{
    background-color: grey;
    transition: 0.2s;
}
.reception_fold_target{
    animation: 0.5s slideDown;
}
.reception_termType_active{
    background-color: var(--subColor);
}

.reception_calendar_select_content_title_text_info
.reception_calendar_select_content_title_text_info{
    font-family: nanumRound;
    padding: 1px 5px;
    color: grey;
    font-size: 14px;
    border-radius: 10px;
}

.reception_request_appDownload_zone{
    position: absolute;
    bottom: 0px;
    padding: 20px;
    width: calc(100% - 40px - 6px);
    height: 50%;
    border: 3px solid var(--outlineColor);
    background-color: white;

    animation: appDownload_slideUp 0.5s forwards;

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

.reception_request_appDownload_title{
    color: var(--mainColor);
    font-family: score4;
    background-color: white;
    color: var(--subColor);
    border-radius: 10px;
    border: 1px solid var(--subColor);
    padding: 5px 10px;
    font-size: 24px;
}
.reception_request_appDownload_imgWrap{
}
.reception_request_appDownload_img{
    background-color: white;
    border-radius: 10px;
    border: 1px solid grey;
    width: 85px;
    height: 85px;
}
.reception_request_appDownload_body{
    font-size: 16px;
    /* height: 70px; */
    color: grey;
}
.reception_request_appDownload_text{
    font-weight: 900;
    font-size: 18px;
    color: var(--subColor);
}
.reception_request_appDownload_btnWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 15px;
    text-align: center;
}
.reception_request_appDownload_download{
    /* width: calc(80% - 30px); */
    padding: 5px 15px;
    background-color: var(--subColor);
    color: white;
    font-size: 22px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.2s;
}
.reception_request_appDownload_download:hover{
    background-color: var(--mainColor);
    color: yellow;
    transition: 0.2s;
}
.reception_request_appDownload_cancel{
    color: grey;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

@keyframes appDownload_slideUp{
    0% {
        transform: translateY(-50%);
    }
    100%{
        transform: translateY(0);
    }
}


.reception_calendar_select_content_title_icon{
    fill: var(--subColor);
    width: 25px;
    height: 25px;
}


.reception_calendar_select{
    height: 350px;
}
.reception_calendar_select_text{
    width: calc(100% - 40px);
    padding: 20px;
    display: flex;
    flex-direction: column; 
    gap: 40px;
    justify-content: flex-start;
    align-items: center;
}
.reception_calendar_select_text_title{
    size: 15px;
}
.reception_calendar_select_text_vacationCount{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    width: 50px;
    height: 50px;
    color: white;
    background-color: var(--subColor);
    border-radius: 50%;

}
.reception_calendar_select_textRange{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 20px;
}
.reception_contentWrap,
.reception_semiContentWrap{
    display: flex;
    flex-direction: row;
    width: calc(80% - 40px);
    padding: 20px;
    gap: 15px;
    background-color: rgb(245, 245, 245);
    border-radius: 15px;
}
.reception_calendar_select_textRange_item{
    all: unset;

}
.reception_semiContentWrap{
    width: 100%;
    flex-direction: column;
    gap: 0;
}
@media (max-width:1280px) {
    .reception_contentWrap {
        width: 98%;
        flex-direction: column;
        gap: 20px;
    }
    .reception_contentWrap_2{
        width: calc(98% - 20px - 6px);
        padding: 10px;
    }
}

.reception_contentSelect_period{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 15px;
    width: 70%;
}
@media (max-width:1280px) {
    .reception_contentSelect_period {
        width: 95%;
    }
}
.reception_privacyWrap{
    display: flex;
    flex-direction: column;
    width: 80%;
    gap: 10px;
    justify-content: flex-end;
}
@media (max-width:1280px) {
    .reception_privacyWrap {
        width: 95%;
    }
}
.reception_infoTitle{
    font-family: score4;
    background-color: #5f84d4;
    color: white;
    border: 1px solid currentColor;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
}
.reception_changeInput{
    background-color: #1B2547;
    transition: 0.3s;
}
.reception_changeInput::before{
    content: '✔ ';
    color: yellow;
}
.reception_privacy{
    font-family: nanumRound;
    font-size: 15px;
    text-align: right;
}
.reception_contentTitle{
    font-family: score7;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}
@media (max-width:1280px) {
    .reception_contentTitle {
        width: 95%;
    }
}
.reception_period_content{
    position: relative;
    width: 100%;
    font-family: score7;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.reception_contentSelect{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}


.reception_latestVacation_wrap{
    position: relative;
    width: 100%;
    list-style: '- ';
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.reception_nav_content_header{
    color: var(--subColor);
    font-weight: 900;
    font-size: 15px;
    text-align: center;
    padding: 20px 0;

}
.reception_latestVacation_item_info{
    width: 100%;
    font-size: 13px;
    padding: 10px 0;
    color: gray;
    font-weight: 900;
}
.reception_latestVacation_item{
    width: 100%;
    font-size: 14px;
    font-family: nanumRound;
    text-align: left;
}
.reception_latestVacation_info{
    padding: 10px;
    color: var(--subColor);
}
.reception_latestVacation_item_delete{
    fill: grey;
    width: 17px;
    height: 17px;
    cursor: pointer;
    transition: 0.2s;
}
.reception_latestVacation_item_delete:hover{
    fill: rgb(255, 108, 108);
    transform: scale(1.1);
    transition: 0.2s;
}
.reception_exp_wrap{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
}
.reception_infoText{
    font-family: nanumRound;
    color: #064CCE;
    padding-left: 10px;
    font-size: 15px;
    /* padding: 5px; */
}
.reception_infoText::before{
    content: '✔ ';
}
.reception_infoText_point{
    color: red;
    font-family: nanumRound;
    font-weight: 900;
}
.reception_titleText,
.reception_alertText{
    font-family: nanumRound;
    font-size: 15px;
    color: white;
    line-height: 25px;
}
.reception_alertText{
    color: red;
    background-color: rgb(255, 255, 0, 0.8);
    padding: 1px 3px;
    border-radius: 3px;
    font-weight: 800;
}
.reception_select_Wrap{
    display: flex;
    justify-content: center;
    gap: 2px;
    align-items: center;
}
@media (max-width:1280px) {
    .reception_select_Wrap {
        /* flex-direction: column; */
        /* gap: 20px; */
    }
}
.reception_input{
    all:unset;
    
    padding: 5px 10px;
    text-align: center;
    width: 250px;
    color: black;
    border-bottom: 3px solid #c9d8f8;

    -webkit-user-select: text;
    user-select: text;

    transition: 0.3s;
}
.reception_6digitPassword_input{
    all: unset;
    width: 2ch;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    height: 20px;
    border: 1px solid var(--outlineColor);
    border-radius: 10px;
}
.reception_6digitPassword_input::-webkit-outer-spin-button,
.reception_6digitPassword_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.reception_6digitPassword_input:focus{
    background-color: rgb(42, 88, 187, 0.2);
}

.reception_input:hover{
    border-bottom: 3px solid #2A58BB;
    transition: 0.3s;
}
.reception_input:focus{
    padding-bottom: 3px;
    outline: none;
    padding: 5px 0;
    border-bottom: 3px solid #2A58BB;
    transition: 0.3s;
    transform: scale(1.2);
}
.reception_input::placeholder{
    color: #759df3;
    text-align: center;
}

.reception_input_number::-webkit-inner-spin-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}


.reception_textArea{
    all:unset;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    height: 200px;
    background-color: white;
    border: 1px solid grey;

    -webkit-user-select: text;
    user-select: text;

    border-radius: 10px;
}
.reception_select{
    position: relative;
    all:unset;
    padding: 5px;
    text-align: center;
    font-family: nanumRound;
    font-weight: 900;
    font-size: 16px;
    width: 100px;
    border: 1px solid grey;
    color: #2A58BB;
    background-color: white;
    border-radius: 10px;
    background-image: url(/static/image/paysys/arrow_down.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 100%;
    cursor: pointer;
    transition: 0.3s;
}
@media (max-width:1280px) {
    .reception_select {
        width: 95%;
    }
}
.reception_select:hover{
    background-color: #2A58BB;
    color: white;
    transition: 0.3s;
}
.reception_select:focus{
    background-color: #2A58BB;
    color: white;
    transition: 0.3s;
}
.reception_wd10{
    width:10%
}
.reception_wd30{
    width:30%
}
.reception_wd40{
    width: 40%;
}
.reception_wd50{
    width:50%
}
.reception_wd60{
    width:60%
}
.reception_wd100{
    width:100%
}
.reception_wd100_a{
    width: calc(100% - 10px - 2px);
}
.reception_wd70{
    width:70%
}
.reception_wd90{
    width:90%
}

/* @media (max-width:1280px) {
    .reception_wd30,
    .reception_wd50 {
        width: 90%;
    }
} */
.reception_btnWrap{
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.checkReceiverSenderBtn{
    all: unset;
    width: 45%;
    height: 30px;
    font-family: nanumRound;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid grey;
    color: grey;
    text-align: center;
    cursor: pointer;
    background-color: #2A58BB;
    color: white;
    vertical-align: middle;
    margin: 50px 0;
    transition: 0.2s;
}
.checkReceiverSenderBtn:hover{
    background-color: var(--mainColor);
    color: yellow;
    transition: 0.2s;
}
.vc_carryOver_Wrap{
    position: relative;
}
.vc_reCalc_img_alert{
    width: 50px;
    fill: red;
}
.vc_reCalc_img_check{
    width: 50px;
    fill: var(--subColor);
}
.normalVc_absImg{
    position: absolute;
    transform: translate(-5px, -5px);
    z-index: 2;
}
.reception_explain{
    border: 1px solid grey;
    border-radius: 10px;
    background-color: #D5E1EB;
    padding: 20px;
    width: 80%;
}
.reception_pointStr{
    color: red;
    border-bottom: 2px solid yellow;
    font-size: 14px;
}
.reception_explain > ul{
    list-style: none;
}
.reception_explain > ul > li{
    margin: 10px;
    font-size: 14px;
    line-height: 25px;
}
.reception_explain > ul > li::before{
    content: ' ✔ ';
    color: red;

}
.vacation_privacyAgree_wrap{
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-end;
    align-items: center;
}
.vacation_privacyAgree{
    cursor: pointer;
    width: 17px;
    height: 17px;
    text-align: right;
}
.vacation_privacyAgree_text{
    cursor: pointer;
    font-weight: 900;
}

.reception_agreeContent_wrap{
    width: calc(100% - 40px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}
#vc_agreeContent_open{
    color: #1B2547;
    font-weight: 600;
    font-size: 15px;
    text-decoration-line: underline;
    cursor: pointer;
}


.vacationHome_container {
    width: calc(80% - 200px);
    margin: 0 auto;
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    padding: 20px 100px;
    /* gap: 25px; */
}

@media (max-width: 1400px) {
    .vacationHome_container {
        width: calc(90%);
        padding: 20px 10px;
    }
}

.vacationHome_container_row,
.vacationHome_container_row2{
    display: flex;
    flex-direction: row;
    width: calc(100% - 40px);
    height: calc(65% - 40px);
    padding: 10px;
    gap: 30px;
}
.vacationHome_container_row2{
    height: calc(35% - 40px);
}
.vacationHome_item_calendar_wrap{
    position: relative;
    width: calc(70% - 40px);
    height: calc(100% - 40px);
    border: 3px solid #EBEFF2;
    border-radius: 15px;
    background-color: white;
    padding: 20px;
}
.vacationHome_item_calendar_fullHeight{
    position: relative;
    width: calc(100% - 40px - 6px);
    height: calc(100% - 40px - 6px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    border: 3px solid #EBEFF2;
    border-radius: 15px;
    background-color: white;
    padding: 20px;
}
.vacationHome_item_calendar{
    position: relative;
    width: calc(100% - 40px - 6px);
    /* height: calc(100% - 40px - 6px); */
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    border: 3px solid #EBEFF2;
    border-radius: 15px;
    background-color: white;
    padding: 20px;
}
.vacationHome_item_calendar_rsc{
    position: relative;
    width: calc(100% - 10px - 6px);
    /* height: 300px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    border: 3px solid #EBEFF2;
    border-radius: 15px;
    background-color: white;
    padding: 5px;
}
.vacationHome_item_calendar_header{
    display: flex;
    height: 5%;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.vacationHome_item_board{
    position: relative;
    width: calc(30%);
    height: calc(100% + 0px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    /* border: 3px solid #EBEFF2;
    border-radius: 15px;
    background-color: white; */
    /* padding: 20px; */
}
.vacationHome_item_board_1{
    width: calc(100% - 40px);
    border: 3px solid #EBEFF2;
    border-radius: 15px;
    background-color: white;
    padding: 20px;
    height: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.vacationHome_item_board_2{
    width: calc(100% - 40px);
    border: 3px solid #EBEFF2;
    border-radius: 15px;
    background-color: white;
    padding: 20px;
    height: 85%;
}
.vacationHome_item_board_done,
.vacationHome_item_board_need{
    font-family: nanaumRound;
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s;
}
.vacationHome_item_button{
    width: calc(80% - 40px);
    padding: 10px 20px;
    border-radius: 10px;
    background-color: var(--subColor);
    color: white;
    font-weight: 900;
    text-align: center;
    font-size: 20px;
    transition: 0.2s;
    cursor: pointer;
}
.vacationHome_item_button:hover{
    background-color: var(--mainColor);
    transition: 0.2s;
}
.vacationHome_item_url,
.vacationHome_item_statistic{
    position: relative;
    width: calc(45%);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.vacationHome_item_url_1,
.vacationHome_item_statistic_1{
    width: calc(100% - 40px - 6px);
    border: 3px solid #EBEFF2;
    border-radius: 15px;
    background-color: white;
    padding: 20px;
    height: 100%;
}

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

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

.vacationHome_item_statisticc_1_text{
    width: calc(100% - 20px);
    font-family: nanumRound;
    color: rgb(165, 165, 165);
}
.vacationHome_item_statisticc_2_text{
    font-family: nanumRound;
    font-weight: 900;
    color: rgb(201, 103, 103);
}
.vacationHome_item_statisticc_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;
}
.vacationHome_item_statisticc_1_text_click{
    color: white;
    background-color: grey;
    padding: 3px 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}
.vacationHome_item_statisticc_1_text_click:hover{
    background-color: #2A58B4;
    transition: 0.2s;
}
.vacationHome_item_statisticc_2_text_click{
    color: white;
    background-color: rgb(236, 168, 168);
    padding: 3px 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}
.vacationHome_item_statisticc_2_text_click:hover{
    background-color: red;
    transition: 0.2s;
}
.vc_url_container{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vc_url_content{
    display: flex;
    font-family: nanumRound;
    justify-content: flex-start;
    align-items: center;
}
.vc_text{
    font-family: nanumRound;
}
.vc_text_info{
    font-family: nanumRound;
    border: 1px solid rgb(218, 218, 218);
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 5px;
    background-color: rgb(234, 243, 247);
    margin-left: 50px;
}
.vc_url_step{
    font-family: nanumRound;
    font-weight: 600;
    margin: 0px 5px;
    color: red;
    border-bottom: yellow;
}
.vc_urlLink{
    font-family: nanumRound;
}
.textCopyBtn{
    all:unset;
    padding: 2px 5px;
    border: 1px solid #064CCE;
    color: #064CCE;
    border-radius: 10px;
    font-family: nanumRound;
    margin: 0 10px;
    transition: 0.3s;
    cursor: pointer;
}
.textCopyBtn:hover{
    background-color: #064CCE;
    color: white;
    transition: 0.3s;
}

.vacationHome_item_statistic{
    width: calc(55%);
    height: 100%;
}
.vacationHome_item_statistic_1{
    font-family: nanumRound;
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}


.vcFlexCol{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.vc_url_title{
    font-family: nanumRound;
    font-size: 16px;
    font-weight: 700;
    background-color: #1B2547;
    padding: 5px 10px;
    border-radius: 15px;
    color: yellow;
}
.vc_url_step{

}
.vacation_allList_top_wrap{
    width: calc(100% - 20px);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vcManage_vacation_unit_time{
    fill: var(--subColor);
    width: 20px;
    height: 20px;
}
.vcManage_vacation_unit_info{
    fill: grey;
    width: 20px;
    height: 20px;
}
.vcManage_vacation_unit_info:hover{
    fill: yellow!important;
}
.timeToDayBtn{
    font-family: nanumRound;
    all: unset;
    padding: 0 3px;
    cursor: pointer;
    background-color: white;
    color: var(--subColor);
    border: 1px solid var(--subColor);
    border-radius: 5px;
}
.timeToDayBtn:hover{
    background-color: var(--subColor);
    color: white;
}
.vcManage_deleteTimeBtn{
    font-family: nanumRound;
    all: unset;
    padding: 0 3px;
    cursor: pointer;
    background-color: white;
    color: rgb(153, 15, 15);
    border: 1px solid rgb(153, 15, 15);
    border-radius: 5px;
}
.vcManage_deleteTimeBtn:hover{
    background-color:rgb(153, 15, 15);
    color: white;
}
.vacationHome_item_board_alert{
    position: absolute;
    top: -10px;
    width: 40px;
    right: -10px;
}
.vacationHome_item_board_need{
    cursor: pointer;
}
.vacation_ableClick{
    cursor: pointer;
}
.vacation_ableClick:hover{
    /* color: white; */
    background-color: #2E66A5;
    transition: 0.3s;
}
.vacation_ableClick:hover > .vacationHome_item_board_need{
    color: white;
}
.vc_needCount{
    font-family: score9;
    color: red;
    font-size: 40px;
}
.vc_donut_card_body{
    font-family: score4;
    font-size: 18px;
    width: 100%;
    height: 15%;

    display: flex;
    align-items: center;
    justify-content: center;
}
.vc_donut_footer{
    font-family: nanumRound;
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
}
.vc_donut_card_graph{
    position: relative;
    width: 100%;
    height: 80%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.vc_donut_card_graph_bg{
    position: relative;
    width: 70%;
    padding-bottom: 70%;
    border-radius: 50%;
    background: conic-gradient( #2A58B4 0%, #c0cde2 0%);
}

.vc_donut_card_graph_white{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    padding-bottom: 30%;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    transform: translate(-50%, -50%);

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

.vc_donut_card_graph_text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    transform: translate(-50%, -50%);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.vc_vcRatioInfo{
    font-family: score9;
    font-size: 20px;
}
.vacationHome_item_calendar_title{
    font-family: nanumRound;
    font-size: 24px;
}
.reception_calendar_colleague_item_calendar_title{
    font-family: nanumRound;
    font-size: 15px;
}
.reception_calendar_select_title{
    font-size: 20px;
}
.vacationHome_item_calendar_table{
    width: calc(100% - 00px);
    height: 100%;
    /* border-spacing: 15px 7px; */
    /* table-layout: fixed; */
    /* border: 1px solid grey; */
    /* border-collapse: collapse; */
    /* padding: 20px; */
}
.vacationHome_item_calendar_footer{
    width: 100%;
    font-family: nanumRound;
    font-weight: 500;
    font-size: 15px;
    text-align: right;
}
.vacationHome_item_calendar_th{
    /* background-color: rgb(197, 197, 197); */
    border-bottom: 3px solid var(--mainColor);
    color: rgb(0, 0, 0);
    text-align: center;
    /* border: 1px solid white; */
    padding: 5px;
    /* border-radius: 10px; */
}
.reception_calendar_select_td{
    position: relative;
    width: 14%;
    /* height: 16%; */
    text-align: left;
    vertical-align: top;
    border: 1px solid var(--outlineColor);
    border-radius: 5px;
    font-size: 12px;
    transition: 0.2s;
    cursor: pointer;
}
.reception_calendar_select_td:hover{
    border: 1px solid black;
    transition: 0.2s;
}


.vacationHome_item_calendar_tr{
    height: 43px;
}
.vacationHome_item_calendar_td{
    position: relative;
    width: 14%;
    /* height: 16%; */
    text-align: left;
    vertical-align: top;
    border: 1px solid var(--outlineColor);
    border-radius: 5px;
}
.vacation_useDay{
    background-color: rgb(234, 243, 253);
    transition: 0.3s;
    cursor: pointer;
}
.vacation_isNow{
    border: 1px solid var(--subColor);
}

.vacation_useDay:hover{
    outline: 1px solid blue;
    background-color: rgb(46, 102, 165);
    color: white;
    transition: 0.3s;
}
.vacationHome_item_calendar_date{
    font-family: nanumRound;
    font-size: 12px;
    position: relative;
    margin-left: 6px;
}
.reception_calendar_date{
    position: absolute;
    top: 0;
    left: 0;
    font-family: nanumRound;
    font-size: 12px;
    position: relative;
}
.vacationHome_item_calendar_use{
    position: absolute;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vacationHome_item_calendar_use_img{
    fill: var(--subColor);
    transition: 0.2s;
}
.vacation_useDay:hover .vacationHome_item_calendar_use_img{
    fill: white;
    transition: 0.2s;
}
.vacationHome_item_calendar_use_count,
.reception_calendar_colleague_item_calendar_use_count{
    font-size: 11px;
    color: red;
    font-weight: 900;
    font-family: nanumRound;
    text-align: center;
    transition: 0.2s;
    transform: translate(-3px, -6px);

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

.reception_calendar_select_td_checked{
    background-color: var(--mainColor);
    color: yellow;
    transition: 0.2s;
}
.reception_calendar_colleague_item_calendar_use_count{
    transform: none;
}
.vacation_useDay:hover .vacationHome_item_calendar_use_count,
.vacation_useDay:hover .reception_calendar_colleague_item_calendar_use_count{
    color: white;
    transition: 0.2s;
}
.vacation_weekday_select{
    color: yellow!important;
}
.vacation_weekday_sat{
    color: rgb(0, 0, 179);
}
.vacation_weekday_sun{
    color: red;
}

.width_30{
    width: 30%;
}
.width_40{
    width: 40%;
}
.width_60{
    width: 60%;
}
.width_70{
    width: 70%;
}

.reception_hidden_except{
    width: 100%;
    list-style-type: none;
    display: none;
    font-family: nanumRound;
    font-size: 14px;
    color: #2E66A5;
}
.reception_hidden_except_li{
    font-size: 14px;
    text-align: right;
}
.hiddenInfo{
    display: none;
}
.hireToLeaveTableContainer{
    padding: 30px;
    position: relative;
    width: calc(100% - 60px);
    height: 75%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.hireToLeaveTableWrap{
    position: relative;
    table-layout: fixed;
    height: 100%;
    width: calc(100%-2px);
    overflow-y: auto;
    border: solid 1px rgb(190, 190, 190);
    border-radius: 10px;
    background-color: #eaeff3;
}
.hireToLeaveTable{
    table-layout: fixed;
    width: 100%;
    background-color: #EAEFF3;
    height: 45%;
}
.hireToLeaveText{
    font-family: nanumRound;
    font-size: 15px;
}
.hireToLeaveBtn{
    background-color: #dae3f7;
    position: relative;
    cursor: pointer;
}
.rsc_part1_td_svg{
    position: absolute;
    top: 0;
    right: 0;
}
.hireToLeaveBtn:hover > .rsc_part1_td_svg,
.hireToLeaveBtn:hover > div > .rsc_part1_td_text {
    fill: red;
    color: red;
    transition: 0.3s;
}


.vacationHome_item_calendar_side{
    fill: var(--outlineColor);
    transform: scale(0.7);
    cursor: pointer;
    transition: 0.2s;
}

.vacationHome_item_calendar_side:hover{
    fill: black;
    transition: 0.2s;
}
.vc_calcPeriod{
    font-size: 14px;
    width: 250px;
    background-color: rgb(170, 170, 170);
    padding: 2px 5px;
    color: white;
    font-family: nanumRound;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}

.vacationTableZone{
    width: 50%;
    height: 500px;
    animation: showup 0.3s;
}
@media (max-width:1280px) {
    .vacationTableZone {
        width: 95%;
    }
}
.showVacationTable_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border: var(--outlineColor);
    border-radius: 15%;
    cursor: pointer;
    transition: 0.1s;
}
.showVacationTable_wrap:hover{
    background-color: var(--subColor);
}

.showVacationTable_img{
    fill: var(--subColor);
}
.showVacationTable_text{
    font-size: 14px;
    font-family: nanumRound;
}
.showVacationTable_wrap:hover .showVacationTable_img,
.showVacationTable_wrap:hover .showVacationTable_text{
    fill: white;
    color: white;
    transition: 0.1s;
}
.vacation_displayNone{
    display: none!important;
}
.renderModal_box_900x700{
    width: 900px;
    height: 700px;

    background-color: white;
    border-radius: 8px;
    animation: showup 0.3s;
}

.vc_normalVc_memberType_img_db_member{
    fill: rgb(9, 214, 9);
    width: 30px;
}
.vc_normalVc_memberType_img_db_nomember{
    fill: rgb(182, 182, 182);
    width: 30px;
}
.vc_normalVc_memberType_img_nodb{
    fill: red;
    width: 30px;
}
.vc_normalVc_vcBook_removeThis{
    position: absolute;
    padding: 0;
    top: 0px;
    left: 0px;
    fill: rgb(0, 0, 0, 0.3);
    width: 20px;
}
.vc_normalVc_vcBook_removeThis:hover{
    fill: yellow!important;
    transition: 0.2s;
}

.reception_fileAttach_fileNameWrap{
    display: flex;
    width: calc(100% - 40px);
    flex-direction: column;
    padding: 10px 20px;
    gap: 5px;
}
.reception_fileAttach_fileName{
    font-family: nanumRound;
    font-size: 14px;
}
.reception_fileAttach_zone{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
}
.reception_fileAttach{
    padding: 5px 10px;
    text-align: center;
    width: calc(100% - 20px);
    border-radius: 10px;
    color: white;
    background-color: grey;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}
.reception_fileAttach:hover{
    background-color: rgb(85, 85, 85);
    transition: 0.2s;
}
.reception_fileAttach_infoWrap{
    padding: 20px 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 2px;
}
.reception_fileAttach_info{
    color: grey;
    text-align: right;
    font-family: nanumRound;
    font-size: 12px;
}   
.reception_fileAttach_reset{
    color: rgb(85, 85, 85);
    transition: 0.2s;
    cursor: pointer;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 900;
    transition: 0.2s;
}
.reception_fileAttach_resetIcon{
    fill: grey;
    transition: 0.2s;
    cursor: pointer;
}
.reception_fileAttach_reset:hover,
.reception_fileAttach_reset:hover > svg{
    color: red;
    fill: currentColor;
}
.vcManage_vacation_purpose{
    width: 20px;
    height: 20px;
}
.vcManage_vacation_purpose:hover{
    transform: scale(1.5);
    transition: 0.2s;
}
.vcm_attachFile_icon_count{
    position: absolute;
    font-family: nanumRound;
    font-size: 11px;
    top: 5px;
}
.vcManage_vacation_icon_normal{
    /* fill: grey; */
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
}
.vcManage_vacation_icon_right{
    /* fill: grey; */
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
}
.vcm_attachFile_icon:hover{
    fill: var(--subColor);
    background-color: white;
    border-radius: 50%;
    outline: 1px solid white;

    transition: 0.2s;
}

.vc_modal_attachFile_Wrap{
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}
.vc_modal_attachFile_btnWrap{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.vc_modal_attachFile_fileNameWrap{
    display: flex;
    flex-direction: column;
    gap:10px;
    background-color: var(--outlineColor);
    padding: 10px;
    width: calc(100% - 20px);
    border-radius: 20px;
    align-items: flex-end;
    font-family: nanumRound;
}
.vc_modal_attachFile_reset{
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-end;
    align-items: center;
    color: grey;
    cursor: pointer;
}
.vc_modal_attachFile_reset:hover,
.vc_modal_attachFile_reset:hover .vc_modal_attachFile_resetIcon{
    color: red;
    fill: red;
    transition: 0.2s;
}
.vc_modal_attachFile_resetIcon{
    fill: grey;
}
.reception_fileAttach_fileNameList{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: flex-end;
}
.vacation_reception_directResponse_infoBox{
    position: relative;
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 10px;
    gap: 10px;
    border-radius: 15px;
    background-color: var(--outlineColor);
    margin-bottom: 20px;
}
.vacation_reception_directResponse_infoBox_item{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.vacation_reception_directResponse_infoBox_item_title{
    width: 30%;
    min-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
}
.vacation_reception_directResponse_infoBox_item_text{
    width: 70%;
    min-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
}




.vacation_reception_directResponse_box{
    width: 400px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.vacation_reception_directResponse_item{
    border: 1px solid var(--outlineColor);
    padding: 5px;
    width: calc(80% - 20px);
    aspect-ratio: 1;
    border-radius: 10px;
    background-color: rgb(246, 249, 255); 

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

    cursor: pointer;
    transition: 0.2s;    
}

.vacation_reception_directResponse_item_text{
    font-family: nanumRound;
    color: black;
    font-size: 18px;
}

.vacation_reception_directResponse_item:hover{
    transform: scale(1.2);
    background-color: var(--subColor);
    color: white;
    transition: 0.2s;
}
.vacation_reception_directResponse_item:hover > svg{
    fill: white;
    transition: 0.2s;
}
.vacation_reception_directResponse_item:hover > span{
    color: white;
    transition: 0.2s;
}
.vacation_reception_directResponse_item_svg_permission,
.vacation_reception_directResponse_item_svg_deny,
.vacation_reception_directResponse_item_svg_redeem,
.vacation_reception_directResponse_item_svg_delete{
    width: 35px;
    height: 35px;
}

.vacation_reception_directResponse_item_svg_permission{
    fill: rgb(0, 128, 0, 0.3);
}
.vacation_reception_directResponse_item_svg_deny{
    fill: rgb(255, 0, 0, 0.3);
}
.vacation_reception_directResponse_item_svg_redeem{
    fill: rgba(158, 158, 158, 0.3);
}
.vacation_reception_directResponse_item_svg_delete{
    fill: rgb(255, 0, 0, 0.3);
}
.vacation_reception_directResponse_item_hidden{
    display: none;
}
.vacation_reception_directResponse_item_show{
    width: 400px;
    padding: 50px 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.vacation_reception_directResponse_item_textAreaWrap{
    width: 100%;
    display: flex;
    justify-content: center;
}
.vacation_reception_directResponse_item_textArea{
    resize: none;
    width: calc(90% - 20px);
    padding: 10px;
    border-radius: 10px;
    height: 120px;
    border: 2px solid var(--outlineColor);
}
.vacation_reception_directResponse_btn{
    width: calc(80% - 20px);
    padding: 10px;
    border-radius: 10px;
    background-color: var(--subColor);
    color: white;
    text-align: center;
    font-family: nanumRound;
    cursor: pointer;
    transition: 0.2s;
}
.vacation_reception_directResponse_btn:hover{
    background-color: var(--mainColor);
    transition: 0.2s;
}

.vc_signSys_select{
    width: 65%;
    border: 1px solid grey;
    border-radius: 5px;
    font-family: nanumRound;
    padding: 5px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
.vc_signSys_select:focus{
    background-color: var(--subColor);
    color: white;
}
.vc_signSys_option{
    background-color: var(--outlineColor);
    border-radius: 10px;
    padding: 5px;
    color: black;

}

.vacation_signSys_receive_phone{
    fill: var(--subColor);
}
.vacation_signSys_receive_email{
    fill: green;
}
.vacation_signSys_noReceive{
    fill: rgb(187, 187, 187);
}
.vacation_signSys_noReceive_text{
    color: rgb(187, 187, 187);
}
.vacation_signSys_receive_app{
    width: 25px;
}
.vacation_reception_directResponse_body{
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column;
    /* justify-content:center; */
    align-items: center;
}
.vacation_reception_directResponse_nav{
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0 20px;
    width: calc(400px - 40px);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
}
.vacation_reception_directResponse_nav_itm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}
.vacation_reception_directResponse_infoBox_item_attachFile{
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.vacation_reception_directResponse_infoBox_item_attachFile_img{
    fill: black;
    cursor: pointer;
    transition: 0.2s;
}
.vacation_reception_directResponse_infoBox_item_attachFile:hover,
.vacation_reception_directResponse_infoBox_item_attachFile:hover .vacation_reception_directResponse_infoBox_item_attachFile_img{
    fill: var(--subColor);
    color: var(--subColor);
    transition: 0.2s;
}
.vacation_reception_directResponse_nav_itm_svg{
    fill: gray;
}
.vacation_reception_directResponse_nav_itm_text{
    font-family: nanumRound;
    color: rgb(187, 187, 187);
    /* text-align: center; */
    font-size: 13px;
}
.vacation_reception_directResponse_nav_itm:hover,
.vacation_reception_directResponse_nav_itm:hover > li > svg,
.vacation_reception_directResponse_nav_itm:hover > li {
    fill: var(--subColor);
    color: var(--subColor);
    transform: scale(1.1);
    transition: 0.2s;
    gap: 5px;

}

.directResponse_topTitle{
    font-size: 18px;
    font-weight: 900;
    padding: 15px;
    color: grey;
}
.directResponse_show_tr{
    cursor: pointer;
    height: 50px;
}
.directResponse_show_th{
    font-size: 15px;
    background-color: var(--subColor);
    color: white;
    text-align: center;
    padding: 5px 0;
}
.directResponse_show_td{
    padding: 5px 0;
    border-bottom: 1px solid var(--outlineColor);
    text-align: center;
    font-size: 15px;
}
    
    
.directResponse_show_tr:hover{
    background-color: grey;
    color: white;
}
.directResponse_hidden_tr{
    background-color: var(--outlineColor);
    padding: 5px;
    text-align: center;
}
.vacation_reception_directResponse_attachFile_modalBox{
    background-color: white;
    width: 600px;
    min-width: 500px;
    height: 800px;
    border-radius: 8px;
    animation: showup 0.3s;
    /* display: flex; */
    padding: 3px;
}

.vacation_reception_directResponse_attachFile_buttonWrap{
    position: relative;
    width: 100%;
}
.vacation_reception_directResponse_attachFile_buttonZone{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    width: 100%;
    z-index: 11;
    opacity: 60%;
    height: 50px;
}
.vacation_reception_directResponse_attachFile_imageWrap{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 10;
}

.vacation_reception_directResponse_attachFile_button{
    cursor: pointer;
    transition: 0.3s;
}

.vacation_reception_directResponse_attachFile_preview_wrap{
    position: relative;
    height: 800px;
    aspect-ratio: 0.707305;
    
    display: flex;
    justify-content: center;
    
    align-items: flex-start;
    overflow: auto;

    -ms-user-select: none; 
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.vacation_reception_directResponse_attachFile_imagesChangeBtn_left,
.vacation_reception_directResponse_attachFile_imagesChangeBtn_right{
    position: absolute;
    fill: white;
    cursor: pointer;
    transition: 0.2s;
}

.vacation_reception_directResponse_attachFile_imagesChangeBtn_left:hover,
.vacation_reception_directResponse_attachFile_imagesChangeBtn_right:hover{
    fill:yellow;
    transition: 0.2s;
}
.vacation_reception_directResponse_attachFile_imagesChangeBtn_left{
    left: -50px;
}
.vacation_reception_directResponse_attachFile_imagesChangeBtn_right{
    right: -50px;
}

.vacation_reception_loadingBar{
    display: none;
    background-color: rgb(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 99;
}

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

.vacation_reception_loadingBarContainer > p {
    color: white;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
}
.vacation_reception_loadingBarItem{
    max-width: 50px;
}
.signSys_password_zone{
    padding:30px;
    width:400px;

    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 100%;
}
.signSys_password_zone_who{
    font-family: namumRound;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: calc(100% - 20px);
    border: 1px solid var(--outlineColor);
    background-color: var(--outlineColor);
    border-radius: 10px;
    gap: 5px;
}
.signSys_password_zone_who_item{
    font-family: nanumRound;
    text-align: center;
    font-weight: 900;
}
.signSys_password_zone_info,
.signSys_password_zone_info_point{
    font-family: nanumRound;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.signSys_password_zone_info_point{
    color: var(--subColor);
    background-color: var(--subColor);
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
}
.signSys_password_zone_pw_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.signSys_password_zone_pw{
    padding: 5px 15px;
    width: calc(100% - 30px);
    border: 3px solid var(--outlineColor);
    text-align: center;
    font-family: nanumRound;
    border-radius: 10px;
    font-size: 24px;
    transition: 0.2s;
}

.signSys_password_zone_pw::placeholder{
    color: var(--outlineColor);
}
.signSys_password_zone_pw:focus{
    background-color: var(--subColor);
    color: white;
}
.signSys_password_zone_btn{
    font-family: nanumRound;
    color: white;
    width: 50%;
    height: 40px;
    border-radius: 15px;
    font-weight: 900;
    background-color: var(--subColor);
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    cursor: pointer;
}

.signSys_password_zone_btn:hover{
    color: yellow;
    background-color: var(--mainColor);
    transition: 0.2s;
}

.vacation_renderModal_select_kakaoTemplate_info{
    width: 100%;
    text-align: left;
}
.vacation_renderModal_select_kakaoTemplate_item{
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 20px;
    width: calc(80% - 40px);
    border: 1px solid var(--outlineColor);
    border-radius: 15px;
}
.vacation_renderModal_select_kakaoTemplate_name{
    position: absolute;
    top: -30px;
    background-color: white;
    border-radius: 20px;
    color: black;
    padding: 5px 10px;
    border: 2px solid var(--outlineColor);
    font-weight: 900;
    font-size: 18px;

    box-shadow: 3px 3px 3px var(--outlineColor);
}
.vacation_renderModal_select_kakaoTemplate_display{
    position: relative;
    width: calc(100% - 40px);
    padding: 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: #B8D3E5;
}
.vacation_renderModal_select_kakaoTemplate_msg{
    width: 100%;
}
.vacation_renderModal_select_kakaoTemplate_title{
    width: calc(100% - 20px);
    height: 30px;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #FEE800;
    color: black;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.vacation_renderModal_select_kakaoTemplate_logo{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #3C1E1E;
    border-radius: 50%;

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

    font-size: 8px;
    font-weight: 100;

    color: #FEE800;
}
.vacation_renderModal_select_kakaoTemplate_content,
.vacation_renderModal_select_kakaoTemplate_content_full{
    width: calc(100% - 20px);
    height: calc(320px - 20px);
    overflow: auto;
    padding: 10px;
    background-color: white;
    min-height: 100px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.vacation_renderModal_select_kakaoTemplate_content_full{
    height: auto;
}
.vacation_renderModal_select_kakaoTemplate_btn{
    /* width: calc(50% - 0px); */
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    padding: 7px 10px;
    font-size: 16px;
    font-weight: 900;
    border: 1px solid var(--outlineColor);
    border-radius: 20px;
    cursor: pointer;
    transition: 0.2s;
}
.vacation_renderModal_select_kakaoTemplate_btn_svg{
    fill: var(--outlineColor);
}
.vacation_renderModal_select_kakaoTemplate_btn:hover, 
.vacation_renderModal_select_kakaoTemplate_btn:hover .vacation_renderModal_select_kakaoTemplate_btn_svg{
    border: 1px solid var(--subColor);
    background-color: var(--subColor);
    color: white;
    fill: white;
    transition: 0.2s;
}

.reception_request_result_container_container{
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.reception_request_result_container{
    position: relative;
    width: calc(30% - 60px);
    padding: 30px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 70px;
}
.reception_request_result_header_wrap{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.reception_request_result_header_title{
    color: var(--subColor);
    font-weight: 900;
    border-bottom: 10px solid rgb(190, 190, 0);
    font-size: 30px;
}
.reception_request_result_header_icon{
    fill: var(--subColor);
    width: 80px;
    height: 80px;
    animation: 1.3s infinite popNpop;
}


.reception_request_result_text_wrap{
    position: relative;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
.reception_request_result_text{
    font-size: 16px;   
    color: grey;
}
.vcManage_registe_info{
    /* text-align: center; */
    padding: 10px 20px;
    width: calc(100% - 40px);
}
.vcManage_registe_info_point{
    background-color: rgb(255, 255, 0, 0.2);
    padding: 3px;
    border-radius: 3px;
}
.vcManage_registe_option_wrap{
    position: relative;
    width: calc(100% - 40px);
    height: calc(75% - 40px);
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
}
.vcManage_registe_option_item{
    position: relative;
    width: calc(100% - 40px);
    border: 1px solid var(--outlineColor);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    box-shadow: 3px 3px 3px 3px var(--outlineColor);
    cursor: pointer;
    transition: 0.2s;
}
.vcManage_registe_option_item:hover{
    background-color: var(--subColor);
    transition: 0.2s;
}
.vcManage_registe_option_item:hover .vcManage_registe_option_item_title,
.vcManage_registe_option_item:hover .vcManage_registe_option_item_imgWrap > .vcManage_registe_option_item_img,
.vcManage_registe_option_item:hover .vcManage_registe_option_item_info{
    color: white;
    fill: white;
    transition: 0.2s;
}

.vcManage_registe_option_item_title{
    font-size: 24px;
    color: var(--subColor);
    font-weight: 900;
}
.vcManage_registe_option_item_img{
    width: 100px;
    height: 100px;
    fill: var(--subColor);
}
.vcManage_registe_option_item_info{
    color: grey;
    font-size: 16px;
}
.vcManage_registe_option_item_downloadBtn{
    padding: 3px 5px;
    background-color: grey;
    color: white;
    border-radius: 10px;
    transition: 0.2s;
    cursor: pointer;
}
.vcManage_registe_option_item_downloadBtn:hover{
    color: black;
    background-color: yellow;
    transition: 0.2s;
}
.vacationDateWrap{
    position: absolute;
    left: 0;
    top: 40px;
    right: 290px;
    background-color: rgb(48, 57, 89, 0.8);
    box-shadow: 5px 5px 5px 5px grey;
    padding: 5px 15px;
    border-radius: 10px;
    z-index: 10;
    width: 150px;

    display: flex;
    flex-direction: column;
    gap: 5px;
}
.vcm_present_vacation_date{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: rgb(163, 162, 162);
}
.mdl_middleTable_tr:hover .vcm_present_vacation_date,
.mdl_middleTable_tr:hover .vcm_vacation_date_open_icon,
.mdl_middleTable_tr:hover .vcm_vacation_date_open_icon_legacy{
    color: white;
    fill: white;
}
.vcm_present_vacation_moreDate{
    font-size: 10px;
    color: red;
    transform: translateY(15px);
    padding: 2px;
    border-radius: 5px;
    transition: 0.2s;
}
.vcm_present_vacation_moreDate:hover{
    background-color: red;
    color:white;
    transition: 0.2s;
}
.vcm_vacation_date_select{
    color: white;
    font-size: 14px;
}
.vcm_vacation_date_close_wrap{
    position: absolute;
    top: -10px;
    right: -10px;
}
.vcm_vacation_date_open_icon,
.vcm_vacation_date_open_icon_legacy{
    fill: var(--subColor);
    width: 18px;
    height: 18px;
}
.vcm_vacation_date_open_icon:hover,
.vcm_vacation_date_open_icon_legacy:hover{
    fill: yellow!important;
}
.vcm_vacation_date_open_icon_legacy{
    fill: rgb(175, 174, 174);
}
.vcm_vacation_date_close_icon{
    fill: rgb(255,0,0,0.5)!important;
    background-color: transparent!important;
    width: 20px;
    height: 20px;
    transition: 0.2s;
}
.vcm_vacation_date_close_icon:hover{
    fill: yellow!important;
    transition: 0.2s;
}
.vcManage_registerVacation_termChange{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.vcManage_registerVacation_termChange:hover{
    transform: scale(1.1);
    transition: 0.2s;
}
.vcManage_registerVacation_termChange_Icon{
    width: 35px;
    height: 35px;
    fill: var(--outlineColor);
}
.vcManage_registerVacation_termChange_Text{
    color: grey;
}
.vcManage_registerVacation_termContent{
    height: calc(300px - 40px - 6px);
    padding: 20px;
    width: calc(80% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #EBEFF2;
    border-radius: 15px;
    gap: 20px;
}
.vcManage_registerVacation_termContent_item{
    width: calc(100% - 20px);
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.vcManage_registerVacation_termContent_item_text{
    width: 30%;
    font-size: 16px;
    text-align: center;
}
.vcManage_registerVacation_termContent_item_body{
    width:70%;
    display: flex;
    gap:3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.vcManage_registerVacation_termContent_item_info{
    color: grey;
}
.reception_app_zone{
    /* width: calc(60% - 10px); */
    padding: 5px;
    /* border: 2px solid var(--outlineColor); */
    border-radius: 15px;
    /* background-color: white; */
    /* gap: 10px; */

    display: flex;
    flex-direction: column;
}
.reception_app_info{
    font-size: 16px;
    color: grey;
    text-align: right;
}
.reception_app_info_point{
    background-color: rgb(255, 255, 0, 0.5);
    padding: 2px 5px;
    border: 1px solid rgb(167, 167, 0);
    border-radius: 10px;
    color: black;
}
.reception_app_item_wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 10px;
    align-items: center;
}
.reception_app_item{
    width: 100%;
}
.reception_app_item_icon_wrap{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.reception_app_item_icon{
    position: relative;
    width: 75%;
    cursor: pointer;
}
.reception_app_item_legal{
    font-size: 12px;
    color: grey;
}
.vacation_reception_app_body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    /* width: 100%; */
    /* height: 100%; */
}
.vacation_reception_app_container{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
    padding: 10px;

    width: calc(100% - 20px);
    height: calc(100% - 40px);

    gap: 20px;
}
.vacation_reception_app_latestVacation_container{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;

    width: calc(100% - 20px);
    height: calc(100% - 20px);
    overflow: auto;

    gap: 20px;

}
.vacation_reception_app_info{
    color: var(--subColor);
    font-weight: 900;
    text-align: center;
}
.vacation_reception_app_item{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 2px solid var(--outlineColor);
    border-radius: 10px;
    background-color: white;
}
.vacation_reception_app_tr{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}
.vacation_reception_app_td{
    position: relative;
    text-align: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.vacation_reception_app_td:nth-child(1){width: 15%;}
.vacation_reception_app_td:nth-child(2){width: 60%;}
.vacation_reception_app_td:nth-child(3){width: 25%;}
/* .vacation_reception_app_td:nth-child(4){width: 20%;} */
.vacation_reception_app_td_icon{
    width: 30px;
    height: 30px;
}
.vacation_reception_app_td_icon_standBy{fill: grey;}
.vacation_reception_app_td_icon_redeem{fill: purple;}
.vacation_reception_app_td_icon_confirm{fill: green;}
.vacation_reception_app_td_icon_cancel{fill: red;}
.vacation_reception_app_td_icon_change{fill: red;}

.vacation_reception_app_cancel {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 2;
}
.vacation_reception_app_cancel_icon{
    width: 30px;
    height: 30px;
    fill: red;
    cursor: pointer;
    transform: 0.2s;
}
.vacation_reception_app_tr_registerDate{
    width: 100%;
    color: rgb(179, 179, 179);
    text-align: right;
    font-size: 12px;
}
.vacation_reception_app_tr_detail{
    width: calc(100% - 20px);
    border: 1px solid grey;
    background-color: rgb(226, 234, 238);
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.vacation_reception_app_tr_detail_tr{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.vacation_reception_app_detail_title{
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: var(--subColor);
    font-weight: 900;
}

.share_signSys_zone{
    width: 400px;
    padding: 30px 0 100px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;


}
.share_signSys_spread_title{
    font-weight: 900;
    text-align: center;
}
.share_signSys_spread_header{
    background-color: var(--subColor);
    color: white;
    /* border: 1px solid var(--outlineColor); */
    box-shadow: 3px 3px 3px 3px grey;
    font-weight: 900;
    /* margin-top: 75px; */
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.2s;
}
.share_signSys_spread_header:hover{
    background-color: var(--mainColor);
    transition: 0.2s;
}

.share_signSys_spread_body{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0, 0.8);
    flex-direction: column;
    gap: 30px;
}

.share_signSys_spread_body_info{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc(400px - 20px);
    /* width: calc(90% - 40px); */
    margin-top: 30px;
    padding: 10px;
    border-radius: 20px;
    background-color: white;
}
.share_signSys_spread_body_info_item_point{
    background-color: rgb(255, 255, 0, 0.5);
    font-weight: 900;
}
.share_signSys_spread_body_table{
    width: calc(400px - 20px);
    min-height: calc(300px - 20px);;
    max-height: calc(50% - 20px);
    overflow: auto;
    background-color: white;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.share_signSys_spread_body_table_tr{
    position: relative;
    width: calc(100% - 0px);
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.share_signSys_spread_body_table_th{
    padding: 5px 0px;
    border-bottom: 3px solid var(--mainColor);
    font-weight: 900;
    text-align: center;
    width:100%;
}
.share_signSys_spread_body_table_td{
    text-align: center;
    width:100%;
}
.share_signSys_spread_body_table_td_button{
    padding: 6px 10px;
    font-size: 16px;
    background-color: var(--subColor);
    color: white;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.2s;
}
.share_signSys_spread_body_table_td_button:hover{
    background-color: var(--mainColor);
    color: yellow;
    transform: scale(1.1);
    transition: 0.2s;
}
.share_signSys_spread_body_option{
    width: calc(400px - 20px);
    /* width: calc(90% - 20px); */
    padding: 10px;
    border-radius: 20px;
    /* border: 1px solid white; */
    background-color: var(--outlineColor);
    text-align: center;
    cursor: pointer;
    font-weight: 900;
    transition: 0.2s;
}

.share_signSys_spread_body_option:hover{
    background-color: grey;
    color: white;
    transition: 0.2s;
}
.vacation_promotion_info{
    width: calc(100% - 30px);
    padding: 15px;
    border-radius: 10px;
    background-color: var(--outlineColor);
    display: flex;
    gap: 5px;
    flex-direction: column;  
}
.vacation_promotion_info_text::before{
    content: '✔ ';
    color: var(--subColor);
    margin-right: 5px;
    font-weight: 900;
}
.vacation_promotion_calcTypeBtn{
    background-color: rgb(179, 179, 179);
    color: white;
    transition: 0.2s;
    padding: 3px 5px;
    border-radius: 8px;
    cursor: pointer;
}
.vacation_promotion_calcTypeBtn:hover{
    transform: scale(1.1);
    background-color: var(--subColor);
    transition: 0.2s;
}
.vacation_promotion_info_text_point{
    color: red;
    font-weight: 900;
}

.vacation_promotion_process{
    position: relative;
    width: calc(100% - 40px);
    padding: 0 20px;
    display: flex;
    height: 80px;
    gap: 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.vacation_promotion_process_item,
.vacation_promotion_process_item_standBy{
    width: calc(200px - 40px);
    padding: 10px 20px;
    background-color: var(--subColor);
    text-align: center;
    color: white;
    box-shadow: 2px 2px 2px 2px grey;
    border-radius: 15px;
}
.vacation_promotion_process_item_standBy{
    background-color: var(--outlineColor);
    color: grey;
}
.vacation_promotion_process_item_next{
    display: flex;
    justify-content: center;
    align-items: center;
}
.vacation_promotion_process_arrow{
    width: 25px;
    height: 25px;
    fill: grey;
}
.vacation_promotion_step1_container{
    position: relative;
    width: calc(100% - 40px);
    height: calc(100% - 40px - 27px - 72px); /* padding + titleBar 높이 + 네비게이션 높이 + 하단버튼 높이*/
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.vacation_promotion_step2_container{
    position: relative;
    width: calc(100% - 40px);
    height: calc(100% - 40px - 27px - 80px - 72px); /* padding + titleBar 높이 + 네비게이션 높이 + 하단버튼 높이*/
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.vacation_promotion_table_wrap{
    position: relative;
    width: calc(100% - 40px);
    height: 75%;
    display: flex;
    flex-direction: column;
    gap: 15px;
 
}
.vacation_promotion_table{
    position: relative;
    width: calc(90%);
    display: flex;
    border: 1px solid var(--outlineColor);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    overflow-y: auto;
}
.vacation_promotion_step2_table{
    position: relative;
    width: calc(100%);
    display: flex;
    border: 1px solid var(--outlineColor);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    overflow-y: auto;
}
.vacation_promotion_trh,
.vacation_promotion_tr{
    width: calc(100%);
    
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--outlineColor);
}

.vacation_promotion_tr_none{
    background-color: grey;
    border-bottom: 1px solid white;
    cursor: not-allowed;
}
.vacation_promotion_tr_none > li{color: var(--outlineColor)!important;}


.vacation_promotion_trh{
    position: sticky;
    background-color: var(--outlineColor);
    /* background-color: white; */
    font-weight: 900;
    top: 0;
}
.promotion_target_unsuitable_icon{
    fill: rgb(247, 86, 86, 0.5);
    width: 15px;
    height: 15px;
    cursor: pointer;
    transition: 0.2s;
}
.promotion_target_unsuitable_icon:hover{
    fill: red;
    transition: 0.2s;
}
.vacation_promotion_th,
.vacation_promotion_td{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    gap: 5px;
    font-size: 13px;
    padding: 10px 0;
}
.vacation_promotion_td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vacation_promotion_input{
    width: calc(65% - 10px);
    border: 1px solid var(--outlineColor);
    padding: 2px 5px;
    text-align: center;
    border-radius: 10px;
    background-color: white;
}
.vacation_promotion_td:nth-child(1), .vacation_promotion_th:nth-child(1){width: 7%;}
.vacation_promotion_td:nth-child(2), .vacation_promotion_th:nth-child(2){width: 14%;}
.vacation_promotion_td:nth-child(3), .vacation_promotion_th:nth-child(3){width: 12%;}
.vacation_promotion_td:nth-child(4), .vacation_promotion_th:nth-child(4){width: 25%;}
.vacation_promotion_td:nth-child(5), .vacation_promotion_th:nth-child(5){width: 10%;}
.vacation_promotion_td:nth-child(6), .vacation_promotion_th:nth-child(6){width: 10%;}
.vacation_promotion_td:nth-child(7), .vacation_promotion_th:nth-child(7){width: 10%;}
.vacation_promotion_td:nth-child(8), .vacation_promotion_th:nth-child(8){width: 10%;}
.vacation_promotion_th{
    border-right: 1px solid white;
}
.vacation_promotion_download{
    width: calc(100% - 40px);
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    gap: 2px;
    justify-content: flex-end;
}
.promotion_paper_donwnload_wrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: 0.2s;
    cursor: pointer;
    padding: 2px 10px;
}
.promotion_paper_donwnload_wrap:hover{
    background-color: gray;
    color: white;
    transition: 0.2s;
}
.promotion_paper_donwnload_wrap:hover .promotion_paper_donwnload{
    fill: white;
    transition: 0.2s;
}

.promotion_paper_donwnload{
    cursor: pointer;
    width: 20px;
    height: 20px;
    transform: 0.2s;
    padding: 2px;
    border-radius: 50%;
}
.promotion_reception_body{
    all: unset;
    display: block;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0, 0.8);
    gap: 20px;

}
.promotion_reception_wrap{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.promotion_reception_agreeZone{
    background-color: white;
    width: calc(80% - 20px);
    max-width: calc(400px - 20px);
    padding: 10px;
    border-radius: 10px;
}
.promotion_reception_title{
    color: white;
    width: 80%;
    text-align: center;
    word-break: keep-all;
    font-size: 24px;
    font-weight: 900;
}
.promotion_input_wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.promotion_birth{
    all: unset;
    background-color: white;
    color: black;
    text-align: center;
    padding: 10px ;
    border: 1px solid var(--outlineColor);
    border-radius: 10px;
    width: calc(80% - 20px);
    font-size: 17px;
    font-weight: 90;
    max-width: calc(400px - 20px) ;

    -webkit-user-select: text;
    user-select: text;
}
.promotion_birth::placeholder{
    color: rgb(190, 190, 190);
    font-size: 16px;

}
.promotion_send_btn{
    width: calc(80% - 40px);
    max-width: calc(400px - 20px);
    padding: 10px 20px;
    background-color: var(--subColor);
    text-align: center;
    border-radius: 15px;
    color: white;
    transition: 0.2s;
    cursor: pointer;
}
.promotion_send_btn:hover{
    background-color: var(--mainColor);
    outline: 1px solid yellow;
    color: yellow;
    transition: 0.2s;
}
.promotion_step_correct_wrap{
    display: flex;
    flex-direction: row;
    gap: 3px;
    justify-content: center;
    align-items: center;
}
.promotion_msg_title{
    font-weight: 900;
    font-size: 16px;
    color: var(--subColor);
}
.promotion_step_correct_icon{
    fill: var(--subColor);
    width: 20px;
    height: 20px;
}
.promotion_step_correct_text{
    color: grey;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 15px;
}
.promotion_kakaoWarning{
    width:80%;
    font-weight: 900;
    color: white;
}
.vacation_promotion_attachFile{
    position: relative;
    width: calc(100% - 20px);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.vacation_promotion_step2_title{
    position: relative;
    width: calc(100% - 20px);
    text-align: left;
    font-weight: 900;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.vacation_promotion_step2_title::before{
    content: '✔ ';
    color: white;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    background-color: var(--subColor);
}
.vacation_promotion_step2_info{
    padding: 10px;
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: var(--outlineColor);
    border-radius: 10px;
    border: 1px solid grey;
}
.vacation_promotion_attachFile_process{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap:20px;
    justify-content: flex-end;
    align-items: center;
}
.vacation_promotion_attachFile_process_step{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}
.vacation_promotion_attachFile_file,
.vacation_promotion_goAhead{
    min-width: 150px;
    padding: 5px 10px;
    text-align: center;
    background-color: var(--subColor);
    color: white;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.2s;
}
.vacation_promotion_attachFile_file:hover{
    background-color: var(--mainColor);
    color: yellow;
    transition: 0.2s;
}

.vacation_promotion_goAhead{
    background-color: var(--outlineColor);
    color: black;
}
.vacation_promotion_goAhead:hover{
    background-color: grey;
    color: white;
    transition: 0.2s;
}
.vacation_promotion_attachFile_file_done{
    background-color:var(--outlineColor);
    color:  grey;
}
.vacation_promotion_attachFile_fileName{
    color: grey;
    width: 400px;
}

.vacation_promotion_process_step3_table_wrap{
    position: relative;
    width: calc(100% - 40px);
    height: 83%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.vacation_promotion_process_step3_table{
    position: relative;
    width: 100%;
    height: 100%;
}

.promotion_step2_table{
    width: 100%;
    height: 90%;
    display: flex;
    overflow: auto;
    flex-direction: column;
}
.promotion_step2_table_tr{
    width: 100%;
    display: flex;
    flex-direction: row;
    border-top: 1px solid var(--outlineColor);
}
.promotion_step2_table_th{
    background-color: #E0E0E0;
    border-right: 1px solid white;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.promotion_step2_table_td{
    text-align: center;
    height: 35px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.promotion_step2_table_th:nth-child(1), .promotion_step2_table_td:nth-child(1){width: 15%;}
.promotion_step2_table_th:nth-child(2), .promotion_step2_table_td:nth-child(2){width: 20%;}
.promotion_step2_table_th:nth-child(3), .promotion_step2_table_td:nth-child(3){width: 10%;}
.promotion_step2_table_th:nth-child(4), .promotion_step2_table_td:nth-child(4){width: 10%;}
.promotion_step2_table_th:nth-child(5), .promotion_step2_table_td:nth-child(5){width: 10%;}
.promotion_step2_table_th:nth-child(6), .promotion_step2_table_td:nth-child(6){width: 10%;}
.promotion_step2_table_th:nth-child(7), .promotion_step2_table_td:nth-child(7){width: 30%;}

.promotion_step2_more{
    padding: 3px 7px;
    color: white;
    font-size: 13px;
    border-radius: 10px;
    background-color: var(--subColor);
    cursor: pointer;
    transition: 0.2s;
}
.promotion_step2_more:hover{
    background-color: var(--mainColor);
    transition: 0.2s;
}
.promotion_step2_table_hiddenTr{
    width: calc(100% - 40px);
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px;
}
.reception_app_signBackground{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0, 0.6);
}
.reception_app_signBox{
    position: relative;
    padding: 20px;
    max-width: 400px;
    width: calc(85% - 40px);

    background-color: white;
    border-radius: 15px;

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

.reception_app_signBox_title{
    font-size: 18px;
    font-weight: 900;
}
.receptiop_app_signBox_point{
    width: 45px;
    height: 45px;
    background-color: var(--subColor);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    margin: 0 10px;
    font-size: 20px;
    align-items: center;
    color: white;
}
.reception_app_signBox_body{

    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.reception_app_signbox_img{
    width: 70px;
    height: 70px;
    fill: var(--subColor);
}
.reception_app_signbox_text{
    color: grey;
    font-size: 14px;
    text-align: center;
}
.reception_app_signBox_pw{
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.reception_app_signBox_pw_title{
    color: grey;
}
.reception_app_signBox_pw_input{
    padding: 5px 10px;
    width: calc(70% - 20px);
    border: 1px solid grey;
    border-radius: 10px;
    text-align: center;
}
.reception_app_signBox_pw_input:focus{
    background-color: rgb(42, 88, 187, 0.2);
}
.reception_app_signBox_pw_input::-webkit-outer-spin-button,
.reception_app_signBox_pw_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.reception_app_signBox_option{
    width: calc(100% - 20px);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.reception_app_signBox_btn_active,
.reception_app_signBox_btn{
    width: calc(100% - 10px);
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--outlineColor);
    cursor: pointer;
}
.reception_app_signBox_btn_active{
    background-color: var(--subColor);
    color: white;
}
.reception_app_signBox_btn:hover{
    background-color: grey;
    color: white;
    transition: 0.2s;
}
.reception_app_signBox_btn_active:hover{
    background-color: var(--mainColor);
    transition: 0.2s;
}
.reception_standBy_vacation_container{
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    /* height: calc(100vh - 55px); */
    padding: 20px;
    gap: 60px;
    border: 1px solid var(--outlineColor);
    border-radius: 15px;
}
.reception_standBy_vacation_nav{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    justify-content: center;
    align-items: flex-end;
}
.reception_standBy_vacation_nav_itm_text{
    color: grey;
    font-size: 15px;
}
.reception_standBy_vacation_nav_itm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.reception_standBy_vacation_nav_itm_svg{
    fill: grey;
    width: 25px;
    height: 25px;
}
.reception_standBy_vacation_nav_itm:hover,
.reception_standBy_vacation_nav_itm:hover > .reception_standBy_vacation_nav_itm_text,
.reception_standBy_vacation_nav_itm:hover > .reception_standBy_vacation_nav_itm_svg{

    transition: 0.2s;
    color: var(--subColor);
    fill: var(--subColor);
    font-weight: 900;
    transform: scale(1.1);
}


.reception_app_token_wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.reception_app_token_img{
    width: 55px;
    height: 55px;
    fill: rgb(194, 194, 194);
}
.reception_app_token_text{
    color: rgb(194, 194, 194);
}
.reception_app_token_btn{
    color: white;
    background-color: rgb(194, 194, 194);;
    padding: 3px 5px;
    border-radius: 5px;
}


.reception_app_signItem_wrap{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.reception_app_signItem_container{
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reception_app_signItem{
    width: calc(100%);
    border-radius: 15px;
    border: 1px solid var(--outlineColor);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.reception_app_signItem_detail{
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.reception_app_signItem_detail_item{
    width: calc(100% - 30px);
    padding: 15px;
    border-radius: 15px;
    border: 1px solid var(--outlineColor);

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

    background-color: rgb(241, 241, 241);

}
.reception_app_signItem_detail_item_textWrap{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 5px 0;
}
.reception_app_signItem_detail_item_text_title{
    font-weight: 900;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
}
.reception_app_signItem_detail_item_text_title::before{
    content: '';
    display: block;
    border-radius: 50%;
    background-color: var(--subColor);
    width: 8px;
    height: 8px;
}
.reception_app_signItem_detail_item_text_body{
    padding-left: 15px;
}
.reception_app_signItem_attachFile_wrap{
    position: relative;
    width:100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.reception_app_signItem_attachFile_item{
    width: 95%;
}
.reception_app_signItem_detail_signItem{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}
.reception_app_signItem_detail_btnWrap{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.reception_app_share_item{
    color: grey;
    text-align: right;
}
.reception_app_share_open{
    display: inline-block;
    background-color: grey;
    color: white;
    padding: 3px 7px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}
.reception_app_share_open:hover{
    background-color: var(--subColor);
    transition: 0.2s;
}
.reception_app_btn_item{
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.reception_app_signItem_top{
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    color: grey;
}
.reception_app_signItem_body{
    width: calc(100% - 20px);
    text-align: right;
    padding: 10px;
}
.reception_app_signItem_body_point{
    font-weight: 900;
    color: red;
}
.reception_app_signItem_option{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.reception_app_signItem_btn,
.reception_app_signItem_btn_noActive{
    position: relative;
    width: calc(100%);
    padding: 10px 0;
    border: 1px solid var(--outlineColor);
    text-align: center;
    cursor: pointer;
}
.reception_app_signItem_btn_noActive{color: grey; background-color: var(--outlineColor); cursor: not-allowed;}
.reception_app_signItem_btn:hover{
    background-color: grey;
    color: white;
}
.reception_app_signItem_btn:first-child{border-bottom-left-radius: 15px;}
.reception_app_signItem_btn:last-child{border-bottom-right-radius: 15px;}

.reception_app_redeemCause_text{
    resize: none;
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--outlineColor);
}
.reception_app_redeemCause_btn{
    padding: 5px 10px;
    background-color: grey;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-weight: 900;
}

.reception_app_signItem_pw{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.reception_app_signItem_pw_title{
    font-weight: 900;
    font-size: 18px;
    color: var(--subColor);
}
.reception_app_signItem_pw_input_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reception_app_signItem_pw_input{
    padding: 7px 15px;
    border-radius: 10px;
    text-align: center;
}
.reception_app_signItem_pw_info{
    font-size: 14px;
    color: grey;
}

.normalVc2_homeTop_inputWrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.normalVc2_homeTop_title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.normalVc2_homeTop_title:hover{
    font-weight: 900;
    color: var(--subColor);
}
.normalVc2_homeTop_input{
    all: unset;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 5px 10px;
    width: 100px;
    text-align: center;
    
    background-color: #DCEDEE;
    /* cursor: pointer; */
}

.normalVc2_infoIcon{
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: 0.2s;
}
.normalVc2_infoIcon:hover{
    fill: var(--subColor);
    transition: 0.2s;
}
.normalVc2_input_item{
    all: unset;
    width: calc(100px - 10px);
    padding: 3px 5px;
    border-radius: 10px;
    border: 1px solid var(--outlineColor);
    cursor: text;
}

.normalVc2_input_item_exists,
.normalVc2_input_item:focus{
    background-color: var(--bg_subColor);
    border: 1px solid grey;
}
.normalVc2_create_reward_btn{
    padding: 3px 5px;
    border-radius: 5px;
    background-color: var(--subColor);
    color: white;
    cursor: pointer;
    transition: 0.2s;
}
.normalVc2_create_reward_btn:hover{
    background-color: var(--mainColor);
    transition: 0.2s;
}
.vacation_restricted_updateDate{
    font-size: 13px;
    color: grey;
    text-align: center;
}
.vacation_restricted_useDays{
    font-size: 13px;
    color: grey;
    text-align: center;
}
.vacation_restricted_memo_wrap{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}
.vacation_restricted_memo_text{
    font-size: 13px;
    color: rgb(206, 206, 206);
}
.vacation_restricted_memo_icon{
    fill: var(--subColor);
    padding: 2px;
    cursor: pointer ;
}
.vacation_restricted_memo_icon:hover{
    fill: var(--mainColor);
    transition: 0.2s;
    
}
.normalVc2_final_days{
    background-color: var(--bg_subColor);
    font-weight: 900;
}
.vacation_resrtict_body{
    position: relative;
    width: calc(100% - 40px);
    padding: 20px;
    height: 300px;
    overflow-y: auto;
    background-color: rgb(230, 235, 236);

    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
}
.vacation_resrtict_body_item{
    position: relative;
    width:calc(100% - 20px - 2px);
    padding: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: white;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
    border: 1px solid var(--outlineColor);
    box-shadow: 3px 3px 3px grey;
}

.vacation_resrtict_body_item_date{
    position: relative;
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: rgb(185, 185, 185);
}
.vacation_resrtict_body_item_delete{
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
}

.vacation_resrtict_body_item_memo{
    position: relative;
    width: calc(100% - 40px);
    padding: 0 20px;
}
.vacation_resrtict_body_item_text_plus{
    font-weight: 900;
    color: var(--subColor);
}
.vacation_resrtict_body_item_text_minus{
    font-weight: 900;
    color: red;
}
.vacation_resrtict_add{
    width: calc(100% - 60px);
    padding: 14px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 130px;
    justify-content: center;
    border-top: 2px solid black;
}
.vacation_resrtict_add_days{
    position: relative;
    width: calc(100% - 20px - 2px);
    border: 1px solid var(--outlineColor);
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
    text-align: center;
}
.vacation_resrtict_add_days::-webkit-inner-spin-button,
.vacation_resrtict_add_days::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.vacation_resrtict_add_memo{
    position: relative;
    width: calc(100% - 20px - 2px);
    height: calc(100px - 20px);
    resize: none;
    border: 1px solid var(--outlineColor);
    padding: 10px;
    border-radius: 10px;
}
.vacation_resrtict_add_memo::placeholder{text-align: center};
.vacation_resrtict_add_memo:focus{
    outline: 1px solid rgb(184, 184, 184);
}
.vacation_resrtict_newMemo{
    position: relative;
    width:calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.vacation_resrtict_newMemo_textArea{
    position: relative;
    width: calc(100% - 20px - 2px);
    resize: none;
    border: 1px solid var(--outlineColor);
    padding: 10px;
    border-radius: 10px;
}









@media (max-width:900px) {
    .reception_topWrap {
        width: calc(99% - 20px);
        padding: 10px;
    }

    .vacation_reception_directResponse_infoBox,
    .vacation_reception_directResponse_nav,
    .signSys_password_zone{
        width: calc(90% - 40px);
        padding: 20px;
    }
    .share_signSys_spread_body_info,
    .share_signSys_spread_body_table,
    .share_signSys_spread_body_option{
        width: calc(90% - 20px);
    }
    .share_signSys_zone{
        /* margin-top: 30px; */
        width: calc(100% - 20px);
        padding: 20px 10px;
        /* gap: 100px; */
    }
    .vacation_reception_directResponse_item_show{
        width: 95%;
    }
    .vacation_reception_directResponse_box{
        width: calc(90%);
    }

    .vacation_reception_directResponse_attachFile_modalBox{
        min-width: auto;
        width: 100%;
    }
    .vacation_reception_directResponse_attachFile_preview_wrap{
        width: 100%;
        height: auto;
        aspect-ratio: auto;
    }
    .vacation_reception_directResponse_attachFile_imagesChangeBtn_left{
        fill: rgb(0, 0, 0, 0.5);
        left: 0;
        bottom: 0;
    }
    .vacation_reception_directResponse_attachFile_imagesChangeBtn_right{
        fill: rgb(0, 0, 0, 0.5);
        right: 0;
        bottom: 0;
    }
    
    .vacationHome_item_calendar{
        width: calc(100% - 20px - 6px);
        padding: 10px;
    }
    .reception_calendar_select_title{
        font-size: 15px;
    }
    .reception_calendar_date{
        font-size: 11px;
    }
    .reception_top{
        width: calc(98% - 20px);
        padding:10px;
    }
    .reception_nav{
        width: calc(100% - 20px);
        padding:10px;
    }
    .reception_top_text{
        font-size: 18px;
    }
    
    .reception_request_result_container{
        width: calc(100% - 20px);
        padding: 10px;
    }
    .reception_splashScreen_zone{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--subColor);
        z-index: 2;
    }
    .reception_infoTitle{
        font-size: 16px;
    }
    .reception_header {
        font-size: 25px;
        font-weight: 900;
    }
    .reception_infoText{
        font-size: 16px;
    }
    .reception_input{
        font-size: 16px;
    }

    .checkReceiverSenderBtn {
        width: 70%;
        font-size: 22px;
        padding: 10px;
    }
    .reception_vacation_termType{
        flex-direction: column;
    }
    .reception_vacation_termType_item_body{
        width: 100%;
    }
    .reception_app_item_wrap{
        /* flex-direction: column; */
        gap: 10px;
    }
    .reception_app_item {
        width: 80%;
    }
    .reception_app_zone{
        width: calc(100% - 10px);
        padding: 5px;
    }

    .directResponse_topTitle{
        font-size: 15px;
    }
    .directResponse_show_th,
    .directResponse_show_td{
        font-size: 13px;
    }
    .reception_form_body{
        width: calc(100% - 20px - 2px);
        height: calc(100% - 120px - 6px);
        padding: 60px 10px;
    }
    .share_signSys_spread_body_table_td_button{
        padding: 2px 4px;
        font-size: 14px;
    }
}








@keyframes textZoom{
    0% {
        font-size: 60px;
    }
    100% {
        font-size: 35px;
        padding: 20px;
        border-radius: 15px;
        border: 10px solid white;
    }
}

@keyframes slideDown{
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

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