@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Microsoft JhengHei", "微軟正黑體", 'PMingLiU', sans-serif;
}

div,
p,
img,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
a,
header,
article,
section,
aside,
nav,
footer {
  font-size: 100%;
  font-weight: normal;
  border: 0;
}

ul {
  list-style-type: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: #000;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

small {
  font-family: Verdana, Arial, Geneva, Tahoma, sans-serif;
}

.sp {
  display: none !important;
}

.fixed-front {
  z-index: 100;
}

