html {
  font-size: 16px; }

body {
  width: 100%;
  margin: 0px;
  font-family: Microsoft JhengHei; }

header {
  z-index: 1100;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  margin: 0 3vw; }
  header .logo {
    display: flex;
    order: 1;
    min-width: 150px;
    width: 13vw; }
    header .logo img {
      width: 100%; }
  header nav {
    display: flex;
    order: 2;
    margin-left: auto; }
    @media (max-width: 1024px) {
      header nav {
        display: none; } }
    header nav ul {
      list-style: none;
      display: flex;
      align-items: center;
      margin: 15px 0; }
      header nav ul li {
        padding-left: 45px; }
        header nav ul li a {
          color: white;
          text-decoration: none;
          cursor: pointer; }
          header nav ul li a:hover {
            opacity: 0.7; }
  header .social {
    display: flex;
    order: 3;
    margin-left: 2vw;
    align-items: center; }
    @media (max-width: 1024px) {
      header .social {
        display: none; } }
    header .social img {
      width: 30px;
      height: 30px; }

#gotop {
  position: fixed;
  border-radius: 10px;
  right: 25px;
  bottom: 30px;
  padding: 10px;
  font-size: 25px;
  background: #7e6c3d;
  cursor: pointer;
  z-index: 1000;
  width: 30px;
  display: none; }
  #gotop img {
    width: 100%; }

* {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial; }

.container {
  max-width: 1440px;
  margin: 0 auto; }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .container {
      width: 100%;
      max-width: 1280px; } }
  @media (max-width: 1024px) {
    .container {
      width: 100%; } }
  .container:after {
    display: block;
    content: '';
    clear: both; }

footer {
  background-color: black;
  margin-top: -10px; }
  footer .footer_data {
    padding: 40px;
    color: white;
    font-size: 16px; }
    footer .footer_data .footer_left {
      float: left;
      width: 30%;
      text-align: center; }
      @media (max-width: 750px) {
        footer .footer_data .footer_left {
          float: none;
          width: 95%; } }
    footer .footer_data .footer_mid {
      float: left;
      width: 40%;
      padding-top: 20px;
      text-align: center; }
      @media (max-width: 750px) {
        footer .footer_data .footer_mid {
          float: none;
          width: 95%; } }
    footer .footer_data .footer_right {
      float: left;
      width: 29%;
      padding-top: 40px;
      text-align: center; }
      @media (max-width: 750px) {
        footer .footer_data .footer_right {
          float: none;
          width: 95%;
          padding-top: 0px; } }
      footer .footer_data .footer_right img {
        width: 50px; }
    footer .footer_data .line {
      display: block;
      float: left;
      height: 80px;
      border-right: 2px white solid;
      margin-top: 30px; }
      @media (max-width: 750px) {
        footer .footer_data .line {
          display: none; } }
    footer .footer_data:after {
      display: block;
      content: '';
      clear: both; }

#map {
  height: 400px; }

.copy_r {
  margin: 0 auto;
  text-align: center;
  background-color: black;
  color: #ffffff82;
  padding: 10px 0; }
  .copy_r a {
    text-decoration: none;
    color: #ffffff82;
    cursor: pointer; }

header {
  position: absolute; }

.banner .banner_outer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0vw;
  z-index: 1; }
  .banner .banner_outer .banner_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/visit-bg.jpg); }

.middle_text {
  width: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
  text-align: center;
  opacity: 1;
  box-sizing: border-box;
  z-index: 12;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0); }
  .middle_text img {
    max-width: 500px; }
    @media (max-width: 1024px) {
      .middle_text img {
        width: 60vw; } }

.img_section {
  padding-top: 100vh; }
  .img_section .two_img img {
    float: left;
    display: flex; }
    @media (max-width: 750px) {
      .img_section .two_img img {
        float: none;
        width: 100% !important; } }
  .img_section .two_img:after {
    display: block;
    content: '';
    clear: both; }
  .img_section .one_img img {
    display: flex;
    width: 100%; }
  .img_section .img_a img:first-child {
    width: 34.05%; }
  .img_section .img_a img:last-child {
    width: 65.95%; }
  .img_section .img_b img:first-child {
    width: 54.047%; }
  .img_section .img_b img:last-child {
    width: 45.953%; }
  .img_section .img_c img:first-child {
    width: 43.16%; }
  .img_section .img_c img:last-child {
    width: 56.84%; }

/*# sourceMappingURL=galerie.css.map */
