* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul {
  list-style-type: none;
}

button:focus,
input:focus,
select:focus {
  outline: none;
}

html,
body {
  height: 100%;
}

body {
  background-color: #ede9e0;
  padding: 0;
  font-size: 20px;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-optical-sizing: auto;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}

.pageHeader {
  position: relative;
  background-color: #d9403e;
  height: 140px;
  padding: 40px 25px 35px;
  text-align: center;
}
.pageHeader__burger {
  position: absolute;
  left: 25px;
  top: 30px;
  background-color: transparent;
  border: none;
  text-indent: -99999px;
  width: 26px;
  height: 41px;
}
.pageHeader__burger:before, .pageHeader__burger:after {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 1px;
  left: 0;
}
.pageHeader__burger:before {
  top: 12px;
  -webkit-box-shadow: 0 8px 0 0 white;
          box-shadow: 0 8px 0 0 white;
}
.pageHeader__burger:after {
  bottom: 12px;
}
.pageHeader__logo {
  display: inline-block;
  margin: 0 auto;
  height: 66px;
}
.pageHeader__logo img {
  display: block;
  margin: 0 auto;
  height: 100%;
}
.pageHeader__acc {
  position: absolute;
  display: block;
  top: 30px;
  right: 25px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(../imgs/btn-acc.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pageNavBg {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9333333333);
  overflow-y: auto;
  z-index: 49;
}

.pageNav {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  left: -280px;
  width: 280px;
  background-color: #dfa591;
  overflow-y: auto;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  z-index: 50;
}
.pageNav__list {
  height: 100%;
  padding: 25px 25px 25px;
}
.pageNav__item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pageNav__item + .pageNav__item {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.pageNav__item--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageNav__item--socialMedia {
  font-size: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pageNav__link {
  color: white;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}
.pageNav__link--fb, .pageNav__link--ig, .pageNav__link--yt {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 0;
  margin-right: 10px;
  text-indent: -99999px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pageNav__link--fb {
  background-image: url(../imgs/icon-fb.svg);
}
.pageNav__link--ig {
  background-image: url(../imgs/icon-ig.svg);
}
.pageNav__link--yt {
  background-image: url(../imgs/icon-yt.svg);
}
.pageNav__searchInput {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 30px;
  border: none;
  background-color: white;
  border: none;
  border-top: 1px solid #d68b71;
  border-left: 1px solid #d89279;
}
.pageNav__searchBtn {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  color: white;
  line-height: 1;
  font-size: 0;
  margin-left: 10px;
}
.pageNav__searchBtn:before {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid white;
}
.pageNav__searchBtn:after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 2px;
  display: block;
  width: 8px;
  height: 3px;
  background-color: white;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.openNav {
  overflow: hidden;
}
body.openNav .pageNavBg {
  display: block;
}
body.openNav .pageNav {
  display: block;
  left: 0;
}

.returnHomepage {
  position: absolute;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  width: 5%;
  height: 0;
  padding-bottom: 5%;
  left: 1.5%;
  top: 0.5%;
  z-index: 40;
}
.returnHomepage:before, .returnHomepage:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.returnHomepage:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.returnHomepage:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.psychologist-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.site-info {
  display: none !important;
}