@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: Helvetica, Arial, "Noto Sans TC", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

sub {
  vertical-align: sub;
}

html,
body {
  height: 100%;
  width: 100%;
}

.loading {
  z-index: 31;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
}

.showLoading {
  display: flex;
}

#map {
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* marker群組樣式 */
.marker-cluster-small {
  background-color: rgba(117, 217, 156, 0.5);
}
.marker-cluster-small div {
  background-color: rgba(117, 217, 156, 0.8);
}

.marker-cluster-medium {
  background-color: rgba(49, 158, 90, 0.5);
}
.marker-cluster-medium div {
  background-color: rgba(49, 158, 90, 0.8);
}

.marker-cluster-large {
  background-color: rgba(0, 90, 34, 0.5);
}
.marker-cluster-large div {
  background-color: rgba(0, 90, 34, 0.7);
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
  line-height: 30px;
}

.sideBtn {
  position: absolute;
  top: 263px;
  z-index: 10;
  left: 275px;
  width: 80px;
  height: 30px;
  border-radius: 8px 8px 0px 0px;
  background: url("../images/arrow.png") no-repeat #ffa415 center;
  background-size: 18px;
  transform: rotate(90deg);
  transition: all 0.5s;
  cursor: pointer;
}
.sideBtn:active {
  filter: brightness(110%);
}

.sideBtnHide {
  left: -30px;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 300px;
  height: 100vh;
  background-color: #fee101;
  overflow: hidden;
  transition: all 0.5s;
}

.containerHide {
  left: -300px;
}

.header {
  margin-bottom: 20px;
  text-align: center;
}
.header__time {
  padding: 5px 0;
  font-size: 12.8px;
  color: #fff;
  background-color: #122b88;
}
.header__time p {
  display: inline-block;
  padding: 0 5px;
}
.header__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.header__title__text h2 {
  margin-bottom: 5px;
  letter-spacing: 5px;
}
.header__title__text h1 {
  font-size: 30.6px;
  font-weight: 500;
  line-height: 1;
}
.header__title__text h3 {
  text-indent: 3px;
  letter-spacing: 2.3px;
  font-size: 12.8px;
  font-weight: 200;
}
.header__title__logo {
  width: 75px;
  padding-right: 10px;
}
.header__select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 10px;
}
.header__search {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.header__search input::-moz-placeholder {
  font-size: 16px;
  color: #cecfd9;
}
.header__search input:-ms-input-placeholder {
  font-size: 16px;
  color: #cecfd9;
}
.header__search input::placeholder {
  font-size: 16px;
  color: #cecfd9;
}
.header__search__input {
  width: 100%;
  height: 36px;
  padding-left: 20px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 8px 0 0px 8px;
}
.header__search__btn {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 0px 8px 8px 0px;
  background: url("../images/search.png") no-repeat;
  background-color: #122b88;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
}
.header__search__btn:active {
  filter: brightness(150%);
}

.select {
  width: 135px;
  padding: 8px 20px;
  color: #fff;
  background-color: #122b88;
  font-size: 16px;
  text-align: left;
  border-radius: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../images/arrow.png") no-repeat #122b88;
  background-position: top 50% right 10px;
  background-size: 15px 8px;
  outline: none;
}

.main {
  padding: 0 20px;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fee101;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 3px;
}

.card {
  width: 100%;
  border-radius: 12px;
  background-color: #2d7aff;
}
.card__name {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
}
.card__name h3 {
  z-index: 21;
  line-height: 1.2;
  font-size: 16px;
  color: #fff;
}
.card__name img {
  padding-right: 5px;
  width: 25px;
}
.card__content {
  position: relative;
  padding: 20px 5px 10px;
  background-color: #fff;
  text-align: center;
}
.card__content__arrow {
  position: absolute;
  top: -25px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background-color: #2d7aff;
}
.card__content__add {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
}
.card__info {
  padding: 5px 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 12.8px;
}
.card__info h5 {
  padding-top: 2px;
  color: #a4c0ff;
  border-top: 1px solid #a4c0ff;
}

.btn {
  display: inline-block;
  padding: 6px 18px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 8px;
  background-color: #ffa415;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.btn:hover {
  filter: brightness(110%);
}

footer {
  padding: 5px 0;
  font-size: 12.8px;
  text-align: center;
}

.red {
  background-color: #c92135;
}

.blue {
  background-color: #2d7aff;
}

.gold {
  background-color: #ffd425;
}

.popBox a {
  color: #fff !important;
}
.popBox__title__type2 {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-radius: 0 4px 4px 0;
  color: #fff;
}
.popBox__title__name {
  padding-bottom: 5px;
  font-size: 20px;
  border-bottom: 1px solid #000;
}
.popBox__add {
  padding: 5px;
  font-size: 16px;
  text-align: center;
}
.popBox__btn {
  position: relative;
  left: calc(50% - 50px);
  display: inline-block;
  margin: 0 auto;
  padding: 6px 18px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 8px;
  color: #fff;
  background-color: #ffa415;
  cursor: pointer;
  transition: all 0.2s;
}
.popBox__btn:hover {
  filter: brightness(110%);
}

.leaflet-tile-pane {
  filter: grayscale(0.5) contrast(1) brightness(1);
}/*# sourceMappingURL=main.css.map */