html,
body {
  font-family: "Verdana", "Noto Sans TC", sans-serif, "Open Sans", sans-serif !important;
  word-break: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

h1,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0px;
}

h2 {
  color: #2c2c2c;
  font-size: 45px;
  font-weight: 600;
}

h3 {
  font-size: 30px;
  color: #2c2c2c;
  font-weight: 500;
}

h4 {
  font-size: 25px;
  color: #2c2c2c;
  font-weight: bold;
}

h5 {
  font-size: 18px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  /* list-style-type: none; */
}

p {
  font-size: 18px;
  color: #666;
}

* a {
  text-decoration: none !important;
  outline: none !important;
  word-break: break-all;
}

* img {
  max-width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

* p {
  word-break: break-all;
  line-height: 1.6;
  margin-bottom: unset !important;
}

a,
button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*GOOGLE ICON*/
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* padding-right: 5px; */
  transform: translateY(5px);
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 30px;
  color: #333;
}

/*BUTTON*/
button:focus {
  outline: unset !important;
}
