@charset "UTF-8";
div {
  font-family: 微軟正黑體; }

a {
  display: inline-block;
  text-decoration: none;
  color: #333; }

.menu_active {
  color: #EB6687;
  font-weight: bolder; }

nav {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: white;
  z-index: 80;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1); }

.logo {
  position: absolute;
  top: 50%;
  left: 2%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 120; }

.logo img {
  width: 100%;
  max-width: 200px;
  z-index: 120; }

.menu {
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.menu ul {
  display: inline-block;
  color: black; }

.menu ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  cursor: pointer;
  font-size: 18px;
  color: black; }

.menu ul li a:hover {
  color: #5fb9b7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.menu ul li:nth-child(3) a {
  display: inline-block;
  background-color: #5fb9b7;
  padding: 30px 40px; }

.menu ul li:nth-child(3) a {
  color: #fff; }

.menu ul li:nth-child(3) a:hover {
  color: white;
  background-color: #ffb600;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.c-hamburger {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  background-color: #5fb9b7;
  outline: none;
  border-radius: 3px;
  z-index: 100; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 30px;
  left: 18px;
  right: 18px;
  height: 2px;
  background: white;
  border-radius: 50px; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  border-radius: 50px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ""; }

.c-hamburger span::before {
  top: -10px; }

.c-hamburger span::after {
  bottom: -10px; }

.m-menu {
  display: none; }

footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #5fb9b7; }

.contact {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.contact img {
  width: 80%;
  max-width: 150px;
  margin: 30px 0; }

.contact ul {
  display: inline-block;
  margin: 30px auto;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid white; }

.contact ul li {
  color: #fff;
  line-height: 2;
  text-align: left; }

.copy_right {
  text-align: center;
  padding: 20px 0;
  color: #ccc;
  font-size: 14px;
  line-height: 2;
  background-color: #398d8c; }

#btn_donation {
  position: fixed;
  top: 65vh;
  right: 10px;
  z-index: 99; }

#btn_donation ul li {
  padding: 2px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

#btn_donation a {
  background: url(../img/fix_btn.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffb600;
  padding: 25px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  color: white; }

#btn_donation a:hover {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: white;
  background-color: #ec6861; }

@media screen and (min-width: 768px) {
  footer hr {
    display: none; }
  .contact ul {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid white;
    padding-top: 0px;
    border-top: 0px solid white; } }

@media screen and (max-width: 1025px) {
  .menu {
    display: none; }
  .c-hamburger {
    display: block; }
  .m-menu {
    display: block; }
  .m-menu {
    display: block;
    position: relative; }
  .m-menu ul {
    display: none;
    position: relative;
    width: 100%;
    color: white;
    margin-top: 0; }
  .m-menu ul li {
    background-color: #5fb9b7;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: middle; }
  .m-menu ul li a {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 15px 0;
    right: 0;
    color: white; }
  .m-menu ul li:nth-child(3) {
    background-color: #ffb600; } }
