/* newcash-tax */
#newcash-tax .filter-wrap ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
#newcash-tax .filter-wrap ul li{
    font-weight: 500;
    background: var(--grayscale--0-white);
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid var(--grayscale--200);
    padding: 0 24px;
    cursor: pointer;
}
#newcash-tax .filter-wrap ul li.active{
    border-color: var(--grayscale--800-default);
}
#newcash-tax .filter-wrap ul li img{
    width: 12px;
    height: auto;
}
#newcash-tax .table-box-01{
    height: calc(100vh - 180px);
    min-height: 730px;
}
#newcash-tax .table-box-01 table tbody tr td button{
    font-size: 14px;
    display: inline-flex;
    min-width: auto;
    height: 36px;
}
#modelDueDateHistory .popup{
    width: 100%;
}
#modelDueDateHistory .content-group p{
    padding-bottom: 16px;
}
#modelDueDateHistory .content-group table th,
#modelDueDateHistory .content-group table td{
    text-align: left;
}
#modelDueDateHistory .popup table thead{
    position:relative;
}





/* newcash-month-lump */
#newcash-month-lump section{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#newcash-month-lump .tab-container{
    position: relative;
    line-height: normal;
    width: fit-content;
    margin: 0 auto;
}
#newcash-month-lump .tab-container .tab-group{
    position: relative;
    background: var(--grayscale--200);
    display: flex;
    border-radius: 12px;
    box-sizing: border-box;
}
#newcash-month-lump .tab-container .tab-group li{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--grayscale--500);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 48px;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
}
#newcash-month-lump .tab-container .tab-group li a{
    width:100%;
    height:100%;
    text-align:center;
    align-content:center;
    color: initial;
}
#newcash-month-lump .tab-container .tab-group li.active a{
    color: var(--grayscale--800-default);
}
#newcash-month-lump .tab-container .tab-indicator{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 48px;
    background: var(--grayscale--0-white);
    border: 1px solid var(--grayscale--800-default);
    border-radius: 12px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    z-index: 0;
}
#newcash-month-lump .contact-wrap{
    background: var(--grayscale--0-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    border-radius: 20px;
    padding: 30px 40px;
}
#newcash-month-lump .contact-wrap .txt-group{
    display: flex;
    align-items: center;
    gap: 16px;
}
#newcash-month-lump .contact-wrap .txt-group b{
    font-size: 22px;
}
#newcash-month-lump .contact-wrap .txt-group p{
    color: var(--grayscale--600);
    padding-top: 4px;
}
#newcash-month-lump .contact-wrap .btn-group{
    display: flex;
    align-items: center;
    gap: 68px;
    border-left: 1px solid var(--grayscale--200);
    padding: 8px 0 8px 40px;
}
#newcash-month-lump .contact-wrap .btn-group b{
    font-size: 20px;
}
#newcash-month-lump .contact-wrap .btn-group p{
    font-size: 14px;
    color: var(--grayscale--500);
    padding-top: 6px;
}
#newcash-month-lump .contact-wrap .btn-group a{
    width: 130px;
    height: 48px;
    border-radius: 999px;
}
#newcash-month-lump .search-wrap{
    background: var(--grayscale--0-white);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border: 1px solid var(--grayscale--200);
    border-radius: 20px;
    padding: 16px 24px;
}
#newcash-month-lump .search-wrap .input-box{
    font-size: 14px;
}
#newcash-month-lump .search-wrap .input-box .label{
    line-height: 38px;
    margin-right: 12px;
}
#newcash-month-lump .table-box-01{
    height: calc(100vh - 420px);
    min-height: 490px;
}


/* newcash-month-install */
#newcash-month-install section{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#newcash-month-install .tab-container{
    position: relative;
    line-height: normal;
    width: fit-content;
    margin: 0 auto;
}
#newcash-month-install .tab-container .tab-group{
    position: relative;
    background: var(--grayscale--200);
    display: flex;
    border-radius: 12px;
    box-sizing: border-box;
}
#newcash-month-install .tab-container .tab-group li{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--grayscale--500);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 48px;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
}
#newcash-month-install .tab-container .tab-group li a{
    width:100%;
    height:100%;
    text-align:center;
    align-content:center;
    color: inherit;
}
#newcash-month-install .tab-container .tab-group li.active a{
    color: var(--grayscale--800-default);
}
#newcash-month-install .tab-container .tab-indicator{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 48px;
    background: var(--grayscale--0-white);
    border: 1px solid var(--grayscale--800-default);
    border-radius: 12px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    z-index: 0;
}
#newcash-month-install .contact-wrap{
    background: var(--grayscale--0-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    border-radius: 20px;
    padding: 30px 40px;
}
#newcash-month-install .contact-wrap .txt-group{
    display: flex;
    align-items: center;
    gap: 16px;
}
#newcash-month-install .contact-wrap .txt-group b{
    font-size: 22px;
}
#newcash-month-install .contact-wrap .txt-group p{
    color: var(--grayscale--600);
    padding-top: 4px;
}
#newcash-month-install .contact-wrap .btn-group{
    display: flex;
    align-items: center;
    gap: 68px;
    border-left: 1px solid var(--grayscale--200);
    padding: 8px 0 8px 40px;
}
#newcash-month-install .contact-wrap .btn-group b{
    font-size: 20px;
}
#newcash-month-install .contact-wrap .btn-group p{
    font-size: 14px;
    color: var(--grayscale--500);
    padding-top: 6px;
}
#newcash-month-install .contact-wrap .btn-group a{
    width: 130px;
    height: 48px;
    border-radius: 999px;
}
#newcash-month-install .search-wrap{
    background: var(--grayscale--0-white);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    border: 1px solid var(--grayscale--200);
    border-radius: 20px;
    padding: 16px 24px;
}
#newcash-month-install .search-wrap .input-box{
    flex: 1;
    font-size: 14px;
    flex-direction: column;
    gap: 8px;
}
#newcash-month-install .table-box-01{
    height: calc(100vh - 420px);
    min-height: 490px;
}
#newcash-month-install .table-box-01 button{
    font-size: 14px;
    min-width: auto;
    height: 36px;
}
#newcash-month-install .btnHide{
    display: none;
}
#newcash-month-install .table-box-01 .lump-head{
    padding-top: 14px;
    padding-bottom: 14px;
}
#newcash-month-install .table-box-01 .lump-head.open{
    background: var(--primary--50);
}
#newcash-month-install .table-box-01 .lump-body{
    display: none;
}