/* @font-face {
    font-family: 'NexaLight';
    src: url('/fonts/nexa-light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NexaBold';
    src: url('/fonts/nexa-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
} */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*--css reset--*/

body {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    font-family: "NexaLight", figtree, Helvetica;
}

.d-flx {
    display: flex;
    justify-content: space-between;
    align-items: center
}

/*--全域--*/

h1 {
    font-family: "NexaLight", figtree, Helvetica;
    font-weight: 300;
    font-size: 40px;
    color: #f29100;
    text-align: center;
    padding-top: 84px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
}

/*--h1--*/

.h2-bg {
    background-color: #efefef;
    width: 442px;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 28px;
    margin-right: 60px;
}

h2 {
    font-family: "NexaLight", figtree, Helvetica;
    font-weight: 300;
    font-size: 32px;
    border-bottom: 0.5px solid black;
    margin-left: 142px;
    line-height: 44px;
}

.dropdown {
    position: relative;
    display: block;
    font-family: "NexaLight", figtree, Helvetica;
    font-size: 14px;
    margin-left: 142px;
    padding-bottom: 24px;
}

.dropdown-button {
    background-color: white;
    color: #f29100;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    border-bottom: 0.5px dashed black;
    width: 300px;
    font-family: "NexaLight", figtree, Helvetica;
    font-size: 16px;
}

.arrow {
    margin-left: 10px;
    font-size: 12px;
    color: #f29100;
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: white;
    min-width: 300px;
    z-index: 1;
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 0;
    padding-top: 16px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: #f29100;
}

/*--側選單--*/

.w-260 {
    width: 260px;
}

.w-865 {
    width: 865px;
}

.w-240 {
    width: 240px;
    text-align: center;
}

.container {
    display: flex;
    justify-content: start;
    align-items: start
}

th {
    font-family: "NexaBold", figtree, Helvetica;
    font-size: 12px;
}

.table {
    margin-top: 56px;
    margin-bottom: 160px;
    margin-right: 142px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    border-bottom: 0.5px solid black;
    text-align: left;
    padding-bottom: 8px;
}

td {
    border-bottom: 0.5px dashed black;
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: left;
    vertical-align: middle;
}

.file-button {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    cursor: pointer;
    background-color: #f29100;
    color: white;
    font-family: "Helvetica", opensans;
    font-size: 12px;
    padding: 8px 12px 8px 12px;
}

.file-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.Description {
    font-family: "Helvetica", opensans;
    font-size: 14px;
    color: #333333;
}

.download-link {
    text-decoration: none;
    color: #8d8d8d;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}

.download-icon {
    width: 16px;
    height: 16px;
    margin-bottom: 4px;
}

.v-a {
    text-align: center;
}

/*--左側選單與下載表格--*/

.page {
    margin-bottom: 160px;
    margin-right: 142px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
}

.page-number, a.page-number {
    margin: 0 10px;
    color:#000;
    cursor: pointer;
    padding: 7px 10px;
    font-family: "NexaLight", figtree, Helvetica;
    font-size: 12px;
}

.page-number.current, a.page-number.current {
    background-color: #f29100;
    color: white;
    font-family: "NexaBold", figtree, Helvetica;
}

.arrow2 {
    cursor: pointer;
    padding: 5px;
    margin: 0 15px;
    color: #333;
    font-size: 14px;
    font-weight: 100;
}

.arrow2:hover {
    color: #f29100;
}

/*--每筆顯示--*/

.records-dropdown .records-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #efefef;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    min-width: 134.5px;
    z-index: 1;
}

.records-dropdown .records-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid gray;
    background-color: #fff;
}

.records-dropdown .arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.records-dropdown .records-content.show {
    display: block;
}

.records-dropdown.show .arrow {
    transform: rotate(180deg);
}

.records {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: "Helvetica", figtree;
    font-size: 14px;
    margin-right: 142px;
}

.records-item {
    padding: 8px;
    cursor: pointer;
}

.records-item:hover {
    background-color: #f29100;
    color: white;
}

.button-text {
    padding-right: 90px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}

.label {
    color: gray;
    font-size: 12px;
    margin-right: 10px;
}

.label strong {
    font-size: 14px;
    color: black;
}
