:root {
    --editor-color1: #3D3162;
    --editor-color2: #f0eef5;
    --editor-color3: #5337a7;
    --editor-color4: #624f95;
    --editor-color5: #dad1f3;
}
.editor-fast-sect:target {
    padding-top: 90px;
    margin-top: -90px;
}

.editor-fast-nav1,
.editor-fast-nav2,
.editor-fast-sect {
    font-family: '微軟正黑體';
    font-size: 16px;
    overflow: auto;
}

.editor-fast-nav1 {
    border: 2px solid;
    padding: 10px 20px;
    border-radius: 20px;
    padding: 2px 22px;
    margin: 30px 0 50px;
}

.editor-fast-nav1 .nav-list,
.editor-fast-nav2 .nav-list,
.editor-fast-nav3 .nav-list,
.editor-list1 ul,
.editor-list2 ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.editor-fast-nav1 .nav-list li,
.editor-fast-nav2 .nav-list li,
.editor-fast-nav3 .nav-list li,
.editor-list1 ul li,
.editor-list2 ul li {
    list-style-type: disc;
}

.editor-fast-nav1 .nav-heading,
.editor-fast-nav2 .nav-heading {
    font-family: '微軟正黑體';
    font-size: 30px;
    font-weight: 400;
    margin: 10px 0;
}

.editor-fast-nav1 .nav-list a {
    font-size: 18px;
}

.editor-fast-nav1 .nav-list a:hover,
.editor-fast-nav2 .nav-list a:hover,
.editor-fast-nav3 .nav-list a:hover {
    text-decoration: underline;
}

.editor-fast-nav2 {
    border: 3px solid;
    border-width: 2px 2px;
    padding: 2px 22px;
    margin: 30px 0 50px;
    width: 100%;
}

.editor-fast-nav2 .nav-list {
    padding-left: 20px !important;
}

.editor-fast-nav2 .nav-list li {
    list-style: circle;
    margin: 15px auto;
}

.editor-fast-nav2 .nav-list a {
    font-weight: bold;
}


.editor-fast-nav2 .nav-heading {
    font-weight: 700 !important;
    text-align: center;
    line-height: 27px;
    margin: 14px 0 15px 0;
    padding: 5px 10px 7px 10px;
    border: 2px solid;
}

.editor-fast-nav3 {
    padding: 2px 20px;
    margin: 70px auto 50px;
    display: block;
    border: 2.5px solid;
    position: relative;
    font-size: 18px;
}

.editor-fast-nav3 .nav-heading {
    line-height: 34px;
    font-size: 20px;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px;
    text-align: left;
    position: absolute;
    width: 50%;
    left: -2.5px;
    top: -64px;
    padding: 3px 19px;
    margin: 22px 0px 5px 0px;
}

.editor-fast-nav3 .nav-list {
    margin: 10px 0 0 !important;
}

.editor-fast-nav3 .nav-list li {
    list-style: circle;
    margin: 10px 0;
}


.editor-fast-sect {
    margin-bottom: 2.5em;
}

.editor-fast-sect .sect-heading {
    font-family: '微軟正黑體';
    font-size: 24px;
    font-weight: 700 !important;
}

.editor-list1,
.editor-list2 {
    border: 2px solid;
    border-radius: 10px;
    padding: 6px 14px 1px 13px;
    margin: 15px 9px 1px 1px;
    font-size: 18px;
    list-style-type: none;
}

.editor-list2 li {
    margin: 15px 0;
}

.editor-tmp-table1 {
    margin: 14px 0px 1px 0px;
    border: 2px solid;
}

.editor-tmp-table1 th {
    padding: 15px 20px;
    width: 17%;
    border-bottom: 2px solid var(--editor-color4);
    position: relative;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.editor-tmp-table1 th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid var(--editor-color1);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.editor-tmp-table1 td {
    padding: 17px 28px 17px 19px;
    border-bottom: 2px solid var(--editor-color1);
    color: #000000;
}

.editor-tmp-table2 {
    margin: 14px 0px 1px 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 2px solid #FFFFFF;
}

.editor-tmp-table2 th {
    padding: 15px 20px;
    width: 17%;
    border-bottom: 2px solid #FFFFFF;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.editor-tmp-table2 td {
    padding: 15px 20px;
    border-bottom: 2px solid #FFFFFF;
    color: #000000;
}

.editor-tmp-table3 {
    margin: 14px 0px 1px 0px;
    border-collapse: collapse;
    border-style: hidden;
    box-shadow: 0 0 0 1px #000;
    border-radius: 5px;
}

.editor-tmp-table3 th {
    padding: 15px 20px;
    border-bottom: 1px solid var(--editor-color3);
    position: relative;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 17%;
}

.editor-tmp-table3 td {
    padding: 15px 20px;
    border-bottom: 1px solid #000000;
    color: #000000;
}

.editor-tmp-table4 {
    margin: 14px 0px 1px 0px;
    border-collapse: collapse;
}

.editor-tmp-table4 thead th {
    padding: 8px 20px;
    color: #FFFFFF;
    border: 1px solid;
    font-size: 18px;
    text-align: center;
}

.editor-tmp-table4 tbody th {
    color: #FFFFFF;
    padding: 20px;
    background-color: var(--editor-color4);
    border: 1px solid;
    font-size: 18px;
    text-align: center;
}

.editor-tmp-table4 tbody td {
    padding: 20px;
    border: 1px solid;
    color: #000000;
}

.editor-tmp-table5 {
    margin: 14px 0px 1px 0px;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

.editor-tmp-table5 thead th {
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 20px;
    border: 1px solid var(--editor-color2);
}

.editor-tmp-table5 tbody td {
    font-size: 16px;
    border: 1px solid;
    padding: 5px 28px 5px 10px;
    color: #000000;
    text-align: center;
}



.editor-list1,
.editor-list2 {
    color: #111;
}

.editor-fast-nav1,
.editor-fast-nav2,
.editor-fast-nav2 .nav-heading,
.editor-fast-nav3,
.editor-list1,
.editor-list2,
.editor-tmp-table1 {
    border-color: var(--editor-color1);
}

.editor-fast-nav1 {
    box-shadow: 0px 0px 5px var(--editor-color2);
}

.editor-fast-nav2 {
    box-shadow: 3px 3px var(--editor-color2);
}

.editor-fast-nav2 .nav-heading {
    box-shadow: 3px 3px 1px 0px #D1DFE8;
    background: linear-gradient(200deg, var(--editor-color1), #f6910000, var(--editor-color5));
}

.editor-fast-nav1 .nav-list a,
.editor-fast-nav2 .nav-list,
.editor-fast-nav2 .nav-list a,
.editor-fast-nav3 .nav-list,
.editor-fast-nav3 .nav-list a,
.editor-fast-sect .sect-heading {
    color: var(--editor-color3);
}

.editor-fast-nav1 .nav-heading,
.editor-fast-nav2 .nav-heading {
    color: var(--editor-color1);
}

.editor-fast-nav1 .nav-list a:hover,
.editor-fast-nav2 .nav-list a:hover {
    color: var(--editor-color1);
}

.editor-fast-nav3 .nav-heading,
.editor-tmp-table1 th,
.editor-tmp-table2 th,
.editor-tmp-table3 th,
.editor-tmp-table4 thead th,
.editor-tmp-table5 thead th {
    background-color: var(--editor-color1);
}

.editor-list1,
.editor-list2,
.editor-tmp-table1,
.editor-tmp-table2,
.editor-tmp-table3,
.editor-tmp-table5 tbody tr:nth-child(2n) {
    background-color: var(--editor-color2);
}

.editor-tmp-table4 thead th,
.editor-tmp-table4 tbody th,
.editor-tmp-table4 tbody td,
.editor-tmp-table5 tbody td {
    border-color: var(--editor-color5);
}

@media (max-width: 1199px) {
    .editor-fast-sect:target {
        padding-top: 92px;
        margin-top: -92px;
    }
}

@media (max-width: 767px) {
    .editor-fast-nav3 .nav-heading {
        width: 100%;
        font-size: 18px;
    }

    .editor-tmp-table-wrap {
        overflow-x: auto;
    }

    .editor-tmp-table-wrap table {
        min-width: 600px;
    }

    .editor-tmp-table-wrap .editor-tmp-table4 {
        min-width: 400px;
    }
}
