:root {
  --webmain: #3E3E3E;
  --webmainho: #3E3E3E;
}




::placeholder {
  font-size: 16px;
  color: #3e3e3e;
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 0.8px;
}

body {
  font-family: 'Noto Sans TC', sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  letter-spacing: 1.5px;
  margin: 0px;
  position: relative;
  line-height: 1.2;
  margin: 0 auto;
  background-color: white;

  color: #383838;
}

select {
  letter-spacing: 1.5px;
  color: #383838;
}

select {
  appearance: none;
  background: url(../images/icons8-down-arrow-24.png) 98% 50% no-repeat scroll
    transparent;
  line-height: 1.5;
}



a {
  transition: 0.5s ease;
  cursor: pointer;
}

a:hover {
  color: #e69e10;
}

.page_margin {
  padding-top: 80px;
}

.index_page .page_margin {
  margin: 0px;
}

.bl_hidden {
  overflow: hidden;
  /* height: 100%; */
  padding: 0px;
}

.ovfblack_hidden {
  background-color: black;
  height: 100vh;
  width: 100%;
  z-index: 998;
  position: fixed;
  opacity: 0;
  transition: 0.5s opacity ease;
}

.ovfblack_hidden2 {
  background-color: black;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: fixed;
  opacity: 0;
  /* transition: 0.5s opacity ease; */
}

.ovfblack_hidden.open {
  opacity: 0.7;
}

.ovfblack_hidden2.open {
  opacity: 0.7;
}

li {
  list-style: none;
}

li.triangle_li{
  list-style-type: disc;
}

li.triangle_li::marker{
  
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding-inline-start: 0px;
  padding-left: 20px;
}

p {
  margin: 0px;
}

:focus-visible {
  outline: none;
}

input {
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Noto Sans TC', sans-serif;
  padding: 0 10px;
}

textarea {
  resize: none;
  font-size: 16px;
  box-sizing: border-box;
  font-family: 'Noto Sans TC', sans-serif;
  padding: 10px;
}

select {
  font-family: 'Noto Sans TC', sans-serif;
  box-sizing: border-box;
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  padding: 0px;
  border: none;
  font-family: 'Noto Sans TC', sans-serif;
  cursor: pointer;
  letter-spacing: inherit;
}

@media (max-width: 768px) {
}
