@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';
  position: relative;
  background-image: url("./../img/oldbg_02.jpg");
  background-size: cover;
}

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;
}

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

@media screen and (max-width: 768px) {
  .logo {
    padding-left: 10px;
    width: 130px;
    margin-top: 0px;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) and (min-width: 361px) {
  .logo {
    width: 155px;
    margin-top: 7px;
  }
}

@media screen and (max-width: 768px) {
  .logo2 {
    padding-left: 10px;
    width: 80px;
    margin-top: 7px;
    display: none;
  }
}

@media screen and (max-width: 768px) and (min-width: 361px) {
  .logo2 {
    width: 100px;
    margin-top: 7px;
  }
}

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

.menu {
  width: 100%;
  position: absolute;
  padding-left: 0;
  background-color: #fff;
  -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;
  vertical-align: middle;
  margin-top: -5px;
}

@media screen and (min-width: 768px) {
  .menu li img {
    margin-top: -3px;
  }
}

.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: 10px;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

@media screen and (min-width: 768px) {
  .shareBox .share_inner {
    width: 35px;
    margin: 5px;
  }
}

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

.nav {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  top: 5px;
  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;
}

@media screen and (min-width: 768px) {
  .nav:hover .nav_hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .nav {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    top: 3px;
    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;
  }
  .nav .nav_box {
    width: 40px;
    position: relative;
  }
  .nav .nav_box img {
    width: 100%;
  }
}

.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: -20px;
  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 {
  overflow: auto;
  padding: 50px 30px;
}

@media screen and (min-width: 768px) {
  .section1 {
    padding: 100px 0;
  }
}

.section1 .h2_oldphoto {
  max-width: 80%;
  display: block;
  margin: 80px auto 0px;
}

@media screen and (min-width: 768px) {
  .section1 .h2_oldphoto {
    margin: 0px auto;
    max-width: 370px;
  }
}

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

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

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

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

.section1 .imgCon_ {
  /* max-width: 1200px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  overflow: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section1 .imgCon_ ul,
.section1 .imgCon_ li {
  list-style: none;
}

.section1 .imgCon_ li {
  display: inline-block;
}

.section1 .imgInner {
  position: relative;
  z-index: 5;
  width: calc(100%);
  margin: 20px 10px;
  list-style: none;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .section1 .imgInner {
    width: calc(25% - 30px);
    margin: 20px 15px;
  }
}

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

.section1 .imgInner--img {
  background-color: #efefef;
  position: relative;
  text-align: center;
  height: 200px;
  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;
}

.section1 .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));
}

.section1 .imgInner--img img {
  height: 210px;
  width: 100%;
}

.section1 .imgInner--info {
  background-color: #fff;
  padding: 15px 10px;
  position: relative;
}

.section1 .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;
}

.section1 .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;
}

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

.section1 .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;
}

.section1 .imgInner--info p {
  word-break: break-all;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #343835;
  overflow: hidden;
  text-align: left;
}

.section1 .imgInner--info .year_p {
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.5rem;
}

.section1 .imgInner img {
  width: auto;
  max-height: 200px;
  height: auto;
  vertical-align: middle;
}

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

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

.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;
}

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

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

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;
    background-color: #fff;
    border-top: 2px solid #e6e3e3;
    font-size: 13px;
    color: #333;
  }
}

.body_fixed {
  overflow: hidden;
}

.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;
}
/*# sourceMappingURL=style_p.css.map */