.PrPl_tb-wr {
    width: 100%;
    position: relative;
}
dl, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.PrPl_tb-wr::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ddd;
}

.PrPl_tb {
    display: flex;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.PrPl_tb::-webkit-scrollbar {
    display: none;
}

.PrPl_tb-lk {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 16px;
    font-weight: 400;
    margin-bottom: 5px;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.PrPl_tb-lk:hover {
    background: #f2f2f2;
    border-radius: 6px;
    text-decoration: none;
    transition: all .37s cubic-bezier(.37,.15,.32,.94);
}

.PrPl_tb-lk.PrPl_tb-act:hover {
    background: #f2f2f2;
    border-radius: 6px;
}
.PrPl_tb-lk.PrPl_tb-act {
    font-weight: 700;
    position: relative;
    border-bottom: 0;
}

.PrPl_tb-lk.PrPl_tb-act::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background: #252525;
}
.PrPl_cnt {
    padding-top: 18px;
    color: #292929;
    font-size: 15px;
    line-height: 21px;
}

.PrPl_cnt p {
    /* margin: 0 0 22px; */
}

.PrPl_cnt strong {
    font-weight: 700;
}

.PrPl_cnt a {
    color: #326891;
    text-decoration: none;
}
.AbtTc_cnt {
    display: flex;
    flex-direction: column;
    float: left;
    justify-content: flex-start;
    width: 100%;
}

.AbtTc_wr, .AbtTc_cl {
    display: flex;
    flex-direction: column;
    float: left;
    width: 100%;
}

.AbtTc_cl{
    margin-bottom: 10px;
}
.AbtTc_tl1 {
    color: var(--vj-cl-Abtpg3);
    display: block;
    float: left;
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
}

.AbtTc_udln {
    text-decoration: underline;
    display: inline-block;
}
.AbtTc_tx {
    color: var(--vj-cl-Abtpg3);
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    margin-bottom: 12px;
    width: 100%;
}

.AbtTc_tx1 {
    color: var(--vj-cl-Abtpg3);
    display: block;
    margin-bottom: 8px;
    width: 100%;
}
.AbtTc_tx2{
    font-weight: 600;
}
.AbtTc_ul {
    margin-bottom: 15px;
}

.AbtTc_li {
    color: var(--vj-cl-Abtpg3);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.AbtTc_li-tl {
    color: var(--vj-cl-Abtpg2);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
}
.AbtTc_ul-1 ::marker{
    color: var(--vj-cl-Abtpg2);
    font-weight: 600;
}
.AbtTc_ul-1,
.AbtTc_ul.AbtTc_ul-2,
.AbtTc_ul-3,
.AbtTc_ul-4,
.AbtTc_ul-5 {
    margin-left: 18px;
}

.AbtTc_ul.AbtTc_ul-2 ::marker,
.AbtTc_ul-3 ::marker,
.AbtTc_ul-4 ::marker,
.AbtTc_ul-5 ::marker {
    color: var(--vj-cl-Abtpg2);
    font-weight: 400;
}

.AbtTc_ul.AbtTc_ul-n .AbtTc_li {
    list-style: none;
}

.AbtTc_ul-1 .AbtTc_li {
    list-style: decimal;
}

.AbtTc_ul.AbtTc_ul-2 .AbtTc_li  {
    list-style: upper-alpha;
}

.AbtTc_ul.AbtTc_ul-3 .AbtTc_li ,.AbtTc_ul-5 .AbtTc_ul.AbtTc_ul-3 .AbtTc_li {
    list-style: lower-alpha;
}

.AbtTc_ul.AbtTc_ul-4 .AbtTc_li {
    list-style: lower-roman;
}

.AbtTc_ul.AbtTc_ul-5 .AbtTc_li,.AbtTc_ul-4 .AbtTc_ul.AbtTc_ul-5 .AbtTc_li {
    list-style: disc;
}

.AbtTc_btn-wr {
    display: flex;
    align-items: center;
    float: left;
    justify-content: center;
    text-align: center;
}

.AbtTc_btn {
    border: 0;
    border-radius: 25px;
    background: var(--vj-cl-Abtpg2);
    color: var(--vj-cl-Abtpg5);
    display: flex;
    font-size: 15px;
    font-weight: 400;
    line-height: 38px;
    justify-content: center;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}

.AbtTc_btn:hover {
    color: var(--vj-cl-bg);

}

.AbtTc_bld {
    color: var(--vj-cl-Abtpg2);
    /* display: inline-block; */
    font-weight: 600;
}


.AbtLb_tb-wr {
    display: flex;
    width: 100%;
    /* overflow-x: auto; */
}

.AbtLb_tb {
    display: flex;
    flex: 1;
    flex-direction: column;
    float: left;
    margin-bottom: 20px;
    overflow-x: auto;
    width: 100%;
}

.AbtLb_tb1 {
    border: 0;
    margin-bottom: 20px;
    min-width: 768px;
    width: 100%;
}

.AbtLb_tb2 {
    min-width: 600px;
}

.AbtLb_th {
    border-bottom: 1px solid var(--vj-cl-AbtLb);
    display: flex;
    justify-content: flex-start;
    padding-bottom: 8px;
}

.AbtLb_th1 {
    background: var(--vj-cl-AbtLb8);
}
:root {
    --vj-cl-AbtLb: #eeeeee;
    --vj-cl-AbtLb1: #f3f3f3;
    --vj-cl-AbtLb2: #f9f9f9;
    --vj-cl-AbtLb3: #F5F5F5;
    --vj-cl-AbtLb4: #e3e3e3;
    --vj-cl-AbtLb5: #5f6368;
    --vj-cl-AbtLb6: #eff0f1;
    --vj-cl-AbtLb7: #dddddd;
    --vj-cl-AbtLb8: #f9f9f9;
}

.AbtLb_cnt {
    display: flex;
    float: left;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
}

.AbtLb_wr {
    display: flex;
    flex-direction: column;
    float: left;
    width: 100%;
}

.AbtLb_tl1 {
    display: block;
    float: left;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    color: var(--vj-cl-Abtpg2);
    margin-bottom: 5px;
}

.AbtLb_tl1-lnk {
    border-bottom: 1px solid var(--vj-cl-AbtLb);
    display: block;
    float: left;
    color: var(--vj-cl-Abtpg2);
    line-height: 24px;
    margin-bottom: 8px;
}

.AbtLb_tb-wr {
    display: flex;
    width: 100%;
    /* overflow-x: auto; */
}

.AbtLb_tb {
    display: flex;
    flex: 1;
    flex-direction: column;
    float: left;
    margin-bottom: 20px;
    overflow-x: auto;
    width: 100%;
}

.AbtLb_tb1 {
    border: 0;
    margin-bottom: 20px;
    min-width: 768px;
    width: 100%;
}

.AbtLb_tb2 {
    min-width: 600px;
}

.AbtLb_th {
    border-bottom: 1px solid var(--vj-cl-AbtLb);
    display: flex;
    justify-content: flex-start;
    padding-bottom: 8px;
}

.AbtLb_th1 {
    background: var(--vj-cl-AbtLb8);
}

.AbtLb_th-col {
    color: var(--vj-cl-Abtpg2);
    font-size: 17px;
    font-weight: 600;
    flex: 1;
    float: left;
    line-height: 24px;
    min-width: 140px;
    padding-right: 5px;
}

.AbtLb_th-col1 {
    background-color: var(--vj-cl-AbtLb8);
    border-right: 1px solid var(--vj-cl-AbtLb6);
    color: var(--vj-cl-Abtpg2);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 6px 8px;
}

.AbtLb_th-colSpn {
    text-align: center;
}

.AbtLb_th-col2 {
    background-color: var(--vj-cl-AbtLb6);
    border-right: 1px solid var(--vj-cl-AbtLb7);
    /* color: #20507b; */
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    padding: 5px 8px;
}

.AbtLb_th-col1:last-child,
.AbtLb_th-col2:last-child {
    border-right: 0;
}

.AbtLb_td {
    border-bottom: 1px solid var(--vj-cl-AbtLb1);
    display: flex;
    justify-content: flex-start;
    padding: 5px 0;
}

.AbtLb_td:last-child {
    border-bottom: 0;
}

.AbtLb_td-col {
    color: var(--vj-cl-Abtpg3);
    font-size: 15px;
    font-weight: 400;
    flex: 1;
    float: left;
    line-height: 24px;
    min-width: 140px;
    padding-right: 5px;
}

.AbtLb_td-col1 {
    border-bottom: 1px solid var(--vj-cl-AbtLb1);
    color: var(--vj-cl-Abtpg3);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 8px;
    vertical-align: top;
}

tr:last-child .AbtLb_td-col1 {
    border-bottom: 0;
}
