@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400&family=Noto+Serif+TC:wght@400;500;600;700&display=swap");
/* clearBoth */
.mapComponent {
  overflow: hidden;
  padding: 180px 0 200px;
  margin: 0 auto 30px;
  background-color: #FFFDFA;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }
  .mapComponent h2 {
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px; }
  @media screen and (max-width: 414px) {
    .mapComponent {
      padding: 80px 0; } }

.mapFlex {
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .mapFlex > div:first-child {
    margin-right: 100px; }
  .mapFlex.moreSpace {
    margin-top: 60px; }
  @media screen and (max-width: 1024px) {
    .mapFlex.moreSpace {
      margin-top: 30px; } }

.singleMap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 690px; }
  .singleMap.moreSpace {
    margin: 60px auto 0; }
  @media screen and (max-width: 1024px) {
    .singleMap {
      width: 100%; }
      .singleMap.moreSpace {
        margin: 30px auto 0; } }

.mapOuter {
  position: relative;
  overflow: hidden;
  clear: both;
  zoom: 1; }
  .mapOuter:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.singleMap.shorter .mapBox svg {
  height: 390px; }

@media screen and (max-width: 768px) {
  .singleMap.shorter .mapBox svg {
    height: 400px; } }

@media screen and (max-width: 414px) {
  .singleMap.shorter .mapBox svg {
    height: 300px; } }

.singleMap .mapBox svg {
  width: 600px;
  height: 600px; }

@media screen and (max-width: 768px) {
  .singleMap .mapBox svg {
    width: 100%;
    height: 450px; } }

@media screen and (max-width: 414px) {
  .singleMap .mapBox svg {
    width: 100%;
    height: 300px; } }

.mapBox {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .mapBox svg {
    width: 440px;
    height: 500px; }
  @media screen and (max-width: 768px) {
    .mapBox svg {
      width: 100%;
      height: 450px; } }
  @media screen and (max-width: 414px) {
    .mapBox svg {
      width: 100%;
      height: 300px; } }

.mapTitle {
  margin: 40px 0; }

.rtitle {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  color: #03153a;
  margin-left: 16px; }

.tan {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #007bff transparent transparent transparent; }

.mapBox svg * {
  pointer-events: initial; }

.currentTime {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #03153a;
  z-index: 2; }
  @media screen and (max-width: 414px) {
    .currentTime {
      top: 30px;
      left: 30px;
      font-size: 22px; } }

.infotxt {
  width: 240px;
  margin: 0 auto; }
  .infotxt p {
    margin-bottom: 5px; }

/* lenged */
.commonLenged {
  width: 100%;
  text-align: center;
  margin: 0 0 200px 0; }
  .commonLenged.noSpaceB {
    margin-bottom: 0; }
  .commonLenged .lenged {
    width: 400px; }
  .commonLenged .lenged-center {
    width: 250px; }
  @media screen and (max-width: 414px) {
    .commonLenged {
      margin: 0 0 80px 0; }
      .commonLenged .lenged {
        width: 300px; }
      .commonLenged .lenged-center {
        width: 170px; } }

.lenged {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 300px;
  margin: 20px auto 0;
  box-sizing: border-box; }

.lenged-center {
  width: 170px;
  height: 15px; }

.lenged-info {
  width: 100%;
  font-size: 16px;
  text-align: justify;
  margin-top: 6px; }

.party-lg-color {
  background: #347a5d;
  background: linear-gradient(90deg, #347a5d 0%, #98fed4 25%, white 50%, #a0daf2 75%, #396c82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#347a5d",endColorstr="#396c82",GradientType=1); }

.issue-lg-color {
  background: #a84362;
  background: linear-gradient(90deg, #a84362 0%, #ffaac4 25%, white 50%, #fdd776 75%, #eb7f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a84362",endColorstr="#eb7f00",GradientType=1); }

/* scaleTool */
.scaleTool {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  z-index: 2; }
  .scaleTool a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 4px;
    margin: 0 20px; }
    .scaleTool a svg,
    .scaleTool a svg path {
      transition: 0.3s ease-in; }
  @media screen and (max-width: 414px) {
    .scaleTool {
      left: 30px; } }

.ajaxmap[data-size="0"] {
  transform: scale(1); }

.ajaxmap[data-size="1"] {
  transform: scale(1.5); }

.ajaxmap[data-size="2"] {
  transform: scale(2); }

.ajaxmap[data-size="3"] {
  transform: scale(2.5); }

.taiwanMap polygon {
  stroke: #000000;
  stroke-width: 0.5;
  stroke-miterlimit: 1; }

.taiwanMap .st0 {
  stroke: #000000;
  stroke-width: 0.5;
  stroke-miterlimit: 1;
  fill: #ffffff; }

.taiwanMap .st1 {
  stroke: #000000;
  stroke-width: 0.5;
  stroke-miterlimit: 1; }

.taiwanMap .st2 {
  stroke: #000000;
  stroke-width: 0.5;
  stroke-miterlimit: 1; }

.taiwanMap .st3 {
  stroke-width: 0.5;
  stroke-miterlimit: 1;
  opacity: 0.3; }

.taiwanMap .st4 {
  fill: #9b9388; }

.ntpMap .st0 {
  opacity: 0.9;
  stroke: #3c3c3c;
  enable-background: new; }

.ntpMap .st1 {
  opacity: 0.3; }

.ntpMap .st2 {
  fill: #9b9388; }

.ntpMap .st3 {
  fill: #ffffff;
  stroke: #000000;
  stroke-width: 5.5895;
  stroke-miterlimit: 10; }

.tchungMap .st0 {
  opacity: 0.9;
  stroke: #3C3C3C;
  enable-background: new; }

.tchungMap .st1 {
  opacity: 0.3; }

.tchungMap .st2 {
  fill: #9B9388; }

.tchungMap .st3 {
  stroke: #000000;
  stroke-width: 5.5895;
  stroke-miterlimit: 10;
  fill: #ffffff; }

.taoyMap .st0 {
  opacity: 0.9;
  stroke: #3C3C3C;
  enable-background: new; }

.taoyMap .st1 {
  opacity: 0.3; }

.taoyMap .st2 {
  fill: #9B9388; }

.taoyMap .st3 {
  stroke: #000000;
  stroke-width: 5.5895;
  stroke-miterlimit: 10;
  fill: #ffffff; }

.tool-reset {
  background-image: url(../img/result/refresh.svg); }

.tool-small {
  background-image: url(../img/result/zoomout.svg); }

.tool-big {
  background-image: url(../img/result/zoomin.svg); }

/* scroMapNavi mobile */
.scroMapNavi {
  margin: 40px auto;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .scroMapNavi {
      width: 100%; } }

.scroWidth {
  width: 600px; }
  @media screen and (max-width: 1024px) {
    .scroWidth {
      width: inherit; } }
  @media screen and (max-width: 414px) {
    .scroWidth {
      width: 600px; } }

.clkMapBtn {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .clkMapBtn.otherBtnGroup {
    justify-content: center;
    margin-bottom: 50px; }
  .clkMapBtn a {
    background-color: #3c3c3c;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 10px; }
    .clkMapBtn a.active {
      color: #edab00; }
  @media screen and (max-width: 1024px) {
    .clkMapBtn {
      width: 100%;
      flex-wrap: wrap;
      justify-content: center; }
      .clkMapBtn a {
        padding: 5px 9px;
        margin: 0 10px 20px 10px; } }

.nonClick {
  text-align: center; }
  .nonClick a {
    background-color: #3c3c3c;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 10px;
    cursor: default; }

/*dropDown*/
.dropDown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 3;
  cursor: pointer;
  width: 170px; }
  @media screen and (max-width: 1024px) {
    .dropDown {
      margin-left: 24px; } }

.dropMain {
  font-size: 20px;
  color: #ffffff;
  background-color: #3c3c3c;
  padding: 10px 40px 10px 15px;
  position: relative; }
  .dropMain span {
    display: inline-block;
    vertical-align: middle; }
    .dropMain span svg {
      display: block; }
  .dropMain::after {
    content: "";
    display: block;
    background-image: url("../img/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 19.2px;
    height: 11.2px;
    position: absolute;
    right: 13px;
    top: 22px; }

.dropDown.open .dropMain span:last-child {
  transform: rotate(0); }

.dropDown.open .dropGroup {
  display: block; }

.dropGroup {
  display: none;
  position: absolute;
  top: 53px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 0 8px; }
  .dropGroup a {
    display: block;
    font-size: 18px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #000000;
    color: #000000; }
    .dropGroup a.active {
      font-weight: bold; }
    .dropGroup a:last-child {
      border-bottom: none; }

/* maptooltip */
.maptooltip {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background-color: #f8f8f8;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  text-align: center;
  padding: 10px;
  z-index: -1;
  width: 150px;
  height: 100px;
  font-size: 16px;
  opacity: 0; }
  .maptooltip .cityName {
    width: 100%;
    text-align: center; }
  .maptooltip.show {
    z-index: 2;
    -webkit-animation: tooltipAnimate 0.1s ease-in forwards;
    animation: tooltipAnimate 0.1s ease-in forwards; }
  @media screen and (max-width: 1024px) {
    .maptooltip {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; } }
  @media screen and (max-width: 414px) {
    .maptooltip {
      display: none;
      z-index: 2; }
      .maptooltip.show {
        display: block; } }

@-webkit-keyframes tooltipAnimate {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes tooltipAnimate {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.col {
  display: flex;
  align-items: center;
  justify-items: center; }

.cc {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin: 0 10px 0 0; }

.cc.kmt {
  background-color: #396c82; }

.cc.dpp {
  background-color: #347a5d; }

.cc.agree {
  background-color: #eb7f00; }

.cc.disagree {
  background-color: #a84362; }

.pcMap {
  display: block; }
  @media (max-width: 1024px) {
    .pcMap {
      display: none; } }

.mbMap {
  display: none; }
  @media (max-width: 1024px) {
    .mbMap {
      display: block; } }

.faBox {
  width: 495px;
  margin: 0 auto 50px; }
  @media (max-width: 414px) {
    .faBox {
      width: 90%;
      margin: 50px auto; } }

.faTitle {
  font-size: 35px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Noto Serif TC"; }
  @media (max-width: 414px) {
    .faTitle {
      font-size: 27px; } }

.result .mainKV {
  padding-bottom: 70px; }

.faCodi {
  border-bottom: 3px dotted #edab00;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.blackcircle {
  display: block;
  background-color: #3c3c3c;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px; }

.resultBox {
  background-color: #FFFDFA;
  padding: 50px 0 0; }
  .resultBox .subTitle.topDecorate {
    text-align: left;
    padding: 14px 0 0 0; }
  @media (max-width: 414px) {
    .resultBox {
      padding: 50px 20px 0; } }

.resultTitleee {
  line-height: 1;
  margin-bottom: 20px; }
  .resultTitleee .yellow {
    font-size: 24px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
  .resultTitleee .normal {
    font-size: 24px; }
  @media (max-width: 414px) {
    .resultTitleee {
      line-height: 1.2; }
      .resultTitleee .normal {
        font-size: 19px; } }

.resultIssue {
  padding-bottom: 100px;
  width: 665px;
  margin: 0 auto;
  position: relative; }
  .resultIssue.pass::after {
    content: "";
    display: block;
    background-image: url(../img/pass.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 150px;
    right: -80px; }
  .resultIssue.pass::before {
    content: "通過";
    display: block;
    width: 55px;
    position: absolute;
    bottom: 120px;
    right: -80px;
    font-size: 16px;
    text-align: center;
    font-weight: bold; }
  .resultIssue.fail::after {
    content: "";
    display: block;
    background-image: url(../img/fail.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 150px;
    right: -80px; }
  .resultIssue.fail::before {
    content: "不通過";
    display: block;
    width: 55px;
    position: absolute;
    bottom: 120px;
    right: -80px;
    font-size: 16px;
    text-align: center;
    font-weight: bold; }
  @media (max-width: 768px) {
    .resultIssue {
      width: 90%; }
      .resultIssue.pass::after {
        right: 50%;
        bottom: 60px;
        margin-right: -25px; }
      .resultIssue.fail::after {
        right: 50%;
        bottom: 60px;
        margin-right: -25px; }
      .resultIssue.pass::before {
        right: 50%;
        bottom: 30px;
        margin-right: -27.5px; }
      .resultIssue.fail::before {
        right: 50%;
        bottom: 30px;
        margin-right: -27.5px; } }
  @media (max-width: 414px) {
    .resultIssue {
      width: 100%;
      padding-bottom: 50px; }
      .resultIssue.pass {
        padding-bottom: 120px; }
      .resultIssue.fail {
        padding-bottom: 120px; }
      .resultIssue.pass::after {
        right: 50%;
        bottom: 80px;
        margin-right: -25px; }
      .resultIssue.fail::after {
        right: 50%;
        bottom: 80px;
        margin-right: -25px; }
      .resultIssue.pass::before {
        right: 50%;
        bottom: 50px;
        margin-right: -27.5px; }
      .resultIssue.fail::before {
        right: 50%;
        bottom: 50px;
        margin-right: -27.5px; } }

.proposer {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 35px; }

.resultbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media (max-width: 414px) {
    .resultbar {
      margin-bottom: 50px; } }

.reopinion,
.tickets,
.process {
  position: relative; }

.reopinion {
  width: 60px;
  text-align: right;
  margin-right: 10px; }
  @media (max-width: 414px) {
    .reopinion {
      text-align: left;
      width: auto;
      margin-right: 30px; } }

.tickets {
  width: 90px;
  text-align: right;
  margin-left: 10px; }
  @media (max-width: 414px) {
    .tickets {
      display: none; } }

.mbtickets {
  display: none; }
  @media (max-width: 414px) {
    .mbtickets {
      display: block;
      margin-right: 30px; } }

@media (max-width: 414px) {
  .process {
    width: 100%;
    margin-top: 5px; } }

.base {
  width: 480px;
  height: 30px;
  background-color: #dbd8d3;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .base > div {
    height: 100%; }
  @media (max-width: 414px) {
    .base {
      width: 100%; } }

.org {
  background-color: #edab00;
  transition: 0.1s ease-in-out; }

.blk {
  background-color: #3c3c3c;
  transition: 0.1s ease-in-out; }

.pertxt {
  margin-left: 10px; }
  @media (max-width: 414px) {
    .pertxt {
      display: none; } }

.mbpertxt {
  display: none; }
  @media (max-width: 414px) {
    .mbpertxt {
      display: block; } }

/* barAnimate */
.barAnimateComplete .pertxt,
.barAnimateComplete .mbpertxt,
.barAnimateComplete .tickets,
.barAnimateComplete .mbtickets {
  -webkit-animation: showNumber 0.1s ease-in-out 0.8s forwards;
  animation: showNumber 0.1s ease-in-out 0.8s forwards; }

.pertxt,
.mbpertxt,
.tickets,
.mbtickets {
  opacity: 0; }

.baranime {
  width: 0;
  height: 100%; }

.barAnimateComplete .baranime {
  -webkit-animation: barWidth 0.8s cubic-bezier(1, 0.8, 0.8, 0.4) forwards;
  animation: barWidth 0.8s cubic-bezier(1, 0.8, 0.8, 0.4) forwards; }

@-webkit-keyframes barWidth {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes barWidth {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-webkit-keyframes showNumber {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes showNumber {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.standard {
  font-size: 16px;
  position: absolute;
  top: -30px;
  color: rgba(0, 0, 0, 0.5); }
  .standard:after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    height: 30px;
    border-left: 3px dotted rgba(0, 0, 0, 0.5); }
  @media (max-width: 414px) {
    .standard {
      top: inherit;
      bottom: -30px; }
      .standard:after {
        top: -36px; } }

video {
  position: absolute;
  top: -12%;
  left: -20%;
  width: 140%;
  height: 140%;
  z-index: -1; }
  @media (max-width: 1024px) {
    video {
      top: -10%;
      left: 0%;
      width: 100%;
      height: 100%; } }
  @media (max-width: 768px) {
    video {
      top: -26%; } }
  @media (max-width: 414px) {
    video {
      top: -32vh; } }
  @media (max-width: 375px) {
    video {
      top: -35vh; } }

.aboveVideo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 120px 0; }
  @media (max-width: 768px) {
    .aboveVideo {
      padding: 0 0 60px 0; } }
  @media (max-width: 414px) {
    .aboveVideo {
      padding: 0;
      position: relative;
      top: -10vh; } }
  @media (max-width: 375px) {
    .aboveVideo {
      top: -3vh;
      padding: 0 0 10px 0; } }

.videoBkg {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden; }

.evolution {
  text-align: center;
  margin: 0 auto 90px; }

.topEvo {
  margin-bottom: 10px; }

.thisTime {
  margin-bottom: 10px; }

.mainPer {
  font-size: 48px;
  color: #edab00; }

.mainPer ~ span {
  color: #edab00; }

/*beforeResultOverlay*/
.beforeResultOverlay {
  background-image: url("../img/hide_pc.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center; }
  @media (max-width: 414px) {
    .beforeResultOverlay {
      background-image: url("../img/hide_ph.jpg"); } }

.beforeResult .beforeResultOverlay {
  display: flex; }

.beforeResult .mapComponent {
  display: none; }

.beforeBG {
  background-image: url("../img/windows_pc.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 704px;
  height: 492px;
  box-sizing: border-box;
  padding: 90px 0 0 0; }
  .beforeBG p {
    margin-bottom: 5px; }
  .beforeBG .subTitle.topDecorate {
    padding: 15px 0 15px 0; }
  .beforeBG .yellow {
    text-align: center;
    font-family: 'Noto Serif TC';
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55); }
  @media (max-width: 414px) {
    .beforeBG {
      background-image: url("../img/windows_ph.png");
      width: auto;
      height: 500px;
      padding: 90px 0 0 0; }
      .beforeBG p {
        font-size: 16px; } }

.beforeBox {
  width: 480px;
  margin: 0 auto; }
  @media (max-width: 414px) {
    .beforeBox {
      width: 65%; } }

.psmarkkk {
  opacity: 0.6; }
