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;
	-webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-size: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p{
	line-height: 100%;
}

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

th {
	font-weight: normal;
	text-align: left;
}

em {
	font-style: normal;
}

img {
	border: 0;
}

ol, ul ,li {
	list-style: none;
}

a {
	/* outline: none; */
	text-decoration: none;
	cursor: pointer;
}

input, select, textarea, button {
	/* outline: none; */
	border-radius: 0;
	font-family: "微軟正黑體" , "Microsoft JhengHei" , arial;
	margin: 0;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="date"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

button {
	padding: 0;
	margin: 0;
	cursor: pointer;
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

.visually-hidden,
 .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* prettier-ignore */
@media(prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
