/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*202204*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
img,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;
	vertical-align: baseline;*/
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 16px;
}

* {
	font-size: 1rem;
}

body * {
	max-height: 999999px;
}

body {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體', sans-serif;
	
	word-break: break-word;
}

ol,
ul {
	list-style: none;
}

table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}




/*	
@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	src: url(./fonts/NotoSansSC-Thin.otf) format('opentype');
	font-weight: 100;
	font-display: fallback;
}

@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	src: url(./fonts/NotoSansSC-Light.otf) format('opentype');
	font-weight: 300;
	font-display: fallback;
}

@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	src: url(./fonts/NotoSansSC-Regular.otf) format('opentype');
	font-weight: 400;
	font-display: fallback;
}

@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	src: url(./fonts/NotoSansSC-Medium.otf) format('opentype');
	font-weight: 500;
	font-display: fallback;
}

@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	src: url(./fonts/NotoSansSC-Bold.otf) format('opentype');
	font-weight: 700;
	font-display: fallback;
}

@font-face {
	font-family: 'Noto Sans TC';
	font-style: normal;
	src: url(./fonts/NotoSansSC-Black.otf) format('opentype');
	font-weight: 900;
	font-display: fallback;
}
*/

.cwTeXMing {
	/* src:url(./fonts/cwTeXMing-zhonly.ttf); */
	font-family: 'cwTeXMing';
}