@font-face {
  font-family: "icomoon";
  src: url("/2020-taiwan-presidential-election/fonts/icomoon.eot?wq1lfh");
  src: url("/2020-taiwan-presidential-election/fonts/icomoon.eot?wq1lfh#iefix")
      format("embedded-opentype"),
    url("/2020-taiwan-presidential-election/fonts/icomoon.ttf?wq1lfh")
      format("truetype"),
    url("/2020-taiwan-presidential-election/fonts/icomoon.woff?wq1lfh")
      format("woff"),
    url("/2020-taiwan-presidential-election/fonts/icomoon.svg?wq1lfh#icomoon")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

svg {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans TC";
  overflow-y: hidden;
}

section {
  position: relative;
}

.label_ {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  display: block;
}

#upload,
#carousal {
  height: 50%;
}

header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 100;
}

.logoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.logo {
  padding-left: 20px;
  width: 200px;
  margin-top: 7px;
  display: inline-block;
}

.logo2 {
  padding-left: 20px;
  width: 137px;
  margin-top: 7px;
  display: none;
}

.logo img,
.logo2 img {
  width: 100%;
}

.menu {
  width: 100%;
  position: absolute;
  padding-left: 0;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0px 0px 10px #ddd;
  box-shadow: 0px 0px 10px #ddd;
}

@media screen and (min-width: 768px) {
  .menu {
    width: 300px;
  }
}

.menu ul {
  padding: 0;
  margin: 0;
}

.menu ul li {
  padding: 0;
  margin: 0;
}

.menu ul:hover {
  letter-spacing: 3px;
}

.menu li {
  list-style: none;
  position: relative;
  padding: 1rem 2rem;
  cursor: pointer;
  color: #000;
  font-size: 17px;
  width: 100%;
  margin: auto;
  text-align: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .menu li {
    font-size: 20px;
  }
}

.menu li::after {
  position: absolute;
  bottom: -1px;
  width: 95%;
  left: 2.5%;
  height: 1px;
  content: "";
  background-color: #80ba8f;
}

.menu li a {
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu li img {
  width: 40px;
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle;
}

.menu li:hover {
  background-color: #80ba8f;
}

.menu li:hover::after {
  position: absolute;
  bottom: 0px;
  width: 95%;
  left: 2.5%;
  height: 0px;
  content: "";
  background-color: #80ba8f;
}

.pc_only {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
}

.mb_only {
  display: block;
}

@media screen and (min-width: 768px) {
  .mb_only {
    display: none;
  }
}

.shareBox {
  position: fixed;
  top: 0px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .shareBox {
    top: 10px;
  }
}

.shareBox .share_inner {
  width: 35px;
  margin: 5px;
}

.shareBox .share_inner img {
  width: 100%;
}

.nav {
  width: 45px;
  height: 50px;
  position: fixed;
  right: 23px;
  top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 101;
  cursor: pointer;
  display: none;
}

.nav:hover .nav_hover {
  opacity: 1;
}

.nav .nav_box {
  width: 150px;
  position: relative;
}

.nav .nav_close {
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px #aaa;
  box-shadow: 0px 0px 10px #aaa;
  border-radius: 50px;
  padding: 7px;
}

.nav .nav_close img {
  width: 100%;
  margin-bottom: 7px;
}

.nav .nav_hover {
  opacity: 0;
  position: absolute;
  bottom: -13px;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.nav .nav_hover img {
  width: 100%;
}

.nav.active:hover .nav_hover {
  opacity: 0;
}

.nav span {
  position: relative;
  display: block;
  width: 26px;
  margin: auto;
  height: 2px;
  background-color: #000;
}

.nav span:before,
.nav span:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav span:before {
  top: -6px;
}

.active span:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav span:after {
  bottom: -6px;
}

.active span:after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.active span {
  background-color: transparent;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-quote-right:before {
  content: "\e903";
}

.icon-quote-left:before {
  content: "\e904";
}

.icon-line:before {
  content: "\e905";
}

.icon-nodata:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.section1 {
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*kv_video*/
}

.section1 .section1_con {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .section1 .section1_con {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.section1 .section1_con .section1_inner {
  width: 50%;
  padding: 5% 8%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .section1 .section1_con .section1_inner {
    width: 100%;
  }
}

.section1 .section1_con .section1_inner img {
  width: 100%;
}

.section1 .section1_con .section1_inner .section1_inner--leftCon {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .section1 .section1_con .section1_inner .section1_inner--leftCon {
    text-align: left;
  }
}

.section1 .section1_con .section1_inner .section1_inner--leftCon p {
  color: #000;
}

.section1 .section1_con .section1_inner .section1_inner--leftCon .btn {
  color: #b13939;
  font-weight: 500;
  padding: 3px 0;
  border-bottom: 2px solid #b13939;
  display: inline-block;
  margin: auto;
  display: table;
  font-size: 21px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 185px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .section1 .section1_con .section1_inner .section1_inner--leftCon .btn {
    text-align: left;
    font-size: 23px;
    display: inline-block;
    cursor: pointer;
  }
}

.section1 .section1_con .section1_inner .section1_inner--leftCon .btn:hover {
  color: #000000;
  border-bottom: 2px solid #000000;
}

.section1 .section1_con .section1_inner .section1_inner--leftCon .arrow_right {
  -webkit-animation: 0.7s arrow_right infinite linear alternate;
  animation: 0.7s arrow_right infinite linear alternate;
}

@-webkit-keyframes arrow_right {
  0% {
    margin-left: 15px;
  }
  100% {
    margin-left: 5px;
  }
}

@keyframes arrow_right {
  0% {
    margin-left: 15px;
  }
  100% {
    margin-left: 5px;
  }
}

.section1 .section1_con .section1_inner .box_con--ani {
  -webkit-animation: box_con ease-in 0.7s 0.9s 1 forwards;
  animation: box_con ease-in 0.7s 0.9s 1 forwards;
}

.section1 .section1_con .section1_inner .box_con {
  position: relative;
  width: 100%;
  max-width: 60vh;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  cursor: pointer;
}

@-webkit-keyframes box_con {
  0% {
    -webkit-transform: scale(1) rotate(-10deg);
    transform: scale(1) rotate(-10deg);
  }
  98% {
    -webkit-transform: scale(4) rotate(0deg) translateX(-17%);
    transform: scale(4) rotate(0deg) translateX(-17%);
    opacity: 1;
  }
  99% {
    -webkit-transform: scale(4) rotate(0deg) translateX(-17%);
    transform: scale(4) rotate(0deg) translateX(-17%);
  }
  100% {
    -webkit-transform: scale(4) rotate(0deg) translateX(-17%);
    transform: scale(4) rotate(0deg) translateX(-17%);
  }
}

@keyframes box_con {
  0% {
    -webkit-transform: scale(1) rotate(-10deg);
    transform: scale(1) rotate(-10deg);
  }
  98% {
    -webkit-transform: scale(4) rotate(0deg) translateX(-17%);
    transform: scale(4) rotate(0deg) translateX(-17%);
    opacity: 1;
  }
  99% {
    -webkit-transform: scale(4) rotate(0deg) translateX(-17%);
    transform: scale(4) rotate(0deg) translateX(-17%);
  }
  100% {
    -webkit-transform: scale(4) rotate(0deg) translateX(-17%);
    transform: scale(4) rotate(0deg) translateX(-17%);
  }
}

@-webkit-keyframes box_con_ {
}

@keyframes box_con_ {
}
.section1 .section1_con .section1_inner .box_con img {
  width: 100%;
}

.section1 .section1_con .section1_inner .box_con .box-shadow .box_shadow1 {
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
  min-width: 192%;
  position: absolute;
  left: -8.7%;
  top: -26.5%;
  z-index: -1;
  -webkit-transform-origin: left;
  transform-origin: left;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section1 .section1_con .section1_inner .box_con .box-shadow .box_shadow2 {
  -webkit-transform: rotate(11.3deg);
  transform: rotate(11.3deg);
  min-width: 192%;
  position: absolute;
  left: -8.7%;
  top: -26.5%;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.section1 .section1_con .section1_inner .box_con .box_inside {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}

.section1 .section1_con .section1_inner .box_con .screenShot {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
  z-index: 0;
}

.section1 .section1_con .section1_inner .box_con .box--top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.section1 .section1_con .section1_inner .box_con .box--top_con {
  position: relative;
}

.section1 .section1_con .section1_inner .box_con .box--top .top_inside {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  z-index: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
}

.section1 .section1_con .section1_inner .box_con .box--top .top_inside--ani {
  -webkit-animation: top_cover ease-in 0.5s 1 forwards;
  animation: top_cover ease-in 0.5s 1 forwards;
}

@-webkit-keyframes top_cover {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

@keyframes top_cover {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

.section1 .section1_con .section1_inner .box_con .box--top .top_outside {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 2;
  left: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: top_cover_init ease 1s alternate infinite;
  animation: top_cover_init ease 1s alternate infinite;
}

@-webkit-keyframes top_cover_init {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(25deg);
    transform: rotateX(25deg);
  }
}

@keyframes top_cover_init {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(25deg);
    transform: rotateX(25deg);
  }
}

.section1 .section1_con .section1_inner .box_con .box--top .top_outside--ani {
  -webkit-animation: top_cover ease 1s 1 forwards;
  animation: top_cover ease 1s 1 forwards;
}

@keyframes top_cover {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

.section1 .section1_con .section1_inner .box_con .box--right {
  z-index: 2;
}

.section1 .section1_con .section1_inner .box_con .box--right .right_inside {
  position: absolute;
  width: 30%;
  top: 0;
  height: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.section1
  .section1_con
  .section1_inner
  .box_con
  .box--right
  .right_inside--ani {
  -webkit-animation: right_inside ease-in 0.5s 0.5s 1 forwards;
  animation: right_inside ease-in 0.5s 0.5s 1 forwards;
}

.section1 .section1_con .section1_inner .box_con .box--right .right_outside {
  position: absolute;
  width: 30%;
  top: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
}

.section1
  .section1_con
  .section1_inner
  .box_con
  .box--right
  .right_outside--ani {
  -webkit-animation: right_outside ease-in 0.5s 0.5s 1 forwards;
  animation: right_outside ease-in 0.5s 0.5s 1 forwards;
}

@-webkit-keyframes right_inside {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@keyframes right_inside {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@-webkit-keyframes right_outside {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@keyframes right_outside {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

.section1 .section1_con .section1_inner .box_con .box--bottom {
  position: relative;
  z-index: 3;
}

.section1 .section1_con .section1_inner .box_con .box--bottom .down_inside {
  position: absolute;
  bottom: 1px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.section1 .section1_con .section1_inner .box_con .box--bottom .bottom_outside {
  position: absolute;
  bottom: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.section1
  .section1_con
  .section1_inner
  .box_con
  .box--bottom
  .down_inside--ani {
  -webkit-animation: top_bottom ease 1s 1 forwards;
  animation: top_bottom ease 1s 1 forwards;
}

.section1
  .section1_con
  .section1_inner
  .box_con
  .box--bottom
  .bottom_outside--ani {
  -webkit-animation: top_bottom ease 1s 1 forwards;
  animation: top_bottom ease 1s 1 forwards;
}

@-webkit-keyframes top_bottom {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

@keyframes top_bottom {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

@keyframes top_bottom {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

.section1 .section1_con .section1_inner .box_con .box--body .box_inside {
  position: absolute;
  display: none;
}

.section1 .section1_con .section1_inner .box_con .box--left {
  z-index: 2;
}

.section1 .section1_con .section1_inner .box_con .box--left .left_inside {
  position: absolute;
  width: 30%;
  top: 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  height: 100%;
  -webkit-transform-origin: right;
  transform-origin: right;
  right: 0;
}

.section1 .section1_con .section1_inner .box_con .box--left .left_outside {
  position: absolute;
  width: 30%;
  top: 0;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  right: 0;
}

.section1 .section1_con .section1_inner .box_con .box--left .left_inside--ani {
  -webkit-animation: left_inside ease-in 0.5s 0.5s 1 forwards;
  animation: left_inside ease-in 0.5s 0.5s 1 forwards;
}

.section1 .section1_con .section1_inner .box_con .box--left .left_outside--ani {
  -webkit-animation: left_outside ease-in 0.5s 0.5s 1 forwards;
  animation: left_outside ease-in 0.5s 0.5s 1 forwards;
}

@-webkit-keyframes left_outside {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@keyframes left_outside {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@-webkit-keyframes left_inside {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@keyframes left_inside {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

.section1 .section1_con .section1_inner .box_con .box_outside {
  left: 0;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}

.section1 .section1_con .section1_inner--right {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .section1 .section1_con .section1_inner--right {
    width: 52%;
  }
}

.section1 .section1_con .section1_inner--left {
  padding: 5%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .section1 .section1_con .section1_inner--left {
    width: 48%;
    padding: 2% 0% 2% 14%;
  }
}

@media screen and (min-width: 1500px) {
  .section1 .section1_con .section1_inner--left {
    width: 48%;
    padding: 2% 0% 2% 5%;
  }
}

.section1 .section1_con .section1_inner--left p {
  line-height: 28px;
  font-size: 17px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section1 .section1_con .section1_inner--left p {
    font-size: 18px;
    line-height: 34px;
    text-align: left;
  }
}

.section1 .kvBox {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section1 .scroll_down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 25px;
  z-index: 3;
  cursor: pointer;
}

.section1 .scroll_down img {
  width: 50px;
  margin: auto;
}

.section1 .scroll_down p {
  color: #fff;
  padding: 0;
  margin: 0;
}

.section1 .mask {
  opacity: 0.3;
  background-color: #000000;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

@-webkit-keyframes title_kv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes title_kv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 500px) {
  .section1 .title_kv {
    max-width: 280px;
    margin: auto;
  }
}

@media screen and (min-width: 1500px) {
  .section1 .title_kv {
    max-width: 700px;
  }
}

.section1 .kvVideo {
  width: 100%;
  /* max-height: 1366px; */
  overflow: hidden;
  z-index: -1;
}

.section1 .video {
  height: 100vh;
  margin: auto;
  position: relative;
}

.section1 .video-container {
  position: relative;
  /* padding-top: 30px; */
  min-height: 100%;
  min-width: 100%;
}

.section1 .video-container img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right top;
  object-position: right top;
}

.section1 .video-container iframe,
.section1 .video-container object,
.section1 .video-container embed,
.section1 .video-container video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  border: 0;
  min-height: 100%;
  width: 100%;
  z-index: -100;
  height: 100vh;
}

.section1 .kv {
  position: relative;
  z-index: 1;
}

.section1 .shadow_block {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    color-stop(transparent),
    to(transparent)
  );
  background: linear-gradient(180deg, #000, transparent, transparent);
  position: fixed;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  top: 0;
}

.section1 #video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.section1 .mouse {
  position: absolute;
  width: 10%;
  min-width: 48px;
  bottom: 4%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .section1 .mouse {
    width: 4%;
  }
}

.section2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1500px) {
  .section2 {
    height: 130vh;
  }
}

.section2 .content_con {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px 20px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section2 .content_con {
    padding: 30px 30px 80px;
  }
}

.section2 .content_con::after {
  content: "";
  width: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: -5px;
  height: calc(100% + 10px);
  border: 1px solid #fff;
  z-index: -1;
}

.section2 .town_info {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30.6px;
  margin-bottom: 10px;
  color: #343835;
}

.section2 .content_con--down .content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section2 .content_con--down .county_title {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
}

.section2 .content_con--down .content_inner--left {
  width: 50%;
  padding: 0px;
}

.section2 .content_con--down .content_inner--right {
  width: 50%;
  padding: 15px;
}

.section2 .content_con--down .content_inner--right h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 700;
}

.section2 .content_con--down .content_inner--right p {
  padding: 0;
  color: #343835;
  margin: 0;
  line-height: 27px;
  font-size: 16px;
}

.section2 .content_con--down img {
  width: 100%;
}

.section2 .content_inner {
  text-align: left;
}

.section2 .content_inner a {
  color: #343835;
  position: relative;
  text-decoration: none;
  background-image: url("./../img/linkbg.gif");
  background-repeat: repeat-x;
  font-size: 18px;
  background-position: 0px 15px;
  display: initial;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section2 .content_inner a:hover {
  color: #5eafbb;
  background-image: none;
}

.section2 .content_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section2 .content_inner li {
  width: 100%;
  position: relative;
  line-height: 35px;
  list-style: none;
  margin-bottom: 5px;
}

.section2 .content_inner li::after {
  content: "";
  position: absolute;
  left: -20px;
  z-index: 1;
  display: block;
  width: 13px;
  height: 18px;
  top: 8px;
  background-image: url(./../img/icon_link.png);
  background-repeat: no-repeat;
  background-position: top;
}

.section2 .content_inner h2 {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 36px;
  padding: 0;
  margin: 0;
  line-height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section2 .content_inner h2 .h2_icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
}

.section2 .content_inner h2 .county_name--s {
  font-size: 15px;
  line-height: 20px;
  color: rgba(211, 84, 80, 0.7);
  border-radius: 5px;
  border: 0.5px solid rgba(211, 84, 80, 0.7);
  padding: 3px 5px;
  margin-top: 5px;
  margin-left: 15px;
  font-weight: normal;
}

.section2 .content_inner .sticker {
  position: absolute;
  background-image: url("./../img/2x/namebar@2x.png");
  top: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: -10px;
  padding: 20px 20px 25px 10px;
  background-position-y: 0px;
}

.section2 .content_inner .sticker p {
  padding: 0;
  margin: 0;
  line-height: 0px;
  color: #fff;
  font-size: 18px;
}

.section2 .content_inner .border_green {
  height: 5px;
  width: 100%;
  background-color: #80ba8f;
  border: none;
}

.section2 .btn_click {
  background-color: #d35450;
  padding: 0;
  display: inline-block;
  float: right;
  width: 170px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section2 .btn_click p {
  padding: 15px 20px;
  line-height: 20px;
  margin: 0;
  cursor: pointer;
  color: #fff;
}

.section2 .btn_click:hover {
  background-color: #5eafbb;
}

.section3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-image: url("./../img/slidebg.jpg");
  background-size: cover;
}

.section3 .bg_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.section3 .section3_con {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0px 0 100px;
}

.section3 .content_con {
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  width: 100%;
  margin: 30px;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .section3 .content_con {
    padding: 30px 30px 80px;
  }
}

.section3 .content_con::after {
  content: "";
  width: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: -5px;
  height: calc(100% + 10px);
  border: 1px solid #fff;
  z-index: -1;
}

.section3 .day_ {
  border: 1px solid #80ba8f;
  padding: 0px 5px;
  margin-right: 10px;
  color: #80ba8f;
  font-weight: 600;
  border-radius: 3px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 22px;
}

.section3 .day1,
.section3 .day2 {
  color: #343835;
}

.section3 .town_info {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30.6px;
  margin-bottom: 10px;
  color: #343835;
}

.section3 .content_con {
  position: relative;
}

.section3 .content_con .content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.section3 .content_con .county_title {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
}

.section3 .content_con .content_inner--left {
  width: 100%;
  padding: 0px;
}

.section3 .content_con .content_inner--right1 p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.section3 .content_con .content_inner--right {
  width: 100%;
  padding: 15px;
}

.section3 .content_con .content_inner--right h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 700;
}

.section3 .content_con .content_inner--right p {
  padding: 0;
  margin: 0;
  color: #343835;
  line-height: 27px;
  font-size: 16px;
}

.section3 .content_con img {
  width: 100%;
}

.section3 .content_inner {
  text-align: left;
}

.section3 .content_inner a {
  color: #343835;
  position: relative;
  text-decoration: none;
  background-image: url("./../img/linkbg.gif");
  background-repeat: repeat-x;
  font-size: 18px;
  background-position: 0px 15px;
  display: initial;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section3 .content_inner a:hover {
  color: #5eafbb;
  background-image: none;
}

.section3 .content_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section3 .content_inner li {
  width: 100%;
  position: relative;
  line-height: 35px;
  list-style: none;
  margin-bottom: 5px;
}

.section3 .content_inner li::after {
  content: "";
  position: absolute;
  left: -20px;
  z-index: 1;
  display: block;
  width: 13px;
  height: 18px;
  top: 8px;
  background-image: url(./../img/icon_link.png);
  background-repeat: no-repeat;
  background-position: top;
}

.section3 .content_inner h2 {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 36px;
  padding: 0;
  margin: 0;
  line-height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section3 .content_inner h2 .h2_icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
}

.section3 .content_inner h2 .county_name--s {
  font-size: 15px;
  line-height: 20px;
  color: rgba(211, 84, 80, 0.7);
  border-radius: 5px;
  border: 0.5px solid rgba(211, 84, 80, 0.7);
  padding: 3px 5px;
  margin-top: 5px;
  margin-left: 15px;
  font-weight: normal;
}

.section3 .content_inner .sticker--third {
  position: absolute;
  background-image: url("./../img/namebar_s-third@2x.png");
  top: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: -10px;
  padding: 20px 20px 25px 10px;
  background-position-y: 0px;
}

.section3 .content_inner .sticker--third p {
  padding: 0;
  margin: 0;
  line-height: 1px;
  color: #fff;
  font-size: 18px;
}

.section3 .content_inner .sticker {
  position: absolute;
  background-image: url("./../img/2x/namebar@2x.png");
  top: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: -10px;
  padding: 20px 20px 25px 10px;
  background-position-y: 0px;
}

.section3 .content_inner .sticker p {
  padding: 0;
  margin: 0;
  line-height: 0px;
  color: #fff;
  font-size: 18px;
}

.section3 .content_inner .border_green {
  height: 5px;
  width: 100%;
  background-color: #80ba8f;
  border: none;
}

.section3 .btn_click {
  background-color: #d35450;
  padding: 0;
  width: 150px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  margin: 0 auto 20px;
}

.section3 .btn_click p {
  padding: 15px 20px;
  line-height: 20px;
  margin: 0;
  cursor: pointer;
  color: #fff;
}

.section3 .btn_click:hover {
  background-color: #5eafbb;
}

.section3 .btn_group {
  text-align: center;
}

.section3 .btn_group .btn_click {
  width: 150px;
  margin: 0px 5px 20px;
  display: inline-block;
}

.section3 .btn_click2 {
  position: absolute;
  bottom: 20px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section3 .btn_click3 {
  position: absolute;
  bottom: 20px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section4 {
  position: relative;
  background-image: url("./../img/oldbg_02.jpg");
  background-size: cover;
}

.section4 .openbg_01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.section4 .section4_con {
  max-width: 1200px;
  margin: auto;
  padding: 50px 15px;
  text-align: left;
}

.section4 .section4_con .section4_title {
  max-width: 400px;
  margin-bottom: 30px;
}

.section4 .section4_con p {
  line-height: 30px;
  font-size: 18px;
}

.section4 .section4_con .section4_inner--up span {
  font-weight: 700;
  font-size: 21px;
  color: #000;
}

.section4 .btn_click {
  background-color: #d35450;
  padding: 0;
  display: inline-block;
  width: 170px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section4 .btn_click p {
  padding: 15px 20px;
  line-height: 20px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  padding: 0;
}

.section4 .btn_click:hover {
  background-color: #5eafbb;
}

.section4 .section4_inner--down {
  position: relative;
}

.section4 .section4_inner--photo h1 {
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  color: #5eb0bb;
  margin-top: 5px;
}

.section4 .section4_inner--photo .lightboxClose {
  position: fixed;
  background-color: #fff;
  border-radius: 50%;
  right: calc(15% - 15px);
  top: calc(10% - 15px);
  -webkit-box-shadow: 0px 0px 10px #777;
  box-shadow: 0px 0px 10px #777;
  z-index: 10000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  display: none;
}

.section4 .section4_inner--photo .lightboxClose img {
  width: 30px;
  padding: 7px;
}

.section4 .section4_inner--photo .lightboxClose:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section4 .section4_inner--photo .check_con {
  margin-top: 10px;
  padding: 0 7px;
}

.section4 .section4_inner--photo .check_con label {
  margin-left: 2px;
}

.section4 .section4_inner--photo .ps {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #636363;
}

.section4 .section4_inner--photo .file-upload {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 20px;
}

.section4 .section4_inner--photo .file-upload h3 {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.section4 .section4_inner--photo .file-upload-btn:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.section4 .section4_inner--photo .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.section4 .section4_inner--photo .image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #fff;
  position: relative;
  background-color: #e5e5e5;
}

.section4 .section4_inner--photo .image-dropping,
.section4 .section4_inner--photo .image-upload-wrap:hover {
  background-color: #e4e6e5;
  border: 4px dashed #ffffff;
}

.section4 .section4_inner--photo .image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.section4 .section4_inner--photo .drag-text {
  text-align: center;
}

.section4 .section4_inner--photo .drag-text h3 {
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  padding: 60px 0;
  line-height: 30.6px;
  font-size: 18px !important;
}

.section4 .section4_inner--photo .file-upload-image {
  max-height: 300px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
}

.section4 .section4_inner--photo .file-upload-content {
  background-color: #ddd;
  margin-top: 0px;
  display: none;
  text-align: center;
}

.section4 .section4_inner--photo .remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.section4 .section4_inner--photo .remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.section4 .section4_inner--photo .remove-image:active {
  border: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.section4 .section4_inner--photo .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.section4 .section4_inner--photo .input_,
.section4 .section4_inner--photo select {
  width: calc(50% - 10px);
  margin: 5px 5px 5px;
  padding: 5px;
  height: 40px;
  background-color: #fff;
  outline: none !important;
}

.section4 .section4_inner--photo select {
  background-size: 33px;
  background-image: url("./../img/arrow_line.png");
  background-position: calc(100% - 10px) center;
}

.section4 .section4_inner--photo ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

.section4 .section4_inner--photo :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

.section4 .section4_inner--photo ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

.section4 .section4_inner--photo ::placeholder {
  color: rgba(0, 0, 0, 0.75);
}

.section4 .section4_inner--photo input[type="checkbox"] {
  margin: 0;
  padding: 0;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  border: 1px solid #c4c4c4;
  background-color: #aaa;
}

.section4 .section4_inner--photo .hasValue {
  margin: 10px 0;
}

.section4 .section4_inner--photo textarea {
  width: calc(100% - 10px);
  margin: 5px 5px 5px;
  padding: 5px;
  resize: none;
}

.section4 .section4_inner--photo .imgCon {
  position: relative;
  height: 400px !important;
}

.section4 .section4_inner--photo .imgCon_ {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* max-width: 1200px; */
}

.section4 .section4_inner--photo .imgCon_ .Marquee3kCon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section4 .section4_inner--photo .imgCon_ ul,
.section4 .section4_inner--photo .imgCon_ li {
  list-style: none;
}

.section4 .section4_inner--photo .imgCon_ li {
  display: inline-block;
}

.section4 .section4_inner--photo .imgInner {
  margin: 10px;
  background-color: #fff;
  /* border: 5px solid #5EB0BB; */
  position: relative;
  z-index: 5;
  max-width: 370px;
  min-width: 370px;
}

.section4 .section4_inner--photo .imgInner::after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  border: 1px #fff solid;
  top: -5px;
  left: -5px;
  z-index: -1;
}

.section4 .section4_inner--photo .imgInner--img {
  background-color: #efefef;
  position: relative;
  text-align: center;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section4 .section4_inner--photo .imgInner--img img {
  width: auto;
  height: auto;
  max-height: 260px;
}

.section4 .section4_inner--photo .imgInner--img::after {
  content: "";
  display: block;
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.3))
  );
  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3)
  );
}

.section4 .section4_inner--photo .imgInner--info {
  background-color: #fff;
  padding: 15px;
  position: relative;
}

.section4 .section4_inner--photo .imgInner--info p {
  word-break: break-all;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #343835;
  font-size: 16px;
  line-height: 25px;
  white-space: normal;
}

.section4 .section4_inner--photo .imgInner--info .img_p span {
  color: #d35450;
  font-weight: 600;
}

.section4 .section4_inner--photo .imgInner--info .areaTag {
  position: relative;
  display: inline-block;
  background-color: #80ba8f;
  color: #fff;
  border-radius: 3px;
  padding: 4px 10px 2px 25px;
  font-size: 14px;
  margin-bottom: 10px;
}

.section4 .section4_inner--photo .imgInner--info .areaTag::after {
  content: "";
  background-image: url("./../img/icon_city.png");
  background-size: 100%;
  position: absolute;
  left: 7px;
  width: 13px;
  height: 18px;
  top: 6px;
  background-repeat: no-repeat;
}

.section4 .section4_inner--photo .imgInner--info .placeTag {
  line-height: 1.5rem;
}

.section4 .section4_inner--photo .imgInner--info .nameTag {
  position: absolute;
  display: inline-block;
  border-radius: 5px;
  padding: 4px 5px 2px 25px;
  font-size: 14px;
  margin-bottom: 10px;
  right: 15px;
  top: 15px;
  color: #8c8c8c;
}

.section4 .section4_inner--photo .imgInner--info .nameTag::after {
  content: "";
  background-image: url("./../img/icon_user.png");
  background-size: 100%;
  position: absolute;
  left: 6px;
  width: 15px;
  height: 22px;
  top: 7px;
  background-repeat: no-repeat;
}

.section4 .section4_inner--photo .imgInner img {
  width: auto;
  max-height: 260px;
  vertical-align: middle;
  background-color: #efefef;
}

.section4 .section4_inner--photo .jctkr-wrapper.jctkr-initialized ul {
  opacity: 1;
}

.section4 .section4_inner--photo .jctkr-wrapper ul li {
  font-family: sans-serif;
  font-size: 13px;
  width: 100%;
}

.section4 .section4_inner--photo .jctkr-label {
  display: inline-block;
}

.section4 .section4_inner--photo .jctkr-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 100%;
  vertical-align: top;
}

.section4 .section4_inner--photo .jctkr-wrapper ul {
  position: absolute;
  left: 100%;
  bottom: 0px;
  /* height: 100%; */
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  opacity: 0;
}

.section4 .section4_inner--photo .black_bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1000;
}

.section4 .section4_inner--photo .lightBox {
  display: none;
  width: 70%;
  margin: auto;
  height: 80%;
  position: fixed;
  top: 50%;
  background-color: #fff;
  left: 50%;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section4 .btn_click {
  background-color: #d35450;
  padding: 0;
  width: 170px;
  display: block;
  line-height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  margin: 20px auto 20px;
  color: #fff;
  cursor: pointer;
}

.section4 .btn_click p {
  padding: 15px 20px;
  line-height: 20px;
  margin: 0;
  cursor: pointer;
  color: #fff;
}

.section4 .btn_click:hover {
  background-color: #5eafbb;
}

.section5 {
  background-image: url("./../img/slidebg.jpg");
  background-size: cover;
  padding: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .section5 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 100px 20px 200px;
  }
}

@media screen and (min-width: 1500px) {
  .section5 {
    padding: 100px 20px 150px;
  }
}

.section5 .section5_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .section5 .section5_con {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1700px) {
  .section5 .section5_con {
    max-width: 1500px;
  }
}

.section5 .section5_inner--left {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .section5 .section5_inner--left {
    width: 75%;
  }
}

.section5 .section5_inner--left a {
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section5 .section5_inner--left p,
.section5 .section5_inner--left img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section5 .section5_inner--left a:hover p {
  color: #5eafbb;
}

.section5 .section5_inner--left a:hover img {
  opacity: 0.9;
}

.section5 .section5_inner--left .section5_inner {
  width: 90%;
  margin: 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .section5 .section5_inner--left .section5_inner {
    margin: 20px;
  }
}

.section5 .section5_inner--left .section5_inner ::after {
  content: "";
  width: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
  height: calc(100% + 10px);
  border: 1px solid #fff;
}

.section5 .section5_inner--left .section5_inner img {
  width: 100%;
}

.section5 .section5_inner--left .section5_inner--down {
  background-color: #fff;
  padding: 20px;
}

.section5 .section5_inner--left .section5_inner--down p {
  margin-bottom: 0;
  color: #343835;
}

.section5 .section5_inner--right {
  width: 100%;
  margin: 10px;
}

@media screen and (min-width: 768px) {
  .section5 .section5_inner--right {
    width: 21%;
    margin: 1% 2%;
    position: relative;
  }
}

.section5 .section5_inner--right img {
  width: 100%;
}

.section5 .section5_inner--right .fake_nav {
  position: absolute;
  bottom: -80px;
  right: 0;
  opacity: 0;
}

.section5 .section5_inner--right .fake_nav .fake_navCon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section5 .section5_inner--right .fake_nav .fake_navCon .fake_prev {
  width: 50px;
  padding: 6px;
  height: 52px;
  margin-left: 7px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px #000 solid !important;
}

.section5 .section5_inner--right .fake_nav .fake_navCon .fake_prev img {
  width: 100%;
  padding: 10px;
}

.section5 .section5_inner--right .fake_nav .fake_navCon .fake_next {
  width: 50px;
  padding: 6px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 1px #000 solid !important;
}

.section5 .section5_inner--right .fake_nav .fake_navCon .fake_next img {
  width: 100%;
  padding: 10px;
}

.section5 .section5_inner--right #animation_container canvas {
  width: 100% !important;
  height: auto !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section5 .section5_inner--right #animation_container {
  height: auto !important;
}

.section6 {
  position: relative;
  background-image: url("./../img/plan_bg_main.png");
  background-size: contain;
}

.section6 .plan_bg_top {
  position: absolute;
  width: 100%;
  top: -100px;
  left: 0;
  height: 150px;
}

.section6 .section6_con {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
  text-align: center;
}

.section6 .section6_con .section6_title {
  max-width: 400px;
  margin-bottom: 30px;
}

.section6 .section6_con .section6_inner--up {
  position: relative;
  margin-bottom: 70px;
}

.section6 .section6_con .section6_inner--up span {
  font-size: 20px;
  font-weight: 600;
}

.section6 .section6_con .section6_inner--up p {
  line-height: 30px;
  font-size: 18px;
}

.section6 .section6_con .section6_inner--up::after {
  content: "";
  width: 1.4px;
  height: 100px;
  background-color: #000;
  position: absolute;
  bottom: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: line_ani 1s infinite linear;
  animation: line_ani 1s infinite linear;
}

@-webkit-keyframes line_ani {
  0% {
    height: 100px;
  }
  100% {
    height: 10px;
  }
}

@keyframes line_ani {
  0% {
    height: 100px;
  }
  100% {
    height: 10px;
  }
}

.section6 .section6_con .section6_inner--down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin: auto;
}

.section6 .section6_con .section6_inner--down .section6_inner--downInner {
  width: 50%;
  margin: 30px 30px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 20px #b1afaf;
  box-shadow: 0px 0px 20px #b1afaf;
  position: relative;
  z-index: 2;
}

.section6 .section6_con .section6_inner--down .section6_inner--downInner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #5eafbb;
}

.section6
  .section6_con
  .section6_inner--down
  .section6_inner--downInner
  ::after {
  content: "";
  width: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
  height: calc(100% + 10px);
  border: 1px solid #fff;
}

.section6 .section6_con .section6_inner--down .section6_inner--downInner p {
  font-size: 18px;
  color: #000;
  padding: 0;
  margin: 0;
}

.section6
  .section6_con
  .section6_inner--down
  .section6_inner--downInner
  .btn_click {
  background-color: #d35450;
  padding: 0;
  display: inline-block;
  width: 170px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section6
  .section6_con
  .section6_inner--down
  .section6_inner--downInner
  .btn_click
  p {
  padding: 15px 20px;
  line-height: 20px;
  margin: 0;
  cursor: pointer;
  color: #fff;
}

.section6
  .section6_con
  .section6_inner--down
  .section6_inner--downInner
  .btn_click:hover {
  background-color: #5eafbb;
}

.taiwan_map_1 {
  width: 100%;
  margin-left: -25%;
  position: relative;
  opacity: 1;
  top: 10%;
}

@media screen and (min-width: 768px) {
  .taiwan_map_1 {
    margin-left: -10%;
    opacity: 1;
    width: 55%;
    top: unset;
    position: absolute;
  }
}

.taiwan_map_2 {
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .taiwan_map_2 {
    display: block;
    opacity: 0;
    position: relative;
    z-index: -1;
  }
}

.section2 {
  position: relative;
}

.section2 .hint {
  position: absolute;
  top: 100px;
  left: 2%;
  z-index: 11;
}

@media screen and (min-width: 1500px) {
  .section2 .hint {
    top: 11%;
    left: 5%;
  }
}

.section2 .hint .hint_word {
  opacity: 0.8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section2 .hint .hint_word p {
  color: #000;
}

.section2 .hint .hint_close {
  position: relative;
  cursor: pointer;
}

.section2 .hint .hint_close img {
  position: absolute;
  top: -23px;
  right: -20px;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px;
  width: 25px;
  height: 25px;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section2 .hint .hint_close img:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section2 .hint::after {
  content: "";
  width: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: -5px;
  height: calc(100% + 10px);
  border: 1px solid #fff;
  z-index: -1;
}

.section2 .hint p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 40px;
  margin: 5px 0 0 0;
  padding: 0;
}

.section2 .hint img {
  width: 30px;
  height: 30px;
  padding: 2px;
  margin: 5px;
}

body .map .town {
  stroke: #fff;
  stroke-width: 0.15;
}

body .map .country {
  stroke: #fff;
  stroke-width: 0.15;
}

body .map .village {
  stroke: #fff;
  stroke-width: 0.15;
}

.map_title {
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 250px;
}

.map_title img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .map_title {
    position: absolute;
    top: 100px;
    left: 6%;
    width: 250px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media screen and (min-width: 1500px) {
  .map_title {
    position: absolute;
    top: 300px;
    left: 200px;
    width: 350px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.prev-btn {
  left: 10%;
  top: 500px;
  display: none;
  display: none;
  position: absolute;
  z-index: 4;
  top: 10%;
  padding: 0px 5px;
  left: 3%;
  cursor: pointer;
  font-size: 35px;
  line-height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
}

.prev-btn ::after {
  content: "";
  width: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: -5px;
  height: calc(100% + 10px);
  border: 1px solid #fff;
  z-index: -1;
}

.prev-btn .icon-arrow-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .prev-btn .icon-arrow-map {
    width: 160px;
    padding: 8px 10px;
  }
}

.prev-btn .icon-arrow-map p {
  font-size: 16px;
  margin: 0;
  color: #000;
}

@media (min-width: 768px) {
  .prev-btn .icon-arrow-map p {
    font-size: 16px;
  }
}

.prev-btn .icon-arrow-map img {
  width: 30px;
  padding-top: 3px;
  padding-right: 3px;
}

.form .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .form .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.form .req {
  color: #f00;
  font-size: 14px;
}

.form .field-labelblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .form .field-labelblock {
    height: 40px;
  }
}

.form #city {
  width: 48.3%;
  display: inline-block;
  border: solid 1px #8eb8ae;
  margin: 0 1% 0 0;
  background-color: #fff;
}

@media screen and (min-width: 500px) {
  .form #city {
    width: 48.9%;
    display: inline-block;
    border: solid 1px #8eb8ae;
    margin: 0 1% 0 0;
  }
}

.form #county {
  background-color: #fff;
}

.toolBox_img {
  width: 47px;
  margin-right: 10px;
  margin-bottom: -10px;
  margin-left: 7px;
}

@media screen and (min-width: 400px) {
  .toolBox_img {
    width: 47px;
  }
}

@media screen and (min-width: 768px) {
  .toolBox_img {
    width: 54.5%;
    margin-right: 0;
    margin-bottom: 0;
    margin: auto;
  }
  .toolBox_img img {
    width: 100%;
  }
}

.toolBox_img .people {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .toolBox_img .people {
    width: 100%;
    padding: 0 30px;
    border-radius: 0 0 20px 20px;
  }
}

.place_icon {
  position: relative;
  width: 18px;
  height: 17px;
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .place_icon {
    position: relative;
    width: 21px;
    height: 20px;
    margin-bottom: -2px;
    margin-right: 2px;
    display: inline-block;
  }
}

.show_content_box_pc {
  position: absolute;
  z-index: 5;
  right: 5%;
  top: calc(50%);
  padding: 0px 0 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 600px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .show_content_box_pc {
    width: 90%;
    margin: auto;
  }
}

@media screen and (min-width: 1500px) {
  .show_content_box_pc {
    right: 12%;
    top: calc(50%);
  }
}

.show_content_box_pc .people_run {
  position: absolute;
  top: -5%;
  right: 20%;
  width: 17%;
}

.show_content_box_pc .join_num {
  padding: 10px 20px;
  text-align: left;
}

.show_content_box_pc .join_num span {
  color: #eb703a;
  font-size: 30px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .show_content_box_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.lightboxImg {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  z-index: 10000;
}

.lightboxImg .black_bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1000;
}

.lightboxImg .lightboxImg--close {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  right: -15px;
  top: -15px;
  -webkit-box-shadow: 0px 0px 10px #777;
  box-shadow: 0px 0px 10px #777;
  z-index: 10000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}

.lightboxImg .lightboxImg--close img {
  width: 30px;
  padding: 7px;
}

.lightboxImg .lightboxImg--close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lightboxImg .lightboxImg--con {
  background-color: #fff;
  width: 60%;
  max-height: 400px;
  max-width: 780px;
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lightboxImg .lightboxImg--con .lightboxImg--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: auto;
}

.lightboxImg .lightboxImg--con .lightboxImg--inner .lightboxImg--innerLeft {
  width: 60%;
  padding: 20px;
}

.lightboxImg
  .lightboxImg--con
  .lightboxImg--inner
  .lightboxImg--innerLeft::after {
  content: "";
  display: block;
  clear: both;
}

.lightboxImg
  .lightboxImg--con
  .lightboxImg--inner
  .lightboxImg--innerLeft
  .imgInner--img {
  text-align: center;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}

.lightboxImg .lightboxImg--con .lightboxImg--inner .lightboxImg--innerLeft img {
  width: 100%;
  height: auto;
}

.lightboxImg
  .lightboxImg--con
  .lightboxImg--inner
  .lightboxImg--innerLeft
  .areaTag {
  position: relative;
  display: inline-block;
  background-color: #80ba8f;
  color: #fff;
  border-radius: 3px;
  padding: 4px 10px 2px 25px;
  font-size: 14px;
  margin-bottom: 20px;
}

.lightboxImg
  .lightboxImg--con
  .lightboxImg--inner
  .lightboxImg--innerLeft
  .areaTag::after {
  content: "";
  background-image: url("./../img/icon_city.png");
  background-size: 100%;
  position: absolute;
  left: 7px;
  width: 13px;
  height: 18px;
  top: 6px;
  background-repeat: no-repeat;
}

.lightboxImg
  .lightboxImg--con
  .lightboxImg--inner
  .lightboxImg--innerLeft
  .nameTag {
  float: right;
  display: inline-block;
  border-radius: 5px;
  padding: 4px 5px 2px 25px;
  font-size: 14px;
  right: 15px;
  top: 15px;
  color: #8c8c8c;
}

.lightboxImg
  .lightboxImg--con
  .lightboxImg--inner
  .lightboxImg--innerLeft
  .nameTag::after {
  content: "";
  background-image: url("./../img/icon_user.png");
  background-size: 100%;
  float: left;
  width: 15px;
  height: 22px;
  margin-right: 3px;
  margin-top: 2px;
  background-repeat: no-repeat;
}

.lightboxImg .lightboxImg--con .lightboxImg--inner .lightboxImg--innerRight {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 0;
}

.lightboxImg
  .lightboxImg--con
  .lightboxImg--inner
  .lightboxImg--innerRight
  .placeTag {
  line-height: 1.5rem;
}

.lightboxImg .lightboxImg--con .lightboxImg--inner .lightboxImg--innerRight h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Noto Sans TC";
  margin: 0 0 10px 0;
}

.lightboxImg .lightboxImg--con .lightboxImg--inner .lightboxImg--innerRight p {
  line-height: 30px;
  font-size: 17px;
  font-family: "Noto Sans TC";
  word-break: break-all;
  padding-bottom: 20px;
  color: #343835;
  margin: 0;
}

footer {
  width: 100%;
  text-align: center;
  padding: 15px 5px;
  background-color: #fff;
  border-top: 2px solid #e6e3e3;
  font-size: 13px;
  color: #333;
}

@media screen and (min-width: 768px) {
  footer {
    width: 100%;
    text-align: center;
    padding: 15px 0 0 !important;
    background-color: #fff;
    border-top: 2px solid #e6e3e3;
    font-size: 13px;
    color: #333;
  }
}

.body_fixed {
  overflow: hidden;
}

.part2 {
  opacity: 0;
  position: absolute;
  top: -1.7%;
  overflow-y: hidden;
  left: 0;
  max-width: 100vw;
  height: 100vh;
}

.backToMap {
  position: fixed;
  right: -150px;
  bottom: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 248, 182, 0.75);
  padding: 5px 10px;
  border-radius: 10px 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 97;
  -webkit-box-shadow: 0px 0px 5px #989494;
  box-shadow: 0px 0px 5px #989494;
}

.backToMap:hover {
  background-color: rgba(255, 248, 182, 0.85);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.backToMap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  margin: 5px;
  cursor: pointer;
}

.backToMap span {
  margin-top: 2px;
}

.backToMap img {
  width: 20px;
  margin-right: 15px;
}

.bg_wave {
  width: 100%;
}

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