@font-face {
  font-family: "KozGoPr6N";
  src: url("/assets/fonts/KozGoPr6N-Regular.otf");
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("KozGoPr6N-Regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KozGoPr6N";
  src: url("/assets/fonts/KozGoPro-Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
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-family: "KozGoPr6N" !important;
  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 {
  font-family: "KozGoPr6N" !important;
  line-height: 1.4;
}

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

body {
  font-family: Arial, sans-serif;
}

button {
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.container {
  padding: 32px 16px;
  max-width: 640px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}
.container .logo {
  width: 320px;
}
.container .content {
  margin-top: 16px;
  border-radius: 8px;
  background-color: #CAE7F4;
}
.container .title {
  text-align: center;
  font-size: 21px;
  padding: 16px 16px 32px;
  font-weight: bold;
}
.container .map {
  width: 100%;
}
.container .map img {
  width: 100%;
}
.container .footer {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.container .footer hr {
  margin: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
}
.container .footer button {
  width: 100%;
  padding: 10px 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  font-size: 16px;
  color: #037AFF;
  font-weight: bold;
}

.store-content {
  width: 100%;
}
.store-content .title {
  padding: 16px;
  font-weight: bold;
  font-size: 25px;
}
.store-content .subtitle {
  margin-bottom: 16px;
  font-size: 20px;
  color: #7C6854;
  font-weight: bold;
}
.store-content .store-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.store-content .store-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  padding: 16px;
  gap: 40px;
  font-weight: bold;
}
.store-content .store-item .name {
  flex: 1;
}
.store-content .store-item:hover {
  background-color: #CAE7F4;
}

.store-detail-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.store-detail-content img {
  width: 100%;
}
.store-detail-content .title {
  padding: 16px;
  font-size: 25px;
  font-weight: bold;
}
.store-detail-content .subtitle {
  width: 100%;
  font-size: 20px;
  color: #7C6854;
  font-weight: bold;
}
.store-detail-content .get-btn {
  height: 55px;
  padding: 0 16px;
  min-width: 150px;
  background-color: #FB6D0E;
  border: none;
  border-radius: 6px;
  font-size: 25px;
  color: #fff;
  margin: 40px 0 20px;
  font-weight: bold;
}
.store-detail-content .note {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
}
.store-detail-content .store-item {
  margin-top: 10px;
  font-size: 13px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  padding: 16px;
  font-weight: bold;
}
.store-detail-content .store-item .richtext {
  color: #CC0033;
}

.barcode-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.barcode-content .alert {
  margin-top: 12px;
  width: 100vw;
  max-width: 640px;
  text-align: center;
  background-color: #FDEAC2;
  font-size: 13px;
  padding: 6px 0;
}
.barcode-content .title {
  padding: 16px;
  font-size: 13px;
  font-weight: bold;
}
.barcode-content .subtitle {
  width: 100%;
  font-size: 20px;
  color: #7C6854;
  font-weight: bold;
}
.barcode-content .get-btn {
  height: 55px;
  min-width: 150px;
  background-color: #FB6D0E;
  border: none;
  border-radius: 6px;
  font-size: 25px;
  color: #fff;
  margin: 40px 0;
  font-weight: bold;
}
.barcode-content .store-item {
  margin-top: 10px;
  font-size: 13px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  padding: 16px;
  font-weight: bold;
}
.barcode-content .store-item .richtext {
  color: #CC0033;
}
.barcode-content .barcode-wrapper {
  text-align: center;
  position: relative;
}
.barcode-content .barcode-wrapper .stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.barcode-content .done-message {
  padding: 40px 0;
  font-size: 21px;
  text-align: center;
  color: #CC0033;
  font-weight: bold;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  border-radius: 12px;
  margin: auto;
  text-align: center;
  padding: 16px;
  border: 1px solid #888;
  width: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.modal-content .modal-title {
  font-size: 16px;
  font-weight: bold;
}
.modal-content .modal-actions {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.modal-content .modal-actions button {
  color: #fff;
  border-radius: 6px;
  width: 110px;
  padding: 12px 0;
  border: none;
  font-size: 18px;
  font-weight: bold;
}
.modal-content .modal-actions .submit-btn {
  background-color: #FB6D0E;
}
.modal-content .modal-actions .cancel-btn {
  background-color: #7EBD40;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modal-body {
  padding: 2px 12px;
}

.code-number {
  padding: 8px;
  font-size: 20px;
}

/*# sourceMappingURL=app.css.map */
