@charset "utf-8";

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "Noto Sans KR", sans-serif;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1.48;
  box-sizing: border-box;
  color: #1d2129;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  height: 100%;
}
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;
}
button {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}
a {
  text-decoration: none;
  display: block;
}
a,
input,
label {
  -webkit-tap-highlight-color: transparent;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -999999px;
  color: transparent;
}
.flex {
  display: flex;
  justify-content: space-between;
}
#container,
#content {
  height: 100%;
}

#content {
  position: relative;
  display: flex;
  flex-flow: column;
}

/* header start */
.hide {
  display: block;
  font-size: 1px;
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
}
.header_wrap {
  background-color: #fff;
  position: relative;
  width: 100%;
  /*height:100px;2025-08-19 수정*/
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.popHeader_wrap {
  background-color: transparent;
}
.header_wrap ul {
  justify-content: space-between;
}
.header_wrap .home_btn {
  padding: 14px 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
.header_wrap .home_btn span {
  display: block;
  width: 23px;
  height: 27px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-name {
  width: 100%;
}
.page-name span {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.1px;
  line-height: 56px;
  display: block;
}
.header_wrap .right_btn {
  padding: 16px 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.header_wrap .right_btn span {
  font-size: 16px;
  font-weight: 700;
}
/*.header_wrap + div{margin:124px 0 130px;} 수정2025-08-19*/
.header_wrap + div {
  margin: 0 0 130px;
  height: 100%;
}
/* header end */

/* tab */
.lineTab-btn.fixed {
  position: fixed;
  left: 0;
  top: 56px;
  width: 100%;
  z-index: 1;
  animation: down 0.5s ease;
}
.lineTab-btn {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  max-width: 1000px;
  white-space: nowrap;
  overflow-x: auto;
}
.lineTab-btn li {
  flex: 1;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.lineTab-btn li span {
  display: block;
  height: 44px;
  line-height: 37px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #5f5f5f;
  border-bottom: 3px solid #d5d5d5;
  padding: 0 16px;
}
.lineTab-btn li.on span {
  color: #333;
  font-weight: bold;
  border-color: #333;
}
.lineTab-btn li.on span .num {
  padding: 0 6px 1px;
  border-radius: 30px;
  background-color: #f26039;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #fff;
}

.lineTab-btn::-webkit-scrollbar {
  display: none;
}

.lineTab-btn {
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

.lineTab-cont {
  flex: 1;
  margin-top: 55px;
  padding: 0 14px 0 24px;

  height: calc(100% - 604px);
  overflow-y: scroll;
}
.lineTab-cont .tab-cont {
  display: none;
}
.lineTab-cont .tab-cont.on {
  display: inherit;
}
.list_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list_wrap .list_item {
  width: 33.33%;
  padding: 0 10px 18px 0;
  /*position: relative; 삭제*/
}
.list_wrap .list_item a {
  display: block;
}
.list_wrap .list_item a img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.list_wrap .list_item a span {
  display: block;
  font-size: 16px;
  letter-spacing: -0.1px;
  font-weight: 700;
}
.list_wrap .list_item a span::before {
  content: "";
  display: inline-block;
  clear: both;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background-image: url(images/bullet.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  vertical-align: sub;
}
.list_wrap .list_item a p {
  font-size: 16px;
  margin-top: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8a8a8a;
  letter-spacing: -0.1px;
}

.menu_list {
  padding: 12px;
  background-color: white;
  border: 1px solid #d7d9e3;
  height: 100%;
}
.menu_img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 16px;
}

.ct_od_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.menu_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu_name .small_txt {
  font-size: 13px;
  font-weight: 400;
  color: #8f8f8f;
}
.menu_price {
  color: #c90b0b;
  display: block;
}
/* .sub_name {
  font-size: 12px;
} */
.unit_price {
  font-size: 14px;
  color: black;
}
.unit_price_total {
  margin-bottom: 0;
  height: 24px;
  line-height: 23px;
}
.menu_list hr {
  border: none;
  height: 1px;
  background-color: #d7d9e3;
  margin: 4px 0px 12px;
}
.menu_price_wrap {
  display: flex;
  justify-content: space-between;
}
.menu_price_wrap a {
  color: #f58d00;
}
.menu_btn {
  overflow: hidden;
}
.menu_btn > ul {
  display: flex;
  justify-content: space-between;
}
.up_down_btn a {
  width: 24px;
  height: 24px;
  border: 1px solid #dfdfdf;
  display: inline-block;
  background-color: white;
}
.up_down_btn a img {
  width: 24px;
}
.up_down_btn input {
  width: 28px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #dfdfdf;
  display: inline-block;
  margin: 0 -1px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  border-radius: 0;
}
.menu_btn ul li:first-child {
  display: flex;
}
.btn_cart {
  background-color: #f26039;
  color: white;
  height: 24px;
  line-height: 23px;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 13px;
}
.btn_olist {
  background-color: #0f70d0;
  color: white;
  height: 24px;
  line-height: 23px;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 13px;
}
.sold_out {
  background-color: #aaa;
}

.btm_section {
  width: 100%;
  /*padding: 24px 24px 14px;*/
  padding: 5px 24px 14px;
  background-color: #fff;
  box-shadow: 0px -8px 12px 0px #e0e0e0;
}
.btm_section .total_box {
  display: flex;
  justify-content: space-between;
}
.btm_section .total_box .total_count span {
  color: #f26039;
}
.btm_section .total_box .total_price {
  font-weight: 700;
}
.btm_section .popup_btn {
  /*margin-top: 20px;*/
  margin-top: 5px;
}
.btm_section .popup_btn a {
  display: block;
  padding: 14px 0;
  border-radius: 10px;
  background-color: #3f3f3f;
  text-align: center;
  color: #fff;
}

.popup_btn img {
  margin-right: 4px;
  vertical-align: sub;
}

.footer_wrap {
  text-align: center;
  margin: 10px 0 24px;
  font-size: 13px;
  color: #b3b3b3;
}

.footer_wrap span {
  color: #b3b3b3;
}

/* 팝업 */
.model__wrap {
  position: relative;
}
.modal1 {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modal-wrap {
  position: relative;
  padding: 24px 24px 0;
}
.modal.pullpopup {
  width: 100%;
  height: 580px;
  position: fixed;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  z-index: 2001;
}
.model_cont {
  height: 100%;
  max-height: 472px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.model_cont .menu_name {
  margin-bottom: 10px;
}

.ct_section + .ct_section {
  margin-top: 24px;
}

.cart_title {
  text-align: center;
  font-size: 18px;
  color: black;
  margin-bottom: 16px;
}
.no_cart_txt {
  text-align: center;
  margin: 20px 0px;
}
.cart_con_box {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 12px;
  background-color: #f7f7f8;
  padding: 0 12px;
}
.cart_con_box .line_area {
  position: relative;
  padding: 18px 0;
}
.cart_con_box .line_area + .line_area {
  border-top: 1px solid #555;
}
.ct_product {
  padding: 12px 0px;
  position: relative;
  border-bottom: 1px solid #d7d9e3;
}
.ct_product:last-child {
  border-bottom: 0;
}
.ct_product .sub_name {
  margin-bottom: 8px;
}
.ct_product .menu_price {
  margin-bottom: 0;
}
.ct_item .unit_price {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d7d9e3;
}
.ct_product .up_down_btn {
  position: absolute;
  bottom: 12px;
  right: 0;
}
.ct_product input {
  width: 100%;
  padding: 4px;
  border:1px solid;
}
.ct_pd_del {
  background-color: #8a8a8a;
  color: white;
  height: 24px;
  line-height: 23px;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 13px;
}
.ct_total_price ul {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.ct_total_price ul li {
  color: black;
  font-size: 16px;
  align-items: center;
  display: flex;
}
.ct_total_price ul li:last-child {
  font-size: 18px;
  color: #ea5504;
}
.ct_sel_shop {
  padding: 12px 0;
  border-bottom: 1px solid #d7d9e3;
}
.ct_pr_title {
  font-weight: 700;
  color: black;
  margin-bottom: 12px;
}
.cart_choice_wrap {
  margin: 0 -12px;
  font-size: 0;
  overflow: hidden;
}

.ct_order_wrap {
  width: 100%;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  background-color: #f7f7f8;
  padding: 0 12px;
}

.ct_od_right {
  width: 50%;
  padding-left: 12px;
}
.ct_od_right .ct_product {
  height: 100%;
}
.ct_od_right .ct_product ul {
  height: 100%;
}
.ct_od_right .ct_product ul li:last-child {
  height: 100%;
}
.ct_od_right .ct_product ul li:last-child textarea {
  width: 100%;
  height: calc(100% - 38px);
}
.ct_info_box {
  position: fixed;
  bottom: -378px;
  /*bottom: 0px;*/
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
}
.ct_info_box .case {
  padding-bottom: 16px;
  background-color: #f7f7f8;
}
.ct_od_price_wrap {
  /*height: 52px;*/
}
.modal-btn {
  width: 100%;
  padding: 18px 0;
  background-color: #fff;
}

.btn_group {
  display: flex;
}
.btn_group .btn:nth-child(1) {
  flex: 1;
}
.btn_group .btn:nth-child(2) {
  flex: 2;
  margin-left: 10px;
}
.btn:disabled {
  background: transparent;
  border: 0;
  cursor: inherit;
}
.btn {
  display: block;
  width: 100%;
  border-radius: 8px;
  line-height: 100%;
  cursor: pointer;
}
.btn span {
  font-weight: 700;
  text-align: center;
  display: block;
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
  display: block;
  height: 48px;
  line-height: 48px;
  background: #f26039;
  color: #fff;
}
.gray-btn span {
  color: #5f5f5f;
  background: #f6f6f6;
}

.backon {
  position: fixed;
  content: "";
  width: 100%;
  height: 100vh;
  background: #0f0e0e54;

  top: 0;
  z-index: 2000;
}

.pay_backon {
  position: fixed;
  content: "";
  width: 100%;
  height: 100vh;
  background: #0f0e0e54;

  top: 0;
  z-index: 2000;
}

.radio_wrap {
  position: relative;
  padding-bottom: 143px;
}

.radio_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  position: relative;
  z-index: 1;
  background-color: #c5c5c5;
  border-radius: 45px;
}

.radio_inner li {
  flex: 1;
}

.radio_inner li input[type="radio"] {
  display: none;
}
.radio_inner li label {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  border-radius: 45px;
}
.radio_inner li label span {
  display: block;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.radio_inner li label:before {
  content: "";
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.radio_inner li input[type="radio"]:checked + label:before {
  height: 8px;
  width: 8px;
  border: 8px solid #ffffff;
  background-color: #f26039;
}
.radio_inner li input[type="radio"]:checked + label {
  background-color: #f26039;
  color: #ffffff;
}

.noti_wrap {
  position: absolute;
  top: 43px;
  width: 100%;
  padding: 50px 24px 24px;
  border: 1px solid #ddd;
  border-radius: 14px;
  z-index: 0;
}
.noti_wrap strong {
  display: block;
  margin-bottom: 8px;
  color: #d92626;
}
.noti_wrap p {
  font-size: 14px;
}

.option_wrap {
  margin-bottom: 24px;
}
.option_wrap input {
  padding: 0;
  height: initial;
  width: initial;
  display: none;
  cursor: pointer;
}
.option_wrap label {
  display: flex;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
.option_wrap label:before {
  content: "";
  background-color: transparent;
  border: 2px solid #ddd;
  padding: 8px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  transition: background-color 0.1s ease-in-out;
}
.option_wrap input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.option_wrap input:checked + label::before {
  content: "";
  background-color: #176a5b;
  border-color: #176a5b;
}

.label_inner span {
  display: inline-block;
  margin-right: 8px;
}

/* 시안2 */
.header_02 + div {
  margin: 0;
}
.center__wrap {
  width: 100%;
  margin: 100px 0 120px;
  padding: 0 40px;
}
.center__wrap .top {
  text-align: center;
}
.center__wrap .tag {
  padding: 0 10px;
  border-radius: 14px;
  background-color: #aaa;
  font-size: 14px;
  text-align: center;
  color: #ddd;
}
.center__wrap .waiting_num {
  margin-top: 10px;
  font-size: 90px;
  font-weight: 700;
  color: #ea5504;
  line-height: 1;
}
.center__wrap .main_text {
  margin-top: 14px;
  font-size: 22px;
  font-weight: 700;
}
.center__wrap .sub_text {
  margin-top: 10px;
}
.center__wrap .total_box2 {
  margin-top: 30px;
  border-top: 1px solid #555;
}
.center__wrap .total_box2 ul {
  margin-top: 30px;
  padding: 4px 14px 8px;
  background-color: #f6f6f6;
}
.center__wrap .total_box2 ul li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 14px;
}
.center__wrap .total_box2 ul li:first-child {
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
  font-size: 16px;
}
.center__wrap .total_box2 ul li p,
.center__wrap .total_box2 ul li span {
  color: #aaa;
}
.center__wrap .total_box2 ul li:first-child p {
  color: #555;
}

.center__wrap + .btm-fixd {
  width: 100%;
  padding: 24px 32px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.center__wrap + .btm-fixd .btn {
  display: block;
  width: 100%;
  border-radius: 8px;
  line-height: 100%;
  cursor: pointer;
}
.center__wrap + .btm-fixd .btn span {
  font-weight: 700;
  text-align: center;
  display: block;
  border-radius: 12px;
  font-size: 16px;
  text-align: center;
  display: block;
  height: 48px;
  line-height: 48px;
  border: 1px solid #555;
  background: #fff;
  color: #555;
}

.move_none {
  overflow: hidden;
}

.bg_layer {
  position: fixed;
}

@media screen and (min-width: 625px) {
  .radio_inner li label span {
    display: inline-block;
  }
  .noti_wrap {
    top: 27px;
    padding: 45px 24px 24px;
  }
}

@media screen and (max-width: 615px) {
  .list_wrap .list_item {
    width: 100%;
  }
  .ct_order_wrap {
    display: block;
  }
  .ct_od_left,
  .ct_od_right {
    width: 100%;
    padding: 0;
  }
  .ct_od_right .ct_product ul li:last-child textarea {
    height: 60px;
  }
}
@media screen and (max-width: 445px) {
  .radio_inner li label {
    font-size: 14px;
  }
  .radio_inner li label:before {
    width: 16px;
    height: 16px;
  }
  .radio_inner li input[type="radio"]:checked + label:before {
    border-width: 6px;
  }
}

@media screen and (max-width: 402px) {
  .radio_wrap {
    padding-bottom: 130px;
  }
  .radio_inner li label {
    padding: 16px 8px;
  }
  .noti_wrap {
    padding: 40px 24px 24px;
  }
  .noti_wrap strong {
    font-size: 14px;
  }
  .noti_wrap p {
    font-size: 13px;
  }
}