html {
  font-family: "Noto Sans TC", sans-serif;
  background-color: #EDF3FA;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.container {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

main {
  padding-bottom: 90px;
}
main h1 {
  text-align: center;
  color: #586574;
}
main .choce-coupon {
  display: inline-flex;
  justify-content: space-around;
  border-bottom: 1px solid #586574;
  width: 100%;
  padding: 10px 0;
  align-items: center;
}
main .choce-coupon .filter {
  padding: 5px 0;
  border-right: 1px solid #586574;
  text-align: center;
  text-align: center;
  width: 33%;
  color: #586574;
  font-weight: 300;
}
main .choce-coupon .filter:last-child {
  border-right: none;
}
main .choce-coupon .filter.checked {
  font-weight: 700;
}
main .coupon-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
}
main .coupon-list .none-coupon {
  width: 100%;
  text-align: center;
  margin-top: 40%;
  color: #586574;
}
main .coupon-list .none-coupon span.material-symbols-rounded {
  font-size: 60px;
}
main .coupon-list .none-coupon p {
  font-weight: 300;
}
main .coupon-list a.coupon-item {
  position: relative;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  margin: 10px auto;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
  background-color: #fff;
  width: 100%;
}
main .coupon-list a.coupon-item:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
main .coupon-list a.coupon-item:hover .coupon-circle {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) inset;
}
main .coupon-list a.coupon-item:hover .coupon-circle::after {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
main .coupon-list a.coupon-item .coupon-circle {
  position: absolute;
  top: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) inset;
  background-color: #EDF3FA;
  width: 25px;
  height: 50px;
}
main .coupon-list a.coupon-item .coupon-circle.left {
  left: 0;
  transform: translateX(-1px) translateY(-50%);
  border-radius: 0 50px 50px 0;
}
main .coupon-list a.coupon-item .coupon-circle.left::after {
  transform: translateX(-50%);
}
main .coupon-list a.coupon-item .coupon-circle.right {
  right: 0;
  transform: translateX(1px) translateY(-50%);
  border-radius: 50px 0px 0px 50px;
}
main .coupon-list a.coupon-item .coupon-circle.right::after {
  transform: translateX(50%);
}
main .coupon-list a.coupon-item .coupon-circle::after {
  content: "";
  width: 25px;
  height: 50px;
  background-color: #EDF3FA;
  position: absolute;
  border-radius: 10px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
main .coupon-list a.coupon-item .coupon-dashed {
  position: absolute;
  width: 0;
  height: 100%;
  left: 30%;
  border-right: 5px dotted #eee;
}
main .coupon-list a.coupon-item .item {
  padding: 15px 0px 15px 25px;
  width: 30%;
}
main .coupon-list a.coupon-item .item p {
  text-align: center;
  transform: rotate(270deg);
  font-family: "Bebas Neue", "cursive";
  font-size: 30px;
  margin: 10px;
  color: #7b8ea3;
}
main .coupon-list a.coupon-item .item-content {
  padding: 15px 30px 15px 15px;
  width: 70%;
}
main .coupon-list a.coupon-item .item-content h2.coupon-title {
  margin: 10px;
  color: #586574;
}
main .coupon-list a.coupon-item .item-content p.coupon-contnet {
  margin: 10px;
  color: #7b8ea3;
}

nav {
  position: fixed;
  max-width: 400px;
  margin: 0 auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 5px 0 10px;
  background-color: #fff;
}
nav .nav-button {
  margin: 0 25px;
}
nav .nav-button button {
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: center;
  word-break: keep-all;
  color: #586574;
}
nav .nav-button button span.material-symbols-rounded {
  font-size: 40px;
  color: #586574;
}
nav .nav-button button.cupon {
  font-weight: bold;
}
nav .nav-button button.cupon span.material-symbols-rounded {
  font-variation-settings: "FILL" 1;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(calc(-50% - 30px));
  width: calc(100% - 40px);
  max-width: 400px;
}
.popup .content {
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
}
.popup .content button {
  position: relative;
  background-color: #586574;
  border: none;
  border-radius: 0.25em;
  color: #ffffff;
  margin: 5px auto 15px;
  font-weight: 700;
  height: 32px;
  cursor: pointer;
  overflow: hidden;
  width: 100px;
}
.popup .content button:hover {
  filter: brightness(90%);
}
.popup .content button.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #586574;
  width: 32px;
  height: 32px;
  margin: 0;
  border-radius: 0;
}
.popup .content h3 {
  color: #586574;
  margin: 10px 20px 15px 20px;
  text-align: center;
}
.popup .content .login {
  text-align: center;
}
.popup .content .login h4,
.popup .content .login p {
  margin: 10px 20px 15px 20px;
}
.popup .content .login h4 {
  color: #586574;
}
.popup .content .login p {
  font-weight: 300;
  color: #333;
}
.popup .content .login a {
  color: #000;
  text-decoration: none;
}
.popup::before {
  content: "";
  position: fixed;
  width: 150vw;
  height: 150vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: -50vh;
  left: -50vw;
  z-index: -1;
}

.hidden {
  display: none !important;
}/*# sourceMappingURL=style.css.map */