body {
  font-family: "Microsoft JhengHei", "PingFang TC", "Microsoft Yahei", Tahoma, Helvetica, Arial, STXihei, sans-serif;
  font-size: 16px; }

a {
  text-decoration: none;
  color: black; }

a:hover {
  text-decoration: none;
  color: black; }

.page-container {
  padding-top: 65px;
  padding-bottom: 50px;
  margin: auto; }
  @media (min-width: 1201px) {
    .page-container {
      max-width: 1100px; } }
  @media (min-width: 1001px) and (max-width: 1200px) {
    .page-container {
      max-width: 1000px;
      width: 93vw; } }
  @media (min-width: 768px) and (max-width: 1000px) {
    .page-container {
      max-width: 800px;
      width: 90vw; } }
  @media (min-width: 577px) and (max-width: 767px) {
    .page-container {
      max-width: 500px; } }
  @media (min-width: 0px) and (max-width: 576px) {
    .page-container {
      max-width: 450px;
      width: 96vw;
      padding-top: 0px; } }
  @media (min-width: 1201px) {
    .page-container .siteMap-container {
      padding: 7%; } }
  @media (min-width: 1001px) and (max-width: 1200px) {
    .page-container .siteMap-container {
      padding: 5%; } }
  @media (min-width: 0px) and (max-width: 1000px) {
    .page-container .siteMap-container {
      padding: 3%; } }

.page-content-container {
  position: relative;
  padding-bottom: 20px;
  min-height: 300px;
  height: 100%;
  box-shadow: 2px 2px 2px 1px #a9a9a98a;
  display: block;
  width: 100%;
  background: white; }
  .page-content-container .page-deco {
    display: block;
    position: absolute;
    top: -40px;
    height: 40px; }
  @media (min-width: 480px) {
    .page-content-container .page-deco {
      display: block;
      position: absolute;
      top: -100px;
      height: 100px; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .page-content-container .page-deco {
      top: -80px;
      height: 80px; } }
  @media (min-width: 480px) and (max-width: 577px) {
    .page-content-container .page-deco {
      top: -60px;
      height: 60px; } }

  .page-content-container .page-title-box {
    padding: 10px; }
    .page-content-container .page-title-box .page-title {
      font-size: 30px;
      padding-left: 30px;
      padding-top: 20px;
      margin: 0; }
    .page-content-container .page-title-box .title-legend {
      margin-top: 0;
      width: 96%; }
  .page-content-container .page-content {
    width: 90%;
    margin: auto; }

.list-view .summary {
  display: none; }

.photo-album-container {
  padding: 10px; }
  @media (min-width: 501px) {
    .photo-album-container {
      padding: 20px; } }

@media (min-width: 0px) {
  #photo-album-list .photo-album-listItem-container {
    height: 80vw;
    max-height: 416px; } }
@media (min-width: 501px) {
  #photo-album-list .photo-album-listItem-container {
    height: 350px; } }
@media (min-width: 768px) {
  #photo-album-list .photo-album-listItem-container {
    height: 35vw;
    max-height: 300px; } }
@media (min-width: 992px) {
  #photo-album-list .photo-album-listItem-container {
    height: 25vw;
    max-height: 270px; } }
@media (min-width: 1200px) {
  #photo-album-list .photo-album-listItem-container {
    height: 300px; } }
#photo-album-list .parent {
  z-index: 1;
  width: 100%;
  height: 80%;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer; }
#photo-album-list .child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
#photo-album-list .parent:hover .child, #photo-album-list .parent:focus .child {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
#photo-album-list .parent:hover .child:before, #photo-album-list .parent:focus .child:before {
  display: block; }
#photo-album-list .parent:hover .open, #photo-album-list .parent:focus .open {
  display: block; }
#photo-album-list .child:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(171, 75, 65, 0.46); }
#photo-album-list .child .open {
  display: none;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff !important;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 50%;
  background: rgba(255, 106, 93, 0.9);
  border: #ffdff7 1px solid;
  border-radius: 100px;
  cursor: pointer;
  /*text-decoration: none;*/ }

.photo-album-content {
  position: relative;
  display: block;
  border-left: #ea7b79 5px solid;
  height: 100%;
  padding-left: 5px; }

.btn-success {
  margin-right: 2.5px;
  margin-left: 2.5px;
  margin-top: 5px;
  border: #ea7e79 1px solid;
  border-radius: 0;
  width: calc((1060px - 50px) / 8);
  color: #000000;
  background-color: white;
  transition: 0.5s; }

.btn-success:hover {
  border-radius: 50px;
  border: #ea7e79 1px solid;
  width: calc((1060px - 50px) / 8);
  color: #000000;
  background-color: white; }

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 149, 161, 0.5); }

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: #ea7e79; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 93, 0.68); }

@media (min-width: 0px) {
  .youtube-sharing-listItem-container {
    height: 50vw;
    max-height: 246px; } }
@media (min-width: 576px) {
  .youtube-sharing-listItem-container {
    height: 49vw;
    max-height: 250px; } }
@media (min-width: 768px) {
  .youtube-sharing-listItem-container {
    max-height: 440px; } }
@media (min-width: 992px) {
  .youtube-sharing-listItem-container {
    height: 25vw;
    max-height: 280px; } }
@media (min-width: 1200px) {
  .youtube-sharing-listItem-container {
    max-height: 300px; } }
.youtube-sharing-listItem-container iframe {
  width: 100% !important;
  height: 100% !important; }

.myButton2 {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background-color: transparent;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 0;
  border: 1px solid #ea7d79;
  display: inline-block;
  cursor: pointer;
  color: #4a4d50;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  transition: .5s; }

.myButton2:hover {
  background-color: transparent;
  border-radius: 50px; }

.myButton2:active {
  position: relative;
  top: 1px; }

#content .pageMenuBar {
  margin-top: 75px; }
#content .categoryTitle {
  background-color: #f9424b;
  color: white !important; }
#content .menu-text {
  color: black; }
#content .lev2_menu {
  background-color: white;
  border-left: 5px rgba(249, 66, 75, 0.91) solid;
  margin-left: 5px; }
#content .menu-bg-lv-3 {
  background-color: white;
  border-left: 5px rgba(249, 126, 141, 0.72) solid;
  margin-left: 10px; }

.slides a:hover {
  cursor: pointer; }

.slides label:hover {
  cursor: pointer; }

.map-category {
  margin-bottom: 20px; }
  .map-category .category-main {
    background: #ea7f7c;
    padding: 5px 15px; }
    .map-category .category-main .category-main-link {
      display: block;
      font-size: 1.5em;
      color: white; }
    .map-category .category-main .category-main-link:first-letter {
      font-size: 130%; }
    .map-category .category-main .category-main-link:hover {
      color: #c92933; }
  .map-category .map-category-container {
    margin: 20px;
    border: #e77371 1px solid; }
  .map-category .separator {
    font-weight: bold;
    color: #095b98;
    display: inline-block; }
  .map-category .map-sub-category {
    background: white;
    padding: 20px 0; }
    .map-category .map-sub-category a {
      color: #e77371; }
    .map-category .map-sub-category a:hover {
      text-decoration: none;
      position: relative;
      background-image: linear-gradient(180deg, transparent, transparent 81%, transparent 85.1%, transparent);
      text-decoration: none; }
      .map-category .map-sub-category a:hover:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 1px;
        border-width: 0 0 1px;
        border-style: solid; }
    .map-category .map-sub-category .sub-separator {
      top: -1px;
      left: 28px;
      position: absolute;
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Safari */
      transform: rotate(90deg);
      font-size: 145%; }
    .map-category .map-sub-category .map-sub-category-container {
      padding: 5px 30px; }
    .map-category .map-sub-category .map-sub-category-link {
      font-size: 1.1em;
      color: #e75060; }
    .map-category .map-sub-category .map-sub-category-link:hover {
      color: #dd2b4e;
      text-decoration: none;
      position: relative;
      background-image: linear-gradient(180deg, transparent, transparent 81%, transparent 85.1%, transparent);
      text-decoration: none; }
      .map-category .map-sub-category .map-sub-category-link:hover:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 1px;
        border-width: 0 0 1px;
        border-style: solid; }
    .map-category .map-sub-category .map-sub-sub-category-link {
      display: inline-block; }
  .map-category .map-sub-sub-category {
    padding-left: 30px; }

/*# sourceMappingURL=main-style.css.map */
