@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+TC:wght@100..900&display=swap');

@charset "utf-8";




/*
--------------------------------
	reset
--------------------------------
*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, hr,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

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

body {
	-webkit-text-size-adjust: 100%; /* for iOS, Android */
}

li {
	list-style: none;
}

a, button {
	-webkit-tap-highlight-color: transparent; /* for iOS, Android */
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

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

caption, th {
	text-align: left;
}

button {
	padding: 0;
	border-style: none;
	border-radius: 0;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	appearance: none;
	line-height: 1;
}

input, select, textarea {
	padding: 0;
	border-style: none;
	border-radius: 0;
	background-color: transparent;
	outline: none;
	appearance: none;
	font-family: inherit;
	line-height: 1;
}

strong, em, b {
	font-weight: 700;
	font-style: normal;
}

*, *::before, *::after {
	box-sizing: border-box;
}




/*
--------------------------------
	font
--------------------------------
*/


html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans TC", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.6rem;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: .02em;
	line-height: 1;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}

.en {
	font-family: "Josefin Sans", sans-serif;
}
