/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

* {
  font-family: "Noto Sans TC", sans-serif;
}

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

#map {
  width: 100%;
  height: 100%;
}

.custom-green-icon {
  text-align: center;
  background: url("../images/icon_map.svg") no-repeat;
  background-size: 68px 61px;
  line-height: 61px;
  color: #fff;
}

.leaflet-popup-content {
  width: 230px;
}

.map-card .card {
  position: relative;
}

.map-card .card h2 {
  width: 200px;
  font-size: 20px;
  line-height: 20px;
  color: #707070;
}

.map-card .card h2 .distance {
  font-size: 16px;
  margin-left: 8px;
}

.map-card .card .update {
  font-size: 12px;
  text-align: left;
  color: #9F9F9F;
  margin-top: 4px;
  margin-bottom: 55px;
}

.map-card .card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.map-card .card ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: white;
  width: 47%;
  height: 26px;
  border-radius: 24px;
}

.map-card .card ul li span {
  display: inline-block;
  width: 55%;
  font-size: 14px;
}

.map-card .card ul li.num-adult {
  background: #9F9F9F;
}

.map-card .card ul li.num-child {
  background: #00C3C3;
}

.map-card .card div {
  position: absolute;
  top: 5px;
  right: 0px;
}

.map-card .card div .store-star {
  cursor: default;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url("../images/icon_star_unselected.svg");
  margin-bottom: 8px;
}

.map-card .card div .store-star.active {
  background: url("../images/icon_star_selected.svg");
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

.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;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
  line-height: 30px;
}

@media (max-width: 767px) {
  #map {
    width: 100%;
    height: 350px;
  }
}

.side-nav {
  width: 450px;
  height: 100%;
  background: #F7F7F7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding-top: 20px;
  padding-right: 29px;
  padding-left: 29px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.side-nav.active {
  -webkit-transform: translateX(-450px);
          transform: translateX(-450px);
}

.side-nav .drag-btn {
  position: absolute;
  top: 51px;
  left: 450px;
  width: 29px;
  height: 88px;
  background: transparent url("../images/bg_drag.svg") 0% 0% no-repeat padding-box;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 767px) {
  .side-nav .drag-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .side-nav {
    position: static;
    width: 100%;
    height: 100%;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header h1 {
  text-align: left;
  font-weight: 400;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0.88px;
  color: #707070;
}

@media (max-width: 767px) {
  header h1 {
    font-size: 26px;
    line-height: 40px;
  }
}

@media (max-width: 320px) {
  header h1 {
    font-size: 20px;
    line-height: 30px;
  }
}

header h1 a {
  color: #707070;
  text-decoration: none;
  cursor: pointer;
}

header p {
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  color: #9F9F9F;
}

@media (max-width: 767px) {
  header p {
    line-height: 16px;
  }
}

header .time {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}

@media (max-width: 767px) {
  header .time {
    font-size: 12px;
    line-height: 16px;
  }
}

.banner {
  position: relative;
  margin: 0 -29px;
}

.banner img {
  max-width: 100%;
}

.banner div {
  position: absolute;
  top: 23px;
  bottom: 23px;
  right: 41px;
  left: 41px;
}

@media (max-width: 320px) {
  .banner div {
    top: 12px;
    left: 28px;
  }
}

.banner .day {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.95px;
  color: #707070;
  margin-top: 7px;
}

@media (max-width: 767px) {
  .banner .day {
    font-size: 20px;
    margin: 0;
  }
}

.banner .id-number {
  float: left;
  font-size: 30px;
  line-height: 55px;
  letter-spacing: 0.93px;
  color: #EF8A00;
  margin-top: 29px;
}

@media (max-width: 767px) {
  .banner .id-number {
    font-size: 20px;
    line-height: 30px;
    margin-top: 26px;
  }
}

.banner > label {
  position: absolute;
  right: 32px;
  bottom: 30px;
  cursor: pointer;
}

.search-bar {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .search-bar {
    margin-bottom: 40px;
  }
}

.search-bar p {
  font-size: 16px;
  line-height: 29px;
  color: #707070;
  margin-bottom: 6px;
}

.search-bar input {
  width: 100%;
  height: 49px;
  font-size: 16px;
  color: #707070;
  background: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 26px;
  padding: 12px 55px 12px 21px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline-style: none;
}

.search-bar .search-btn {
  width: 26px;
  height: 26px;
  background: url("../images/icon_search.svg") no-repeat;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline-style: none;
  position: absolute;
  top: 48px;
  right: 20px;
  cursor: pointer;
}

.search-bar .check-masks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .search-bar .check-masks {
    margin-top: 10px;
  }
}

.search-bar .check-masks .mask-item {
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: #707070;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  line-height: 48px;
  border-radius: 24px;
  padding: 9px 26px;
}

.search-bar .check-masks .mask-item:hover, .search-bar .check-masks .mask-item.active {
  color: #FFFFFF;
  background-color: #EF8A00;
  border: none;
}

@media (max-width: 767px) {
  .search-bar .check-masks .mask-item {
    padding: 8px 13px;
  }
}

@media (max-width: 320px) {
  .search-bar .check-masks .mask-item {
    font-size: 14px;
    padding: 8px 10px;
  }
}

.search-bar:after {
  content: "";
  width: 80%;
  height: 1px;
  background: #9F9F9F;
  text-align: center;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .search-bar:after {
    bottom: -20px;
  }
}

.store-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}

.store-select p {
  font-size: 20px;
  line-height: 37px;
  color: #707070;
}

@media (max-width: 767px) {
  .store-select p {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .store-select p {
    font-size: 8px;
  }
}

.store-select .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.store-select .select li {
  margin-left: 8px;
}

.store-select .select-item {
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  background: #FFFFFF;
  text-decoration: none;
  border: 1px solid #707070;
  border-radius: 17px;
  padding: 5px 12px;
}

.store-select .select-item:hover, .store-select .select-item.active {
  color: #FFFFFF;
  background-color: #EF8A00;
  border: none;
}

@media (max-width: 767px) {
  .store-select .select-item {
    font-size: 12px;
    padding: 5px 3px;
  }
}

@media (max-width: 320px) {
  .store-select .select-item {
    font-size: 10px;
    padding: 5px 2px;
  }
}

.store-items {
  height: calc(100% - 470px);
  overflow-y: auto;
  margin: 0 -29px;
  padding: 10px 29px 0;
}

@media (max-width: 767px) {
  .store-items {
    height: calc(100% - 400px);
  }
}

.store-items .card {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 1px 1px 15px #70707029;
          box-shadow: 1px 1px 15px #70707029;
  border-radius: 30px;
  margin-bottom: 29px;
  padding: 15px 25px;
  cursor: pointer;
}

.store-items .card:hover {
  -webkit-box-shadow: 1px 1px 20px #7070708e;
          box-shadow: 1px 1px 20px #7070708e;
}

.store-items .card h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
  color: #707070;
}

.store-items .card h2 .distance {
  font-size: 14px;
  margin-left: 18px;
}

.store-items .card p {
  width: 85%;
  font-size: 16px;
  line-height: 30px;
  color: #707070;
}

.store-items .card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.store-items .card ul li {
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  width: 47%;
  height: 48px;
  border-radius: 24px;
}

.store-items .card ul li span {
  display: inline-block;
  width: 88px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .store-items .card ul li span {
    width: 50px;
  }
}

.store-items .card ul li.num-adult {
  background: #9F9F9F;
}

.store-items .card ul li.num-child {
  background: #00C3C3;
}

.store-items .card .update {
  width: 100%;
  font-size: 12px;
  text-align: right;
  color: #9F9F9F;
  margin-top: 5px;
}

.store-items .card div {
  position: absolute;
  top: 20px;
  right: 25px;
}

.store-items .card div .store-star {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url("../images/icon_star_unselected.svg");
  margin-bottom: 8px;
}

.store-items .card div .store-star:hover, .store-items .card div .store-star.active {
  background: url("../images/icon_star_selected.svg");
}

.store-map {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: url("../images/icon_nav.svg");
}

.store-map:hover {
  -webkit-box-shadow: 1px 1px 5px #7070708e;
          box-shadow: 1px 1px 5px #7070708e;
}

#notice-info {
  position: absolute;
}

#notice-info:checked + .notice {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.notice {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(180, 180, 180, 0.486);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.notice img {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
}

.notice:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .notice {
    display: none;
  }
}

#loading {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(177, 176, 176, 0.575);
  z-index: 9999;
}

#loading .location {
  top: 50vh;
  margin: 0 auto;
  vertical-align: center;
  text-align: center;
  position: relative;
}

#loading .location:before {
  content: "";
  text-align: center;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100% 100% 100% 0;
  background: #cc5137;
  -webkit-box-shadow: 0px 0px 0px 6px #cc5137;
          box-shadow: 0px 0px 0px 6px #cc5137;
  -webkit-animation: mapping 1s linear infinite;
          animation: mapping 1s linear infinite;
  -webkit-transform: rotate(-46deg);
          transform: rotate(-46deg);
}

#loading .location:after {
  content: "";
  text-align: center;
  position: absolute;
  width: 35px;
  height: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffffce;
          box-shadow: 0px 0px 0px 2px #ffffffce;
  top: 35px;
  z-index: -1;
  -webkit-transform: translateX(-12%);
          transform: translateX(-12%);
}

@-webkit-keyframes mapping {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}

@keyframes mapping {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

#geoBtn {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  position: absolute;
  bottom: 90px;
  right: 10px;
  z-index: 800;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  cursor: pointer;
}

#geoBtn img {
  display: inline-block;
  max-width: 50%;
  vertical-align: middle;
}

#geoBtn:hover {
  background-color: #f4f4f4;
}

@media (max-width: 767px) {
  #geoBtn {
    bottom: -250px;
    right: 14px;
  }
}
/*# sourceMappingURL=all.css.map */