:root {
  --webmain: #000;
  --webmainho: #95000C;
}

::placeholder {
  font-size: 16px;
  color: #757C7E;
  font-family: 'Noto Sans TC', sans-serif;
  
}

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;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}

/* body::webkit-scrollbar,
html::webkit-scrollbar{
  display:none;
} */

html{
  /* -ms-overflow-style: none;
  scrollbar-width: none;
  background-color:white; */
}

a {
  transition: 0.5s ease;
  cursor: pointer;
}

.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;
}



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;
  appearance: none;
}

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) {
}
