.main_wrap {
  position: fixed;
  width: 100%;
  height: calc(100vh - 50px);
  background-color: white;
  z-index: 5;
  top: 0;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 1rem;
  display: none;
}
.coupon_logo {
  width: 100%;
  max-width: 140px;
}
.main_location {
  color: #1dbaa4;
  font-size: 0.7rem;
}
.main_location_text {
  font-weight: 700;
  font-size: 0.8rem;
}
.main_location_cate {
  color: #1dbaa4;
  font-size: 0.7rem;
}

.search-container {
  display: flex;
  align-items: center;
  border: 3px solid #1dbaa4;
  border-radius: 6px;
  padding: 2px;
  background-color: #fff;
}

.search-input {
  border: none;
  outline: none;
  padding: 6px;
  font-size: 0.8rem;
  width: 100%;
}

.search-button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin-left: 10px;
}

.search-button svg {
  width: 24px;
  height: 24px;
  color: #1dbaa4;
}
.search-button:focus,
.search-input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.swiper-container {
  width: 100%;
  height: 100px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
}
.coupon_book {
  border: 2px solid #1dbaa4;
  border-radius: 10px;
  width: 100%;
  padding: 1.3rem;
  padding: 1rem 0.4rem;
}
.coupon_book_title {
  display: block;
  color: #1dbaa4;
  font-weight: 700;
  font-size: 1.3rem;
}
.coupon_book_content {
  display: block;
  color: #1dbaa4;
  font-size: 0.7rem;
  font-weight: 300;
  line-height: 1.5rem;
}
.coupon_book_right {
  color: #1dbaa4;
  font-size: 2rem;
}
.main_cate_icon {
  width: 40px;
}
.main_cate_title {
  display: block;
  font-size: 0.7rem;
}
/* #main_wrap {
  position: absolute;
  bottom: -800px;
  width: 100%;
  height: 100vh !important;
  background-color: white;
  overflow-y: scroll;
  transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: 1;
  display: none;
  padding-bottom: 50px;
} */
#main_wrap.visible {
  bottom: 0;
  opacity: 1;
  display: block;
}
#category_list {
  position: fixed;
  width: 100%;
  height: calc(100vh - 50px);
  background-color: white;
  z-index: 5;
  top: 0;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 1rem;
  z-index: 6;
  display: none;
}
#category_list.visible {
  display: block;
}
.cate_top_list {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}
.cate_list_picture {
  width: 100%;
  height: 130px;
}
.cate_list_wrap {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin: 1rem 0;
}
.cate_list_content {
  padding: 0.5rem;
}
.cate_list_title {
  font-size: 1.2rem;
  font-weight: 700;
}
.cate_list_category {
  font-size: 0.8rem;
  padding-left: 8px;
  color: #bbbbbb;
}
.cate_list_address {
  font-size: 0.8rem;
  color: #bbb;
}
.cate_list_coupon {
  color: white;
  background-color: #1dbaa4;
  padding: 5px 10px;
  border: 1px solid #1dbaa4;
}
.cate_active {
  color: #1dbaa4;
}
.cate_list_title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 20px;
}
#coupon_modal {
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.coupon_modal_box {
  width: 80%;
  background-color: white; /* 불투명한 배경 */
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 101;
  max-height: 90%;
}
.modal_title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 1rem;
}
.coupon_modal_content {
  height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.border_radius {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.coupon_name {
  font-size: 0.8rem;
  display: block;
}
.discount_unit {
  font-size: 1rem;
}
.discount_amount {
  font-size: 1.2rem;
}
.discount_condition {
  display: block;
  font-size: 0.8rem;
  color: #b2b2b2;
  word-break: keep-all;
}
.coupon_subtitle {
  font-size: 0.8rem;
  display: block;
}
.coupon_down_logo {
  font-size: 3rem;
  color: #1dbaa4;
}
.left_dotted {
  border-left: 1px dotted #ddd;
}
.limit_date {
  font-size: 0.5rem;
}
.modal_close {
  padding: 1rem;
  background-color: #de3b3b;
  color: white;
  width: 100%;
  border: unset;
  border-radius: 0.5rem;
}
.detail_view_coupon {
  color: white;
  background-color: #1dbaa4;
  padding: 0.5rem 2rem;
  border: 1px solid #1dbaa4;
  font-size: 1.5rem;
}
.mypage_wrap {
  position: fixed;
  width: 100%;
  height: calc(100vh - 50px);
  background-color: white;
  z-index: 5;
  top: 0;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
}
.mypage_wrap.visible {
  bottom: 0;
  opacity: 1;
  display: block;
}
.company_content_head {
  display: block;
  font-size: 1rem !important;
  font-weight: 500;
}
.my_profile_picture {
  background-color: #f5f5f5;
  padding: 0.4rem;
  border-radius: 7rem;
  font-size: 2rem;
  color: #9f9f9f;
}
.my_profile_name {
  font-weight: 700;
}
.border_around {
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
.border_right {
  border-right: 1px solid #b0b0b0;
}
.my_top_btn {
  font-size: 0.8rem;
  color: #b0b0b0;
}
.my_page_icon {
  width: 35%;
}
.my_page_icontxt {
  display: block;
  font-size: 0.8rem;
  margin-top: 0.6rem;
}
.my_top_area {
  padding: 1rem;
}
.my_page_menu {
  padding: 1rem;
}
.my_page_menu .row .col-12 {
  padding: 1rem;
  font-size: 0.8rem;
  font-weight: 500;
}
.mycoupon_wrap {
  position: fixed;
  width: 100%;
  height: calc(100vh - 50px);
  background-color: white;
  z-index: 5;
  top: 0;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
}
.mycoupon_wrap.visible {
  bottom: 0;
  opacity: 1;
  display: block;
}
.mycoupon_title {
  font-size: 1.2rem;
  font-weight: 500;
}
.mycoupon_use {
  font-size: 1rem;
  color: black;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #efefef;
}
.mycoupon_list_ltext {
  text-align: left;
  font-size: 0.7rem;
  color: black;
  font-weight: 700;
}
.mycoupon_list_rtext {
  text-align: right;
  font-size: 0.7rem;
  color: black;
  font-weight: 700;
}
.mycoupon_discount_amount {
  color: #1dbaa4;
  font-size: 1.3rem;
  font-weight: 700;
}
.mycoupon_coupon_name {
  display: block;
  margin-top: 1rem;
  font-size: 0.8rem;
}
.mycoupon_detail_content {
  display: block;
  font-size: 0.8rem;
  color: #b3b3b3;
}
.mycoupon_detail_minmax {
  font-size: 0.8rem;
  color: #b3b3b3;
}
.mycoupon_top {
  height: 30vh;
}
.mycoupon_list_scroll {
  height: calc(70vh - 50px);
  overflow-y: scroll;
  padding-bottom: 1rem;
}
.mycoupon_remaining_date {
  color: #1dbaa4;
}
.mycoupon_use.active {
  color: #1dbaa4;
  border-bottom: 2px solid #1dbaa4;
}
.owned_coupon {
  background-color: #f5f5f5;
  color: #a0a0a0;
  border-color: #d0d0d0;
}
