﻿/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */

html {
  height: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Heebo", "Noto Sans TC", sans-serif;
}

body {
  height: 100%;
  min-height: 100%;
  font-family: "Heebo", "Noto Sans TC", sans-serif;
  position: relative;
  margin: 0;
  /* background-color: #f5f5f5; */
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 177.77778%;
}

@media (min-width: 768px) {
  .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-cw::before {
  padding-top: 66.98413%;
}

.symbol ul,
.right ul,
.right ul.year-btn li a dd,
.menu .main-left ul,
.menu .main-left ul.sns,
.tooltip-says-block .info-text ul,
.ui-autocomplete,
section.article-list .scroll-block .scroll-btn,
section.share ul.sns {
  margin: 0;
  padding: 0;
  list-style: none;
}

.right ul.year-btn:after,
.right ul.year-btn .meaning:after,
.right ul li .meaning:after,
.btn-list ul > li.isolated::before,
.direct-open::before,
section.search .search-bar .select-area::after,
section.search .or::before,
section.search .or::after,
section.visual::before,
section.btn .voter .btn-list .select::after,
section.electorate #select_box .meaning:after,
section.electorate #select_box::after,
section.electorate .nav-btn::before,
section.opening .embed-responsive::after,
section.opening
  .container-fluid
  .op-content
  .title
  h1
  span.icon:last-child::after,
section.opening .background-slide::after,
section[class*="article"] .method .content h6::before,
section.article2 blockquote::before,
section.btn-map .p-50::before,
section .btn-map .p-50::before,
section.slidershow::before,
section.slidershow::after,
section.slidershow .container-fluid::before,
section.article-list .h1::before,
section.article-list .card a.card-img::before {
  content: "";
  display: block;
}

.right ul.year-btn:after {
  clear: both;
}

header [class*="container"],
header [class*="container"] .link-ham,
.symbol ul li,
.menu .flex-items-center,
.btn-list ul > li,
.btn-list ul li a,
.btn-list ul.sns li a,
section.search .container-fluid,
section.opening .container-fluid .flex-center,
section.slidershow .main-block,
.symbol ul,
.right,
.right ul,
.menu .main-left ul,
.menu .main-left > ul > li .hover ul,
.menu .main-left > ul > li .hover .area-list,
.menu .main-left ul.sns,
section[class*="article"][class*="h-"] .explain,
.tooltip-says-block .info-text ul.vote-bar,
section.search .search-bar {
  display: flex;
}

header [class*="container"],
header [class*="container"] .link-ham,
.symbol ul li,
.menu .flex-items-center,
.btn-list ul > li,
.btn-list ul li a,
.btn-list ul.sns li a,
section.search .container-fluid,
section.opening .container-fluid .flex-center,
section.slidershow .main-block {
  align-items: center;
}

header [class*="container"] {
  justify-content: space-between;
}

.symbol ul,
.right,
.right ul,
.menu .main-left ul,
.menu .main-left > ul > li .hover ul,
.menu .main-left > ul > li .hover .area-list,
.menu .main-left ul.sns,
section[class*="article"][class*="h-"] .explain {
  flex-wrap: wrap;
}

.sr-only,
.ui-helper-hidden-accessible,
section.search .search-bar span {
  position: absolute !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
}

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

@media (min-width: 1024px) {
  a {
    transition: 0.5s;
  }
}

img {
  display: block;
}

svg {
  display: block;
}

svg * {
  stroke-linejoin: round;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.container {
  position: relative;
}
/* 
body.map {
    border: 5px solid #93aaa7
} */

body.map .county {
  stroke: #757575;
  stroke-width: 0.05;
}

body.map .town {
  stroke: #999;
  stroke-width: 0.05;
}

body.map .village {
  stroke: #fff;
  stroke-width: 0.05;
}

body.electorate {
  border: 5px solid #00d2fe;
}

body.electorate .county {
  fill: #fff;
  stroke: #cdcdcd;
  stroke-width: 0.05;
}

body.electorate .town {
  fill: none;
  stroke: #cdcdcd;
  stroke-width: 0.05;
}

body.electorate .village {
  stroke: #fff;
  stroke-width: 0.05;
}

body.pre-page footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 374px) {
  body.pre-page section.opening .container-fluid .op-content {
    padding: 0;
  }
}

body.pre-page section.opening .container-fluid .op-content .text {
  padding: 0;
}

body.pre-page section.opening .container-fluid .decorate-2,
body.pre-page section.opening .container-fluid .decorate-2-2 {
  bottom: 80px;
}

@media (min-width: 768px) {
  body.pre-page section.opening .container-fluid .decorate-2,
  body.pre-page section.opening .container-fluid .decorate-2-2 {
    bottom: 60px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

header [class*="container"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  header [class*="container"] {
    padding-left: 35px;
    padding-right: 35px;
  }
}

header [class*="container"] a.logo {
  color: #191928;
  font-size: 20px;
}

@media (min-width: 768px) {
  header [class*="container"] a.logo {
    font-size: 27px;
    z-index: 3;
  }
}

@media (min-width: 768px) {
  header [class*="container"] .link-ham {
    z-index: 3;
  }
}

header [class*="container"] .link-ham a {
  display: block;
  margin-right: 10px;
  padding: 6px 15px 4px;
  color: #191928;
  font-size: 13px;
  font-weight: 500;
  background-color: #fff101;
  border: 2px solid #191928;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  header [class*="container"] .link-ham a {
    font-size: 15px;
  }

  header [class*="container"] .link-ham a:hover {
    color: #fff101;
    background-color: #191928;
    border: 2px solid #fff101;
  }
}

header [class*="container"] .ham {
  padding: 6px;
  cursor: pointer;
}

@media (min-width: 768px) {
  header [class*="container"] .ham {
    padding: 8px;
  }
}

header [class*="container"] .ham span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #191928;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

header [class*="container"] .ham span + span {
  margin-top: 5px;
}

@media (min-width: 768px) {
  header .container-fluid a.logo {
    position: fixed;
    top: 15px;
  }
}

@media (min-width: 768px) {
  header .container-fluid .link-ham {
    position: fixed;
    top: 15px;
  }
}

/* header.navbar {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px rgba(25, 25, 40, 0.35)
}

header.navbar [class*='container'] .link-ham a {
    padding: 3px 10px 2px
}
*/
@media screen and (max-width: 769px) {
footer {
  padding-top: 1em;
  padding-bottom: 1em;
}
}

footer p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

footer p > span {
  display: block;
}

footer p > span span {
  display: inline-block;
}

.prev-btn .icon-arrow-map:hover,
.prev-btn .icon-arrow-map:focus {
  background-position: 0 -44px;
  background-size: cover;
  text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.2);
}

@media (max-width: 375px) {
  .prev-btn .icon-arrow-map:hover,
  .prev-btn .icon-arrow-map:focus {
    background-position: 0 -33px;
  }
}

.symbol {
  position: absolute;
  top: 50%;
  left: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .symbol {
    left: 35px;
  }
}

@media (max-width: 767px) {
  .symbol {
    display: none;
    width: 70px;
    -moz-transform: translateY(-50%) scale(0.85);
    -ms-transform: translateY(-50%) scale(0.85);
    -webkit-transform: translateY(-50%) scale(0.85);
    transform: translateY(-50%) scale(0.85);
    transform-origin: left center;
  }
}

.symbol .h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.symbol .h3 span {
  -moz-transform: scale(0.83333, 0.83333);
  -ms-transform: scale(0.83333, 0.83333);
  -webkit-transform: scale(0.83333, 0.83333);
  transform: scale(0.83333, 0.83333);
}

.symbol .name {
  color: #000;
  font-size: 10px;
  font-weight: 500;
}

.symbol ul {
  flex-flow: row-reverse;
  justify-content: flex-end;
  margin-bottom: 10px;
}

/* .symbol ul+ul {
    margin-top: 15px
} */

.symbol ul li span.color {
  width: 12px;
  height: 20px;
}

.symbol ul .lv8 span.color {
  width: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding: 3px 2px;
}

.symbol ul li span.value {
  padding-left: 7px;
  color: #191928;
  font-size: 12px;
  font-style: italic;
  word-break: keep-all;
}

@media (max-width: 767px) {
  .symbol ul li span.value {
    width: 40px;
  }
}

.symbol ul.kmt li.lv1 span.color {
  background-color: #cde6fc;
}

.symbol ul.kmt li.lv2 span.color {
  background-color: #a1c9f5;
}

.symbol ul.kmt li.lv3 span.color {
  background-color: #84baef;
}

.symbol ul.kmt li.lv4 span.color {
  background-color: #67a4eb;
}

.symbol ul.kmt li.lv5 span.color {
  background-color: #4a8fe7;
}

.symbol ul.kmt li.lv6 span.color {
  background-color: #3c79cf;
}

.symbol ul.kmt li.lv7 span.color {
  background-color: #1f4e9f;
}

.symbol ul.kmt li.lv8 span.color {
  background-color: #14438e;
}

.symbol ul.ddp li.lv1 span.color {
  background-color: #bff7e5;
}

.symbol ul.ddp li.lv2 span.color {
  background-color: #93eec7;
}

.symbol ul.ddp li.lv3 span.color {
  background-color: #6ce5a8;
}

.symbol ul.ddp li.lv4 span.color {
  background-color: #4dd68e;
}

.symbol ul.ddp li.lv5 span.color {
  background-color: #2dc46e;
}

.symbol ul.ddp li.lv6 span.color {
  background-color: #25a55c;
}

.symbol ul.ddp li.lv7 span.color {
  background-color: #19854c;
}

.symbol ul.ddp li.lv8 span.color {
  background-color: #0e6837;
}

.symbol ul.pfp li.lv1 span.color {
  background-color: #ffdec2;
}

.symbol ul.pfp li.lv2 span.color {
  background-color: #ffc38e;
}

.symbol ul.pfp li.lv3 span.color {
  background-color: #ffa85b;
}

.symbol ul.pfp li.lv4 span.color {
  background-color: #ff9b41;
}

.symbol ul.pfp li.lv5 span.color {
  background-color: #ff8d27;
}

.symbol ul.pfp li.lv6 span.color {
  background-color: #e67d21;
}

.symbol ul.pfp li.lv7 span.color {
  background-color: #b35e14;
}

.symbol ul.pfp li.lv8 span.color {
  background-color: #994e0d;
}

.symbol ul.mgt li.lv1 span.color {
  background-color: #fff2bd;
}

.symbol ul.mgt li.lv2 span.color {
  background-color: #ffe985;
}

.symbol ul.mgt li.lv3 span.color {
  background-color: #ffe14d;
}

.symbol ul.mgt li.lv4 span.color {
  background-color: #ffd92c;
}

.symbol ul.mgt li.lv5 span.color {
  background-color: #ffd00b;
}

.symbol ul.mgt li.lv6 span.color {
  background-color: #e6bc0d;
}

.symbol ul.mgt li.lv7 span.color {
  background-color: #b39412;
}

.symbol ul.mgt li.lv8 span.color {
  background-color: #998014;
}

.symbol ul.none li.lv1 span.color {
  background-color: #c9c9c9;
}

.symbol ul.none li.lv2 span.color {
  background-color: #b5b5b5;
}

.symbol ul.none li.lv3 span.color {
  background-color: #a2a2a2;
}

.symbol ul.none li.lv4 span.color {
  background-color: #989898;
}

.symbol ul.none li.lv5 span.color {
  background-color: #8e8e8e;
}

.symbol ul.none li.lv6 span.color {
  background-color: #818181;
}

.symbol ul.none li.lv7 span.color {
  background-color: #686868;
}

.symbol ul.none li.lv8 span.color {
  background-color: #5b5b5b;
}

.symbol .party {
  display: block;
}

.symbol .other {
  display: none;
}

.symbol.referenda .party {
  display: none;
}

.symbol.referenda .other {
  display: block;
}

.symbol.opacity-100 ul:last-child li:nth-child(1)::before,
.symbol.opacity-100 ul:last-child li:nth-child(4)::before,
.symbol.opacity-100 ul:last-child li:nth-child(8)::before {
  content: "40";
  position: absolute;
  display: block;
  font-style: italic;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 2px 2px 10px #597b77;
}

.symbol.opacity-100 ul:last-child li:nth-child(4)::before {
  content: "55";
}

.symbol.opacity-100 ul:last-child li:nth-child(8)::before {
  content: "70";
}

.symbol.opacity-100 ul:last-child li:nth-child(1),
.symbol.opacity-100 ul:last-child li:nth-child(4),
.symbol.opacity-100 ul:last-child li:nth-child(8) {
  position: relative;
  color: #000;
}

.symbol.opacity-100 ul:last-child li:nth-child(1)::after,
.symbol.opacity-100 ul:last-child li:nth-child(4)::after,
.symbol.opacity-100 ul:last-child li:nth-child(8)::after {
  content: "";
  display: block;
  width: 1px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 25px;
  left: calc(50% - 1px);
}

.change {
  margin-bottom: 10px;
  height: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.change--none {
  background-color: #fff;
}

.change--dpp {
  background-color: #2bb56e;
}

.change--kmt {
  background-color: #3772c7;
}

.change--pfp {
  background-color: #ff8d27;
}

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.tit {
  font-family: "Heebo", "Noto Sans TC", sans-serif;
  position: absolute;
  top: 10%;
  -webkit-text-stroke: 1.5px #8a8a8a;
  color: #fff;
  text-align: right;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 500;
  /* text-shadow: 1px 1px 10px #93AAA7; */
}

.tit .item {
  display: none;
}

.tit .item.item-active {
  display: block;
}

@media (max-width: 768px) {
  .tit {
    right: 35px;
    -webkit-text-stroke: 1.4px #8a8a8a;
  }
}

@media (max-width: 414px) {
  .tit {
    right: 15px;
    font-size: 30px;
    -webkit-text-stroke: 1px #8a8a8a;
  }
}

@media (max-width: 320px) {
  .tit {
    font-size: 26px;
  }
}

.right {
  flex-flow: column;
  align-items: flex-end;
}

.right ul.year-btn {
  position: relative;
}

@media (min-width: 1367px) {
  .right ul.year-btn {
    flex-flow: column;
    align-items: flex-end;
    /* margin-bottom: 50px */
  }
}

.right ul.year-btn .meaning {
  display: none;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 250px;
  padding-right: 45px;
  font-size: 15px;
  line-height: 1.25;
  text-align: right;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 568px) {
  .right ul.year-btn .meaning {
    width: 350px;
    padding-right: 70px;
  }
}

.right ul.year-btn .meaning:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}

@media (min-width: 568px) {
  .right ul.year-btn .meaning:after {
    right: 10px;
    width: 50px;
  }
}

.right ul.year-btn .meaning p span {
  display: inline-block;
}

.right ul.year-btn .meaning p strong {
  font-weight: 500;
}

.right ul.year-btn li {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
}

@media (min-width: 1367px) {
  .right ul.year-btn li {
    margin-bottom: 10px;
  }

  .right ul.year-btn li:last-child {
    margin-bottom: 0;
  }
}

.right ul.year-btn li a {
  width: 44px;
  height: 44px;
  display: block;
  padding: 8px 5px 7px;
  color: #8a8a8a;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.2em;
  text-align: center;
  background-color: #fff;
  border: 2px solid #8a8a8a;
}

@media (max-width: 568px) {
  .right ul.year-btn li a {
    padding: 8px 0;
  }
}

.right ul.year-btn li a.chinese {
  font-size: 0.95em;
  line-height: 1.8;
}

/* 敬請期待 */
.right ul.year-btn li a.btnClose {
  cursor: not-allowed;
  background-color: #d8d8d8;
  border: 0;
  color: #fff;
}

.right ul.year-btn li a.btnClose:hover {
  cursor: not-allowed;
  background-color: #d8d8d8;
  border: 0;
}

.right ul.year-btn li a dd {
  display: inline;
}

@media (min-width: 768px) {
  .right ul.year-btn li a {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .right ul.year-btn li a {
    width: 44px;
    height: 44px;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }

  .right ul.year-btn li a dd {
    display: none;
  }

  .right ul.year-btn li a::before {
    content: "’";
    display: inline;
  }

  .right ul.year-btn li a.chinese::before {
    content: "翻盤";
  }
}

.right ul.year-btn li a.now,
.right ul.year-btn li a:hover {
  color: #ffffff;
  border: 2px solid transparent;
  background-color: #597b77;
}

@media (max-width: 767px) {
  .right ul.year-btn li a.now,
  .right ul.year-btn li a:hover {
    letter-spacing: -0.01em;
    line-height: 1.5;
  }
}

.right ul li {
  position: relative;
}

.right ul li .meaning {
  display: none;
  position: absolute;
  right: 100%;
  width: 350px;
  padding-right: 30px;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 300;
}

@media (max-width: 767px) {
  .right ul li .meaning {
    text-align: right;
    width: 260px;
  }
}

@media (max-width: 414px) {
  .right ul li .meaning {
    width: 350px;
    padding-right: 70px;
  }
}

@media (max-width: 375px) {
  .right ul li .meaning {
    width: 300px;
  }
}

@media (max-width: 320px) {
  .right ul li .meaning {
    width: 260px;
    padding-right: 30px;
  }
}

.right ul li .meaning:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 1px;
  background-color: #fff;
}

@media (max-width: 414px) {
  .right ul li .meaning:after {
    right: 10px;
    width: 50px;
  }
}

@media (max-width: 320px) {
  .right ul li .meaning:after {
    right: 10px;
    width: 10px;
  }
}

.right .align-self-bottom {
  display: none;
  margin-top: 25px;
  width: 230px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .right {
    position: absolute;
    top: 50%;
    right: 35px;
    text-align: right;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.menu {
  /* display: none; */
  position: fixed;
  top: 0px;
  left: 100%;
  height: calc(100% + 16px);
  /* background-color: #3A9AAF; */
  /* border: 5px solid #00d2fe; */
  z-index: 10;
  transition: 0.5s;
  padding-top: 90px;
}

@media (min-width: 768px) {
  .menu {
    /* display: none; */
    position: fixed;
    top: -16px;
    left: 100%;
    height: calc(100% + 16px);
    /* background-color: #3A9AAF; */
    /* border: 5px solid #00d2fe; */
    z-index: 10;
    transition: 0.5s;
    padding-top: 90px;
  }
  
}

.menu .container-fluid,
.menu .row,
.menu .flex-items-center {
  height: 100%;
}

.menu .row {
  justify-content: center;
}

@media (min-width: 965px) {
  .menu .flex-items-center {
    width: 935px;
  }
}

@media (max-width: 767px) {
  .menu .flex-items-center {
    width: 100%;
    overflow: scroll;
  }
}

@media (min-width: 768px) {
  .menu .main-left {
    border-right: 1px solid #eee;
  }
}

@media (max-width: 767px) {
  .menu .main-left {
    width: 100%;
  }
}

.menu .main-left ul li a {
  display: block;
  color: #191928;
}

@media (min-width: 768px) {
  .menu .main-left ul li a:hover {
    color: #00d2fe;
  }
}

@media (max-width: 767px) {
  .menu .main-left ul li.active a {
    color: #00d2fe;
  }
}

.menu .main-left > ul {
  position: relative;
  flex-flow: column;
}

.menu .main-left > ul > li {
  padding: 0 20px;
  font-size: 30px;
  font-weight: 100;
}

@media (min-width: 768px) {
  .menu .main-left > ul > li {
    padding: 0 40px;
    font-size: 48px;
  }
}

.menu .main-left > ul > li > a {
  padding: 13px 0;
}

.menu .main-left > ul > li .hover {
  display: none;
  width: 100%;
  padding: 15px;
}

@media (min-width: 768px) {
  .menu .main-left > ul > li .hover {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 25px 50px 25px 40px;
  }
}

.menu .main-left > ul > li .hover .h4 {
  color: #bdbdbd;
  font-size: 18px;
}

.menu .main-left > ul > li .hover .h4 span {
  display: inline-block;
  width: 45px;
  margin-right: 30px;
}

.menu .main-left > ul > li .hover ul li {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 414px) {
  .menu .main-left > ul > li .hover ul li {
    margin-right: 1em;
  }
}

.menu .main-left > ul > li .hover ul li a {
  display: block;
  color: #191928;
  padding: 0 3px;
  line-height: 1.35;
  border-bottom: 1px dashed #191928;
}

@media (min-width: 768px) {
  .menu .main-left > ul > li .hover ul li a:hover {
    color: #93aaa7;
    border-bottom: 1px dashed #93aaa7;
  }
}

.menu .main-left > ul > li .hover .area {
  padding-bottom: 20px;
}

.menu .main-left > ul > li .hover .area-list {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .menu .main-left > ul > li .hover .area-list {
    margin-top: 15px;
  }
}

.menu .main-left > ul > li .hover .area-list .h5 {
  margin-right: 10px;
  width: 45px;
  color: #888;
  font-size: 18px;
}

@media (min-width: 414px) {
  .menu .main-left > ul > li .hover .area-list .h5 {
    margin-right: 30px;
  }
}

.menu .main-left > ul > li .hover .area-list ul {
  width: calc(100% - 55px);
}

@media (min-width: 414px) {
  .menu .main-left > ul > li .hover .area-list ul {
    width: calc(100% - 75px);
  }
}

.menu .main-left > ul > li .hover .area-list + .h4 {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .menu .main-left > ul > li .hover .area-list + .h4 {
    margin-top: 40px;
  }
}

.menu .main-left > ul > li i {
  margin-left: 30px;
  font-size: 24px;
}

@media (min-width: 768px) {
  .menu .main-left > ul > li i {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .menu .main-left > ul > li:hover a {
    color: #00d2fe;
  }

  .menu .main-left > ul > li:hover .hover {
    display: block;
  }
}

.menu .main-left ul.sns {
  flex-flow: row;
  padding: 10px 40px;
  line-height: 1;
}

.menu .main-left ul.sns > li {
  font-size: 48px;
}

@media (min-width: 768px) {
  .menu .main-left ul.sns > li {
    font-size: 60px;
  }
}

.menu .main-left ul.sns > li + li {
  margin-left: 0.35em;
}

.btn-list {
  display: inline-block;
  z-index: 4;
}

.direct-open .btn-list {
  z-index: 13;
}

.btn-list ul {
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 414px) {
  .btn-list ul {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.btn-list ul + ul {
  border-top: 1px solid #bdbdbd;
}

.btn-list ul > li {
  position: relative;
  color: #191928;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}

.btn-list ul > li + li {
  margin-top: 10px;
}

@media (max-width: 320px) {
  .btn-list ul > li + li {
    margin-top: 6px;
  }
}

@media (min-width: 768px) {
  .btn-list ul > li:hover {
    color: #93aaa7;
  }
}

.btn-list ul > li.news {
  z-index: 2;
}

/* .btn-list ul>li.isolated::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-top: 100%;
    background-color: #FFF101;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-animation: highlight 2s infinite;
    -webkit-animation: highlight 2s infinite;
    animation: highlight 2s infinite
} */

.btn-list ul > li i {
  font-size: 20px;
}

.btn-list ul > li span {
  padding-left: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #8a8a8a;
}

.btn-list ul > li:hover span {
  color: #597b77;
}

@media (max-width: 767px) {
  .btn-list ul > li i {
    font-size: 22px;
    margin: 0 auto;
  }

  .btn-list ul > li span {
    display: none;
  }
}

@media (min-width: 768px) {
  .btn-list ul > li.mobile {
    display: none;
  }
}

.btn-list ul li a {
  color: #191928;
}

@media (min-width: 768px) {
  .btn-list ul li a:hover {
    color: #93aaa7;
  }
}

.btn-list ul.sns {
  position: relative;
}

.btn-list ul.sns li + li {
  margin-top: 5px;
}

.btn-list ul.sns li a i {
  font-size: 25px;
}

@media (max-width: 767px) {
  .btn-list ul.sns li a span {
    display: none;
  }
}

@media (min-width: 768px) {
  .btn-list ul.sns .desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .btn-list ul.sns .desktop {
    display: none;
    position: absolute;
    top: 45px;
    left: 50%;
    padding: 5px;
    background-color: rgba(250, 250, 250, 0.9);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.btn-list .feature li {
  margin-left: auto;
  margin-right: auto;
}

.btn-list .feature li:hover {
  color: #597b77;
}

.btn-list .feature .icon {
  width: 25px;
  height: 25px;
  display: block;
  background: url("./../img/map/mapicon.png") no-repeat;
  background-position: 0 0;
  background-size: cover;
  text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.2);
}

.btn-list .feature .icon.icon-bulb {
  background-position: 0 0px;
}

.btn-list .feature li:hover .icon.icon-bulb {
  background-position: 0 -25px;
}

.btn-list .feature .icon.icon-info {
  background-position: 0 -75px;
}

.btn-list .feature li:hover .icon.icon-info {
  background-position: 0 -100px;
}

.btn-list .feature .icon.icon-search {
  background-position: 0 -150px;
}

.btn-list .feature li:hover .icon.icon-search {
  background-position: 0 -175px;
}

.btn-close {
  display: none;
  position: absolute;
  top: 5px;
  right: 15px;
  width: 85px;
  padding: 8px 11px 8px 10px;
  color: #fff;
  background-color: #93aaa7;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
  z-index: 3;
}

@media (max-width: 568px) {
  .btn-close {
    top: 0;
    right: 0;
  }
}

/*
@media (min-width: 768px) {
    .btn-close {
        top: 35px;
        width: 85px;
        padding: 8px 11px 8px 10px
    }
} */

.btn-close i {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  width: 17px;
  height: 17px;
}

.btn-close i span {
  position: absolute;
  top: 10px;
  left: -5px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.btn-close i span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-close i span:nth-child(2) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.plzClick a {
  display: block;
  width: 55px;
  height: 55px;
  margin: 50px auto;
  text-align: center;
  border: 2px solid #191928;
  background-color: #fff101;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .plzClick a {
    margin: 0 auto;
  }
}

.plzClick a i {
  color: #191928;
  font-size: 24px;
  font-weight: bold;
  line-height: 55px;
}

.direct {
  position: fixed;
  top: 0;
  left: 0;
  margin: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: -1;
}

@media (max-width: 320px) {
  .direct {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

.direct.openInfo {
  z-index: 13;
}

.direct .container {
  height: 100%;
}

.direct .container .row {
  height: 100%;
  align-items: center;
}

.direct .explain {
  width: 40%;
  margin-left: 20%;
  padding-right: 2%;
  color: #fff;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.direct .explain span {
  font-size: 13px;
  display: block;
  margin: 15px auto;
}

@media (max-width: 1024px) {
  .direct .embed-responsive {
    display: none;
  }
}

.direct-open::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid#93aaa7;
  background-color: rgba(25, 25, 40, 0.6);
  z-index: 13;
  /* display: none; */
}

.direct-open header {
  opacity: 0;
}

.direct-open .symbol {
  z-index: 13;
}

@media (max-width: 568px) {
  .direct-open .symbol {
    display: none !important;
  }
}

.direct-open .symbol .h3 {
  color: #fff;
}

.direct-open .symbol ul li span.value {
  color: #fff;
}

.direct-open .symbol .name {
  color: #fff;
}

.direct-open .symbol.opacity-100 ul:last-child li:nth-child(1),
.direct-open .symbol.opacity-100 ul:last-child li:nth-child(4),
.direct-open .symbol.opacity-100 ul:last-child li:nth-child(7) {
  color: #fff;
}

.direct-open .symbol.opacity-100 ul:last-child li:nth-child(1)::after,
.direct-open .symbol.opacity-100 ul:last-child li:nth-child(4)::after,
.direct-open .symbol.opacity-100 ul:last-child li:nth-child(7)::after {
  background: #fff;
}

.direct-open .right {
  z-index: 13;
}

.direct-open .right h2 {
  color: #fff;
}

.direct-open .right h2 i {
  color: #fff;
}

.direct-open .right ul.year-btn .meaning {
  color: #fff;
  display: block;
}

.direct-open .right ul.year-btn li a {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}

.direct-open .right ul li .meaning {
  display: block;
}

.direct-open .right .btn-list ul li {
  color: #fff;
}

.direct-open .right .btn-list ul li.isolated::before {
  display: none;
}

.direct-open .btn-list .feature .icon.icon-bulb {
  background-position: 0 -50px;
}

.direct-open .btn-list .feature .icon.icon-info,
.direct-open .btn-list .feature li:hover .icon.icon-info {
  background-position: 0 -125px;
}

.direct-open .btn-list .feature .icon.icon-search {
  background-position: 0 -200px;
}

.direct-open .right .tooltip-says-block,
.direct-open .right .tooltip-title-block {
  opacity: 0;
}

.direct-open .btn-list ul > li span {
  color: #fff;
}

.direct-open .right .align-self-bottom {
  display: block;
}

.direct-open section.electorate #map {
  position: relative;
  z-index: -1;
}

.direct-open section.electorate #select_box select {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}

.direct-open section.electorate #select_box::after {
  border-color: #fff transparent transparent transparent;
}

.direct-open section.electorate #select_box .meaning {
  display: block;
  color: #fff;
}

.direct-open section.electorate .nav-btn {
  color: #fff;
}

.direct-open section.electorate .nav-btn::before {
  display: none;
}

.direct-open section.electorate .nav-btn .meaning {
  display: block;
}

.direct-open section.electorate .nav-btn.displayNone {
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.direct-open .explain {
  display: block;
}

@media (max-width: 568px) {
  .direct-open .explain {
    display: none;
  }
}

.direct-open .btn-close {
  display: block;
}

.tooltip-says-block {
  text-align: left;
}

@media (min-width: 1921px) {
  .tooltip-says-block {
    position: static;
  }
}

.tooltip-says-block .info-text {
  padding: 20px 15px 0px;
  width: 265px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 568px) {
  .tooltip-says-block .info-text {
    padding: 0;
  }
}

.tooltip-says-block .info-text .name {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  color: #597b77;
}

@media (max-width: 375px) {
  .tooltip-says-block .info-text .name {
    padding: 5px 0;
    font-size: 18px;
  }
}

.tooltip-says-block .info-text ul.vote-text {
  flex-flow: column;
  /* padding-bottom: 20px; */
}

@media (max-width: 320px) {
  .tooltip-says-block .info-text ul.vote-text {
    padding-bottom: 5px;
  }
}

.tooltip-says-block .info-text ul.vote-text li:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin-top: 20px;
}

.tooltip-says-block .info-text ul li {
  padding: 5px 0;
}

.tooltip-says-block .info-text ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 22px;
}

.tooltip-says-block .info-text ul.vote-text li span {
  padding-left: 5px;
  font-weight: 400;
  float: right;
  font-family: "Heebo", "Noto Sans TC", sans-serif;
}

.tooltip-says-block .info-text ul.vote-text li span.kmt {
  color: #3772c7;
}

.tooltip-says-block .info-text ul.vote-text li span.ddp {
  color: #2bb56e;
}

.tooltip-says-block .info-text ul.vote-text li span.pfp {
  color: #ff8d27;
}

.tooltip-says-block .info-text ul.vote-text li span.mg {
  color: #d7b40e;
}

.tooltip-says-block .info-text ul.vote-text li span.none {
  color: #787878;
}

.tooltip-says-block .says {
  clear: both;
  width: 265px;
  padding: 0 15px 15px;
}

@media (max-width: 568px) {
  .tooltip-says-block .says {
    margin: 0 auto;
    padding: 0;
    display: none;
  }
}

.tooltip-says-block .says li {
  padding: 5px 0;
  width: 100%;
}

.tooltip-says-block .says li b {
  float: right;
  font-family: "Heebo", "Noto Sans TC", sans-serif;
  font-weight: 400;
  text-align: left;
  width: 87px;
}

.tooltip-says-block .says li b.kmt {
  color: #3772c7;
}

.tooltip-says-block .says li b.ddp {
  color: #2bb56e;
}

.tooltip-says-block .says li b.pfp {
  color: #cc6d1a;
}

.tooltip-says-block .says li b.mg {
  color: #d7b40e;
}

.tooltip-says-block .says li b.none {
  color: #787878;
}

.tooltip-says-block .says li b span {
  font-family: "Heebo", "Noto Sans TC", sans-serif;
  color: #fff;
  width: 20px;
  font-size: 14px;
  font-weight: 300;
  padding: 0 3px 0 2px;
  margin-right: 5px;
  line-height: 1;
  text-align: center;
}

.tooltip-says-block .says li b span.political_ddp {
  background-color: #2bb56e;
}

.tooltip-says-block .says li b span.political_kmt {
  background-color: #3772c7;
}

.tooltip-says-block .says li b span.political_pfp {
  background-color: #cc6d1a;
}

.tooltip-says-block .says li b span.political_none {
  background-color: #787878;
}

.tooltip-says-block .says li b span.political_mg {
  background-color: #d7b40e;
}

.tooltip-says-block .says p {
  clear: both;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.tooltip-says-block .says a {
  display: block;
  position: relative;
  background-color: #93aaa7;
  color: transparent;
  text-align: center;
  padding: 8px 0;
  margin: 15px auto;
  cursor: pointer;
}

.tooltip-says-block .says a:after {
  content: "機器人分析";
  display: block;
  position: absolute;
  width: 100%;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
}

.tooltip-says-block .fixedInfo__title {
  display: none;
}

@media (max-width: 767px) {
  .tooltip-says-block .fixedInfo__title {
    display: block;
    padding: 5px 0 10px;
    background-color: #ffffff;
    color: #93aaa7;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
  }
}

.tooltip-says-block .fixedInfo__content {
  background-color: #fff;
  border: 1px solid #eee;
}

@media (max-width: 414px) {
  .tooltip-says-block .fixedInfo__content {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid transparent;
  }
}

@media (max-width: 320px) {
  .tooltip-says-block .fixedInfo__content {
    padding: 2px 0;
  }
}

.ui-autocomplete {
  width: calc(100% - 30px) !important;
  height: 290px;
  padding: 6px 12px;
  font-size: 18px;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #93aaa7;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 8;
}

@media (min-width: 414px) {
  .ui-autocomplete {
    width: 365px !important;
  }
}

.ui-autocomplete li {
  padding: 6px 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  .ui-autocomplete li:hover {
    color: #191928;
    background-color: #93aaa7;
  }
}

.ui-autocomplete li + li {
  border-top: 1px dotted #93aaa7;
}

section.video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #191928;
  z-index: 10000001;
}

section.video .embed-responsive {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.video .btn-skip {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 150px;
  padding: 8px 25px 8px calc(25px + 0.2em);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  word-break: keep-all;
  background-color: rgba(25, 25, 40, 0.25);
  border: 2px solid #fff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 3;
}

@media (min-width: 768px) {
  section.video .btn-skip:hover {
    color: #191928;
    background-color: #93aaa7;
    border: 2px solid #93aaa7;
  }
}

section.search {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  border: 5px solid #93aaa7;
  z-index: 20;
}

@media (max-width: 568px) {
  section.search {
    padding: 15px 12px;
  }
}

@media (max-width: 375px) {
  section.search {
    padding: 0;
  }
}

section.search .container {
  height: 100%;
  /* position: relative; */
}

section.search .container-fluid {
  height: 100%;
  justify-content: center;
}

section.search .wrap {
  text-align: justify;
  padding: 15% 0;
  height: 100%;
}

@media (min-width: 768px) {
  section.search .wrap {
    padding: 20% 10%;
  }
}

.wrap .txt_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 5%;
}

@media (max-width: 568px) {
  .wrap .txt_wrap {
    display: flex;
    flex-direction: column;
  }
}

.wrap .txt_wrap .txt_left {
  width: 20%;
  text-align: left;
  border-right: 1px solid #93aaa7;
}

@media (max-width: 568px) {
  .wrap .txt_wrap .txt_left {
    width: 100%;
    text-align: center;
    border-right: 0;
  }
}

.wrap .txt_wrap .txt_right {
  width: 80%;
  margin: 30px 0;
  padding-left: 5%;
  font-weight: 300;
}

@media (max-width: 568px) {
  .wrap .txt_wrap .txt_right {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}

section.search .wrap .txt_left h4 {
  text-align: left;
  -webkit-text-stroke: 1px #93aaa7;
  color: #fff;
  font-size: 32px;
  line-height: 1.19;
  letter-spacing: 1.6px;
  margin: 10px 0;
}

@media (max-width: 568px) {
  section.search .wrap .txt_left h4 {
    margin: 15px 0;
    text-align: center;
  }
}

section.search .wrap .txt_left h4 span {
  display: block;
}

@media (max-width: 568px) {
  section.search .wrap .txt_left h4 span {
    display: inline-block;
  }
}

section.search .wrap .txt_left h4 .fill {
  color: #93aaa7;
  -webkit-text-stroke: 0px #93aaa7;
}

@media (max-width: 568px) {
  section.search span.mobile {
    display: block;
  }
}

section.search #startSearch {
  float: right;
  width: 20%;
  height: 50px;
  display: block;
  margin: 15px 0;
  padding: 18px 30px;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  background-color: #93aaa7;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

@media (max-width: 568px) {
  section.search #startSearch {
    width: 100%;
    margin-top: 0;
  }
}

section.search #startSearch:hover {
  background-color: #597b77;
}

section.search .btn-close {
  clear: both;
  display: block;
  top: 0;
}

/* @media (min-width: 768px) {
    section.search .container-fluid .btn:hover {
        background-color: #64ced5;
        border: 2px solid #64ced5
    }
} */

section.search .row {
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 414px) {
  section.search .row {
    width: 365px;
  }
}

section.search .row > * {
  width: 100%;
}

section.search .autocomplete-area {
  display: none;
}

@media (min-width: 1025px) {
  section.search .autocomplete-area {
    display: flex;
  }
}

section.search .autocomplete-area .autocomplete {
  position: relative;
}

@media (max-width: 413px) {
  section.search .autocomplete-area .autocomplete {
    width: 100%;
  }
}

section.search .autocomplete-area .autocomplete label {
  position: absolute;
  bottom: 50%;
  left: 15px;
  color: #bdbdbd;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.search .autocomplete-area .autocomplete input {
  width: 100%;
}

@media (min-width: 414px) {
  section.search .autocomplete-area .autocomplete input {
    width: 365px;
  }
}

section.search .autocomplete-area .autocomplete input:focus {
  outline: none;
  box-shadow: none;
}

section.search .autocomplete-area .autocomplete:hover label,
section.search .autocomplete-area .autocomplete.hasValue label {
  bottom: 100%;
  color: #999;
  font-size: 14px;
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

section.search input {
  padding: 12px;
  color: #555;
  font-size: 18px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #93aaa7;
}

section.search .search-bar {
  width: 80%;
  float: left;
  margin: 15px 0;
}

@media (max-width: 568px) {
  section.search .search-bar {
    width: 100%;
  }
}

section.search .search-bar .select-area {
  position: relative;
  width: 100%;
  margin-right: 10px;
}

@media (max-width: 414px) {
  section.search .search-bar .village {
    margin-right: 0;
  }
}

section.search .search-bar select {
  cursor: pointer;
}

@media (max-width: 375px) {
  section.search .search-bar select {
    font-size: 16px;
    padding: 10px 15px 10px 10px;
  }
}

/* section.search .search-bar .country {
    padding-left: 25px;
} */

section.search .search-bar .country option:nth-child(1),
section.search .search-bar .country option:nth-child(8),
section.search .search-bar .country option:nth-child(12),
section.search .search-bar .country option:nth-child(18) {
  margin: 5px 0;
  color: #a4a4a4;
  font-size: 1.1rem;
}

section.search .search-bar .select-area::after {
  position: absolute;
  top: calc(50% - 15px / 2);
  right: 15px;
  width: 15px;
  height: 15px;
  line-height: 1;
  -moz-background-size: 0.78125rem;
  -o-background-size: 0.78125rem;
  -webkit-background-size: 0.78125rem;
  background-size: 0.78125rem;
  background: url("./../img/map/down.svg") center;
  background-repeat: no-repeat;
  background-color: transparent;
}

@media (max-width: 320px) {
  section.search .search-bar .select-area::after {
    right: 10px;
  }
}

section.search .search-bar select {
  width: 100%;
  padding: 10px 25px 10px 10px;
  color: #555;
  font-size: 18px;
  border: 2px solid #93aaa7;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (max-width: 375px) {
  section.search .search-bar select {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  section.search .search-bar select {
    padding: 10px 15px 10px 10px;
  }
}

section.search .search-bar a {
  display: block;
  width: 40%;
  padding: 13px;
  background-color: #93aaa7;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

section.search .search-bar a:hover {
  background-color: #597b77;
}

section.search .all-map {
  clear: both;
  text-align: center;
  display: block;
  margin: 15px auto;
  font-size: 1.2rem;
  color: #597b77;
}

section.map {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  section.map .btn-list {
    position: absolute;
    top: 50%;
    right: 15px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 375px) {
  section.map .btn-list {
    position: absolute;
    top: 60%;
  }
}

@media (max-width: 767px) {
  section.map .right {
    padding-top: 25px;
  }

  section.map .tooltip-says-block {
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: calc(100% - 10px);
    z-index: 4;
  }

  /* section.map .tooltip-says-block .tooltip {
        display: flex;
        align-items: flex-end
    } */
}

@media (min-width: 768px) {
  section.map .tooltip-says-block {
    position: fixed;
    top: 20px;
  }
}

/* @media (min-width: 2000px) {
    section.map .tooltip-says-block {
        position: static
    }
} */

@media (max-width: 767px) {
  section.map .tooltip {
    width: 100%;
  }
}

section.visual {
  position: relative;
}

@media (min-width: 768px) {
  section.visual {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  section.visual {
    background-color: #0099cc;
  }
}

section.visual::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  section.visual .text {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}

section.visual .text p {
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  section.visual .text p {
    color: #191928;
    font-size: 18px;
  }
}

section.visual .text p span {
  display: block;
}

section.visual .plzClick {
  z-index: 5;
}

@media (min-width: 768px) {
  section.visual .plzClick {
    position: absolute;
    top: calc(100vh - 75px);
    left: 50%;
    transform: translateX(-50%);
  }
}

section.visual .container-80p {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  section.visual .container-80p {
    width: 90%;
    max-width: 1920px;
    margin: auto;
  }
}

section.visual .animation-area {
  width: 100%;
  background-color: #0099cc;
}

@media (min-width: 768px) {
  section.visual .animation-area {
    position: relative;
  }
}

section.visual .animation-area span {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

section.visual .animation-area span.decorate-1 {
  bottom: -70px;
  left: 0;
  width: 154px;
  height: 252px;
  background-image: url("./../img/decorate-1.svg");
}

@media (min-width: 768px) {
  section.visual .animation-area span.decorate-1 {
    width: 319px;
    height: 521px;
  }
}

section.visual .animation-area span.decorate-2,
section.visual .animation-area span.decorate-4 {
  width: 100px;
  height: 100px;
  background-image: url("./../img/decorate-2.svg");
}

@media (min-width: 768px) {
  section.visual .animation-area span.decorate-2,
  section.visual .animation-area span.decorate-4 {
    width: 160px;
    height: 160px;
  }
}

section.visual .animation-area span.decorate-2 {
  top: -40px;
  left: -5px;
}

@media (min-width: 768px) {
  section.visual .animation-area span.decorate-2 {
    top: -70px;
    left: -10px;
  }
}

section.visual .animation-area span.decorate-4 {
  bottom: -70px;
  right: 0;
  width: 80px;
}

@media (min-width: 768px) {
  section.visual .animation-area span.decorate-4 {
    bottom: -90px;
  }
}

section.visual .animation-area span.decorate-3 {
  top: 0;
  right: 0;
  width: 270px;
  height: 659px;
  background-image: url("./../img/decorate-3.svg");
  transform-origin: top right;
}

@media (min-width: 768px) {
  section.visual .animation-area span.decorate-3 {
    width: 913px;
    height: 659px;
    -moz-transform: scale(0.825, 0.825);
    -ms-transform: scale(0.825, 0.825);
    -webkit-transform: scale(0.825, 0.825);
    transform: scale(0.825, 0.825);
  }
}

@media (min-width: 1920px) {
  section.visual .animation-area span.decorate-3 {
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
}

section.visual .svg-animate {
  position: relative;
  margin-top: 70px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  section.visual .svg-animate {
    margin-top: 20px;
    margin-bottom: -70px;
  }
}

section.visual .svg-animate img.street-up {
  position: relative;
  width: 100%;
  z-index: 1;
}

section.visual .svg-animate img.campaign,
section.visual .svg-animate img.street-down {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
}

section.visual .svg-animate img.campaign {
  z-index: 3;
}

section.visual .svg-animate img.street-down {
  z-index: 0;
  -moz-animation: streetDownM 3s alternate infinite;
  -webkit-animation: streetDownM 3s alternate infinite;
  animation: streetDownM 3s alternate infinite;
}

@media (min-width: 768px) {
  section.visual .svg-animate img.street-down {
    -moz-animation: streetDown 3s alternate infinite;
    -webkit-animation: streetDown 3s alternate infinite;
    animation: streetDown 3s alternate infinite;
  }
}

section.visual .svg-animate svg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

section.visual .svg-animate svg.graphic {
  z-index: 2;
}

section.visual .svg-animate svg.graphic2 {
  z-index: 4;
}

section.visual .svg-animate svg.svg-text {
  z-index: 5;
}

@media (max-width: 767px) {
  section.visual .svg-animate svg .h1 {
    -moz-transform: scale(1.75) translate(3%, -7.5%);
    -ms-transform: scale(1.75) translate(3%, -7.5%);
    -webkit-transform: scale(1.75) translate(3%, -7.5%);
    transform: scale(1.75) translate(3%, -7.5%);
    transform-origin: center right;
  }

  section.visual .svg-animate svg .h2 {
    -moz-transform: scale(1.75) translate(-13.5%, 7.5%);
    -ms-transform: scale(1.75) translate(-13.5%, 7.5%);
    -webkit-transform: scale(1.75) translate(-13.5%, 7.5%);
    transform: scale(1.75) translate(-13.5%, 7.5%);
    transform-origin: center left;
  }
}

section.visual .svg-animate svg .text-brick {
  position: relative;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

section.visual .svg-animate svg .text-brick.groupA {
  -moz-animation: groupA 0.5s linear alternate infinite;
  -webkit-animation: groupA 0.5s linear alternate infinite;
  animation: groupA 0.5s linear alternate infinite;
}

section.visual .svg-animate svg .text-brick.groupB {
  -moz-animation: groupB 0.5s linear alternate infinite;
  -webkit-animation: groupB 0.5s linear alternate infinite;
  animation: groupB 0.5s linear alternate infinite;
}

section.visual .svg-animate svg .text-brick.groupC {
  -moz-animation: groupC 0.5s linear alternate infinite;
  -webkit-animation: groupC 0.5s linear alternate infinite;
  animation: groupC 0.5s linear alternate infinite;
}

section.visual .svg-animate svg.graphic,
section.visual .svg-animate img.street-up,
section.visual .svg-animate img.campaign {
  -moz-animation: streetUpM 3s alternate infinite;
  -webkit-animation: streetUpM 3s alternate infinite;
  animation: streetUpM 3s alternate infinite;
}

@media (min-width: 768px) {
  section.visual .svg-animate svg.graphic,
  section.visual .svg-animate img.street-up,
  section.visual .svg-animate img.campaign {
    -moz-animation: streetUp 3s alternate infinite;
    -webkit-animation: streetUp 3s alternate infinite;
    animation: streetUp 3s alternate infinite;
  }
}

section.visual .ico {
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  filter: url("#goo");
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

@media (min-width: 768px) {
  section.visual .ico {
    width: 60px;
    height: 60px;
  }
}

section.visual .ico .circle {
  background: #fff101;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: 0%;
}

@media (min-width: 768px) {
  section.visual .ico .circle {
    width: 60px;
    height: 60px;
  }
}

section.visual .ico .circle.circle-top {
  height: 13.33333px;
  width: 16.66667px;
  animation: blob-1-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 0;
  top: 0;
}

@media (min-width: 768px) {
  section.visual .ico .circle.circle-top {
    height: 20px;
    width: 25px;
  }
}

section.visual .ico .circle.circle-bottom {
  height: 13.33333px;
  width: 16.66667px;
  animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 9;
  bottom: 0px;
}

@media (min-width: 768px) {
  section.visual .ico .circle.circle-bottom {
    height: 20px;
    width: 25px;
  }
}

section.visual .ico .st-arrow {
  fill: #0e4577;
  animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
  perspective: 9000px;
  transform: translateZ(0);
  transform-origin: bottom;
}

section.visual .ico .svg {
  position: relative;
  z-index: 9;
}

section.visual .ico a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

@media (max-width: 767px) {
  section.btn {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 9px;
    padding-right: 9px;
  }
}

section.btn .island,
section.btn .voter {
  background-color: #191928;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  section.btn .island,
  section.btn .voter {
    margin-top: 4px;
  }
}

section.btn .island .inner,
section.btn .voter .inner {
  position: relative;
  height: 100%;
  margin: 0 -15px;
  padding: 20px 80px 80px 20px;
}

@media (min-width: 414px) {
  section.btn .island .inner,
  section.btn .voter .inner {
    padding: 40px 100px 80px 40px;
  }
}

@media (min-width: 1025px) {
  section.btn .island .inner,
  section.btn .voter .inner {
    display: table;
    margin: auto;
    padding: 100px 270px 100px 100px;
  }
}

section.btn .island i,
section.btn .voter i {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 66px;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

@media (min-width: 414px) {
  section.btn .island i,
  section.btn .voter i {
    top: 50px;
    right: 40px;
  }
}

@media (min-width: 1025px) {
  section.btn .island i,
  section.btn .voter i {
    top: 100px;
    right: 100px;
    font-size: 80px;
  }
}

section.btn .island .h3,
section.btn .voter .h3 {
  font-size: 40px;
  font-weight: 200;
  letter-spacing: 0.1em;
}

section.btn .island .h3 span,
section.btn .voter .h3 span {
  display: inline-block;
}

section.btn .island .pre p,
section.btn .voter .pre p {
  color: #ddd;
  font-size: 12px;
}

@media (min-width: 768px) {
  section.btn .island .pre p,
  section.btn .voter .pre p {
    font-size: 14px;
  }
}

section.btn .island .pre p span,
section.btn .voter .pre p span {
  display: block;
}

section.btn .island .btn-list,
section.btn .voter .btn-list {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
}

@media (min-width: 414px) {
  section.btn .island .btn-list,
  section.btn .voter .btn-list {
    bottom: 40px;
    right: 40px;
    width: calc(100% - 80px);
  }
}

@media (min-width: 1025px) {
  section.btn .island .btn-list,
  section.btn .voter .btn-list {
    position: absolute;
    bottom: 100px;
    right: 100px;
    width: 170px;
  }
}

@media (max-width: 1024px) {
  section.btn .island .btn-list,
  section.btn .voter .btn-list {
    text-align: right;
  }
}

section.btn .island .btn-list *,
section.btn .voter .btn-list * {
  line-height: 1;
  vertical-align: bottom;
}

section.btn .island .btn-list a,
section.btn .voter .btn-list a {
  display: inline-block;
  padding: 6px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border: 2px solid;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

@media (min-width: 375px) {
  section.btn .island .btn-list a,
  section.btn .voter .btn-list a {
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  section.btn .island .btn-list a,
  section.btn .voter .btn-list a {
    display: block;
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  section.btn .island .btn-list a + a,
  section.btn .voter .btn-list a + a {
    margin-top: 15px;
  }
}

section.btn .island i {
  color: #93aaa7;
}

section.btn .island .h3 {
  color: #93aaa7;
}

section.btn .island .btn-list a {
  color: #93aaa7;
  border-color: #93aaa7;
}

@media (min-width: 1025px) {
  section.btn .island .btn-list a:hover {
    color: #191928;
    background-color: #93aaa7;
  }
}

section.btn .voter i {
  color: #00d2fe;
}

section.btn .voter .h3 {
  color: #00d2fe;
}

section.btn .voter .btn-list a {
  color: #00d2fe;
  border-color: #00d2fe;
}

@media (min-width: 1025px) {
  section.btn .voter .btn-list a:hover {
    color: #191928;
    background-color: #00d2fe;
  }
}

section.btn .voter .btn-list .select {
  position: relative;
}

section.btn .voter .btn-list .select::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #00d2fe transparent transparent transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.btn .voter .btn-list .select select {
  display: inline-block;
  padding: 0px 15px 3px 5px;
  color: #00d2fe;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-align-last: center;
  background-color: #191928;
  border: 2px solid #00d2fe;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

section.btn .voter .btn-list .select select optgroup {
  color: #888;
  background-color: #fff;
}

section.btn .voter .btn-list .select select option {
  text-align: left;
  color: #191928;
  background-color: #fff;
}

@media (min-width: 375px) {
  section.btn .voter .btn-list .select select {
    height: 38px;
    padding: 10px 35px 10px 15px;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  section.btn .voter .btn-list .select select {
    height: 40px;
  }
}

@media (min-width: 1025px) {
  section.btn .voter .btn-list .select select {
    display: block;
    width: 100%;
  }

  section.btn .voter .btn-list .select select:hover {
    color: #191928;
    background-color: #00d2fe;
  }

  section.btn .voter .btn-list .select select:hover option {
    color: #fff;
    background-color: #191928;
  }
}

section.btn .voter .btn-list .select:hover::after {
  border-color: #191928 transparent transparent transparent;
}

section.electorate {
  position: relative;
}

@media (min-width: 2001px) {
  section.electorate .right {
    height: calc(100% - 180px);
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  section.electorate .btn-list {
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  section.electorate .tooltip-title-block {
    position: fixed;
    bottom: 15px;
  }
}

@media (min-width: 2000px) {
  section.electorate .tooltip-title-block {
    position: static;
  }
}

section.electorate #select_box {
  position: absolute;
  top: 50px;
  left: 50%;
  font-size: 18px;
  z-index: 6;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  section.electorate #select_box {
    top: 90px;
  }
}

section.electorate #select_box select {
  padding: 3px 26px 3px 8px;
  color: #191928;
  font-size: 16px;
  text-align: center;
  text-align-last: center;
  border: 2px solid #00d2fe;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
}

section.electorate #select_box select optgroup {
  color: #aaa;
}

section.electorate #select_box select option {
  color: #191928;
  text-align: left;
  background-color: #fff;
}

section.electorate #select_box select option[disabled*="disabled"] {
  color: #bdbdbd;
  cursor: not-allowed;
}

section.electorate #select_box .meaning {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 120px;
  padding-top: 50px;
  font-size: 13px;
  text-align: center;
  line-height: 1.15;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.electorate #select_box .meaning:after {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 1px;
  height: 30px;
  background-color: #fff;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.electorate #select_box::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #00d2fe transparent transparent transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.electorate .nav-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  color: #00d2fe;
  font-size: 18px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 6;
}

section.electorate .nav-btn i {
  display: block;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

section.electorate .nav-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-top: 100%;
  background-color: #fff101;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-animation: highlight 2s infinite;
  -webkit-animation: highlight 2s infinite;
  animation: highlight 2s infinite;
  z-index: -1;
}

section.electorate .nav-btn .meaning {
  display: none;
  position: absolute;
  top: 50%;
  width: 50px;
  font-size: 13px;
  line-height: 1.15;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1400px) {
  section.electorate .nav-btn .meaning {
    width: 90px;
  }
}

@media (min-width: 1025px) {
  section.electorate .nav-btn.backward .meaning {
    right: 100%;
    text-align: right;
  }
}

@media (max-width: 1024px) {
  section.electorate .nav-btn.backward .meaning {
    left: 100%;
    text-align: left;
  }
}

@media (min-width: 1025px) {
  section.electorate .nav-btn.forward .meaning {
    left: 100%;
    text-align: left;
  }
}

@media (max-width: 1024px) {
  section.electorate .nav-btn.forward .meaning {
    right: 100%;
    text-align: right;
  }
}

section.electorate .nav-btn.displayNone {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@media (max-width: 767px) {
  section.electorate .nav-btn {
    bottom: 45px;
  }
}

@media (min-width: 768px) {
  section.electorate .nav-btn {
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  section.electorate .nav-btn i {
    line-height: 50px;
  }

  section.electorate .nav-btn:hover {
    color: #93aaa7;
  }
}

@media (max-width: 767px) {
  section.electorate .tooltip-title-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  section.electorate .tooltip-title-block .tooltip-block {
    position: relative;
  }

  section.electorate .tooltip-title-block .tooltip {
    width: 100%;
    padding: 0 20px;
  }
}

section.electorate .backward {
  left: 0;
}

section.electorate .forward {
  right: 0;
}

section.opening {
  position: relative;
  height: 100%;
  overflow: hidden;
}

section.opening .embed-responsive {
  position: absolute;
  top: 0;
  left: 0;
}

section.opening .embed-responsive::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 40, 0.65);
}

section.opening .container,
section.opening .row {
  height: 100%;
}

section.opening .container-fluid {
  position: relative;
  height: 100%;
}

section.opening .container-fluid .decorate {
  position: absolute;
  background-repeat: no-repeat;
}

section.opening .container-fluid .decorate-1 {
  top: 0;
  left: 0;
  width: 50%;
  height: 234px;
  background-image: url("./../img/decorate-1-1.svg");
  background-position: top left;
}

@media (min-width: 768px) {
  section.opening .container-fluid .decorate-1 {
    width: 316px;
    height: 234px;
  }
}

section.opening .container-fluid .decorate-2 {
  bottom: 0;
  right: 0;
  width: 65%;
  height: 626px;
  background-image: url("./../img/decorate-1-2.svg");
  background-position: bottom right;
  transform-origin: bottom right;
}

@media (min-width: 768px) {
  section.opening .container-fluid .decorate-2 {
    width: 608px;
    height: 626px;
    -moz-transform: scale(0.825, 0.825);
    -ms-transform: scale(0.825, 0.825);
    -webkit-transform: scale(0.825, 0.825);
    transform: scale(0.825, 0.825);
  }
}

@media (min-width: 1920px) {
  section.opening .container-fluid .decorate-2 {
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
}

section.opening .container-fluid .decorate-2-1 {
  top: 0;
  left: 0;
  width: 50%;
  height: 234px;
  background-image: url("./../img/decorate-2-1.svg");
  background-position: top left;
}

@media (min-width: 768px) {
  section.opening .container-fluid .decorate-2-1 {
    width: 316px;
    height: 234px;
  }
}

section.opening .container-fluid .decorate-2-2 {
  bottom: 0;
  right: 0;
  width: 65%;
  height: 626px;
  background-image: url("./../img/decorate-2-2.svg");
  background-position: bottom right;
  transform-origin: bottom right;
}

@media (min-width: 768px) {
  section.opening .container-fluid .decorate-2-2 {
    width: 608px;
    height: 626px;
    -moz-transform: scale(0.825, 0.825);
    -ms-transform: scale(0.825, 0.825);
    -webkit-transform: scale(0.825, 0.825);
    transform: scale(0.825, 0.825);
  }
}

@media (min-width: 1920px) {
  section.opening .container-fluid .decorate-2-2 {
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
}

section.opening .container-fluid .op-content {
  max-width: 440px;
  padding: 30px 20px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  align-self: center;
}

section.opening .container-fluid .op-content .title h3 {
  margin: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
}

section.opening .container-fluid .op-content .title h2 {
  display: inline-block;
  margin: 0;
  padding-bottom: 15px;
  color: #eee;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 2px solid #eee;
}

section.opening .container-fluid .op-content .title h2.mtop {
  margin-top: 75px;
}

@media (min-width: 768px) {
  section.opening .container-fluid .op-content .title h2 {
    padding-bottom: 20px;
    font-size: 21px;
  }
}

section.opening .container-fluid .op-content .title h1 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

@media (min-width: 375px) {
  section.opening .container-fluid .op-content .title h1 {
    margin-bottom: 0.25em;
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  section.opening .container-fluid .op-content .title h1 {
    font-size: 36px;
  }
}

section.opening .container-fluid .op-content .title h1 span {
  position: relative;
  display: inline-block;
}

section.opening
  .container-fluid
  .op-content
  .title
  h1
  span.icon:last-child::after {
  display: inline-block;
  width: 55px;
  height: 42px;
  vertical-align: middle;
  background-image: url("./../img/map/land.svg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

section.opening .container-fluid .op-content .title .edit {
  color: #fff;
}

@media (max-width: 767px) {
  section.opening .container-fluid .op-content .title .edit {
    font-size: 14px;
  }
}

section.opening .container-fluid .op-content .title .edit a {
  display: inline-block;
  color: #09c;
  border-bottom: 1px dashed #09c;
}

section.opening .container-fluid .op-content .title .edit a:hover {
  color: #93aaa7;
  border-bottom: 1px dashed #93aaa7;
}

section.opening .container-fluid .op-content .text {
  margin-top: 25px;
}

@media (max-width: 767px) {
  section.opening .container-fluid .op-content .text {
    padding-right: 15%;
  }
}

section.opening .container-fluid .op-content .text p {
  color: #fff;
  font-size: 13px;
}

@media (min-width: 768px) {
  section.opening .container-fluid .op-content .text p {
    font-size: 14px;
  }
}

section.opening .container-fluid .op-content .text p span {
  display: inline-block;
}

section.opening .container-fluid .op-content .text .btn-link-group {
  padding-top: 2em;
}

section.opening .container-fluid .op-content .text .btn-link-group a.btn-link {
  display: inline-block;
  padding: 5px 15px;
  color: #191928;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #191928;
  background-color: #fff101;
  border-radius: 40px;
}

@media (min-width: 375px) {
  section.opening
    .container-fluid
    .op-content
    .text
    .btn-link-group
    a.btn-link {
    padding: 5px 25px;
    font-size: 18px;
  }
}

section.opening
  .container-fluid
  .op-content
  .text
  .btn-link-group
  a.btn-link
  i {
  display: inline-block;
  margin-left: 10px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

section.opening
  .container-fluid
  .op-content
  .text
  .btn-link-group
  a.btn-link
  + a {
  margin-left: 0.5em;
}

section.opening .container-fluid .op-content .plzClick a {
  margin-bottom: 0;
}

section.opening .background-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-animation: backgroundSlide 50s forwards alternate infinite;
  -webkit-animation: backgroundSlide 50s forwards alternate infinite;
  animation: backgroundSlide 50s forwards alternate infinite;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 0;
}

section.opening .background-slide::after {
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 40, 0.65);
}

section.btn-map .p-50,
section .btn-map .p-50 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  border: 1px solid #fafafa;
}

section.btn-map .p-50::before,
section .btn-map .p-50::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.btn-map .p-50 a,
section .btn-map .p-50 a {
  display: block;
  position: relative;
  z-index: 2;
}

section.btn-map .p-50 a *,
section .btn-map .p-50 a * {
  display: inline-block;
  vertical-align: middle;
}

section.btn-map .p-50.left,
section .btn-map .p-50.left {
  text-align: left;
}

section.btn-map .p-50.rights,
section .btn-map .p-50.rights {
  text-align: right;
}

section.btn-map .p-50.map-article,
section .btn-map .p-50.map-article {
  color: #93aaa7;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.btn-map .p-50.map-article a,
section .btn-map .p-50.map-article a {
  color: #93aaa7;
}

section.btn-map .p-50.map-article::before,
section .btn-map .p-50.map-article::before {
  background-color: rgba(25, 25, 40, 0.35);
}

section.btn-map .p-50.cty-index,
section .btn-map .p-50.cty-index {
  color: #93aaa7;
  background-image: url("./../img/electorate/op-1.jpg");
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.btn-map .p-50.cty-index a,
section .btn-map .p-50.cty-index a {
  color: #93aaa7;
}

section.btn-map .p-50.cty-index::before,
section .btn-map .p-50.cty-index::before {
  background-color: rgba(25, 25, 40, 0.65);
}

section.btn-map .p-50.map-index,
section .btn-map .p-50.map-index {
  background-image: url("./../img/map/lihsing.jpg");
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.btn-map .p-50.map-index a,
section .btn-map .p-50.map-index a {
  color: #00d2fe;
}

section.btn-map .p-50.map-index::before,
section .btn-map .p-50.map-index::before {
  background-color: rgba(25, 25, 40, 0.65);
}

section.btn-map .p-50:hover::before,
section .btn-map .p-50:hover::before {
  background-color: rgba(25, 25, 40, 0.8);
}

section.btn-map .p-50:hover.left,
section .btn-map .p-50:hover.left {
  padding-left: 50px;
}

section.btn-map .p-50:hover.rights,
section .btn-map .p-50:hover.rights {
  padding-right: 50px;
}

section.btn-map i,
section .btn-map i {
  font-size: 48px;
}

section.btn-map .h1,
section .btn-map .h1 {
  margin: 0 10px;
  font-size: 36px;
  font-weight: 200;
}

section .btn-map {
  width: 100%;
}

section.slidershow {
  position: relative;
  padding-top: 50px;
}

@media (min-width: 768px) {
  section.slidershow {
    padding-top: 70px;
  }
}

section.slidershow::before {
  position: absolute;
  top: 0;
  left: -2px;
  width: 130px;
  height: 234px;
  background-image: url("./../img/decorate-2-1.svg");
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (min-width: 768px) {
  section.slidershow::before {
    left: 0;
    width: 316px;
    height: 234px;
  }
}

section.slidershow::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 626px;
  background-image: url("./../img/decorate-1-2.svg");
  background-position: bottom right;
  transform-origin: bottom right;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (min-width: 768px) {
  section.slidershow::after {
    width: 608px;
    height: 626px;
    -moz-transform: scale(0.825, 0.825);
    -ms-transform: scale(0.825, 0.825);
    -webkit-transform: scale(0.825, 0.825);
    transform: scale(0.825, 0.825);
  }
}

@media (min-width: 1920px) {
  section.slidershow::after {
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
}

section.slidershow .container-fluid {
  position: relative;
}

section.slidershow .container-fluid::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  background-color: #191928;
}

@media (min-width: 768px) {
  section.slidershow .container-fluid::before {
    height: 575px;
  }
}

@media (max-width: 767px) {
  section.slidershow .slider-block {
    padding-bottom: 40px;
    order: 2;
  }
}

section.slidershow .slider {
  width: 100%;
}

@media (max-width: 767px) {
  section.slidershow .slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}

section.slidershow .main-block {
  padding-bottom: 49px;
}

@media (max-width: 767px) {
  section.slidershow .main-block {
    padding-top: 35px;
    padding-bottom: 17px;
    order: 1;
  }
}

@media (max-width: 767px) {
  section.slidershow .main-block .main-text {
    padding-left: 25%;
    margin-left: -15px;
    margin-right: 15px;
  }
}

section.slidershow .main-block .h2 {
  display: table;
  padding: 5px 20px;
  color: #00d2fe;
  font-size: 13px;
  font-weight: 400;
  word-break: keep-all;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #00d2fe;
}

@media (min-width: 768px) {
  section.slidershow .main-block .h2 {
    font-size: 16px;
  }
}

section.slidershow .main-block h1 {
  margin-top: 0.25em;
  color: #fff;
  font-size: 36px;
  line-height: 1;
}

@media (min-width: 768px) {
  section.slidershow .main-block h1 {
    margin-top: 0.625em;
    font-size: 48px;
  }
}

section.slidershow .main-block h1 span {
  display: inline-block;
}

section.slidershow .main-block h1 span.light {
  display: block;
  padding-top: 12px;
  font-size: 24px;
  font-weight: 100;
}

@media (min-width: 768px) {
  section.slidershow .main-block h1 span.light {
    font-size: 36px;
  }
}

section.slidershow .main-block p {
  color: #bababa;
  font-size: 13px;
}

@media (min-width: 768px) {
  section.slidershow .main-block p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  section.article-list {
    position: relative;
    z-index: 6;
  }
}

section.article-list > .container {
  margin-top: 45px;
  margin-bottom: 45px;
}

section.article-list .row {
  align-items: stretch;
}

section.article-list .row > .col-md-4 {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  section.article-list .row > .col-md-4 {
    margin-bottom: 30px;
  }
}

section.article-list .scroll-block {
  top: 50%;
}

@media (min-width: 1024px) {
  section.article-list .scroll-block {
    position: fixed;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 1023px) {
  section.article-list .scroll-block {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: scroll;
  }
}

section.article-list .scroll-block .h3 {
  color: #888;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 767px) {
  section.article-list .scroll-block .h3 {
    display: none;
  }
}

section.article-list .scroll-block .scroll-btn li {
  margin-top: 0.5em;
}

section.article-list .scroll-block .scroll-btn li a {
  display: block;
  padding: 3px 10px;
  color: #00d2fe;
  font-size: 15px;
  font-weight: 400;
  background-color: #fafafa;
  border: 1px solid #00d2fe;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

@media (min-width: 786px) {
  section.article-list .scroll-block .scroll-btn li a {
    padding: 5px 15px;
  }
}

section.article-list .scroll-block .scroll-btn li a:hover {
  color: #fff;
  background-color: #00d2fe;
}

@media (max-width: 1023px) {
  section.article-list .scroll-block .scroll-btn li {
    display: inline-block;
    margin: 10px 5px;
  }
}

section.article-list .scroll-block.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fafafa;
  z-index: 2;
}

section.article-list .scroll-block.active .scroll-btn li a {
  padding: 3px 10px;
}

section.article-list .h1 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  color: #191928;
  font-size: 21px;
  font-weight: 600;
}

@media (min-width: 768px) {
  section.article-list .h1 {
    padding-left: 23px;
    margin-bottom: 25px;
    font-size: 30px;
  }
}

section.article-list .h1::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 24px;
  background-color: #93aaa7;
  *zoom: 1;
  filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF00D2FE', endColorstr='#FF93aaa7');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZDJmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EwZTFlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #00d2fe),
    color-stop(100%, #93aaa7)
  );
  background-image: -moz-linear-gradient(top, #00d2fe 0%, #93aaa7 100%);
  background-image: -webkit-linear-gradient(top, #00d2fe 0%, #93aaa7 100%);
  background-image: linear-gradient(to bottom, #00d2fe 0%, #93aaa7 100%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  section.article-list .h1::before {
    width: 8px;
    height: 30px;
  }
}

section.article-list .card {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(25, 25, 40, 0.05);
}

@media (max-width: 767px) {
  section.article-list .card {
    display: flex;
  }
}

section.article-list .card a {
  display: block;
}

section.article-list .card a.card-img {
  position: relative;
  width: 100%;
  padding-top: 66.98412698412698%;
  align-self: flex-start;
  overflow: hidden;
}

@media (max-width: 374px) {
  section.article-list .card a.card-img {
    width: 100px;
    padding-top: calc(100px * 0.6698412698412698);
  }
}

@media (max-width: 767px) {
  section.article-list .card a.card-img {
    width: 145px;
    padding-top: calc(145px * 0.6698412698412698);
  }
}

section.article-list .card a.card-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(25, 25, 40, 0.5);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

section.article-list .card a.card-img::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 36px;
  font-family: "icomoon";
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

@media (min-width: 768px) {
  section.article-list .card a.card-img::after {
    font-size: 84px;
  }
}

section.article-list .card a.card-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.article-list .card a.card-img:hover img {
  height: 107.5%;
}

section.article-list .card a.card-img:hover::before,
section.article-list .card a.card-img:hover::after {
  opacity: 1;
}

section.article-list .card .card-body {
  padding: 20px 15px;
}

@media (max-width: 767px) {
  section.article-list .card .card-body {
    display: flex;
    align-items: center;
    width: calc(100% - 145px);
    padding: 10px;
  }
}

@media (max-width: 374px) {
  section.article-list .card .card-body {
    width: calc(100% - 100px);
  }
}

@media (max-width: 767px) {
  section.article-list .card .card-body .tag {
    display: none;
  }
}

section.article-list .card .card-body .tag a {
  display: table;
  padding: 3px 10px;
  color: #888;
  font-size: 15px;
  border: 1px solid #888;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

section.article-list .card .card-body .tag a:hover {
  color: #fff;
  background-color: #888;
}

section.article-list .card .card-body .h2 {
  height: 3em;
  margin: 0;
  color: #191928;
  font-size: 19px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

section.article-list .card .card-body .h2:hover {
  color: #00d2fe;
}

@media (min-width: 768px) {
  section.article-list .card .card-body .h2 {
    margin: 15px 0 10px;
    font-size: 21px;
  }
}

section.article-list .card .card-body .author {
  display: block;
  color: #888;
  font-size: 12px;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  section.article-list .card .card-body .author {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  section.article-list .card .card-body .author {
    display: none;
  }
}

section.article-list .article .card a {
  display: block;
}

section.article-list .article .card a.card-img::after {
  content: "\e911";
}

section.article-list .chart .card a {
  display: block;
}

section.article-list .chart .card a.card-img::after {
  content: "\e910";
}

section.article-list .video .card a {
  display: block;
}

section.article-list .video .card a.card-img::after {
  content: "\e912";
}

section.share ul.sns {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1;
}

@media (min-width: 768px) {
  section.share ul.sns {
    margin-top: 75px;
    margin-bottom: 30px;
  }
}

section.share ul.sns span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

section.share ul.sns li {
  display: inline-block;
  margin-left: 0.35em;
  vertical-align: middle;
  font-size: 40px;
}

@media (min-width: 768px) {
  section.share ul.sns li {
    font-size: 60px;
  }
}

section.share ul.sns li a {
  color: #191928;
}

section.share ul.sns li a:hover {
  color: #00d2fe;
}

@-moz-keyframes streetUp {
  0% {
    top: 20px;
  }

  100% {
    top: -10px;
  }
}

@-webkit-keyframes streetUp {
  0% {
    top: 20px;
  }

  100% {
    top: -10px;
  }
}

@keyframes streetUp {
  0% {
    top: 20px;
  }

  100% {
    top: -10px;
  }
}

@-moz-keyframes streetDown {
  0% {
    top: 20px;
  }

  100% {
    top: 40px;
  }
}

@-webkit-keyframes streetDown {
  0% {
    top: 20px;
  }

  100% {
    top: 40px;
  }
}

@keyframes streetDown {
  0% {
    top: 20px;
  }

  100% {
    top: 40px;
  }
}

@-moz-keyframes streetUpM {
  0% {
    top: 20px;
  }

  100% {
    top: -10px;
  }
}

@-webkit-keyframes streetUpM {
  0% {
    top: 20px;
  }

  100% {
    top: -10px;
  }
}

@keyframes streetUpM {
  0% {
    top: 20px;
  }

  100% {
    top: -10px;
  }
}

@-moz-keyframes streetDownM {
  0% {
    top: 20px;
  }

  100% {
    top: 10px;
  }
}

@-webkit-keyframes streetDownM {
  0% {
    top: 20px;
  }

  100% {
    top: 10px;
  }
}

@keyframes streetDownM {
  0% {
    top: 20px;
  }

  100% {
    top: 10px;
  }
}

@-moz-keyframes highlight {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes highlight {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

@keyframes highlight {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

@-moz-keyframes groupA {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@-webkit-keyframes groupA {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@keyframes groupA {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@-moz-keyframes groupB {
  0% {
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  100% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes groupB {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes groupB {
  0% {
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  100% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes groupC {
  0% {
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes groupC {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes groupC {
  0% {
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes blob-1-anim {
  0% {
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  14% {
    -moz-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
  }

  24% {
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  100% {
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes blob-1-anim {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  14% {
    -webkit-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
  }

  24% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes blob-1-anim {
  0% {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  14% {
    -moz-transform: translate(-50%, -8px);
    -ms-transform: translate(-50%, -8px);
    -webkit-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
  }

  24% {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  100% {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-moz-keyframes blob-2-anim {
  0% {
    -moz-transform: scale(1) translate(-50%, 10px);
    transform: scale(1) translate(-50%, 10px);
  }

  30% {
    -moz-transform: scale(1) translate(-50%, 10px);
    transform: scale(1) translate(-50%, 10px);
  }

  70% {
    -moz-transform: scale(1) translate(-50%, 10px);
    transform: scale(1) translate(-50%, 10px);
  }

  95% {
    -moz-transform: scale(1) translate(-50%, 26px);
    transform: scale(1) translate(-50%, 26px);
  }

  100% {
    -moz-transform: scale(1) translate(-50%, 10px);
    transform: scale(1) translate(-50%, 10px);
  }
}

@-webkit-keyframes blob-2-anim {
  0% {
    -webkit-transform: scale(1) translate(-50%, 10px);
    transform: scale(1) translate(-50%, 10px);
  }

  30% {
    -webkit-transform: scale(1) translate(-50%, 10px);
    transform: scale(1) translate(-50%, 10px);
  }

  70% {
    -webkit-transform: scale(1) translate(-50%, 10px);
    transform: scale(1) translate(-50%, 10px);
  }

  95% {
    -webkit-transform: scale(1) translate(-50%, 26px);
    transform: scale(1) translate(-50%, 26px);
  }

  100% {
    -webkit-transform: scale(1) translate(-50%, 10px);
    transform: scale(1) translate(-50%, 10px);
  }
}

@keyframes blob-2-anim {
  0% {
    -moz-transform: scale(1) translate(-50%, 10px);
    -ms-transform: scale(1) translate(-50%, 10px);
    -webkit-transform: scale(1) translate(-50%, 10px);
    transform: scale(1) translate(-50%, 10px);
  }

  30% {
    -moz-transform: scale(1) translate(-50%, 10px);
    -ms-transform: scale(1) translate(-50%, 10px);
    -webkit-transform: scale(1) translate(-50%, 10px);
    transform: scale(1) translate(-50%, 10px);
  }

  70% {
    -moz-transform: scale(1) translate(-50%, 10px);
    -ms-transform: scale(1) translate(-50%, 10px);
    -webkit-transform: scale(1) translate(-50%, 10px);
    transform: scale(1) translate(-50%, 10px);
  }

  95% {
    -moz-transform: scale(1) translate(-50%, 26px);
    -ms-transform: scale(1) translate(-50%, 26px);
    -webkit-transform: scale(1) translate(-50%, 26px);
    transform: scale(1) translate(-50%, 26px);
  }

  100% {
    -moz-transform: scale(1) translate(-50%, 10px);
    -ms-transform: scale(1) translate(-50%, 10px);
    -webkit-transform: scale(1) translate(-50%, 10px);
    transform: scale(1) translate(-50%, 10px);
  }
}

@-moz-keyframes scrolly {
  0% {
    -moz-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5)
      skewX(3deg);
    transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }

  30% {
    -moz-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }

  70% {
    -moz-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }

  95% {
    -moz-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5)
      skewX(-3deg);
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }

  100% {
    -moz-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5)
      skewX(-3deg);
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}

@-webkit-keyframes scrolly {
  0% {
    -webkit-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5)
      skewX(3deg);
    transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }

  30% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }

  70% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }

  95% {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5)
      skewX(-3deg);
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }

  100% {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5)
      skewX(-3deg);
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}

@keyframes scrolly {
  0% {
    -moz-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5)
      skewX(3deg);
    -ms-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5)
      skewX(3deg);
    -webkit-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5)
      skewX(3deg);
    transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }

  30% {
    -moz-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    -ms-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }

  70% {
    -moz-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    -ms-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }

  95% {
    -moz-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5)
      skewX(-3deg);
    -ms-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5)
      skewX(-3deg);
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5)
      skewX(-3deg);
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }

  100% {
    -moz-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5)
      skewX(-3deg);
    -ms-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5)
      skewX(-3deg);
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5)
      skewX(-3deg);
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}

@-moz-keyframes backgroundSlide {
  0% {
    background-image: url("./../img/electorate/op-1.jpg");
  }

  13% {
    background-image: url("./../img/electorate/op-1.jpg");
  }

  14% {
    background-image: url("./../img/electorate/op-2.jpg");
  }

  27% {
    background-image: url("./../img/electorate/op-2.jpg");
  }

  28% {
    background-image: url("./../img/electorate/op-3.jpg");
  }

  41% {
    background-image: url("./../img/electorate/op-3.jpg");
  }

  42% {
    background-image: url("./../img/electorate/op-4.jpg");
  }

  55% {
    background-image: url("./../img/electorate/op-4.jpg");
  }

  56% {
    background-image: url("./../img/electorate/op-5.jpg");
  }

  69% {
    background-image: url("./../img/electorate/op-5.jpg");
  }

  70% {
    background-image: url("./../img/electorate/op-6.jpg");
  }

  99% {
    background-image: url("./../img/electorate/op-6.jpg");
  }

  100% {
    background-image: url("./../img/electorate/op-1.jpg");
  }
}

@-webkit-keyframes backgroundSlide {
  0% {
    background-image: url("./../img/electorate/op-1.jpg");
  }

  13% {
    background-image: url("./../img/electorate/op-1.jpg");
  }

  14% {
    background-image: url("./../img/electorate/op-2.jpg");
  }

  27% {
    background-image: url("./../img/electorate/op-2.jpg");
  }

  28% {
    background-image: url("./../img/electorate/op-3.jpg");
  }

  41% {
    background-image: url("./../img/electorate/op-3.jpg");
  }

  42% {
    background-image: url("./../img/electorate/op-4.jpg");
  }

  55% {
    background-image: url("./../img/electorate/op-4.jpg");
  }

  56% {
    background-image: url("./../img/electorate/op-5.jpg");
  }

  69% {
    background-image: url("./../img/electorate/op-5.jpg");
  }

  70% {
    background-image: url("./../img/electorate/op-6.jpg");
  }

  99% {
    background-image: url("./../img/electorate/op-6.jpg");
  }

  100% {
    background-image: url("./../img/electorate/op-1.jpg");
  }
}

@keyframes backgroundSlide {
  0% {
    background-image: url("./../img/electorate/op-1.jpg");
  }

  13% {
    background-image: url("./../img/electorate/op-1.jpg");
  }

  14% {
    background-image: url("./../img/electorate/op-2.jpg");
  }

  27% {
    background-image: url("./../img/electorate/op-2.jpg");
  }

  28% {
    background-image: url("./../img/electorate/op-3.jpg");
  }

  41% {
    background-image: url("./../img/electorate/op-3.jpg");
  }

  42% {
    background-image: url("./../img/electorate/op-4.jpg");
  }

  55% {
    background-image: url("./../img/electorate/op-4.jpg");
  }

  56% {
    background-image: url("./../img/electorate/op-5.jpg");
  }

  69% {
    background-image: url("./../img/electorate/op-5.jpg");
  }

  70% {
    background-image: url("./../img/electorate/op-6.jpg");
  }

  99% {
    background-image: url("./../img/electorate/op-6.jpg");
  }

  100% {
    background-image: url("./../img/electorate/op-1.jpg");
  }
}

/*# sourceMappingURL=style.css.map */
