@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:500,700&display=swap");
* {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Noto Sans TC', sans-serif,'微軟正黑體';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #E4EEED;
}

#main_container {
  height: 100vh;
  margin: 0 auto;
  background-color: #E4EEED;
  background-image: url(../image/mainPage_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#LOGO {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

#LOGO img {
  width: 100%;
}

#QR {
  width: 15%;
  position: absolute;
  right: 10%;
  top: 15%;
  z-index: 20;
}

nav {
  top: 10%;
  width: 80%;
  margin: 0 auto;
}

nav ul {
  width: 100%;
  max-width: 1310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

nav ul li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  list-style: none;
  background-color: #ffffff;
  border: 3px solid #2E983A;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  z-index: 10;
  -webkit-transition: 1s;
  transition: 1s;
  width: 25%;
  min-width: 280px;
  max-width: 320px;
  text-align: center;
  padding: 5px;
  border-radius: 50px;
}

nav ul li:nth-child(1) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

nav ul li:nth-child(2) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

nav ul li:nth-child(3) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

nav ul li:nth-child(4) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

nav ul li:nth-child(5) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

nav ul li:nth-child(6) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

nav ul li:hover {
  background-color: #2E983A;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

nav ul li:hover .main_btn_container {
  border-color: #ffffff;
  color: #ffffff;
}

.main_btn_container {
  border: 2px solid #2E983A;
  border-radius: 50px;
  font-size: 18px;
}

.main_button {
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
}

.main_button:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.main_btn_icon {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}

#board_btn, #carbon_btn {
  width: 100%;
  color: #000000;
  text-decoration: none;
  padding: 0px;
}

.background_img {
  position: absolute;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

.background_img img {
  width: 100%;
}

#background_gray {
  opacity: .1;
  top: 0;
}

#a-niou {
  width: 0%;
  top: 10%;
  left: 20%;
  -webkit-animation: niou-ani 5s linear infinite;
          animation: niou-ani 5s linear infinite;
}

#a-niou img {
  width: 100%;
}

#len {
  width: 0%;
  left: 20%;
  top: 3%;
  -webkit-animation: len-ani 5s linear infinite;
          animation: len-ani 5s linear infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#len img {
  width: 100%;
}

#leaf-right {
  width: 15%;
  top: -50%;
  right: 0;
}

#leaf-right img {
  width: 100%;
}

#leaf-left {
  width: 20%;
  top: -45%;
  left: 3%;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

#faith_live {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 1130px;
  height: 640px;
  max-height: 640px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid 5px #00A58E;
}

#faith_live iframe {
  width: 100%;
  height: 100%;
}

#go_home_btn {
  font-size: 25px;
  top: 25px;
  left: 10px;
  padding: 10px 30px;
  background-color: #ffffff;
  color: #00A58E;
  text-decoration: none;
  border: solid 5px #00A58E;
  border-radius: 50px;
}

#go_home_btn:hover {
  background-color: #00A58E;
  color: #ffffff;
}

#exit_area {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 20;
}

.paragraph_container {
  display: none;
  position: absolute;
  height: 100vh;
  width: 50%;
  min-width: 720px;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  z-index: 20;
  padding: 50px;
}

.paragraph_container table {
  border: solid 2px #DE7996;
  border-collapse: collapse;
}

.paragraph_container th {
  border: solid 2px #DE7996;
  width: 25%;
  padding: 10px;
  background-color: #DE7996;
  color: #ffffff;
  font-size: 18px;
}

.paragraph_container td {
  border: solid 2px #DE7996;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.close_btn, .alert_close_btn {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  right: 50px;
  top: 20px;
}

.close_btn:hover .line1 {
  background-color: #000000;
  width: 20px;
  -webkit-transform-origin: 8px;
          transform-origin: 8px;
}

.close_btn:hover .line2 {
  background-color: #000000;
  width: 20px;
  -webkit-transform-origin: 8px;
          transform-origin: 8px;
}

.line1, .line2 {
  height: 2px;
  width: 15px;
  background-color: #888888;
  margin: 0 auto;
  top: calc(50% - 1px);
  -webkit-transform-origin: 6px;
          transform-origin: 6px;
  border-radius: 50px;
}

.line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.line2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.paragraph_box {
  overflow: auto;
  height: 100%;
}

.paragraph_title {
  margin-bottom: 10px;
  text-align: center;
  color: #2E983A;
}

.paragraph_select_btn_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}

.paragraph_select_btn {
  color: #00A58E;
  padding: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  margin-right: 10px;
  margin-top: 10px;
  border: solid 3px #00A58E;
}

.paragraph_select_btn:nth-child(1) {
  background-color: #00A58E;
  color: #ffffff;
}

#map01, #map02, #map03 {
  padding: 10px;
}

#life_remember_web {
  border-left: solid 3px #00A58E;
  background-color: #00A58E;
  color: #ffffff;
}

#environmental_fund {
  margin-top: 10px;
}

#environmental_sacrifice_container img {
  display: block;
  margin: 50px auto;
}

#traffic_control {
  background-color: #00A58E;
  color: #ffffff;
  border-left: solid 3px #00A58E;
}

.paragraph {
  display: none;
  margin-top: 50px;
}

.paragraph h2 {
  color: #00A58E;
}

.paragraph h3 {
  color: #00A58E;
  font-size: 20px;
}

.paragraph h4 {
  color: #DE7996;
  font-size: 18px;
}

.paragraph p {
  margin-top: 20px;
  font-size: 20px;
}

.paragraph a {
  display: block;
  margin: 50px auto;
  width: 200px;
  text-decoration: none;
  color: #646b79;
  border: solid 1px #646b79;
  padding: 20px;
  font-weight: 700;
  border-radius: 10px;
  font-size: 18px;
}

.paragraph a:hover {
  background-color: #646b79;
  color: #ffffff;
}

#paragraph_lazybag {
  display: block;
}

#paragraph_lazybag table {
  width: 100%;
}

#paragraph_lazybag h2 {
  margin-top: 25px;
}

#faith_table {
  margin-bottom: 25px;
}

#paragraph_map01 img, #paragraph_map02 img, #paragraph_map03 img {
  width: 100%;
}

.ban_text {
  font-size: 25px;
  color: #cf0000;
}

#offerings_comic {
  width: 100%;
}

#paragraph_traffic_control {
  display: block;
}

#paragraph_traffic_control th:nth-child(1), #paragraph_traffic_control th:nth-child(3) {
  width: 10%;
}

#paragraph_traffic_control h3 {
  margin-top: 50px;
}

#paragraph_traffic_control li {
  font-size: 18px;
}

#paragraph_shuttle_bus {
  height: 150%;
  max-height: 1000px;
}

#paragraph_shuttle_bus th:nth-child(1), #paragraph_shuttle_bus th:nth-child(2) {
  width: 10%;
}

#carbon {
  color: #00A58E;
  padding: 20px;
  margin-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border: none;
  border: solid 3px #00A58E;
  border-radius: unset;
  line-height: 45px;
  text-decoration: none;
}

#carbon:hover {
  background-color: #ffffff;
  color: #00A58E;
}

#paragraph_life_remember_web {
  display: block;
}

#paragraph_map01 {
  display: block;
}

#paragraph_environmental_funeral h3 {
  margin-top: 50px;
}

#paragraph_faith {
  display: block;
}

#paragraph_faith table {
  width: 100%;
}

#paragraph_faith img {
  display: block;
  margin: 0 auto;
}

#paragraph_faith h2 {
  margin: 50px 0;
}

#faith_poster {
  width: 100%;
}

.faith_live_btn {
  margin: 0 auto;
}

#faith_live_btn_1, #faith_live_btn_2 {
  margin: 0 auto;
}

.paragraph_img_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.paragraph_img_btn img {
  width: 50%;
}

.paragraph_img_btn a {
  width: 150px;
  max-height: 80px;
  line-height: 40px;
}

#paragraph_environmental_fund {
  -webkit-box-sizing: unset;
          box-sizing: unset;
}

#paragraph_parking th:nth-child(3) {
  width: 5%;
}

#paragraph_parking td {
  width: 70%;
}

#paragraph_parking a {
  border: none;
  width: 100%;
  padding: 0;
}

#paragraph_parking a:hover {
  background-color: #fff;
}

#paragraph_parking h4 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.bus_little_title {
  background-color: #00A58E;
  display: inline-block;
  color: #ffffff;
  padding: 0 20px;
}

.bus_info_popup {
  display: none;
  position: absolute;
  width: 300px;
  right: 150px;
  padding: 25px;
  background-color: #fff;
  border: solid 3px #EB8D25;
  z-index: 20;
}

.bus_imformation {
  background-color: #EB8D25;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
}

.bus_imformation:hover + .bus_info_popup {
  display: block;
}

#announcement {
  position: fixed;
  display: block;
  width: 35%;
  bottom: 45%;
  margin: 0 auto;
  padding: 10px;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #ffffff;
  border: solid 3px #2E983A;
}

#announcement img {
  position: absolute;
  width: 50px;
  left: 5%;
  top: 25%;
}

#announcement p {
  width: 100%;
  padding: 50px 80px;
  text-align: center;
  color: #c80000;
  margin: 0 auto;
  border: solid 1px #2E983A;
}

.alert_close_btn {
  z-index: 999;
  right: 25px;
}

.alert_close_btn:hover .line1 {
  background-color: #000000;
  width: 20px;
  -webkit-transform-origin: 8px;
          transform-origin: 8px;
}

.alert_close_btn:hover .line2 {
  background-color: #000000;
  width: 20px;
  -webkit-transform-origin: 8px;
          transform-origin: 8px;
}

@media screen and (min-width: 1080px) and (max-width: 1080px) {
  #main_container {
    background-image: url(../image/bg_1080x1920p.png);
  }
  nav {
    top: 25%;
  }
}

@media screen and (max-width: 1024px) {
  #LOGO {
    top: 10%;
  }
  #QR {
    display: none;
  }
  #main_container {
    background-color: #EFEEED;
    background-position: 50% 85%;
  }
  #a-niou {
    width: 0;
    left: 10%;
  }
  #bus {
    bottom: 30%;
  }
  #tree_right {
    bottom: 50%;
  }
  #tree_left {
    bottom: 40%;
  }
  .paragraph_container {
    width: 100%;
    left: 0;
  }
  #environmental_sacrifice_container img {
    width: 100%;
  }
  .line1, .line2 {
    background-color: #000000;
    width: 20px;
    -webkit-transform-origin: 8px;
            transform-origin: 8px;
  }
  nav {
    top: 40%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  #announcement {
    width: 61%;
  }
}

@media screen and (max-width: 768px) {
  .paragraph_container {
    min-width: unset;
  }
  nav {
    top: 60%;
    width: 100%;
    min-width: unset;
  }
  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav ul li {
    margin-left: auto;
    margin-right: auto;
  }
  #a-niou {
    left: 0%;
  }
}

@media screen and (max-width: 480px) {
  body {
    overflow-y: auto;
  }
  #LOGO {
    width: 80%;
    top: 0;
  }
  #len {
    right: 5%;
  }
  .paragraph_select_btn_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .paragraph_select_btn {
    margin-left: auto;
    margin-right: auto;
  }
  #carbon {
    margin-left: auto;
    margin-right: auto;
  }
  .bus_info_popup {
    right: 10px;
  }
  nav ul li {
    margin-top: 0;
  }
  #announcement {
    width: 100%;
  }
}

@media screen and (max-height: 780px) {
  #go_home_btn {
    opacity: .5;
  }
}

@-webkit-keyframes niou-ani {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  55% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes niou-ani {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  55% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes len-ani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes len-ani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */