@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #333;
}
html {
  user-select: none;
}

body {
  margin: 0;
  font-family: "Pretendard", "Inter", sans-serif;
  background: #f8f8f8;
  color: #333;
  min-width: 390px;
  max-width: 390px;
}

.section {
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,.1);
}

.app-header {
  position: fixed;
  width: 390px;
  height: 82px;
  background: #fff6ed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0px 2px 5px 0 rgba(0,0,0,.1);
}
.header-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  /* align-items:center; */
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  /* height: 30px; */
}
.logo-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.logo-icon {
  width: 23px;
  height: 23px;
  background: linear-gradient(135deg, #ffa155 0%, #ff5e00 100%);
  border-radius: 4px;
  text-align: center;
}
.logo-icon span {
  color: #fff;
  font-size: 18px;
  line-height: 23.4px;
}
.logo-text {
  font-size: 16px;
  font-weight: 600;
  color: #5a5a5a;
}
.header-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.weather {
  display: flex;
  align-items: center;
  gap: 4px;
}
.weather-icon {
  width: 14px;
  height: 14px;
}
.weather-icon span {
  font-size: 14px;
}
.weather-text {
  font-size: 13px;
  color: #666;
}
.notification-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  color: #ff801a;
}
main {
  padding: 0 20px;
}
.menu-personal-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px 0 8px 0;
}
.menu-personal-info span {
  color: #ff6b36;
}
.back-btn,
.favorite-btn {
  width: 25px;
  height: 25px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.personal-text {
  flex: 1;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.menu-image-section {
  position: relative;
}
.sw-menu {
  overflow: hidden;
}
.sw-menu .swiper-slide {
  border-radius: 22px;
  border: 1px solid #ff801a;
  width: 350px;
  height: 241px;
  overflow: hidden;
}
.sw-menu .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-image-pagination {
  margin-bottom: 8px;
  text-align: center;
}
.menu-image-pagination span {
  margin: 0 5px;
  background: #ffb24d;
}
.menu-title-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.menu-title {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  background: #ff6b36;
  border-radius: 8px;
  padding: 2px 8px;
  border: 1px solid #ff6b36;
}
.menu-price {
  font-size: 11px;
  color: #fff;
  background: #ff6b36;
  border-radius: 8px;
  padding: 2px 8px;
  border: 1px solid #ff6b36;
}
.menu-rating,
.menu-category {
  font-size: 13px;
  color: #ff6b36;
  background: #fff;
  border-radius: 8px;
  padding: 2px 8px;
  border: 1px solid #fff;
}
.menu-desc {
  color: #333;
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px;
}
.menu-nutrition {
  margin-bottom: 16px;
}
.nutrition-box {
  background: #fff;
  border: 1px solid #ff801a;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  white-space: nowrap;
}
.nutrition-box .allergy {
  color: #ff3333;
  font-weight: 700;
  font-size: 11px;
}
.nutrition-box .recommend {
  color: #797979;
  font-size: 11px;
}
.menu-nearby {
  margin-bottom: 16px;
}
.nearby-box {
  background: #fff;
  border: 1px solid #ff801a;
  border-radius: 10px;
  padding: 16px;
}
.nearby-box h2 {
  color: #ff6b36;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px 0;
}
.nearby-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nearby-item {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  cursor: pointer;
}
.store-name {
  font-size: 14px;
  font-weight: 500;
}
.store-info {
  font-size: 13px;
  color: #333;
}
.store-actions {
  font-size: 11px;
  color: #ff6b36;
}
.menu-review {
  margin-bottom: 16px;
}
.review-box {
  background: #fff;
  border: 1px solid #ff801a;
  border-radius: 10px;
  padding: 16px;
}
.all-reviews {
  color: #3366cc;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  display: block;
  text-decoration: none;
}
.review-box h2 {
  color: #ff6b36;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.review-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.review-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.menu-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 100px;
  justify-content: center;
  font-size: 14px;
}
.decide-btn {
  background: #ff6b36;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}
.other-menu-btn,
.share-btn {
  background: #fff;
  color: #ff6b36;
  border: 1px solid #ff6b36;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 700;
  cursor: pointer;
}
.tab-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 390px;
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid #eee;
  box-shadow: 0px -2px 5px 0 rgba(0,0,0,.1);
}
.tab-bar-item {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tab-bar-item.active {
  color: #ff6b36;
}
