:root {
  --01-tag-yellow: #ffcc26;
  --01-tag-pink: #ffa290;
  --01-tag-blue: #71c0ff;

  --03-btn-primary: #41a9a5;
  --03-sub: #83cbc8;

  --02-bg-contact: #83cbc8;
  --01-bg-normal: #e8f4f6;
  --02-bg-footer: #272727;
}

.h-text-color-primary {
  color: var(--03-btn-primary);
}

body {
  color: #444444;
  font-family: PingFangTC;
  position: relative;
}

.mask--active {
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
}

h1,
h2,
h3,
p {
  margin-bottom: 0;
}

button {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
}

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

a {
  text-decoration: none;
  color: var(--03-btn-primary);
}

a:hover {
  color: var(--03-btn-primary);
}

.h-section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #444;
}

.h-section-subtitle {
  text-align: center;
  color: #444;
}

.l-section {
  margin: 120px 0;
}

.c-btn-more {
  background: var(--03-btn-primary);
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-width: 600;
  text-align: center;
  vertical-align: middle;
  border-radius: 28px;
  color: white;
  cursor: pointer;
}

@media (max-width: 768px) {
  .l-section {
    margin: 56px 0 96px 0;
  }
}
