/* font */
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* //font */
input, textarea, select, td, th, dd, dt, button, a {
  font-family: "Pre";
}

body {
  font-family: "Pre";
  background: #CCCCCC;
}

.container {
  padding: 0 16px;
  box-sizing: border-box;
}

#wrap {
  max-width: 500px;
  width: 100%;
  min-height: calc(100vh - 354px);
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  background: #FFFFFF;
}

.description_box {
  width: 100%;
  height: auto;
  padding: 13px;
  padding-left:22px;
  margin-top: 44px;
  box-sizing: border-box;
  background-color: rgba(204, 204, 204, 0.3);
  border-radius: 12px;
}
.description_box .tit {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  color: #333D4B;
}
.description_box .tit img {
  width: 13px;
  height: auto;
}
.description_box dl {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  padding-left:5px;
}
.description_box dl:last-of-type {
  margin-bottom: 0;
}
.description_box dl dt span {
  display: block;
  width: 3px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #888888;
}
.description_box dl dd {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #888888;
}

.form_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.type_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  border-radius: 12px;
  border: 1px solid #5AB4FF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #5AB4FF;
}
.type_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: calc(100% - 110px);
  width: calc(100% - 110px);
  height: 54px;
  border-radius: 12px;
  background: #AAAAAA;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #FFFFFF;
}
.type_2.on {
  background: #5AB4FF;
}
.type_3 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 41px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid #5AB4FF;
  background: #E7F4FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #333D4B;
}
.type_3_2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 41px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid #5AB4FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #333D4B;
}
.type_4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  border-radius: 12px;
  border: 1px solid #F9BF3D;
  background: #F9BF3D;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #FFFFFF;
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9.5px;
}

.d-flex_c {
  display: flex;
  flex-flow: column;
  gap: 12px;
}

.d-left {
  justify-content: flex-start !important;
}

.d-center {
  justify-content: center !important;
}

.d-sb {
  justify-content: space-between !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.dl_box {
  width: 100%;
  height: auto;
  margin: 12px 0 23px;
}
.dl_box dl {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.dl_box dl:last-of-type {
  margin-bottom: 0;
}
.dl_box dl dt span {
  display: block;
  width: 3px;
  height: auto;
  aspect-ratio: 1;
}
.dl_box dl dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #777777;
}

.cate_label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cate_label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 16px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  box-sizing: border-box;
}
.cate_label span.pr {
  background: #5AB4FF;
}
.cate_label span.pr_b {
  background: transparent;
  border: 1px solid #5AB4FF;
  color: #5AB4FF;
}

.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 16px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
}
.current_1 {
  background: #DC4169;
}
.current_2 {
  background: #34C759;
}
.current_3 {
  background: #F9BF3D;
}
.current_4 {
  background: #777777;
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  z-index: 10;
}

header.no {background: transparent !important;}
header.no .container {display: none;}

header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

header .logo {
  width: 132px;
  height: auto;
}
header .logo img {
  width: 100%;
  height: auto;
}

header .header_btn {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 2;
  display: none !important;
}
header .header_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 28px;
  background: #5AB4FF;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  color: #FFFFFF;
}
header .header_btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 28px;
  background: #5AB4FF;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  color: #FFFFFF;
}

/* nav {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 261px;
  width: 100%;
  height: auto;
  padding: 3px;
  z-index: 10;
  border-radius: 32px;
  box-sizing: border-box;
}
nav:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.6);  
}
nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 468px;
  width: 100%;
  height: 60px;
  padding: 3px 0;
  margin: 0 auto;
  border-radius: 32px;
  box-sizing: border-box;
}
nav ul li {
  width: 100%;
}
nav ul li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 10px 19px;
  box-sizing: border-box;
  border-radius: 32px;
}
nav ul li a img {
  width: 24px;
  height: auto;
}
nav ul li a p {
  font-size: 9px;
  font-weight: 400;
  line-height: 1.3;
  color: #1e1e1e;
}
nav ul li.active a {
  background: rgba(209, 209, 209, 0.3);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
nav ul li:nth-child(2) {
  display: none;
} */

.back_search_box.on {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 16px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.back_search_box.on .search_form {
  display: block;
}
.back_search_box.on .back_btn {
  width: auto;
  padding: 0;
}

.back_search_box.main {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 500px;
  width: 100%;
  padding: 8px 16px;
  margin-bottom: 24px;
  box-sizing: border-box;
  z-index: 999;
  z-index: 9999;
}
.back_search_box.main .back_btn {
  width: auto;
  padding: 0;
}
.back_search_box.main .search_btn_2 {
  display: block;
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  background: url(./../img/search_icon.png) no-repeat 50% 50%;
  background-size: cover;
}

.back_search_box.main2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 500px;
  width: 100%;
  padding: 8px 16px;
  margin-bottom: 24px;
  box-sizing: border-box;
  z-index: 999;
}
.back_search_box.main2 .back_btn {
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  padding: 0;
  background: url(./../img/back2.png) no-repeat 50% 50%;
  background-size: cover;
}
.back_search_box.main2 .back_btn img {
  display: none;
}
.back_search_box.main2 .search_btn_2 {
  display: none !important;
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  background: url(./../img/search_icon2.png) no-repeat 50% 50%;
  background-size: cover;
}

.search_btn_2 {
  display: none;
}

.back_btn {
  display: block;
  width: 100%;
  height: auto;
  padding: 18px 16px;
  box-sizing: border-box;
}
.back_btn img {
  width: 23px;
  height: auto;
}

.search_form {
  width: 100%;
  display: none;
}

.search_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  width: 100%;
  height: 40px;
  padding: 0 10px 0 16px;
  border: 1px solid #2a3549;
  border-radius: 8px;
  box-sizing: border-box;
}
.search_box input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #121212;
  outline: none;
  caret-color: #5AB4FF;
}
.search_box input::placeholder {
  color: #bbbbbb;
}
.search_box .search_btn {
  width: 20px;
  height: auto;
}

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


/* search_btn_2_2 */
.search_btn_2_2 {position: absolute; top: 50%; right: 16px; transform: translateY(-50%); width: 24px; height: auto; display: none !important;}

/* bottom_nav */
.bottom_nav {position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); max-width: 500px; width: 100%; height: auto; z-index: 10; box-shadow: 0 0 4px 0 rgba(90, 180, 255, 0.2); z-index: 1; will-change: transform;}
/* .bottom_nav {position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); max-width: 500px; width: 100%; height: auto; z-index: 10; box-shadow: 0 0 4px 0 rgba(90, 180, 255, 0.2); z-index: 1; will-change: transform; -webkit-transform: translateX(-50%) translateZ(0); padding-bottom: env(safe-area-inset-bottom);} */
.bottom_nav .nav_bg {position: absolute; top: -25px; left: 0; width: 100%; height: 100%; z-index: -1; overflow-x: hidden; height: 180px;}
.bottom_nav .nav_bg img {position: relative; top: 0; left: 0;}
.bottom_nav nav {width: 100%; height: 60px; padding: 12px 0 9px; background: #fff; box-sizing: border-box;}
.bottom_nav nav ul {display: flex; align-items: center; justify-content: space-between;}
.bottom_nav nav ul li {width: calc(100% / 5); height: 39px; text-align: center;}
.bottom_nav nav ul li:after {position: relative; z-index: 2; margin-top: 5px;}
.bottom_nav nav ul li a {display: block; width: auto; height: 100%; margin: 0 auto;}

.bottom_nav nav ul li:nth-child(1) a {width: 24px; height: 24px; background: url(./../img/nav_icon1.png)no-repeat 50% 50%; background-size: cover;}
.bottom_nav nav ul li:nth-child(1):after {content: '홈'; display: block; font-size: 10px; font-weight: 400; line-height: 1.3; color: #777;}
.bottom_nav nav ul li:nth-child(2) a {width: 24px; height: 24px; background: url(./../img/nav_icon2.png)no-repeat 50% 50%; background-size: cover;}
.bottom_nav nav ul li:nth-child(2):after {content: '식단표'; display: block; font-size: 10px; font-weight: 400; line-height: 1.3; color: #777;}

.bottom_nav nav ul li:nth-child(3) a {position: relative; left: 50%; bottom: 29px; transform: translateX(-50%); width: 100%; height: 70px; background: url(./../img/nav_icon3.png)no-repeat 50% 50%; background-size: 65px !important;}
/* .bottom_nav nav ul li:nth-child(3):before {position: absolute; top: 0; left: 0; content: ''; display: block; width: 100px; height: 1px; background: #fff; box-shadow: 0 0 4px 0 rgba(90, 180, 255, 0.2);}
.bottom_nav nav ul li:nth-child(3):after {position: absolute; top: 0; right: 0; content: ''; display: block; width: 100px; height: 1px; background: #fff; box-shadow: 0 0 4px 0 rgba(90, 180, 255, 0.2);} */
.bottom_nav nav ul li:nth-child(3):after {content: '주문'; display: block; font-size: 10px; font-weight: 400; line-height: 1.3; color: #777; margin-top: -42px; background: #fff;}

.bottom_nav nav ul li:nth-child(4) a {width: 24px; height: 24px; background: url(./../img/nav_icon4.png)no-repeat 50% 50%; background-size: cover;}
.bottom_nav nav ul li:nth-child(4):after {content: '내정보'; display: block; font-size: 10px; font-weight: 400; line-height: 1.3; color: #777;}
.bottom_nav nav ul li:nth-child(5) a {width: 24px; height: 24px; background: url(./../img/nav_icon5.png)no-repeat 50% 50%; background-size: cover;}
.bottom_nav nav ul li:nth-child(5):after {content: '전체메뉴'; display: block; font-size: 10px; font-weight: 400; line-height: 1.3; color: #777;}

.bottom_nav nav ul li:nth-child(1).active a {background: url(./../img/nav_icon1_on.png)no-repeat 50% 50%; background-size: cover;}
.bottom_nav nav ul li:nth-child(2).active a {background: url(./../img/nav_icon2_on.png)no-repeat 50% 50%; background-size: cover;}
.bottom_nav nav ul li:nth-child(3).active a {background: url(./../img/nav_icon3_on.png)no-repeat 50% 50%; background-size: cover;}
.bottom_nav nav ul li:nth-child(4).active a {background: url(./../img/nav_icon4_on.png)no-repeat 50% 50%; background-size: cover;}
.bottom_nav nav ul li:nth-child(5).active a {background: url(./../img/nav_icon5_on.png)no-repeat 50% 50%; background-size: cover;}
.bottom_nav nav ul li:nth-child(1).active:after {color: #5AB4FF;}
.bottom_nav nav ul li:nth-child(2).active:after {color: #5AB4FF;}
.bottom_nav nav ul li:nth-child(3).active:after {color: #5AB4FF;}
.bottom_nav nav ul li:nth-child(4).active:after {color: #5AB4FF;}
.bottom_nav nav ul li:nth-child(5).active:after {color: #5AB4FF;}

.bottom_nav nav ul li.active a {background: url(./../img/nav_icon1_on.png)no-repeat 50% 50%; background-size: cover;}