* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Red Hat Display", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

em,
i {
  font-style: normal;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

button {
  cursor: pointer;
}

a {
  color: #000;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
a:hover {
  color: teal;
  text-shadow: 0 0 5px #fff;
}

body header {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.375rem;
  padding: 0.3rem 0;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: saturate(120%) blur(6px);
  backdrop-filter: saturate(120%) blur(6px);
  box-shadow: 0 3px 10px rgba(60, 60, 60, 0.2);
  z-index: 1000;
}
body header nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
body header nav .svLogo {
  display: flex;
  justify-content: center;
}
body header nav .svLogo img {
  height: 1.875rem;
}
body header nav .svLogo b {
  display: none;
}
body header nav .navMenu {
  display: flex;
  align-items: center;
  justify-content: center;
}
body header nav .navMenu ul {
  display: flex;
  justify-content: start;
}
body header nav .navMenu ul li a {
  margin: 0.25rem 0.5rem;
  text-wrap: nowrap;
}
body header nav .navMenu ul li a:hover::after {
  content: "";
  width: 100%;
  display: flex;
  position: absolute;
  background: #27beb1;
  margin: 0rem 0.5rem;
  transform: translateY(-2px);
  border-bottom: solid 1px teal;
}
body header nav .navSlStyles {
  display: flex;
  align-items: center;
  justify-content: center;
}
body header nav .navSlStyles div {
  display: flex;
  align-items: center;
}
body header nav .navSlStyles div a {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
}
body header nav .navSlStyles div a:hover .a {
  fill: teal;
}
body header nav .navSlStyles div img {
  padding-right: 0.3rem;
}
body article {
  display: flex;
  justify-content: center;
  background: #eaeaea;
}
body article .svCSmImg1 {
  margin-top: 4.375rem;
  height: 350px;
  background-image: url("../assets/certificate_img2.jpg");
  background-size: cover;
  background-position: 50% 40%;
}
body article .svCSmImg2 {
  margin-top: 4.375rem;
  height: 350px;
  background-image: url("../assets/certificate_img2.jpg");
  background-size: cover;
  background-position: 60% 70%;
}
body article .svCSr {
  padding: 4.375rem 1.5rem 1rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #dadada;
}
body article .svCSr h3 {
  font-size: 2.25rem;
  font-weight: 300;
  color: teal;
  margin-bottom: 1rem;
}
body article .svCSr > div:nth-child(2) {
  margin-bottom: 1rem;
}
body article .svCSr .input-group input {
  font-size: 0.85rem;
}
body article .svCSr .input-group .btn {
  font-size: 0.85rem;
}
body article .svCSr .input-group .btn.btn-primary {
  background: #0f7c74;
  border: #0b625c;
}
body article .svCSr .formStyle1 {
  display: flex;
  background: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
}
body article .svCSr .formStyle1 input {
  flex: 1 1;
  width: 8rem;
  font-size: 0.8rem;
  border: none;
  padding: 0.5rem 0.5rem;
}
body article .svCSr .formStyle1 > div {
  flex: 1 1;
  display: flex;
  align-items: center;
}
body article .svCSr .formStyle1 > div:first-child {
  border-right: solid 1px #ececec;
}
body article .svCSr .formStyle1 > div:last-child {
  padding: 0;
}
body article .svCSr .formStyle1 button {
  width: 100%;
  border: none;
  padding: 0.5rem 0.75rem;
  background: #0f7c74;
  color: #fff;
  font-size: 1rem;
}
body article.odd {
  background: #fff;
  padding: 2rem 0;
}
body article .sCertificate {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
body article .sCertificate div {
  display: flex;
  justify-content: center;
}
body article .sCertificate .scPic {
  justify-content: center;
  border-radius: 8px;
  border: solid 1px #aaa;
  overflow: hidden;
  width: 40%;
}
body article .sCertificate .scPic img {
  width: 100%;
}
body article .sCertificate .scContent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body article .sCertificate .scContent > div {
  display: inline;
  text-align: center;
  padding: 0.25rem 0.75rem;
  width: 90%;
  background-color: #faf8f5;
}
body article .sCertificate .scContent > div:first-child {
  border-bottom: solid 1px #99bbcc;
  padding-bottom: 1rem;
  padding-left: 0;
  background-color: #fff;
}
body article .sCertificate .scContent > div:last-child {
  color: teal;
  border-bottom: solid 1px #99bbcc;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
body article .sCertificate .scContent > div:last-child.fontSize1 {
  font-size: 1rem;
}
body article .sCertificate .scContent > div:last-child.fontSize1 b {
  font-size: 0.75rem;
  color: #fff;
  background: #0f7c74;
  border-radius: 4px;
  padding: 0.2rem 0.4rem;
  margin-left: 0.3rem;
}
body article .sCertificate .scContent > div:last-child b {
  color: darkred;
  display: inline;
}
body article .sCertificate .scContent > div:nth-child(2) {
  padding-top: 1rem;
}
body article .sCertificate .scContent > div h3 {
  font-size: 1.25rem;
  color: #005555;
}
body article .scList {
  display: flex;
  flex-direction: column;
}
body article .scList ul {
  display: flex;
  font-size: 0.85rem;
  background: #eaeaea;
}
body article .scList ul:last-child {
  border-bottom: solid 1px #bbb;
}
body article .scList ul:nth-child(2n-1) {
  background: #fff;
}
body article .scList ul:nth-child(2n-1) li {
  border-left: 1px solid #ececec;
}
body article .scList ul li {
  flex: 1 1;
  display: flex;
  justify-content: center;
  padding: 0.4rem 0.5rem;
  border-left: 1px solid #fff;
}
body article .scList ul li:nth-child(2) {
  justify-content: start;
  text-align: left;
}
body article .scList ul li:first-child {
  flex: 0 1 3rem;
  justify-content: center;
  border-left: none;
}
body article .scList ul li a:hover::after {
  content: "";
  width: 100%;
  display: flex;
  position: absolute;
  background: #27beb1;
  transform: translateY(-2px);
  border-bottom: solid 1px teal;
}
body article .scList ul:first-child {
  background: #99bbcc;
}
body article .scList ul:first-child li {
  justify-content: center;
}
body footer {
  padding: 1rem 0 0.75rem 0;
  width: 100%;
  background-color: #f1f1f1;
  border-top: 1px solid #dadada;
}
body footer .ftMoreUrl {
  display: flex;
  justify-content: center;
  margin-bottom: 0.75rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #cbcbcb;
}
body footer .ftMoreUrl div ul {
  display: flex;
  align-items: center;
}
body footer .ftMoreUrl div ul li {
  display: flex;
  align-items: center;
}
body footer .ftMoreUrl div ul li a {
  margin: 0.2rem 0.6rem;
}
body footer .ftMoreUrl div ul li a:hover .a {
  fill: teal;
}
body footer .ftInfo {
  display: flex;
  font-size: 0.875rem;
  font-weight: 300;
}
body footer .ftInfo div {
  display: flex;
  align-items: center;
  justify-content: center;
}
body footer .ftInfo div div {
  display: flex;
  align-items: center;
}
body footer .ftInfo div a {
  display: flex;
  align-items: center;
  margin: 0.2rem 0.75rem;
  font-weight: 400;
}
body footer .ftInfo div a:hover .a {
  fill: teal;
}
body footer .ftInfo div img {
  padding-right: 0.5rem;
}

img.img-expired {
  filter: grayscale(1);
  opacity: 0.8;
  cursor: not-allowed;
}

@media (min-width: 768px) {
  body header {
    height: 4.375rem;
  }
  body article .sCertificate .scContent > div {
    text-align: left;
  }
} /*# sourceMappingURL=style1.css.map */
/* 復刻補丁：原站 logo SVG 尺寸由主題外掛 CSS 提供，補上等效規則 */
.svLogo .svg-logo { display: inline-block; width: 100%; }
.svLogo .svg-logo svg { width: 100%; height: 1.875rem; }
