
@font-face {
  font-family: 'Bebas Neue';
  src: url('path/to/bebasneue.woff2') format('woff2'),
       url('path/to/bebasneue.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  width: 100%;
}

body {
  margin: 0;
  font-size: 1rem;
  color: #2F2F2F;
  font-family: "Noto Sans TC", '微軟正黑體', 'Arial',sans-serif !important;
  box-sizing: border-box;
  width: 100%;
  scroll-behavior: smooth;  
  letter-spacing:0.8px;color:#3A4246;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background:#D2EBF2; 
}

article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  div,
  summary {
    display: block;box-sizing: border-box;
  }

/**
  * Render the `main` element consistently in IE.
  */

main {
  display: block;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */



pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #fff;
}

a:focus {
  color: #fff;
}

p{text-align: justify;line-height:140%; }

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-family: 'Noto Sans TC';
  font-weight: 500;
}

code,
kbd,
samp {
  font-family: "Noto Sans TC", '微軟正黑體', 'Arial',sans-serif;
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

p {
  font-size: 1rem;margin:0;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Noto Sans TC", '微軟正黑體', 'Arial',sans-serif;
  font-size: 1rem;
  font-weight:400;
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  color: #2F2F2F;
  -webkit-tap-highlight-color:transparent;
  letter-spacing: 1px;
}

select:focus, input:focus , button:focus{
  outline: none;
  background-color: transparent;
}

button {
  padding: 0px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


fieldset {
  padding: 0.35em 0.75em 0.625em;
}

div[role="tab"] {
  -webkit-tap-highlight-color:transparent;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

table {
  border-spacing: 0px;
}

ol, ul {
  padding-left: 0px;
  margin-top: 0px;list-style: none;
}

.form-check-input:focus {
  outline: none;
  box-shadow: none;
}


@media (max-width:1080px) {
  h1 {font-size:2rem;margin: 20px 0;}
  h4{font-size:18px;}
}
@media (max-width:768px) {
  h1 {font-size:24px;margin: 20px 0;}
  h4{font-size:16px;}
}