body {
  background-color: #f7f7f7;
  color: #636363;
  font-family: Noto Serif TC;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.7;
}
a {
  color: #007cff;
}
a:hover, a:focus {
  color: #00b3ff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Noto Serif TC;
  font-weight: 900;
  line-height: 1.4;
  color: #4a4a4a;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 29px;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 20px;
}
h4, .h4 {
  font-size: 15px;
}
h5, .h5 {
  font-size: 11.5px;
}
h6, .h6 {
  font-size: 10px;
}
.btn-default {
  border-width: 0px;
  border-color: #efefef;
}
.btn-default {
  background: custom;
  font-size: 12px;
  color: #efefef;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-default:hover, .btn-default:focus {
  color: #efefef;
  border-color: custom;
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: #005e51;
}
.btn-primary {
  background: #0e540f;
  color: #efefef;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-primary:hover, .btn-primary:focus {
  color: #efefef;
  border-color: #efefef;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #efefef;
}
.btn-primary, .btn-default {
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
body {
  background-image: url('../../../../#efefef');
}
