@charset "utf-8";
       :root {
            --primary-color: #007bff;
            --success-color: #28a745;
            --danger-color: #dc3545;
            --warning-color: #ffc107;
            --secondary-color: #6c757d;
            --light-gray: #f8f9fa;
            --dark-gray: #343a40;
            --text-muted: #6c757d;
        
    --text-primary: #333;
    --text-secondary: #666;
    --text-tertiary: #999;
    --text-muted: #999;
    --border-color: #eee;
    --border-light: #ddd;
    --bg-light: #f9fafb;
    --bg-lighter: #f5f5f5;
    --link-color: #0073ff;
    --header-height: 60px;
    --image-base-path: '/css/menupan_images';
}
body {
  color: var(--text-primary);
}
b,
i,
em {
  vertical-align: baseline;
}
.float::after {
  content: '';
  display: block;
  clear: both;
}
.float .fl {float: left;}
.float .fr {float: right;}
.align-l {text-align: left !important;}
.align-r {text-align: right !important;}
.align-c {text-align: center !important;}
.valign-m {  vertical-align: middle !important;}
.valign-base {  vertical-align: baseline;}
.cursor-pointer {cursor: pointer;}
.block {
  display: block;
}
.inline-b {
  display: inline-block;
}
.nowrap{ white-space: nowrap; }
.mgt0 {  margin-top: 0px !important;}
.mgt5 {  margin-top: 5px !important;}
.mgt10 {margin-top: 10px !important;}
.mgt12 {margin-top: 12px !important;}
.mgt15 {margin-top: 15px !important;}
.mgt20 {margin-top: 20px !important;}
.mgt25 {margin-top: 25px !important;}
.mgt30 {margin-top: 30px !important;}
.mgt35 {margin-top: 35px !important;}
.mgt40 {margin-top: 40px !important;}
.mgt50 {margin-top: 50px !important;}
.mgt60 {margin-top: 60px !important;}
.mgt70 {margin-top: 70px !important;}
.mgtm40 {margin-top: -40px !important;}
.mgb0 { margin-bottom: 0px !important;}
.mgb5 {  margin-bottom: 5px !important;}
.mgb10 {margin-bottom: 10px !important;}
.mgb15 {margin-bottom: 15px !important;}
.mgb20 {margin-bottom: 20px !important;}
.mgl0 {  margin-left: 0 !important;}
.mgl5 {  margin-left: 5px !important;}
.mgl10 {margin-left: 10px !important;}
.mgl20 {margin-left: 20px !important;}
.mgr0 {  margin-right: 0px !important;}
.mgr3 {margin-right: 3px !important;}
.mgr6 {margin-right: 6px !important;}
.mgr10 {margin-right: 10px !important;}
.mgr20 {margin-right: 20px !important;}
.mgr30 {margin-right: 30px !important;}
.mgr70 {margin-right: 70px !important;}
.pdt0 { padding-top: 0px !important;}
.pdt10 {padding-top: 10px !important;}
.pdt15 {padding-top: 15px !important;}
.pdt20 {padding-top: 20px !important;}
.pdb5 {padding-bottom: 5px !important;}
.pdb15 {padding-bottom: 15px !important;}
.pdb20 {padding-bottom: 20px !important;}
.pdl5 {  padding-left: 5px !important;}
.pdl10 {padding-left: 10px !important;}
.pdb10 {padding-bottom: 10px !important;}
.w-max {width: 100% !important;}
.sub_box { margin-top:15px; }
.no-border-bottom { border-bottom: 0 !important; }
.scrollLock {
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100%;
}
.header {
  position: fixed;
  width: 100%;
  height: 60px;
  padding: 17px 90px;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  background: #fff;
  z-index: 10;
}
.header h1 {
  font-size: 18px;
  color: var(--text-primary);
  font-weight: normal;
}
.header .btn-back {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(/css/menupan_images/btn_back.svg) 50% 50% no-repeat;
}
.header .btn-home {
  position: absolute;
  top: 50%;
  left: 57px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(/css/menupan_images/btn_home.svg) 50% 50% no-repeat;
  background-size: contain;
}
.header .btn-search {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(/css/menupan_images/btn_search_header@2x.png) 50% 50% no-repeat;
  background-size: contain;
}
.content {
  padding-top: 60px;
}
.app.content {
    padding-top: 0 !important;
}
.content .cont-inner {
  padding: 30px 20px;
}
.content.type-pd {
  padding: 60px 20px 0;
}
.content.pd-bottom {
  padding-bottom: 62px;
}
.content.pd-bottom2 {
  padding-bottom: 140px;
}
.btn-top {
  display: none;
  position: fixed;
  bottom: 85px;
  right: 10px;
  border-radius: 20px;
  background: rgba(51, 51, 51, 0.7);
  z-index: 3;
}
.btn-top button {
  width: 40px;
  height: 40px;
  background: url(/css/menupan_images/btn_top.svg) 50% 50% no-repeat;
}
.fc01 {  color: var(--text-primary) !important;}
.fc02 {  color: #fd0b3f !important;}
.fc03 {  color: var(--text-secondary) !important;}
.fc04 {  color: var(--text-tertiary) !important;}
.fc05 {  color: var(--link-color) !important;}
.fc06 {  color: #597893 !important;}
.fs0 {  font-size: 0 !important;}
.fs14 {  font-size: 14px !important;}
.fs16 {  font-size: 16px !important;}
.fw-bold {font-weight: bold;}
.underline {text-decoration: underline;}
.h2 {
  font-size: 16px;
  color: var(--text-primary);
  font-weight: bold;
}
.h4 {
  font-size: 13px;
  font-weight: bold;
  color: var(--text-primary);
}
.tit-wrap {
  position: relative;
  padding: 16px 20px;
}
.tit-wrap.type2 {
  background: #e3ecf5;
}
.tit-wrap.type3 {
  background: var(--border-color);
}
.tit-wrap.type4 {
  border-top: 10px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.tit-wrap::after {
  content: '';
  display: block;
  clear: both;
}
.tit-wrap .h2 {
  float: left;
}
.tit-wrap em {
  margin-right: 5px;
  color: #597893;
}
.tit-wrap .btn-wrap,
.tit-wrap .txt-base {
  float: right;
}
.tit-wrap .btn-ico-plus {
  position: relative;
  top: 3px;
}
.tit-wrap .btn-ico-info {
  position: relative;
  top: 3px;
}
.txt-wrap {
  padding: 6px 20px 7px;
  font-size: 13px;
  color: var(--text-secondary);
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-color);
}
.txt-wrap2 {
  padding: 12px 20px;
  font-size: 13px;
  line-height: 1.38;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-color);
  letter-spacing: -0.5px;
}
.txt-wrap.line-none,
.txt-wrap2.line-none {
  border-bottom: 0;
}
.txt-wrap2 b {
  color: var(--text-primary);
  font-weight: bold;
  vertical-align: baseline;
}
.txt-base {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.38;
}
.txt-wrap2 .txt-delivery {
  margin: 6px 0;
}
.txt-wrap3 {
  padding: 20px;
  font-size: 11px;
  line-height: 1.36;
  color: var(--text-tertiary);
  border-bottom: 1px solid var(--border-color);
}
.txt-delivery {
  position: relative;
  padding-left: 30px;
  font-size: 11px;
  color: var(--text-secondary);
}
.txt-delivery::before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(/css/menupan_images/ico_delivery.svg) 0 0 no-repeat;
}
.txt-delivery b {
  font-weight: bold;
  color: var(--text-primary);
  vertical-align: baseline;
}
.txt-payback {
  position: relative;
  padding-left: 30px;
  font-size: 11px;
  color: var(--text-primary);
}
.txt-payback::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(/css/menupan_images/ico_payback.svg) 0 0 no-repeat;
  background-size: 20px;
}
.txt-s {
  font-size: 11px;
  color: var(--text-tertiary);
  line-height: 1.36;
  letter-spacing: -0.5px;
}
.txtbox {
  padding: 15px;
  background: var(--bg-light);
  border-radius: 3px;
}
.txtbox dt {
  font-size: 13px;
  font-weight: bold;
  color: var(--text-primary);
}
.txtbox dd {
  font-size: 11px;
  color: var(--text-secondary);
  line-height: 1.45;
}
.bdt-line {
  border-top: 1px solid var(--border-color);
}
.bul-list li {
  position: relative;
  padding-left: 10px;
  margin-top: 10px;
  font-size: 13px;
  color: var(--text-tertiary);
  line-height: 1.38;
}
.bul-list li:first-child {
  margin-top: 0;
}
.bul-list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 3px;
  background: var(--border-light);
  border-radius: 3px;
}
.bul-list li ul.sub-list li {
  margin-top: 10px;
  padding-left: 7px;
  font-size: 11px;
  font-weight: normal;
  color: var(--text-tertiary);
}
.bul-list li ul.sub-list li::before {
  content: '*';
  top: 2px;
  font-size: 11px;
  background: none;
}
.bul-list.fc03 li {
  color: var(--text-secondary);
}
.bul-list.type2 li {
  font-size: 11px;
}
.bul-list.type2 li::before {
  top: 6px;
}
.bul-list.type3 li {
  font-size: 11px;  
  margin-top: 0;
  margin-bottom: 10px;
}
.bul-list.type3 li:last-child{
  margin-bottom: 0;
}
.bul-list.type3 li::before {
  top: 6px;
}
.bul-p {
  position: relative;
  padding-left: 10px;
  margin-top: 10px;
  font-size: 13px;
  color: var(--text-tertiary);
  line-height: 1.38;
}
.bul-p::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  background: var(--text-tertiary);
  border-radius: 3px;
}
.dl-style {
  margin-top: 15px;
  font-size: 13px;
}
.dl-style dt {
  color: var(--text-primary);
  font-weight: bold;
}
.dl-style dd {
  margin-top: 5px;
  color: var(--text-secondary);
  line-height: 1.38;
}
.dl-style .bul-list {
  margin-top: 10px;
}
.dl-style2 {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
}
.dl-style2 dt {
  flex: 1 auto;
  color: var(--text-tertiary);
}
.dl-style2 dd {
  color: var(--text-primary);
}
.dl-style2 dd b {
  font-weight: bold;
}
.inp-base {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  color: var(--text-primary);
  font-size: 13px;
  border: 1px solid var(--border-light);
  border-radius: 2px;
  background: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
}
[class*='inp-base']::placeholder,
.textarea::placeholder {
  color: var(--text-tertiary);
  opacity: 1;
}
[class*='inp-base']::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: var(--text-tertiary);
}
[class*='inp-base']:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: var(--text-tertiary);
}
[class*='inp-base']:focus {
  border: 1px solid var(--text-primary);
}
[class*='inp-base']:disabled {
  background: var(--border-color);
  color: var(--text-primary);
}
.textarea {
  height: 80px;
  padding: 15px;
  color: var(--text-primary);
  font-size: 13px;
  border: 1px solid var(--border-light);
  border-radius: 2px;
}
.slc-base {
  height: 40px;
  padding: 0 30px 0 15px;
  margin-right: 2px;
  font-size: 13px;
  color: var(--text-secondary);
  border: 1px solid var(--border-light);
  border-radius: 2px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/css/menupan_images/bg_arrow_down.svg) no-repeat;
  background-position: right 15px center;
}
.slc-base::-ms-expand {
  display: none;
}
.slc-base:disabled {
  color: var(--text-tertiary);
}
.slc-base-btn {
  height: 40px;
  width: 100%;
  text-align: left;
    padding: 11px 15px;
    margin: 10px 0 0;
  font-size: 13px;
  color: var(--text-secondary);
  border: 1px solid var(--border-light);
  border-radius: 2px;
  background: url(/css/menupan_images/bg_arrow_down.svg) no-repeat;
  background-position: right 15px center;
  background-color: #fff;
}
.inp-dl {
  margin-top: 25px;
}
.inp-dl:first-child {
  margin-top: 0;
}
.inp-dl dt {
  font-size: 13px;
  font-weight: bold;
}
.inp-dl dt.h2 {
  font-size: 16px;
  line-height: 1;
}
.inp-dl dt.h2 .btn-ico-plus {
  top: 3px;
}
.inp-dl dt.h2 .btn-ico-info {
  top: 0px;
}
.inp-dl dt [class*='lb-check'] {
  font-weight: normal;
}
.inp-dl dd {
  margin-top: 10px;
}
.data-dl {
  display: flex;
  margin-top: 20px;
}
.data-dl:first-child {
  margin-top: 0;
}
.data-dl dt {
  flex: 0 1 auto;
  min-width: 110px;
  font-size: 13px;
  font-weight: bold;
}
.data-dl dd {
  margin-top: 0;
}
.inp-addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inp-addr .inp-base {
  width: 50%;
}
.inp-addr .btn-base {
  width: 50%;
  margin-left: 15px;
  border: 1px solid var(--text-primary);
}
.inp-counter {
  display: inline-block;
  position: relative;
}
.inp-counter .inp-base {
  width: 92px;
  height: 30px;
  padding: 0 30px;
  font-size: 13px;
  color: var(--text-primary);
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
}
.inp-counter .btn-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(/css/menupan_images/btn_count_up.svg) 50% 50% no-repeat;
  background-size: 8px;
}
.inp-counter .btn-count.down {
  right: auto;
  left: 0;
  background: url(/css/menupan_images/btn_count_down.svg) 50% 50% no-repeat;
  background-size: 8px;
  border-left: 0;
}
.inp-btn {
  position: relative;
}
.inp-btn .inp-base {
  padding-right: 65px;
}
.inp-btn .btn-base-s {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  min-width: 45px;
}
.inp-point {
  position: relative;
  display: inline-block;
  width: calc(100% - 80px);
}
.inp-point .inp-base {
  display: inline-block;
  height: 32px;
  padding: 0 28px 0 15px;
  text-align: right;
    font-size: 16px;
}
.inp-point .inp-txt {
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 16px;
  color: var(--text-primary);
}
.inp-price {
  position: relative;
}
.inp-price .inp-base {
  text-align: right;
  padding-right: 25px;
  font-size: 16px;
  color: var(--text-primary);
  font-weight: bold;
}
.inp-price .txt {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 13px;
  color: var(--text-tertiary);
}
.inp-srh {
  position: relative;
}
.inp-srh .inp-base {
  padding-right: 40px;
}
.inp-srh .btn-srh {
  position: absolute;
  top: 11.5px;
  right: 15px;
  width: 17px;
  height: 17px;
  background: url(/css/menupan_images/btn_srh.svg) 0 0 no-repeat;
}
.inp-srh .btn-srh2 {
  position: absolute;
  right: 0;
  width: 56px;
  height: 38px;
  background: url(/css/menupan_images/btn_srh.svg) 18px 10px no-repeat;
}
.inp-wrap {
  display: flex;
}
.inp-wrap .inp-base + .inp-base,
.inp-wrap .slc-base + .slc-base {
  margin-left: 5px;
}
.inp-wrap.type-btn .slc-base {
  margin-right: 0;
}
.inp-wrap.type-btn .btn-txt {
  min-width: 100px;
  margin-left: 10px;
  font-size: 13px;
  text-decoration: underline;
  color: var(--text-primary);
}
.inp-wrap.type-txt {
  align-items: center;
}
.inp-wrap.type-txt span {
  display: inline-block;
  min-width: 85px;
  font-size: 13px;
  color: var(--text-secondary);
}
.inp-wrap.type-card .inp-base + .inp-base {
  margin-left: 5px;
}
.inp-wrap.type-phone .slc-base {
  min-width: 85px;
  width: 85px;
  margin-right: 10px;
  color: var(--text-primary);
}
.inp-wrap.type-gender .lb-radio {
  float: left;
  width: 50%;
}
.inp-wrap.type-gender::after {
  content: '';
  display: block;
  clear: both;
}
.inp-wrap .btn-base {
  min-width: 58px;
  margin-left: 10px;
  font-size: 16px;
}
input[type='radio'],
input[type='checkbox'] {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  vertical-align: top;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.lb-radio,
.lb-check {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  font-size: 13px;
  line-height: 1;
  color: var(--text-secondary);
  cursor: pointer;
}
.lb-radio::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  min-width: 18px;
  min-height: 18px;
  vertical-align: middle;
  background: url(/css/menupan_images/bg_radio.svg) 0 0 no-repeat;
}
input[type='radio']:checked + .lb-radio::before {
  background-image: url(/css/menupan_images/bg_radio_on.svg);
}
input[type='radio']:disabled + .lb-radio::before {
  background-image: url(/css/menupan_images/bg_radio_disabled.svg);
}
.radio-group {
  display: block;
  font-size: 0;
  border-radius: 2px;
}
.radio-group .lb-radio::before {
  display: none;
}
.radio-group .lb-radio {
  height: 40px;
  padding: 13px 10px;
  font-size: 13px;
  color: var(--text-tertiary);
  line-height: 1;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background: #fff;
  letter-spacing: -0.1em;
}
.radio-group.size2 .lb-radio {
  width: calc(50% - 5px);
}
.radio-group.size2:nth-child(2) {
  margin-right: 10px;
}
.radio-group input[type='radio']:checked + .lb-radio {
  color: #ff3333;
  font-weight: 600;
  border: 1px solid #ff3333;
}
.lb-check::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  min-width: 18px;
  min-height: 18px;
  background: url(/css/menupan_images/bg_check.svg) 0 0 no-repeat;
}
input[type='checkbox']:checked + .lb-check::before {
  background-image: url(/css/menupan_images/bg_check_on.svg);
}
input[type='checkbox']:disabled + .lb-check::before {
  background-image: url(/css/menupan_images/bg_check_off.svg);
}
.lb-check-s {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-size: 11px;
  line-height: 1.36;
  color: var(--text-secondary);
  cursor: pointer;
}
.lb-check-s::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 13px;
  min-height: 13px;
  background: url(/css/menupan_images/bg_check.svg) 0 0 no-repeat;
  background-size: 13px;
}
.lb-check-s b {
  font-weight: bold;
}
input[type='checkbox']:checked + .lb-check-s::before {
  background-image: url(/css/menupan_images/bg_check_on.svg);
}
input[type='checkbox']:disabled + .lb-check-s::before {
  background-image: url(/css/menupan_images/bg_check_off.svg);
}
.lb-radio2 {
  position: relative;
  display: inline-block;
  padding: 14px 15px;
  font-size: 13px;
  line-height: 1;
  color: var(--text-primary);
  cursor: pointer;
  border: 1px solid var(--border-light);
  border-radius: 3px;
  text-align: center;
}
input[type='radio']:checked + .lb-radio2 {
  border-color: #fd0b3f;
}
input[type='radio']:checked + .lb-radio2:not(.kakao) {
  font-weight: bold;
  color: #fd0b3f;
}
input[type='radio']:disabled + .lb-radio2 {
  background-color: var(--border-color);
  color: var(--text-tertiary);
}
[class*='lb-check'].reverse {
  padding-left: 0;
  padding-right: 23px;
}
[class*='lb-check'].reverse::before {
  left: auto;
  right: 0;
  margin-right: 0;
}
.lb-check-s.reverse {
  padding-right: 18px;
}
.lb-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lb-group .lb-radio2 {
  margin: 10px 5px 0;
  white-space: nowrap;
}
.txt-err {
  display: none;
  margin-top: 7px;
  font-size: 11px;
  color: #fd0b3f;
}
.txt-err.on {
  display: block;
}
.inp-base.err {
  border-color: #fd0b3f;
}
.captcha-wrap {
  height: 100px;
  border: 1px solid var(--border-light);
  border-radius: 2px;
}
.captcha-wrap img {
  width: 100%;
  height: 100%;
}
[class*='btn-base'] {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 5px;
  font-size: 13px;
  color: var(--text-primary);
  vertical-align: middle;
  border: 1px solid var(--border-light);
  border-radius: 2px;
  background: #fff;
  text-align: center;
}
[class*='btn-base'] i {
  display: inline-block;
  line-height: inherit;
}
[class*='btn-base']:disabled {
  color: var(--text-tertiary) !important;
  background: var(--border-light) !important;
  border: 0 !important;
}
[class*='btn-base'].type2 {
  color: #fff;
  background-color: var(--text-primary);
  border: 0;
}
[class*='btn-base'].type3 {
  border-color: var(--text-primary);
}
[class*='btn-base'].type4 {
  color: #fff;
  border: 0;
  background-color: #fd0b3f;
}
[class*='btn-base'].type5 {
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
  background: #fff;
}
[class*='btn-base'].type-wide {
  padding: 0 15px;
}
.btn-base-s {
  height: 20px;
  line-height: 18px;
  font-size: 11px;
  color: var(--text-secondary);
  border-color: var(--border-color);
  background: var(--bg-light);
}
.btn-base-l {
  width: 100%;
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  border-radius: 3px;
}
[class*='btn-base'].type5 + [class*='btn-base'].type2.type-wide{
  width:85px;
}
.btn-base-f {
  width: 100%;
  height: 60px;
  line-height: 58px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 0;
}
.btn-wrap.type-full .btn-base {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
.btn-wrap.type-bt-line {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
.btn-wrap.type-center {
  width: 60%;
  margin: 0 auto;
}
.btn-wrap.col2::after {
  content: '';
  display: block;
  clear: both;
}
.btn-wrap.col2 [class*='btn-base'] {
  float: left;
  width: calc(50% - 1px);
  margin-left: 1px;
  padding: 0;
  letter-spacing: -0.3px;
}
.btn-wrap.col2 [class*='btn-base']:first-of-type {
  border-radius: 3px 0 0 3px;
}
.btn-wrap.col2 [class*='btn-base']:last-child {
  border-radius: 0 3px 3px 0;
}
.btn-txt {
  font-size: 13px;
  color: var(--text-secondary);
}
.btn-txt2 {
  font-size: 11px;
  color: var(--link-color);
  text-decoration: underline;
}
.btn-txt2:disabled {
  color: var(--border-light);
  text-decoration: none;
}
.btn-txt3 {
  font-size: 11px;
  color: var(--text-primary);
  text-decoration: underline;
}
.btn-close {
  width: 24px;
  height: 24px;
  background: url(/css/menupan_images/btn_modal_close.svg) 0 0 no-repeat;
}
.btn-cart {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-color);
  border-radius: 9px;
  background: url(/css/menupan_images/btn_cart.png) 50% 50% no-repeat;
  background-size: 20px;
}
[class*='btn-ico'] {
  width: 17px;
  height: 17px;
}
.btn-ico-pick {
  background: url(/css/menupan_images/btn_pick.svg) 0 0 no-repeat;
}
.btn-ico-pick.on {
  background-image: url(/css/menupan_images/btn_pick_on.svg);
}
.btn-ico-delete {
  background: url(/css/menupan_images/btn_delete.png) 0 0 no-repeat;
  background-size: contain;
}
.btn-ico-plus {
  position: relative;
  margin-left: 3px;
  background: url(/css/menupan_images/btn_ico_plus.svg) 0 0 no-repeat;
}
.btn-ico-plus2 {
  width: 11px;
  height: 11px;
  margin-left: 3px;
  background: url(/css/menupan_images/btn_ico_plus.svg) 0 0 no-repeat;
  background-size: 100%;
}
.btn-ico-arrow {
  position: relative;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  border: 1px solid var(--text-secondary);
  border-radius: 10px;
}
.btn-ico-arrow::before {
  content: '';
  display: block;
  content: '';
  display: block;
  position: absolute;
  top: 4.5px;
  left: 2.3px;
  width: 0px;
  height: 0px;
  border-left: 3px solid transparent;
  border-top: 3px solid var(--text-secondary);
  border-right: 3px solid transparent;
}
.btn-ico-tip {
  margin-left: 3px;
  background: url(/css/menupan_images/btn_ico_tip.svg) 0 0 no-repeat;
}
.btn-ico-refresh {
  width: 18px;
  height: 16px;
  background: url(/css/menupan_images/btn_ico_refresh.svg) 0 0 no-repeat;
}
.btn-ico-info {
  position: relative;
  margin-left: 2px;
  background: url(/css/menupan_images/btn_ico_info.svg) 0 0 no-repeat;
}
.btn-switch {
  position: relative;
  width: 88px;
  height: 30px;
  padding: 2px;
  border-radius: 3px;
  background: #c8c8c8;
  font-size: 0;
}
.btn-switch label {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  font-weight: bold;
  color: var(--text-tertiary);
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}
.btn-switch label.on {
  font-weight: normal;
}
.btn-switch.on {
  background: #fd0b3f;
}
.btn-switch.on label {
  color: #fff;
  font-weight: normal;
  opacity: 0.7;
}
.btn-switch.on label.on {
  color: #fd0b3f;
  font-weight: bold;
  opacity: 1;
}
.btn-switch::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 44px;
  width: 42px;
  height: 26px;
  background: #fff;
  border-radius: 2px;
  transition: left 0.3s;
}
.btn-switch.on::before {
  left: 2px;
  transition: left 0.3s;
}
.btn-switch2 {
  position: relative;
  width: 88px;
  height: 30px;
  padding: 2px;
  border-radius: 15px;
  background: #95b2cc;
  font-size: 0;
}
.btn-switch2 input + label {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.btn-switch2 input:checked + label {
  font-weight: bold;
  color: var(--text-primary);
}
.btn-switch2::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 42px;
  height: 26px;
  border-radius: 13px;
  background: #fff;
  transition: all 0.3s;
}
.btn-switch2.on::before {
  left: 44px;
  transition: all 0.3s;
}
.btn-gift {
  padding: 14px 30px 14px 55px;
  background: url(/css/menupan_images/ico_kakao.png) no-repeat 30px center #f8e302;
  background-size: 15px;
  font-weight: bold;
  color: var(--text-primary);
  border-radius: 3px;
}
.tbl-base thead th {
  padding: 15px 15px;
  font-size: 13px;
  color: var(--text-primary);
  font-weight: bold;
  background: var(--bg-light);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.tbl-base tbody th {
  padding: 10px;
  font-size: 13px;
  color: var(--text-primary);
  font-weight: bold;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-color);
}
.tbl-base tbody td {
  height: 50px;
  padding: 10px 15px;
  font-size: 13px;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-color);
}
.tbl-time {
  border-top: 1px solid var(--text-primary);
}
.tbl-time table {
  width: 100%;
}
.tbl-time th {
  height: 55px;
  padding: 10px 0;
  font-size: 13px;
  color: var(--text-primary);
  font-weight: bold;
  letter-spacing: -0.5px;
  text-align: center;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}
.tbl-time th:first-child {
  border-left: 0;
}
.tbl-time tbody th {
  word-break: break-word;
  padding: 10px 5px;
}
.tbl-time td {
  position: relative;
  height: 53px;
  font-size: 13px;
  color: var(--text-primary);
  letter-spacing: -0.5px;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}
.tbl-time td.ing,
.tbl-time td.finish {
  color: var(--text-tertiary);
  background: var(--bg-light);
}
.tbl-time tbody td.quick::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 54px;
  border: 1px solid #fd0b3f;
  box-sizing: border-box;
}
.tbl-time .lb-radio {
  width: 100%;
  padding: 0;
  color: var(--text-primary);
  line-height: 1.3;
  z-index: 1;
}
.tbl-time .lb-radio::before {
  display: none;
}
.tbl-time .lb-radio span {
  display: inline-block;
  padding: 11px 0;
}
.tbl-time .lb-radio .on {
  display: none;
}
.tbl-time input[type='radio']:checked + .lb-radio {
  height: 100%;
}
.tbl-time input[type='radio']:checked + .lb-radio .off {
  display: none;
}
.tbl-time input[type='radio']:checked + .lb-radio .on {
  display: flex;
  position: relative;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-right: 13px;
  color: #fd0d1b;
  font-weight: bold;  
}
.tbl-time input[type='radio']:checked + .lb-radio .on::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background: url(/css/menupan_images/ico_check_w_red.png);
  background-size: 100%;
}
.tbl-time.type-daybreak td {
  height: 92px;
}
.tbl-time.type-daybreak input[type='radio']:checked + .lb-radio .on {
  padding: 37px 0;
  padding-right: 13px;
}
.tbl-time .anytime th:first-child{
  background-color: #e3ecf5;
}
.tbl-time .brand-new-service th{
  position: relative;
}
.tbl-time .brand-new-service th::before{
  content: '';
  position: absolute;
  top: -4px;
  left: 9.5vw;
  width: 26px;
  height: 16px;
  background: url(/css/menupan_images/ico_new_52_night_deli.png) 0 0 no-repeat;
  background-size: 100%;
}
.tbl-time .point-service th{
  position: relative;
}
.tbl-time .point-service th::before{
  content: '';
  position: absolute;
  top: -4px;
  left: 9.5vw;
  width: 31px;
  height: 16.5px;
  background: url(/css/menupan_images/ico_event_point.png) 0 0 no-repeat;
  background-size: 100%;
}
.tbl-simple {
  position: relative;
  margin-left: 20px;
}
.tbl-simple::before {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: -20px;
  width: calc(100% + 20px);
  height: 1px;
  background: var(--border-color);
}
.tbl-simple thead th {
  padding: 13px 20px;
  font-size: 11px;
  color: var(--text-tertiary);
  font-weight: normal;
}
.tbl-simple tbody td {
  position: relative;
  padding: 15px 20px;
  font-size: 13px;
  line-height: 1.38;
  border-bottom: 1px solid var(--border-color);
}
.tbl-simple.pdl-none thead th,
.tbl-simple.pdl-none tbody td {
  padding-left: 0;
}
.tbl-simple thead th em {
  margin-left: 3px;
  font-weight: bold;
  color: #fd0b3f;
}
.tbl-simple tbody td em {
  margin-left: 3px;
  font-weight: bold;
  color: #fd0b3f;
}
.tbl-simple tbody td [class*='price'] {
  display: block;
  font-size: 13px;
  color: var(--text-tertiary);
}
.tbl-simple tbody td .price b {
  color: var(--text-primary);
  font-weight: bold;
  vertical-align: baseline;
}
.tbl-simple tbody td .price2 {
  margin-top: 5px;
}
.tbl-simple tbody td .price2 b {
  color: #fd0b3f;
  vertical-align: baseline;
}
.tbl-simple .prd-img img {
  width: 60px;
  height: 60px;
  border-radius: 2px;
}
.tbl-simple .prd-info {
  display: flex;
  align-items: flex-end;
}
.tbl-simple .prd-info em {
  flex: 1 0 auto;
}
.tbl-simple .prd-name {
  width: 100%;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: -0.5px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
tr.bdt-none,
tr.bdt-none > td {
  border-top: 0 !important;
}
.tbl-form {
  border-top: 3px solid var(--text-primary);
}
.tbl-form.bd-non {
  border: none;
}
.tbl-form tr {
  border-bottom: 1px solid var(--border-color);
}
.tbl-form th {
  padding: 15px;
  font-size: 13px;
  font-weight: bold;
  color: var(--text-primary);
  line-height: 1.38;
  background: var(--bg-light);
  text-align: left;
  vertical-align: top;
}
.tbl-form td {
  padding: 15px;
  color: var(--text-secondary);
  line-height: 1.38;
  vertical-align: top;
}
.tab-cart::after {
  content: '';
  display: block;
  clear: both;
}
.tab-cart .tab-btn {
  position: relative;
  display: block;
  float: left;
  width: 33%;
  height: 48px;
  padding: 14px 5px;
  font-size: 16px;
  color: var(--text-secondary);
  text-align: center;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-light);
}
.tab-cart.tab2 .tab-btn {
  width: 50%;
}
.tab-btn.express {
  letter-spacing: -0.75px;
}
.tab-cart .tab-btn.active {
  top:1px;
  font-weight: bold;
  color: var(--text-primary);
  border-bottom:1px solid #fff;
}
.tab-cart .tab-btn.active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 16px);
  height: 1px;
  background: var(--border-light);
  z-index: 1;
}
.tab-cart .tab-btn.active:first-child {
  background: #fff url(/css/menupan_images/bg_tab_right.svg) right 0 no-repeat;
}
.tab-cart .tab-btn.active:first-child::before {
  left: -1px;
}
.tab-cart .tab-btn.active:nth-child(2) {
  background: url(/css/menupan_images/bg_tab_left.svg),
    url(/css/menupan_images/bg_tab_right.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left 0, right 0;
}
.tab-cart .tab-btn.active:last-child {
  background: #fff url(/css/menupan_images/bg_tab_left.svg) left 0 no-repeat;
}
.tab-cart .tab-btn.active:last-child::before {
  left: 1px;
}
.tab-cart .tab-btn.active:last-child::after {
  left: auto;
  right: 0;
}
.tab-cart.tab3 .tab-btn:nth-child(2) {
  width: 34%;
}
.tab-cart.tab3 .tab-btn.active:nth-child(2)::after {
  left: 18px;
  width: calc(100% - 35px);
}
.tab-cart.tab1 .tab-btn {
  background: #fff url(/css/menupan_images/bg_tab_right.svg) right 0 no-repeat !important;
}
.tab-cart.tab1 .tab-btn::after {
  left: 0 !important;
  right: auto !important;
}
.tab-cart .tab-btn .txt-num {
  margin-left: 3px;
}
.tab-cart .tab-btn.active .txt-num {
  color: #fd0b3f;
}
.tab-list {
  overflow-x: scroll;
  padding: 20px;
  background: var(--bg-light);
  white-space: nowrap;
}
.tab-list li.tab-btn {
  outline: 0;
}
.tab-list li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  color: var(--text-secondary);
}
.tab-list li.active {
  color: #fd0b3f;
  font-weight: bold;
}
.tab-list li.active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -20px;
  background: #fd0b3f;
}
.acco-wrap .acco-tit {
  position: relative;
}
.acco-wrap .acco-btn {
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 50px;
  height: 100%;
  max-height: 50px;
  margin-top: -4px;
  background: url(/css/menupan_images/bg_acco_down.svg) 12px center no-repeat;
}
.acco-wrap .acco.active .acco-btn {
  background: url(/css/menupan_images/bg_acco_up.svg) 12px center no-repeat;
}
.acco-wrap .acco-pnl {
  display: none;
}
.acco-wrap .acco.active .acco-pnl {
    display: block;
}
.acco-wrap.type-box {
  border: 1px solid var(--border-color);
}
.acco-wrap.type-box .acco-tit {
  border: none;
}
.acco-wrap.type-box .acco-pnl {
  padding: 2px 15px 15px;
  background: var(--bg-light);
}
.acco-wrap.type-box .acco-pnl .box {
  padding: 15px;
  background: #fff;
}
.acco-base .acco-tit {
  padding: 14px 40px 13px 20px;
  background: var(--bg-light);
  font-size: 13px;
  font-weight: bold;
  color: var(--text-primary);
  border: 1px solid var(--border-color);
  border-radius: 3px;
}
.acco-base .acco-tit .lb-check {
  color: var(--text-primary);
  line-height: 1.36;
}
.acco-base .acco-tit .lb-check::before {
  top: 0;
}
.acco-base2 .acco {
  margin-bottom: 1px;
}
.acco-base2 .acco-tit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 53px 13px 20px;
  font-size: 16px;
  font-weight: bold;
  border-top: 10px solid var(--border-color);
}
.acco-base2 .acco-tit.no-btn {
  padding-right: 20px;
}
.acco-base2 .acco-tit .h2 {
  flex: 1 auto;
  line-height: 1;
}
.acco-base2 .acco-tit .name {
  font-size: 16px;
  color: var(--text-primary);
  font-weight: normal;
  line-height: 20px;
}
.acco-base2 .acco-tit .price {
  font-size: 13px;
  color: var(--text-tertiary);
  font-weight: normal;
}
.acco-base2 .acco-tit .price em {
  font-size: 16px;
  font-weight: bold;
}
.acco-base2 .acco-tit .account {
  font-size: 16px;
  color: var(--text-secondary);
  font-weight: normal;
  line-height: 20px;
}
.acco-base2 .acco-tit .account em {
  font-weight: bold;
}
.acco-base2 .acco-tit .txt-base {
  width: 100%;
  margin-top: 10px;
  font-weight: normal;
  letter-spacing: -0.5px;
}
.acco-base2 .acco.active .acco-tit .txt-base {
  display: none;
}
.acco-base2 .acco-pnl.type-pd {
  padding: 20px 20px 30px;
}
.acco-base2 .prd-wrap {
  margin: 10px 0 20px 20px;
}
.acco-base2 .prd-wrap ul {
  display: block;
}
.acco-base2 .acco-pnl {
  border-top: 1px solid var(--border-color);
}
.acco-delivery {
  margin-left: 20px;
}
.acco-delivery .acco {
  margin-top: 20px;
}
.acco-delivery .acco:first-child {
  margin-top: 0;
}
.acco-pnl .acco-delivery .acco:first-child {
  margin-top: 20px;
}
.acco-delivery .acco-tit {
  height: 52px;
  padding: 16px 130px 14px 0;
  border-bottom: 1px solid var(--text-primary);
  background: #fff;
}
.acco-pnl .acco-delivery .acco-tit {
  border-top: 0;
}
.acco-delivery .acco-tit strong {
  font-size: 16px;
  color: var(--text-primary);
  font-weight: bold;
}
.acco-delivery .acco-tit .btn-txt {
  position: absolute;
  top: 50%;
  right: 64px;
  height: 18px;
  margin-top: -9px;
}
.acco-delivery .acco-tit .btn-txt::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: -10px;
  width: 1px;
  height: 12px;
  background: var(--border-light);
}
.acco-delivery .acco-tit .btn-base-s {
  position: absolute;
  top: 20px;
  right: 20px;
}
.acco-delivery .acco-info .box-user {
  padding: 12px 15px;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-color);
}
.acco-delivery .box-user .tit strong {
  font-size: 13px;
  color: var(--link-color);
  font-weight: bold;
}
.acco-delivery .box-user .addr {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.38;
  color: var(--text-primary);
}
.acco-delivery .box-user .name {
  font-size: 13px;
  color: var(--text-tertiary);
}
.send-info {
  position: relative;
  padding: 15px;
  background: var(--bg-light);
}
.send-info button {
  position: absolute;
  top: 15px;
  right: 20px;
}
.send-info .modi dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.send-info .modi dl:first-child {
  margin-top: 20px;
}
.send-info .modi dt {
  position: relative;
  flex: 0 140px;
  height: 24px;
  line-height: 24px;
  padding-left: 8px;
  font-size: 11px;
  color: var(--text-secondary);
}
.send-info .modi dt::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background: var(--border-light);
  border-radius: 3px;
}
.send-info .modi dd {
  flex: 1 calc(100% - 140px);
}
.send-info .modi .inp-base {
  height: 24px;
  padding: 0 10px;
}
.send-info .modi .type-phone .slc-base {
  width: 59px;
  min-width: 59px;
  height: 24px;
  font-size: 13px;
  margin-right: 5px;
  padding: 2px 20px 0 10px;
  background-color: #fff;
  background-position: right 7px center;
}
.acco-delivery .box-check {
  padding: 15px;
  border-bottom: 1px solid var(--border-color);
}
.acco-delivery .box-check .lb-check {
  font-weight: bold;
  color: var(--text-primary);
  letter-spacing: -0.5px;
}
.acco-delivery .box-check .amount {
  display: flex;
  align-items: center;
}
.acco-delivery .box-check .price strong {
  display: block;
  font-size: 13px;
  color: var(--text-secondary);
  letter-spacing: -0.5px;
}
.acco-delivery .box-check .price strong b {
  color: #fd0b3f;
  font-weight: bold;
  vertical-align: baseline;
}
.acco-delivery .box-check .price span {
  font-size: 11px;
  color: var(--text-secondary);
  letter-spacing: -0.5px;
}
.acco-delivery .box-check .line::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background: var(--border-light);
}
.acco-delivery .list-cart {
  margin-left: 0;
  border-top: 0;
}
.acco-delivery .list-cart li {
  margin-left: 15px;
}
.acco-delivery .list-cart li:last-child {
  border-bottom: 1px solid var(--border-color);
}
.acco-delivery .txt-wrap {
  margin-right: 20px;
  padding: 6px 15px 7px;
}
.acco-delivery .request-wrap {
  margin-left: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.acco-delivery .prd-wrap {
  padding-bottom: 15px;
  margin: 20px 0 10px 0;
  border-bottom: 1px solid var(--border-color);
}
.acco-delivery .prd-wrap .h2 {
  padding-bottom: 10px;
  font-size: 13px;
  border: 0;
}
.acco-delivery .prd-wrap ul {
  display: none;
}
.acco-delivery .prd-wrap .btn-more {
  width: 14px;
  height: 7px;
  background: url(/css/menupan_images/bg_arrow_down.svg) right 0 no-repeat;
}
.acco-delivery .prd-wrap.open .btn-more {
  background: url(/css/menupan_images/bg_arrow_down.svg) right 0 no-repeat;
  transform: rotate(180deg);
}
.acco-chk {
  border-top: 10px solid var(--border-color);
}
.acco-chk .acco-tit {
  padding: 20px 40px 20px 20px;
}
.acco-chk .acco-tit .lb-check {
  color: var(--text-primary);
}
.acco-chk .acco-pnl {
  padding: 20px;
}
.acco-small{
  position: relative;
  margin: -10px auto 60px;
  padding: 10px 15px 10px;
  width: calc(100% - 40px);
  border-radius: 5px;
  background-color: #f6f6f6;
}
.acco-small::after{
  content: "";
  position: absolute;
    top: 15px;
    right: 15px;
  width: 11px;
  height: 5px;
  background: url("/css/menupan_images/btn_acco_small_fold_up.png") no-repeat;
  background-size: 100%;  
}
.acco-small.close::after{
  background: url("/css/menupan_images/btn_acco_small_fold_down.png") no-repeat;
  background-size: 100%;  
}
.acco-small .acco-small-tit{
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.33px;
  color: var(--text-tertiary);
}
.acco-small .acco-small-pnl{
  transition-duration: 0.5s;
  overflow-y: hidden;
  max-height: 400px;  
}
.acco-small.close .acco-small-pnl{
  max-height: 0;
}
.acco-small .acco-small-pnl ul li{
  position: relative;
  font-size: 13px;
  margin-top: 10px;
  padding-left: 10px;
  line-height: 18px;
  letter-spacing: -0.33px;
  color: var(--text-tertiary);
}
.acco-small .acco-small-pnl ul li:first-child{
  margin-top: 17px;
}
.acco-small .acco-small-pnl ul li:last-child{
  margin-bottom: 5px;
}
.acco-small .acco-small-pnl ul li::before{
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: var(--border-light);
}
.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.modal-wrap .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 201;
}
.ui-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 201;
  outline: 0;
}
.ui-modal.type-alert {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  min-width: 280px;
  max-width: 720px;
  width: calc(100% - 40px);
  height: auto;
  margin: 0 auto;
  padding: 0 20px 30px;
  border-radius: 3px;
  z-index: 1000;
}
.ui-modal:not(.type-alert){
    flex-direction: column;  
}
.ui-modal.type-alert .modal-cont {
  max-height: 400px;
}
.modal-head {
  border-bottom: 1px solid var(--border-color);
}
.modal-tit {
  position: relative;
  padding: 13px 60px;
}
.modal-tit .tit {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.modal-tit .btn-close {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
}
.ui-modal.type-alert .modal-head {
  border-bottom: 3px solid var(--text-primary);
}
.ui-modal.type-alert .modal-tit {
  padding: 20px 30px 20px 0;
}
.ui-modal.type-alert .modal-tit > h3 {
  font-size: 18px;
}
.ui-modal.type-alert .modal-tit .btn-close {
  top: 50%;
  right: 0px;
  margin-top: -12px;
}
.ui-modal.type-alert .txt-alert {
  margin: 20px auto;
  font-size: 16px;
  color: #3a3a3a;
  text-align: center;
}
.ui-modal.type-alert .txt-alert b {
  font-weight: bold;
}
.ui-modal.type-alert .box-alert {
  padding: 15px 20px;
  background: var(--bg-light);
  border: 1px solid var(--border-color);
}
.ui-modal.type-alert .h5 {
  font-weight: bold;
  color: #424242;
}
.modal-info {
  padding: 7px 20px;
  border-top: 1px solid var(--border-color);
  background: var(--bg-light);
  font-size: 13px;
  color: var(--text-secondary);
}
.modal-info::after {
  content: '';
  display: block;
  clear: both;
}
.modal-info > strong {
  float: left;
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 28px;
}
.modal-info > span {
  float: right;
  font-size: 13px;
  line-height: 28px;
}
.modal-info > span b {
  color: #fd0b3f;
  font-weight: bold;
  vertical-align: baseline;
}
.modal-cont {
  position: relative;
  height: 100%;
  overflow-y: auto;
}
.modal-cont .modal-pd {
  padding: 20px;
}
.modal-cont.type-pd {
  padding: 25px 20px;
}
.modal-cont.type-pd2 {
  padding: 10px 0 20px;
}
.ui-modal.type-alert .modal-bottom {
  margin: 0 -20px -30px;
  padding: 13px 20px;
  background: var(--border-color);
}
.modal-bottom.total .dl-style2 {
  margin-top: 0;
}
.modal-bottom.total .dl-style2 dt {
  color: var(--text-primary);
}
.modal-bottom.total .dl-style2 dd b {
  font-size: 18px;
  color: #fd0b3f;
}
.modal-bottom .btn-wrap {
  padding: 10px;
  background: var(--bg-light);
  border-top: 1px solid var(--border-light);
}
.modal-bottom .btn-wrap .check {
  padding: 15px 10px;
}
.modal-bottom .total-bottom {
  padding: 0 10px;
  margin-bottom: 10px;
}
.modal-bottom .total-bottom.type2 {
  padding-top: 7px;
  margin-bottom: 21px;
}
.modal-bottom .total-bottom dt {
  margin-top: 2px;
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
.modal-bottom .total-bottom dd {
  font-size: 18px;
  color: #000;
}
.modal-bottom .total-bottom dd b {
  color: #fd0b3f;
  font-weight: bold;
  vertical-align: baseline;
}
.modal-delivery .modal-cont {
  height: auto;
}
.modal-delivery .tit-wrap {
  margin-top: 15px;
  border-bottom: 1px solid var(--border-color);
}
.modal-delivery .modal-bottom .check {
  margin: 8px 0 15px;
  padding: 0;
}
.modal-delivery .delivery-list {
  overflow-y: auto;
}
.modal-pickup .btn-more i {
  position: relative;
  padding-right: 21px;
}
.modal-pickup .btn-more i::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  width: 13px;
  height: 7px;
  background: url(/css/menupan_images/bg_arrow_down.svg) no-repeat;
}
.modal-coupon .modal-bottom .result-wrap {
  border-top: 1px solid var(--border-light);
  background: var(--bg-light);
}
.modal-coupon .modal-bottom .btn-wrap {
  border-top: 0;
}
.layer-wrap .ly-dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.ui-layer {
  display: none;
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 100%;
  max-height: 80%;
  padding-top: 20px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  z-index: 101;
}
.ui-layer.ly-opt {
  background: var(--bg-light);
}
.btn-ly-close {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 11px;
  background: url(/css/menupan_images/btn_close_layer.svg) 0 0 no-repeat;
  border-radius: 4px;
}
.ui-layer .ly-tit {
  position: relative;
  padding: 17px 20px 17px 20px;
  border-bottom: 1px solid var(--border-color);
}
.ui-layer .ly-tit .tit {
  font-size: 18px;
  color: var(--text-primary);
  font-weight: bold;
}
.ui-layer .ly-tit .btn-close {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
}
.ui-layer .ly-cont {
  padding: 20px;
  overflow-y: auto;
}
.ui-layer .ly-bottom {
  padding: 6px 10px;
  background: var(--bg-light);
  border-top: 1px solid var(--border-light);
}
.ui-layer.ly-opt .lb-radio2 {
  background: #fff;
}
.ly-bottom .total-bottom {
  padding: 0 10px;
  margin-bottom: 10px;
}
.ly-bottom .total-bottom dt {
  margin-top: 8px;
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
.ly-bottom .total-bottom dd {
  font-size: 18px;
  color: #000;
}
.ly-discount .ly-cont {
  padding-top: 0;
}
.ly-discount .total-bottom dd b {
  font-size: 24px;
  color: #fd0b3f;
  font-weight: bold;
  vertical-align: baseline;
}
.ly-discount .price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  padding: 0 20px;
  border-bottom: 1px solid var(--border-color);
  background: var(--bg-light);
}
.ly-discount .price-wrap dt {
  flex: auto 50%;
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 18px;
}
.ly-discount .price-wrap dd {
  flex: auto 50%;
  font-size: 13px;
  color: var(--text-tertiary);
  line-height: 18px;
}
.ly-discount .price-wrap dd b {
  font-weight: bold;
  color: #fd0b3f;
}
.ly-discount .prd-list2 li {
  float: left;
  width: calc(33.33% - 1px);
  margin-left: 1px;
  margin-top: 20px;
}
.ly-discount .prd-list2 li img {
  display: block;
  width: 100%;
  border-radius: 3px;
}
.ly-discount .prd-list2 li .detail {
  height: 55px;
}
.ly-discount .prd-list2 li .flag-prd {
  margin: 10px 0 5px;
}
.ly-discount .prd-list2 li .price {
  display: block;
  font-size: 13px;
  color: var(--text-tertiary);
}
.ly-discount .prd-list2 li .price b {
  font-size: 16px;
  color: #fd0b3f;
  font-weight: bold;
  vertical-align: baseline;
}
.ly-opt .ly-cont {
  padding: 15px 20px 20px;
}
.ly-opt .lb-group {
  margin: 0 -5px;
}
.ly-opt input[type='radio']:checked + .lb-radio2 {
  background: #fd0b3f;
  color: #fff;
}
.sticky-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.sticky-bottom .btn-wrap {
  padding: 6px 10px;
  background: var(--bg-light);
  border-top: 1px solid var(--border-light);
}
.sticky-bottom .btn-wrap .check {
  padding: 10px 0;
}
.sticky-bottom .pay-price-preview{
  font-weight: normal;
}
.sticky-bottom .pay-price-preview span{
  line-height: 56px;
}
.sticky-cart .cart-tit {
  width: 100%;
  z-index: 3;
  background: #fff;
}
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  /*height: 100%;*/
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  margin: 10px 0;
  text-align: center;
}
.slick-dots > li {
  display: inline-block;
  margin: 0 5px;
  height: 6px;
}
.slick-dots button {
  width: 6px;
  height: 6px;
  border: 1px solid var(--border-light);
  border-radius: 6px;
  font-size: 0;
  color: transparent;
  line-height: 0;
}
.slick-dots .slick-active button {
  background: #fd0b3f;
  border: 0;
}
.box-agree {
  position: relative;
  padding: 15px;
  padding-right: 65px;
  border: 1px solid var(--border-color);
  background: #fff;
  border-radius: 3px;
}
.box-agree .lb-check {
  line-height: 1.3;
}
.box-agree .btn-txt2 {
  position: absolute;
  top: 23px;
  right: 15px;
  margin-top: -8px;
}
.cont-inner + .box-agree {
  padding: 23px 20px;
  border-top: 10px solid var(--border-color);
}
.cont-inner + .box-agree .btn-txt2 {
  top: 31px;
  right: 35px;
}
.agree-list li {
  margin-top: 10px;
  background: var(--bg-light);
  border-radius: 3px;
}
.agree-list li:first-child {
  margin-top: 0;
}
.agree-list li .box-agree {
  border: 0;
  background: none;
}
.agree-list .txt-s {
  padding: 0 15px 15px 42px;
}
.term-wrap {
  padding: 20px;
  border-top: 10px solid var(--border-color);
  border-bottom: 10px solid var(--border-color);
  background: var(--bg-light);
}
.term-wrap.bg-n {
  background: none;
}
.tit-wrap + .term-wrap {
  border-top: 0;
}
.agree-wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.agree-wrap p {
  line-height: 1.36;
  flex: 1 auto;
}
.agree-wrap .lb-check-s::before {
  top: 50%;
  margin-top: -7px;
}
.agree-wrap .btn-txt2,
.agree-wrap .btn-base-s {
  min-width: 60px;
  margin-left: 5px;
}
.custom-code-agree-wrap{
  display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.flag-wrap {
  font-size: 0;
}
.flag-wrap [class*='flag-'] {
  margin-right: 3px;
  margin-bottom: 1px;
}
.flag-prd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  height: 18px;  
  max-width: 49px;
  min-width: 32px;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: -0.25px;
  background-color: #ed1c24;
  color: #fff;
  border-radius: 20px;
  white-space: nowrap;
}
.flag-home {
  display: inline-block;
  width: 66px;
  height: 17px;
  line-height: 17px;
  font-size: 10px;
  font-weight: bold;
  color: var(--text-primary);
  background: #e3ecf5;
  border-radius: 2px;
  text-align: center;
  letter-spacing: -0.5px;
}
.flag-seller {
  position: relative;
  display: inline-block;
  height: 17px;
  margin-right: 3px;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.5px;
  color: #597893;
  font-weight: bold;
}
.flag-store {
  position: relative;
  display: inline-block;
  height: 17px;
  line-height: 17px;
  margin-right: 3px;
  padding-left: 18px;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #597893;
}
.flag-store::before {
  content: '';
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  top: 2px;
  left: 0;
  background: url(/css/menupan_images/ico_store.png) no-repeat center;
  background-size: contain;
}
.flag-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px !important;
  padding: 0 11px 0 6px;
  height: 18px;  
  min-width: 32px;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: -0.25px;
  background-color: #ed1c24;
  color: #fff;
  border-radius: 20px;
  white-space: nowrap;
}
.flag-btn::before {
  content: '';
  display: block;
  position: absolute;
  right: 6px;
  width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.flag-order {
  display: inline-block;
  margin-left: 5px;
  padding: 4px 5px;
  font-size: 11px;
  font-weight: bold;
  color: #597893;
  background: #e3ecf5;
  border-radius: 2px;
  letter-spacing: -0.5px;
}
.banner {
  padding: 0 20px;
}
.banner a {
  display: block;
  font-size: 0;
}
.banner img {
  width: 100%;
}
.tab-deilvery {
  width: 100%;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid var(--border-color);
}
.tab-deilvery::after {
  content: '';
  display: block;
  clear: both;
}
.tab-deilvery button {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  padding: 16px 0;
  font-size: 16px;
  color: var(--text-secondary);
}
.tab-deilvery button.on {
  color: #fd0b3f;
  font-weight: 600;
}
.tab-deilvery button.on::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fd0b3f;
}
.tab-deilvery-three {
  width: 100%;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid var(--border-color);
}
.tab-deilvery-three::after {
  content: '';
  display: block;
  clear: both;
}
.tab-deilvery-three button {
  display: block;
  position: relative;
  float: left;
  width: 33%;
  padding: 16px 0;
  font-size: 16px;
  color: var(--text-secondary);
}
.tab-deilvery-three button.on {
  color: #fd0b3f;
  font-weight: 600;
}
.tab-deilvery-three button.on::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fd0b3f;
}
.tab-deilvery-four {
  width: 100%;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid var(--border-color);
}
.tab-deilvery-four::after {
  content: '';
  display: block;
  clear: both;
}
.tab-deilvery-four button {
  display: block;
  position: relative;
  float: left;
  width: 25%;
  padding: 16px 0;
  font-size: 16px;
  color: var(--text-secondary);
}
.tab-deilvery-four button.on {
  color: #fd0b3f;
  font-weight: 600;
}
.tab-deilvery-four button.on::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fd0b3f;
}
.box-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
}
.box-delivery .addr {
  position: relative;
  flex: 1 auto;
}
.box-delivery .info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.box-delivery .info::after {
  content: '';
  display: block;
  clear: both;
}
.box-delivery .info > p {
  flex: 1 auto;
}
.box-delivery .info em {
  font-size: 16px;
  font-weight: bold;
  color: var(--text-primary);
}
.box-delivery .info b {
  margin-left: 10px;
  font-size: 13px;
  color: var(--link-color);
  font-weight: bold;
  letter-spacing: -0.5px;
}
.box-delivery .info .btn-wrap .btn-base-s {
  min-width: 70px;
  margin-left: 7px;
}
.box-delivery .addr > p {
  margin-top: 15px;
  color: var(--text-secondary);
  letter-spacing: -0.3px;
}
.box-delivery .addr > p .underline {
  vertical-align: baseline;
}
.box-delivery .addr.type-special .info {
  justify-content: flex-end;
}
.box-delivery .addr.type-special > p {
  margin-top: -20px;
}
.box-delivery .addr p.impossible {
  color: #c8c8c8;
}
.box-delivery .ly-addr {
  position: absolute;
  top: -3px;
  padding: 4px 10px;
  font-size: 13px;
  color: #fff;
  letter-spacing: -0.5px;
  background: #fd0b3f;
  border-radius: 3px;
}
.box-delivery .ly-addr::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #fd0b3f;
}
.box-delivery .btn-detail {
  width: 13px;
  height: 20px;
  margin-left: 20px;
  background: url(/css/menupan_images/btn_picker.svg) 50% 50% no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 0;
  border: 0;
}
.box-delivery .slc-picker {
  width: 13px;
  height: 20px;
  margin-left: 20px;
  background: url(/css/menupan_images/btn_picker.svg) 50% 50% no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: transparent;
  border: 0;
}
.box-delivery .btn-pickup {
  position: relative;
  margin-left: 15px;
  margin-top: 5px;
  font-size: 13px;
  color: var(--text-secondary);
  letter-spacing: -0.5px;
  border-bottom: 1px solid var(--text-secondary);
}
.box-delivery .btn-pickup::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: -15px;
  width: 10px;
  height: 13px;
  background: url(/css/menupan_images/ico_pickup.svg) 0 0 no-repeat;
}
.box-delivery .btn-pickup::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: url(/css/menupan_images/bg_arrow_down_s.svg) 0 40% no-repeat;
}
.box-delivery.plus {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-delivery.plus p {
  flex: 1 auto;
  color: var(--text-secondary);
}
.box-delivery.plus .btn-base-s {
  min-width: 70px;
}
.box-delivery .nonmbr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 15px;
  background: var(--bg-light);
  border-radius: 3px;
}
.box-delivery .nonmbr p {
  font-size: 13px;
  color: #597893;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.box-delivery.type2{
  background-color: var(--bg-light);
  padding: 16px 20px;
  align-items: unset;
}
.box-delivery.type2.h115{
  height: 115px;
}
.box-delivery.type2 .addr-one-line{
  position: relative;
  width: 100%;
}
.box-delivery.type2 .addr-one-line::before{
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  background: url(/css/menupan_images/ico_address.png) center no-repeat;
  background-size: 100%;
}
.box-delivery.type2 .addr-one-line p{
  padding-left: 23px;  
  width: 91vw;
  color: #666666;  
  font-size: 14px;
  letter-spacing: -0.54px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;  
}
.box-delivery.type2 .addr .info b{
  position: relative;
    padding-left: 19px;  
  font-size: 14px;
  color:var(--text-secondary);
}
.box-delivery.type2 .addr .info b::before{
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url(/css/menupan_images/ico_address.png) center no-repeat;
  background-size: 100%;  
}
.box-delivery.type2 .addr .info .btn-wrap button,
.box-delivery.type2 .addr select{
  background-color: #fff;
}
.box-delivery.type2 .addr p{
  overflow: hidden;
  max-height: 45px;
}
.box-delivery.type2 .addr .box-delivery-addr-section{
  display: flex;
  align-items: center;
  height: 100%;
}
.box-delivery.type2 .addr .box-delivery-addr-section p{
  word-break: break-all;
}
.box-delivery-time {
  padding: 0 0 15px 20px;
  line-height: 1.38;
  border-bottom: 0;
}
.box-delivery-time p{
  font-size: 14px;
  color: var(--text-secondary);
  letter-spacing: -0.5px;
}
.box-delivery-time p b{
  font-size: 14px;
  font-weight: bold;
  color: var(--text-primary);
  letter-spacing: -0.5px;
}
.cart-wrap {
  padding-bottom: 65px;
}
.cart-wrap .tab-chk {
  padding: 21px 20px 20px;
  font-size: 13px;
  background: #fff;
}
.cart-wrap .tab-chk .btn-txt {
  position: relative;
  padding-left: 10px;
  margin-left: 7px;
  letter-spacing: -0.5px;
  line-height: 1;
}
.cart-wrap .tab-chk .btn-txt.active {
    color: #fd0b3f;
  font-weight: bold;
}
.cart-wrap .tab-chk .btn-txt::before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 1px;
  height: 12px;
  background: var(--border-light);
}
.cart-wrap .tab-chk .btn-txt:first-child::before {
  display: none;
}
.cart-wrap.no-data {
  padding-bottom: 120px;
}
.cart-wrap.no-data .cart {
  padding: 50px 0 0;
  text-align: center;
}
.cart-wrap.no-data .cart p {
  font-size: 16px;
  color: var(--text-primary);
}
.cart-wrap.no-data .cart p::before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  background: url(/css/menupan_images/bg_nocart.svg) 0 0 no-repeat;
}
.cart-wrap.no-data .cart .btn-base {
  margin-top: 20px;
  width: 96px;
  font-size: 16px;
  border-color: var(--border-light);
}
.cart-wrap.no-data .cart .banner {
  margin-top: 60px;
}
.cart-wrap .cart {
  margin-top: 10px;
}
.cart-wrap .cart-tab-wrap + .cart {
  margin-top: 0;
}
.cart-tit .cart-chk {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 20px;
  background: #e3ecf5;
}
.cart-tit .t-detail {
  height: 70px;
}
.cart-tit .t-detail .normal-detail {
  padding: 8px 0 0 27px;
  font-size: 12px;
  color: var(--text-secondary);
  letter-spacing: -0.9px;
  line-height: 1;
}
.cart-tit .cart-chk .tit {
  flex: 1 auto;
}
.cart-tit .cart-chk .lb-check {
  font-size: 16px;
  color: var(--text-primary);
  font-weight: bold;
}
.cart-tit .cart-chk .lb-check span {
  line-height: 1;
}
.cart-tit .cart-chk .lb-check::before {
  top: 50%;
  margin-top: -9px;
}
.cart-tit .detail {
  padding: 6px 20px 8px;
  font-size: 11px;
  color: var(--text-secondary);
  letter-spacing: -0.05em;
}
.cart-tit .detail i {
  color: #fd0b3f;
  font-weight: bold;
}
.cart-tit .gauge {
  position: relative;
  top: -1px;
  width: 100%;
  height: 1px;
}
.cart-tit .gauge .bar {
  display: block;
  height: 1px;
  background: #fd0b3f;
}
.cart-tit .txt-delivery {
  position: relative;
  padding: 11px 0 11px 50px;
  background: #fff;
  font-size: 13px;
  border-bottom: 1px solid var(--border-color);
  letter-spacing: -0.5px;
}
.cart-tit .txt-delivery::before {
  top: 10px;
  left: 20px;
}
.delivery-detail02 {display: none;}
.txt-delivery.express {
  padding-left: 20px;
  font-size: 12px;
  letter-spacing: -1px;
}
.txt-delivery.express::before {
  display: none;
}
.cart-tit .pickup-detail,
.cart-tit .normal-detail {
  padding: 11px 20px;
  border-bottom: 1px solid var(--border-color);
}
.cart-tit .pickup-detail::after {
  content: '';
  display: block;
  clear: both;
}
.cart-tit .pickup-detail .btn-base-s {
  float: right;
}
.list-cart {
  margin-left: 20px;
}
.list-cart li {
  position: relative;
  padding: 20px 0 20px;
  margin-left: 26px;
  border-top: 1px solid var(--border-color);
}
.list-cart.no-chk li {
  margin-left: 0;
}
.list-cart li::after {
  content: '';
  display: block;
  clear: both;
}
.list-cart li:first-child {
  border-top: 0;
}
.list-cart li .prd-chk {
  position: absolute;
  top: 47px;
  left: -26px;
}
.list-cart li .prd-chk .lb-check {
  width: 18px;
  height: 18px;
  padding: 0;
}
.list-cart li .prd-thumb {
  float: left;
  width: 72px;
}
.list-cart li .prd-thumb .img {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 3px;
}
.list-cart li .prd-thumb .img a {
  display: block;
}
.list-cart li .prd-thumb .img img {
  width: 72px;
  height: 72px;
  border-radius: 3px;
}
.list-cart li .prd-thumb .flag-pick {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 0 2px;
  font-size: 9px;
  color: #fff;
  border-radius: 3px 0 3px 0;
  background: #597893;
  letter-spacing: -0.3px;
}
.list-cart li .prd-info {
  float: left;
  width: calc(100% - 107px);
  margin: 0 20px 0 15px;
}
.list-cart li .prd-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px 5px 15px;
  background: var(--bg-light);
  border-radius: 3px;
}
.list-cart li .prd-keep {
  margin-top: 15px;
  text-align: center;
}
.list-cart li .btn-keep {
  position: relative;
  display: inline-block;
  min-height: 15px;
  padding-right: 11px;
  font-size: 11px;
  color: var(--text-tertiary);
  text-decoration: underline;
}
.list-cart li .btn-keep.on {
  color: var(--text-primary);
  font-weight: bold;
}
.list-cart li .btn-keep::before {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: url(/css/menupan_images/ico_check.svg) 0 0 no-repeat;
}
.list-cart li .btn-keep.on::before {
  background: url(/css/menupan_images/ico_check_on.svg) 0 0 no-repeat;
}
.list-cart .grouping {
  border-top: 2px dashed var(--border-light);
}
.list-cart .flag-wrap {
  position: relative;
  min-height: 18px;
  padding-right: 60px;
  line-height: 1;
}
.list-cart .flag-wrap > b {
  vertical-align: top;
}
.list-cart .prd-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.list-cart .prd-btn [class*='btn-ico-'] {
  margin-left: 15px;
}
.list-cart .prd-info .prd-name {
  margin-top: 5px;
  height: 37px;
}
.list-cart .prd-info .prd-name a {
  font-size: 13px;
  color: var(--text-primary);
  line-height: 1.38;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-cart .prd-info .prd-dum {
  position: relative;
  overflow: hidden;
  display: inline-block;
    max-width: 100%;
  height: 20px;
  margin-top: 10px;
  padding: 0 10px 0 23px;
  font-size: 13px;
  line-height: 20px;
  color: var(--text-primary);
  letter-spacing: -1px;
  background: #e3ecf5;
  border-radius: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-cart .prd-info .prd-dum::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: url(/css/menupan_images/ico_dum@2x.png) no-repeat;
  background-size: 16px;
}
.list-cart .prd-info .prd-date {
  margin: 4px 0 0 0;
}
.list-cart .prd-info .prd-date p {
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.17px;
  text-align: left;
  color: var(--text-tertiary);
}
.list-cart .prd-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: flex-end;
    margin-top: 10px;
}
.list-cart .prd-price .price {
  flex: 1 0 auto;
  text-align: left;
}
.list-cart .prd-price .price span {
  display: block;
  font-size: 11px;
  color: var(--text-tertiary);
  text-decoration: line-through;
}
.list-cart .prd-price .price strong {
  font-size: 13px;
  color: #000;
  line-height: 1;
  vertical-align: baseline;
}
.list-cart .prd-price .price strong b {
  font-size: 18px;
  font-weight: bold;
  vertical-align: baseline;
}
.list-cart .prd-price .price .btn-ico-plus2 {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.price .prd-loading{
  display:inline-block !important;
  width:10px;
  height:10px;
  background:url(/css/menupan_images/img_loading_s.gif) no-repeat center;
  background-size:contain;
  vertical-align: baseline;
}
.list-cart .prd-price .inp-counter {
  float: right;
  text-align: right;
}
.list-cart .prd-price .inp-counter em {font-weight: bold;}
.list-cart .prd-price .amount span {vertical-align: baseline;}
.list-cart .prd-detail {
  clear: both;
  padding: 10px 20px 0 0;
}
.list-cart .box-opt {
  position: relative;
  padding: 10px 10px 10px 15px;
  margin-top: 10px;
  background: var(--bg-light);
  border-radius: 3px;
  font-size: 13px;
  color: var(--text-secondary);
}
.list-cart .box-opt .opt-name {
  padding-right: 35px;
  font-size: 13px;
  color: var(--text-primary);
  line-height: 1.23;
}
.list-cart .box-opt .opt-name p + p {
  margin-top: 5px;
}
.list-cart .box-opt .opt-detail {
  margin-top: 10px;
}
.list-cart .box-opt .opt-detail::after {
  content: '';
  display: block;
  clear: both;
}
.list-cart .box-opt .opt-detail .btn-txt2 {
  float: left;
  margin-top: 5px;
}
.list-cart .box-opt .opt-detail .inp-counter {
  float: right;
}
.list-cart .box-opt .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 11px;
  background-size: 100%;
}
.list-cart .box-evt {
  position: relative;
  padding: 6px 15px;
  margin-top: 10px;
  border: 1px solid var(--border-light);
  border-radius: 3px;
}
.list-cart .box-evt::after {
  content: '';
  display: block;
  clear: both;
}
.list-cart .box-evt em {
  position: relative;
  display: block;
  width: 80%;
  margin-right: 5px;
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  color: #fd0b3f;
}
.list-cart .box-evt p {
  color: var(--text-secondary);
  line-height: 26px;
  letter-spacing: -0.5px;
}
.list-cart .box-evt .btn-evt {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 13px;
  color: var(--text-primary);
  font-weight: bold;
  text-decoration: underline;
}
.list-cart .box-evt.on em {
  padding-left: 21px;
  color: var(--text-primary);
}
.list-cart .box-evt.on em::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(/css/menupan_images/ico_check_w.png) no-repeat center #95b2cc;
  border-radius: 10px;
}
.list-cart .prd-noti {
  position: relative;
  margin-top: 10px;
  padding-left: 26px;
  font-size: 13px;
  color: var(--text-secondary);
  letter-spacing: -0.5px;
}
.list-cart .prd-noti::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/css/menupan_images/ico_event_before.svg) 0 0 no-repeat;
}
.list-cart .prd-noti span {
  color: #fd0b3f;
}
.list-cart [class*='box-'] + .prd-noti {
  margin-top: 20px;
}
.list-cart .prd-slc {
  margin-top: 10px;
}
.list-cart .prd-slc .slc-base {
  height: 30px;
  color: var(--text-tertiary);
}
.list-cart.soldout {
  margin: 20px 0 10px 20px;
  border-top: 0;
}
.list-cart.soldout .lb-check::before {
  background: url(/css/menupan_images/bg_check_off.svg) 0 0 no-repeat;
}
.list-cart.soldout .prd-thumb .img {
  display: block;
  opacity: 0.2;
}
.list-cart.soldout .prd-thumb .prd-state {
  margin-top: 15px;
  font-size: 13px;
  color: var(--text-primary);
  font-weight: bold;
  text-align: center;
}
.list-cart.soldout .prd-name {
  color: var(--text-tertiary);
}
.list-cart.soldout .prd-replace {
  margin-top: 15px;
  text-align: right;
}
.list-cart.soldout .prd-replace .btn-base {
  width: 92px;
  height: 30px;
  line-height: 28px;
  font-size: 11px;
  border: 1px solid var(--text-primary);
}
.list-cart.only {
  border-top: 0;
  margin: 0;
}
.list-cart.only li {
  padding: 0;
  margin: 0;
}
.list-cart.only .prd-info {
  width: calc(100% - 92px);
  margin-right: 0;
}
.list-cart.only .amount em {
  font-weight: bold;
  color: var(--text-primary);
}
.order-wrap .list-cart.only {
  margin-bottom: 20px;
}
.cart .box-total {
  padding: 15px;
  margin-left: 20px;
  border: 1px solid var(--border-color);
  background: var(--bg-light);
}
.cart .box-total p {
  font-size: 11px;
  color: var(--text-secondary);
}
.cart .box-total p b {
  font-weight: bold;
}
.cart .box-total p i {
  color: var(--text-primary);
}
.cart .box-total .total {
  margin-top: 10px;
}
.cart .box-total .btn-txt {
  margin-top: 5px;
  font-size: 11px;
  text-decoration: underline;
}
.cart .box-total .price {
  font-size: 13px;
  color: var(--text-primary);
  text-align: right;
}
.cart .box-total .price b {
  font-size: 18px;
  color: #fd0b3f;
  font-weight: bold;
  vertical-align: baseline;
}
.cart .box-total .sub-text.express {
  font-size: 11px;
  color: var(--text-secondary);
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid var(--border-color);
}
.pay-wrap {
  margin-top: 60px;
}
.pay-wrap .acco-pay {
  border-top: 10px solid var(--border-color);
}
@media screen and (min-width: 487px) {
  .pay-wrap .nowrap + br{
    display: none;
  }
}
.acco-pay .acco-tit {
  padding: 20px 20px 30px;
}
.acco-pay .acco-btn {
  top: 0;
  margin-top: 0;
}
.acco-pay .acco-tit .h2 {
  color: #000;
}
.acco-pay .acco-tit p {
  margin-top: 10px;
  font-size: 13px;
  color: var(--text-secondary);
}
.acco-pay .acco-tit p b {
  font-weight: bold;
}
.acco-pay .acco-tit .total {
  text-align: right;
  font-size: 18px;
  color: #000;
}
.acco-pay .acco-tit .total b {
  font-size: 24px;
  color: #fd0b3f;
  font-weight: bold;
}
.order_price_wrap .total {
  text-align: right;
  font-size: 18px;
  color: #000;
}
.order_price_wrap .total b {
  font-size: 24px;
  color: #fd0b3f;
  font-weight: bold;
}
.acco-pay .tooltip-for-newbie{
  position: relative;
  padding: 10px;
  margin: 12px 0 10px;
  width: 100%;
  text-align: center;
  border-radius: 13px;
  background-color: #f4f4f4;
}
.acco-pay .tooltip-for-newbie::before{
  content: "";
  position: absolute;
  top: -8px;
  right: 29px;
  display: block;
  width: 16px;
  height: 8px;
  background: url(/css/menupan_images/bg_tooltip_for_newbie_arrow.png) 0 0 no-repeat;
  background-size: 100%;
}
.acco-pay .tooltip-for-newbie p{
  display: inline-block;
    width: auto;
    text-align: left;
  margin-top: 0;
  font-size: 11px;
  color: var(--text-primary);  
  line-height: 16px;
  letter-spacing: -0.17px;
}
.pay-wrap .item-price::after {
  content: '';
  display: block;
  clear: both;
}
.pay-wrap .item-price dt {
  float: left;
  font-size: 13px;
}
.pay-wrap .item-price dd {
  float: right;
  font-size: 13px;
}
.pay-txt {
  padding: 15px 20px;
  font-size: 11px;
  color: var(--text-secondary);
  background: var(--bg-light);
  line-height: 1.36;
}
.pay-info {
  margin: 0 10px 30px;
  padding: 20px;
  background: var(--bg-light);
  border-radius: 3px;
}
.pay-info .item-price {
  margin: 15px 0 0 0;
  line-height: 1;
}
.pay-info > .item-price dt {
  font-size: 13px;
  font-weight: bold;
}
.pay-info > .item-price dt em {
  font-weight: 400;
}
.pay-info .item-price dd {
  font-size: 13px;
  color: #000;
}
.pay-info > .item-price dd b {
  font-size: 13px;
  color: var(--text-primary);
  font-weight: bold;
  line-height: 1;
}
.pay-info .item-price.point {
  margin-top: 0;
  color: #000;
}
.pay-info .item-price.point dt {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.pay-info .item-price.point dd {
  font-size: 16px;
  line-height: 1;
}
.pay-info .inner-box {
  padding: 5px 0 15px;
  margin-top: 15px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.pay-info .inner-box .item-price {
  margin-top: 10px;
}
.pay-info .inner-box .item-price dt {
  position: relative;
  padding-left: 5px;
  color: var(--text-secondary);
  line-height: 1;
}
.pay-info .box-discount dd b {
  font-weight: bold;
}
.pay-info .multp-cont {
  margin-top: 15px;
  border-top: 1px solid var(--border-color);
}
ul.info-box.express {
  padding: 15px 20px;
  background: var(--bg-light);
}
ul.info-box.express li {
  font-size: 11px;
  color: var(--text-secondary);
  line-height: 18px;
  letter-spacing: -0.75px;
}
.pay-info .inner-box .item-price dd {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1;
}
.total-wrap {
  width: 100%;
  min-height: 60px;
  padding: 7px 120px 12px 15px;
  background: #fd0b3f;
  color: #fff;
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.1);
}
.total-wrap.disabled {
  background: #c9c9c9;
}
.total-wrap.no-data {
  background: #c8c8c8;
  color: #fff;
}
.total-wrap .info {
  font-size: 12px;
  letter-spacing: -0.7px;
  color: rgba(255, 255, 255, 0.8);
}
.total-wrap .info p {
  display: inline-block;
  margin-top: 5px;
}
.total-wrap .info b {
  font-weight: bold;
}
.total-wrap .info .total {
  margin-top: 5px;
}
.total-wrap .info .total b {
  margin-right: 3px;
  font-size: 18px;
  line-height: 1;
  vertical-align: baseline;
  color: #fff;
}
.total-wrap .btn {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  word-break: keep-all;
}
.plus-wrap {
  padding: 0 20px 30px;
}
.plus-wrap::before {
  content: '';
  display: block;
  width: 112%;
  height: 15px;
  margin-left: -20px;
  background: var(--border-color);
}
.plus-wrap .noti {
  margin: 20px 0;
}
.plus-wrap .lb-radio {
  position: static;
  display: block;
  padding: 15px 15px 15px 48px;
}
.plus-wrap .lb-radio::before {
  top: 24px;
  left: 15px;
}
.plus-wrap label.odr-new {
  padding: 18px 18px 18px 48px;
}
.plus-wrap label.odr-new::before {
  top: 16px;
}
.plus-wrap > ul {
  margin: 10px 0;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background: var(--bg-light);
}
.plus-wrap > ul > li {
  position: relative;
  border-radius: 3px;
  border-top: 1px solid var(--border-color);
}
.plus-wrap > ul > li:first-child {
  border-top: 0;
}
.plus-wrap li::after {
  content: '';
  display: block;
  clear: both;
}
.plus-wrap li input:checked + .lb-radio,
.plus-wrap li input:checked ~ .detail {
  background: #fff;
}
.plus-wrap li input:checked + .lb-radio::after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--text-primary);
  border-radius: 3px;
  z-index: 1;
}
.plus-wrap li .type em {
  font-size: 13px;
  font-weight: bold;
  color: var(--text-primary);
}
.plus-wrap li .date {
  float: right;
  font-size: 13px;
  color: var(--text-tertiary);
}
.plus-wrap li .addr {
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  color: var(--text-secondary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.5px;
}
.plus-wrap li .addr b {
  margin-right: 5px;
  color: var(--link-color);
  font-weight: bold;
  vertical-align: baseline;
}
.plus-wrap .detail {
  padding: 0 15px 15px 48px;
}
.plus-wrap .detail::before {
  content: '';
  display: block;
  width: 112%;
  height: 1px;
  margin-bottom: 9px;
  margin-left: -32px;
  background: var(--border-color);
}
.plus-wrap .detail p {
  color: #fd0b3f;
}
.plus-wrap .bul-list li {
  margin-top: 4px;
  color: var(--text-secondary);
}
.plus-wrap .bul-list li:first-child {
  margin-top: 10px;
}
.plus-wrap .bul-list li::before {
  width: 2px;
  height: 2px;
  background: var(--text-tertiary);
}
.prd-list {
  margin-top: 15px;
}
.prd-list li {
  padding: 20px 20px 15px 0;
  margin-left: 20px;
  border-bottom: 1px solid var(--border-color);
}
.prd-list li::after {
  content: '';
  display: block;
  clear: both;
}
.prd-list .thumb {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 15px;
}
.prd-list .thumb img {
  width: 90px;
  height: 90px;
  border-radius: 9px;
}
.prd-list .detail {
  position: relative;
  float: left;
  width: calc(100% - 105px);
}
.prd-list .detail-no-image {
  position: relative;
}
.prd-list .info {
  padding-right: 55px;
}
.prd-list .info .name {
  width: 100%;
  margin-top: 8px;
  height: 35px;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: -0.5px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.prd-list .info2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 10px;
}
.prd-list .info2 .price {
  flex: 1 0 auto;
}
.prd-list .info2 .price span {
  display: block;
  font-size: 11px;
  color: var(--text-tertiary);
  text-decoration: line-through;
}
.prd-list .info2 .price strong {
  font-size: 12px;
  color: #000;
  letter-spacing: -0.5px;
  line-height: 1;
  vertical-align: middle;
}
.prd-list .info2 .price strong b {
  font-size: 18px;
  font-weight: bold;
  vertical-align: baseline;
}
.prd-list .btn-cart {
  position: absolute;
  top: 0;
  right: 0;
}
.prd-list .btn-ico-delete {
  position: absolute;
  top: 0;
  right: 0;
}
.prd-list .prd-slc {
  margin-top: 10px;
}
.prd-list .prd-slc .slc-base {
  height: 30px;
}
.no-item {
  display: flex;
  align-items: center;
  height: 100%;
}
.no-item p {
  width: 100%;
  font-size: 16px;
  color: var(--text-primary);
  text-align: center;
}
.no-item p::before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  background: url('/css/menupan_images/bg_nocart.svg') 0 50% no-repeat;
  background-size: 80px;
}
.base-delivery {
  position: relative;
  padding: 20px;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-color);
}
.base-delivery.no-data {
  padding: 30px 0;
  text-align: center;
}
.base-delivery.no-data p {
  display: block;
  width: 100%;
  font-size: 16px;
  color: var(--text-tertiary);
  line-height: 1.25;
}
.base-delivery [class*='lb-'] {
  position: relative;
  display: block;
}
.base-delivery [class*='lb-']::before {
  top: 50%;
  margin-top: -9px;
}
.base-delivery [class*='lb-'] > span {
  display: block;
}
.base-delivery [class*='lb-'] .tit {
  position: relative;
}
.base-delivery [class*='lb-'] .tit em {
  font-size: 16px;
  font-weight: bold;
  color: var(--text-primary);
}
.base-delivery [class*='lb-'] .tit i {
  margin-left: 5px;
  font-size: 13px;
  color: #fd0b3f;
  vertical-align: baseline;
}
.base-delivery [class*='lb-'] .addr {
  margin: 10px 0;
  font-size: 13px;
  color: var(--text-primary);
  line-height: 1.38;
}
.base-delivery [class*='lb-'] .name {
  font-size: 13px;
  color: var(--text-tertiary);
}
.delivery-list li {
  padding-left: 20px;
}
.delivery-list .base-delivery {
  padding-left: 0;
  background: #fff;
}
.delivery-list .base-delivery .tit {
  padding-right: 70px;
}
.delivery-list .base-delivery .tit em {
  color: var(--link-color);
}
.delivery-list .base-delivery .btn-wrap {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 1;
}
.delivery-list .base-delivery .btn-wrap .btn-txt {
  position: relative;
  margin: 0 8px;
  color: var(--text-tertiary);
}
.delivery-list .base-delivery .btn-wrap .btn-txt::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: -10px;
  width: 1px;
  height: 13px;
  background: var(--border-light);
}
.delivery-list .base-delivery .btn-wrap .btn-txt:first-child::before {
  display: none;
}
.delivery-list .non-addr {
  padding: 55px 0;
  color: var(--text-tertiary);
  text-align: center;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-color);
}
.prd-wrap {
  position: relative;
  margin: 25px 0 30px 20px;
}
.prd-wrap.type2 {
  margin: 18px 0 3px 20px;
}
.prd-wrap.open.type2,
.prd-wrap.open.type3 {
  margin-bottom: 20px;
}
.prd-wrap.type3 {
  border-top: 10px solid var(--border-color);
    margin-left: 0;
    margin-bottom: 3px;
    padding: 18px 0 0 18px;
}
.prd-wrap.type3 button{
  top: 25px;
}
.prd-wrap .h2 {
  padding-bottom: 15px;
}
.prd-wrap ul {
  display: none;
  padding-right: 10px;
}
.prd-wrap ul::after {
  content: '';
  display: block;
  clear: both;
}
.prd-wrap li {
  float: left;
  width: calc(20% - 10px);
  margin-right: 10px;
  margin-top: 17px;
}
.prd-wrap li img {
  width: 100%;
  border-radius: 3px;
}
.prd-wrap .btn-more {
  position: absolute;
  top: 7px;
  right: 20px;
  display: block;
  width: 18px;
  height: 10px;
  background: url(/css/menupan_images/bg_acco_down.svg) 0 0 no-repeat;
}
.prd-wrap.open .btn-more {
  background: url(/css/menupan_images/bg_acco_up.svg) 0 0 no-repeat;
}
.prd-wrap .btn-base {
  margin-top: 20px;
  width: calc(100% - 20px);
}
.replace-wrap {
  margin-top: 20px;
}
.replace-wrap .lb-group {
  padding: 0 20px;
  margin-left: -10px;
}
.replace-wrap .lb-group .lb-radio2 {
  width: calc(33.3% - 10px);
  margin: 0 0 0 10px;
}
.replace-wrap ~ .pay-wrap {
  margin-top: 20px;
}
.replace-list {
  margin-left: 20px;
}
.replace-list li {
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid var(--border-color);
  font-size: 13px;
  line-height: 1.38;
  color: var(--text-primary);
  letter-spacing: -0.5px;
}
.replace-list li p {
  width: 100%;
}
.replace-list li.no-replace p {
  color: var(--text-tertiary);
}
.replace-list li .state {
  min-width: 88px;
  margin-left: 30px;
  text-align: right;
  font-size: 13px;
  color: var(--text-tertiary);
  font-weight: bold;
}
.acco-pay .acco-tit2 {
  padding-bottom: 18px;
}
.cardPriceArea {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  padding: 14px 20px 0 0;
  border-top: solid 1px var(--border-color);
}
.cardPriceArea .cardInfo .h2 {
  font-size: 16px;
  color: #000;
  text-align: left;
  line-height: 16px;
  letter-spacing: normal;
}
.cardPriceArea .cardInfo p {
  margin-top: 8px;
  color: var(--text-secondary);
}
.cardPriceArea .cardPrice {
  font-size: 15px;
  color: var(--text-primary);
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
}
.cardPriceArea .cardPrice strong {
  font-size: 13px;
  color: #000;
  vertical-align: middle;
}
.cardPriceArea .cardPrice i{
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cardTxtInfo {
  position: relative;
  margin: 15px 20px 20px 20px;
  padding-left: 7px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: var(--text-tertiary);
}
.cardTxtInfo::after {
  position: absolute;
  top: 5px;
  left:0;
  width: 3px;
  height: 3px;
  background:var(--border-light);
  content: '';
} 
.sticky-bottom2 button {
  font-size: 20px;
  line-height: normal;
}
.sticky-bottom2 .pay-price-preview,
.sticky-bottom2 .pay-price-preview span,
.sticky-bottom2 [class*='btn-base'] i {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.smallTxt {
  display: block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  line-height: 20px;
}
.sticky-bottom2 .smallTxt span {
  vertical-align: baseline;
}
.order-user {
  padding: 20px;
}
.user-info {
  display: flex;
  flex-wrap: wrap;
}
.user-info .name {
  flex: 1 auto;
  font-size: 13px;
}
.user-info .name p {
  margin-top: 5px;
}
.user-info .name p:first-child {
  margin-top: 0;
}
.user-info .name em {
  font-weight: bold;
}
.order-user .txt-wrap {
  margin-top: 15px;
  padding: 8px 10px;
  border-bottom: 0;
  border-radius: 3px;
}
.order-wrap {
  margin-bottom:20px;
  padding: 20px 20px 0;
}
.order-wrap p.express {
  font-size: 11px;
  color: var(--text-tertiary);
  padding-top: 15px;
  letter-spacing: -0.75px;
}
.acco-wrap p.info-express {
  font-size: 11px;
  color: var(--text-tertiary);
  padding: 20px;
  letter-spacing: -0.75px;
  border-top: 1px solid var(--border-color);
}
.order-wrap2 {
  padding: 5px 0 10px 20px;
}
.order-wrap3 {
  padding: 3px 20px 20px;
}
.order-wrap.pickup {
  padding: 20px 20px 0 0;
  margin: 20px 0 20px 20px;
  border-top: 1px solid var(--border-color);
}
.order-wrap.pickup .info span {
  margin-left: 0;
  font-size: 13px;
  font-weight: bold;
  color: var(--text-primary);
}
.user-base {
  position: relative;
  font-size: 13px;
}
.user-base .info {
  padding-right: 80px;
}
.user-base .info strong {
  margin-right: 5px;
  color: var(--link-color);
  font-weight: bold;
  vertical-align: middle;
}
.user-base .info span {
  display: inline-block;
  margin-left: 3px;
  color: var(--text-tertiary);
  line-height: 16px;
  vertical-align: middle;
}
.user-base p {
  color: var(--text-primary);
  letter-spacing: -0.5px;
}
.user-base .btn-base-s,
.user-base [class*='btn-txt'] {
  position: absolute;
  top: 0;
  right: 0;
}
.order-wrap .txt-wrap {
  padding: 8px 10px;
  border-bottom: 0;
  border-radius: 3px;
}
.request-wrap {
  padding: 20px 20px 20px 0;
  margin: 20px 0 0 20px;
  border-top: 1px solid var(--border-color);
}
.request-wrap + .request-sub-wrap{
  padding: 0 20px 20px 0;
  margin: -20px 0 0 20px;
}
.request-sub-wrap.type2{
  padding: 0 20px 20px 0;
  margin: 0 0 0 20px;
  border-top: 1px solid var(--border-color);
}
.request-sub-wrap .radio-box-h label:not(:last-of-type){
  margin-right: 68px;  
}
@media screen and (max-width: 350px) {
  .request-sub-wrap .radio-box-h label:not(:last-of-type){
    margin-right: 41px;
  }  
}
.request-wrap p.express,
.request-sub-wrap p.express {
  font-size: 11px;
  color: var(--text-tertiary);
  letter-spacing: -0.75px;
}
.request-wrap .btn-request {
  position: relative;
  width: 100%;
  padding: 11px 30px 11px 15px;
  border: 1px solid var(--border-light);
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  border-radius: 2px;
}
.request-wrap .btn-request::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 13px;
  height: 7px;
  transform: rotate(-90deg);
  background: url(/css/menupan_images/bg_arrow_down.svg) no-repeat 0 0;
}
.request-wrap .request-box,
.request-sub-wrap .request-box{
  padding: 15px;
  margin-top: 10px;
  background: var(--bg-light);
  border-radius: 3px;
}
.request-sub-wrap.type2 .request-box{
  margin-top: 20px;
}
.request-wrap .request-box .dl-style:first-child {
  margin-top: 0;
}
.request-wrap .request-box .dl-style dd {
  margin-top: 10px;
}
.request-wrap .request-item {
  position: relative;
  margin-top: 15px;
  font-size: 13px;
}
.request-wrap .request-item:first-child {
  margin-top:0;
}
.request-wrap .request-box.request-mod .request-item{
  margin-top:0;
}
.request-wrap .request-item .request-tit,
.request-sub-wrap .request-tit{
  color: var(--text-primary);
  font-weight: bold;
}
.request-wrap .request-item.custom-code .request-tit{
  display: inline-block;
}
.request-wrap .request-item .request-tit .btn-ico-info{
  margin-top:-1px;
}
.request-wrap .request-item .request-desc{
  margin-top: 5px;
  color: var(--text-secondary);
  line-height: 1.38;
}
.request-wrap .request-item .request-modify{
  position: absolute;
    right: 0;
    top: 0;
  font-size: 11px;
  line-height: 1;
  color: var(--link-color);
    text-decoration: underline;  
}
.request-wrap .request-item .check-con{
  position: absolute;
    top: 0;
}
.request-wrap .request-item .check-con.reverse{
  right: 0;
}
.box-base {
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid var(--border-light);
}
.box-base strong {
  margin-right: 5px;
  color: var(--link-color);
  font-weight: bold;
}
.box-base span {
  color: var(--text-tertiary);
}
.box-base p {
  color: var(--text-primary);
  letter-spacing: -0.5px;
}
.box-base2 {
  padding: 9px 15px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background: var(--bg-light);
}
.box-base2 dl {
  margin: 10px 0;
  display: flex;
}
.box-base2 dl:first-child {
  margin: 0;
}
.box-base2 dl:last-child {
  margin-bottom: 5px;
}
.box-base2 dl::after {
  content: '';
  display: block;
  clear: both;
}
.box-base2 dl dt {
  width: 50%;
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 21px;
}
.box-base2 dl dd {
  width: 50%;
  font-size: 13px;
  color: var(--text-tertiary);
  text-align: right;
}
.box-base2 dl dd b {
  font-size: 16px;
  color: var(--text-primary);
  font-weight: bold;
  vertical-align: baseline;
}
.box-base2 .inp-base {
  height: 30px;
}
.box-base2 .inp-price .txt {
  top: 8px;
}
.box-term {
  padding: 15px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background: var(--bg-light);
}
.box-term li {
  margin-top: 15px;
}
.box-term li:first-child {
  margin-top: 0;
}
.box-term li::after {
  content: '';
  display: block;
  clear: both;
}
.box-term li > span {
  float: left;
}
.box-term li .btn-txt2 {
  float: right;
}
.order-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px 15px 0;
  border-top: 1px solid var(--border-color);
}
.order-item:first-child,
.order-item.no_top_line{
  border-top: 0;
}
.order-item dt {
  font-size: 13px;
  color: var(--text-secondary);
}
.order-item dt span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: var(--text-tertiary);
}
.order-item dt span em.on {
  color: var(--link-color);
}
.order-item dt .lb-check-s {
  font-size: 13px;
}
.order-item dt .lb-check-s::before {
  top: 3px;
}
.order-item dd {
  flex: 1 0;
  text-align: right;
}
.order-item dd .price {
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  color: var(--text-tertiary);
  line-height: 1;
  vertical-align: middle;
}
.order-item dd .price b {
  font-size: 16px;
  color: var(--text-primary);
  font-weight: bold;
  vertical-align: baseline;
}
.order-item dd .price.on b {
  color: #fd0b3f;
}
.order-item dd .btn-base {
  width: 69px;
  height: 24px;
  margin-left: 6px;
  line-height: 22px;
  font-size: 11px;
}
.order-item dd .inp-point {
  max-width: 117px;
}
.order-item dd .txt-s {
  margin-top: 5px;
}
.order-item dd .txt-err {
  text-align: left;
}
.order-item .order-item-inner {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 15px 15px;
  margin-top: 10px;
  text-align: left;
  background: var(--bg-light);
  border-radius: 3px;
}
.order-item-inner .order-item {
  padding-right: 0;
}
.order-item-inner .order-item dt {
  min-width: 100px;
}
.order-item-inner .order-item dd .inp-base {
  display: inline-block;
  width: calc(100% - 68px);
  max-width: 117px;
  height: 24px;
  padding: 0 10px;
  font-size: 11px;
  text-align: left;
}
.order-item-inner .order-item dd .btn-base {
  width: 54px;
}
.order-item-inner .order-item dd .txt-err {
  margin-left: 5px;
}
.order-wrap .lb-group {
  margin-left: -10px;
  margin-bottom: 10px;
}
.order-wrap .lb-group .lb-radio2 {
  width: calc(33.3% - 10px);
  height: 40px;
  margin: 0 0 10px 10px;
  padding: 13px 0;
  color: var(--text-secondary);
}
.order-wrap .lb-group input[type='radio']:disabled + .lb-radio2 {
  background-color: var(--border-color);
  color: var(--text-tertiary);
}
.order-wrap .lb-group .lb-radio2.kakao div{
  width: 78px;
  height: 15px;
  background: url(/css/menupan_images/ico_kakaopay.png) 5px center no-repeat;
  background-size: 41px 13px;
    margin: 0 auto;
    margin-top: -1px;
}
.order-wrap .lb-group .lb-radio2.kakao div p{
  padding-left: 44px;
    line-height: 13px;
    font-size: 13px;
}
.order-wrap .lb-group .lb-radio2.samsung {
  background: url(/css/menupan_images/ico_samsungpay.png) 50% 50% no-repeat;
  background-size: 81px 12px;
}
.order-wrap .lb-group .lb-radio2.naver {
  background: url(/css/menupan_images/ico_npay.png) 50% 50% no-repeat;
  background-size: 47px 18px;
}
.order-wrap .lb-group .lb-radio2.toss {
  background: url(/css/menupan_images/ico_toss.png) 50% 50% no-repeat;
  background-size: 54px 14px;
}
.order-wrap .lb-group .lb-radio2.payco {
  background: url(/css/menupan_images/ico_payco.png) 50% 50% no-repeat;
  background-size: 53px 12px;
}
.way-wrap {
  margin-bottom: 20px;
}
.way-wrap.card {
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}
.box-reserve {
  position: relative;
}
.box-reserve .month {
  width: 82%;
  margin: 0 auto 10px;
  font-size: 10px;
  font-weight: 600;
  color: var(--text-tertiary);
  text-align: left;
}
.box-reserve .lb-radio::before {
  content: none;
}
.box-reserve .date {
  position: relative;
  padding: 10px 0;
  background: var(--bg-light);
  text-align: center;
}
.box-reserve .date > .slick-list {
  width: 88%;
  margin: 0 auto;
}
.box-reserve .date .lb-radio {
  width: 40px;
  height: 40px;
  padding: 5px 0;
  border-radius: 3px;
  font-size: 10px;
  color: var(--text-primary);
  letter-spacing: -1px;
}
.box-reserve .date strong {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
}
.box-reserve .date input:disabled + .lb-radio,
.box-reserve .date input:disabled + .lb-radio strong {
  background: var(--border-color);
  color: var(--text-tertiary);
}
.box-reserve .date input:checked + .lb-radio,
.box-reserve .date input:checked + .lb-radio strong {
  background: #fd0b3f;
  color: #fff;
}
.box-reserve .slick-arrow {
  position: absolute;
  width: 28px;
  height: 40px;
  top: 50%;
  margin-top: -8px;
  font-size: 0;
}
.box-reserve .slick-prev {
  margin-left: -4%;
}
.box-reserve .slick-next {
  margin-left: 86%;
}
.box-reserve .slick-arrow::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid var(--text-primary);
  border-left: 1px solid var(--text-primary);
}
.box-reserve .slick-disabled {
  opacity: 0.2;
}
.box-reserve .slick-prev::after {
  margin-left: 12px;
  transform: rotate(45deg);
}
.box-reserve .slick-next::after {
  margin-left: 3px;
  transform: rotate(-135deg);
}
.box-reserve .time {
  margin: 15px 10px 0 20px;
}
.box-reserve .time ul::after {
  content: '';
  display: block;
  clear: both;
}
.box-reserve .time li {
  float: left;
  width: calc(33% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: var(--text-secondary);
}
.box-reserve .time input:disabled + .lb-radio {
  color: var(--text-tertiary);
  background: var(--border-color);
  border: 1px solid var(--border-color);
}
.box-reserve .time input:checked + .lb-radio,
.box-reserve .time input:checked + .lb-radio strong {
  border-color: #fd0b3f;
  font-weight: 600;
  color: #fd0b3f;
}
.box-reserve .time .lb-radio {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--border-light);
  border-radius: 3px;
}
.box-reserve .time strong {
  display: block;
  margin-bottom: 5px;
}
.box-reserve-nav {
  position: relative;
}
.box-reserve-nav .month {
  width: 82%;
  margin: 0 auto 10px;
  font-size: 10px;
  font-weight: 600;
  color: var(--text-tertiary);
  text-align: left;
}
.box-reserve-nav .lb-radio::before {
  content: none;
}
.box-reserve-nav .date {
  position: relative;
  padding: 10px 0;
  background: var(--bg-light);
  text-align: center;
}
.box-reserve-nav .date > .slick-list {
  width: 88%;
  margin: 0 auto;
}
.box-reserve-nav .date .lb-radio {
    height: 40px;
  padding: 5px 0;
  border-radius: 3px;
  font-size: 10px;
  color: var(--text-primary);
  letter-spacing: -1px;
}
.box-reserve-nav .date strong {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
    line-height: 26px;
}
.box-reserve-nav .date input:disabled + .lb-radio,
.box-reserve-nav .date input:disabled + .lb-radio strong {
  background: var(--border-color);
  color: var(--text-tertiary);
}
.box-reserve-nav .date input:checked + .lb-radio,
.box-reserve-nav .date input:checked + .lb-radio strong {
  background: #fd0b3f;
  color: #fff;
    width: 100%;
}
.box-reserve-nav .slick-arrow {
  position: absolute;
  width: 28px;
  height: 40px;
  top: 28%;
  margin-top: -8px;
  font-size: 0;
}
.box-reserve-nav .slick-prev {
  margin-left: -4%;
}
.box-reserve-nav .slick-next {
  margin-left: 86%;
}
.box-reserve-nav .slick-arrow::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid var(--text-primary);
  border-left: 1px solid var(--text-primary);
}
.box-reserve-nav .slick-disabled {
  opacity: 0.2;
}
.box-reserve-nav .slick-prev::after {
  margin-left: 12px;
  transform: rotate(45deg);
}
.box-reserve-nav .slick-next::after {
  margin-left: 3px;
  transform: rotate(-135deg);
}
.box-reserve-nav .time {
  margin: 15px 10px 0 20px;
}
.box-reserve-nav .time ul::after {
  content: '';
  display: block;
  clear: both;
}
.box-reserve-nav .time li {
  float: left;
  width: calc(33% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: var(--text-secondary);
}
.box-reserve-nav .time input:disabled + .lb-radio {
  color: var(--text-tertiary);
  background: var(--border-color);
  border: 1px solid var(--border-color);
}
.box-reserve-nav .time input:checked + .lb-radio,
.box-reserve-nav .time input:checked + .lb-radio strong {
  border-color: #fd0b3f;
  font-weight: 600;
  color: #fd0b3f;
}
.box-reserve-nav .time .lb-radio {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--border-light);
  border-radius: 3px;
}
.box-reserve-nav .time strong {
  display: block;
  margin-bottom: 5px;
}
.box-slc {
  display: flex;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid var(--border-light);
  border-radius: 2px;
}
.box-slc span {
  flex: 1 auto;
}
.box-slc .btn-txt2 {
  font-size: 13px;
}
.box-slc.off {
  background: var(--border-color);
}
.box-slc .btn-txt2:disabled {
  color: var(--text-tertiary);
}
.combobox {
  width:100%;
  margin-top: 20px;
}
.combobox .btn-base {
  width: 74px;
  min-width: 74px;
  height: 24px;
  font-size: 11px;
  color: var(--text-primary);
  line-height: 24px;
  background: #fff;
  border: 1px solid var(--text-primary);
  letter-spacing: -0.8px;
}
.combobox .combo-tit {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 10px 40px 10px 15px;
  border: 1px solid var(--border-light);
  border-radius: 2px;
  background: var(--bg-light);
}
.combobox .combo-tit .tit {
  min-width: 80px;
}
.combobox .combo-tit .check {
  position: relative;
  display: inline-block;
  height: 16px;
  margin-left: 3px;
  padding: 2px 17px 2px 5px;
  font-size: 11px;
  color: #fff;
  background: #95b2cc;
  border-radius: 8px;
  letter-spacing: -0.1em;
  word-break: keep-all;
}
.combobox .combo-tit .check::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 4px;
  width: 10px;
  height: 8px;
  background: url(/css/menupan_images/ico_check_w.png) 0 0 no-repeat;
}
.combobox .combo-tit .btn-ico-plus {
  min-width: 17px;
}
.combobox .combo-tit .txt {
  flex: 1 auto;
  width: 50%;
  line-height: 18px;
  margin-left: 30px;
  text-align: right;
  color: var(--text-tertiary);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.combobox .combo-tit .txt b {
  color: #fd0b3f;
  font-weight: bold;
}
.combobox .combo-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 12px;
  margin-top: -4px;
  background: url(/css/menupan_images/bg_arrow_down.svg) no-repeat 50% 0;
}
.combobox .combo-btn.on {
  background: url(/css/menupan_images/bg_arrow_up.svg) no-repeat 50% 0;
}
.combobox .combo-cont {
  display: none;
  padding: 5px 14px 15px;
  border: 1px solid var(--border-light);
  border-top: 0;
  border-radius: 3px;
}
.combobox .card-info-list {
  margin: 0;
}
.combobox .card-info-list li {
  padding: 15px 0;
  border-top: 0;
}
.card-info-list li {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid var(--border-color);
}
.card-info-list li > div {
  flex: 1 auto;
  color: var(--text-secondary);
}
.card-info-list li .btn-base-s {
  min-width: 78px;
  margin-left: 10px;
}
.card-banner {
  margin-top: 20px;
  padding: 0;
}
.card-banner img {
  width: 100%;
}
.card-list {
  font-size: 0;
}
.card-list button {
  width: calc(33% - 1px);
  height: 56px;
  margin-left: 1px;
  margin-bottom: 1px;
  font-size: 13px;
  color: var(--text-primary);
  background: var(--bg-light);
  border: 1px solid var(--border-color);
  border-radius: 3px;
}
.card-list button span {
  display: block;
  width: 100%;
  font-size: 11px;
  color: var(--link-color);
}
.card-list button:active,
.card-list button:focus,
.card-list button.active {
  color: #fd0b3f;
  border-color: #fd0b3f;
  background: #fff;
}
.card-list button:disabled,
.card-list button:disabled *,
.card-list button:disabled:focus,
.card-list button:disabled:active {
  color: var(--text-tertiary);
  background: var(--border-color);
  border: 1px solid var(--border-color);
}
.way-wrap.account .tit {
  padding: 5px 0 15px;
  border-bottom: 1px solid var(--border-color);
}
.way-wrap.account .lb-group {
  padding: 22px 0 12px;
  margin: 0;
  border-bottom: 1px solid var(--border-color);
}
.way-wrap.account .lb-group .lb-radio {
  margin-right: 20px;
  margin-bottom: 10px;
}
.way-wrap.account .order-item {
  border: 0;
  padding-right: 0;
  padding-bottom: 0;
  flex-wrap: nowrap;
}
.way-wrap.account .order-item dt {
  flex: 1 auto;
  font-size: 13px;
  color: var(--text-primary);
}
.way-wrap.account .order-item dt span {
  font-size: 13px;
}
.way-wrap.account .order-item dd {
  flex: 0;
}
.way-wrap.account .order-item dd .btn-base-s {
  width: 50px;
}
.way-wrap.phone {
  padding-top: 15px;
  border-top: 1px solid var(--border-color);
}
.installment-list li {
  padding: 6px 0;
  border-bottom: 1px solid var(--border-color);
  font-size: 0;
}
.installment-list li .logo,
.installment-list li .txt {
  display: inline-block;
  vertical-align: middle;
}
.installment-list li .logo {
  margin-right: 20px;
}
.installment-list li .logo img {
  width: 86px;
  height: 38px;
}
.installment-list li .txt {
  font-size: 13px;
  color: var(--text-secondary);
}
.pickup-srh {
  display: flex;
  padding: 15px 20px;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-color);
}
.pickup-srh .slc-base {
  width: 120px;
  margin-right: 15px;
  background-color: #fff;
}
.pickup-srh .inp-srh {
  width: 100%;
}
.pickup-list {
  padding-left: 20px;
}
.pickup-list li {
  border-bottom: 1px solid var(--border-color);
}
.pickup-list .lb-radio {
  width: 100%;
  padding: 15px 26px;
  font-size: 13px;
}
.pickup-list .lb-radio::before {
  top: 50%;
  margin-top: -9px;
}
.pickup-list .lb-radio .tit {
  display: block;
  position: relative;
  padding-right: 100px;
  font-size: 16px;
  color: var(--text-primary);
}
.pickup-list .lb-radio .tit .time {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
.pickup-list .lb-radio .tit .time::before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: -18px;
  width: 13px;
  height: 13px;
  background: url(/css/menupan_images/ico_time.svg) 0 0 no-repeat;
}
.pickup-list .lb-radio .addr {
  display: block;
  margin-top: 10px;
  color: var(--text-tertiary);
}
.pickup-list .btn-more {
  border-color: var(--text-tertiary);
}
.modal-pickup .pickup-list .btn-wrap {
  margin: 20px 0 30px;
  width: calc(100% - 20px);
}
.shop-wrap .tit-wrap {
  padding: 25px 20px 15px;
}
.shop-wrap .shop-list {
  padding-left: 20px;
}
.shop-wrap .shop-info2 {
  padding: 0 20px;
}
.shop-wrap .shop-info2 li {
  position: relative;
  margin-top: 15px;
  padding-left: 18px;
  font-size: 13px;
  color: var(--text-primary);
}
.shop-wrap .shop-info2 li::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
}
.shop-wrap .shop-info2 li.time::before {
  background: url(/css/menupan_images/ico_time.svg) 0 0 no-repeat;
}
.shop-wrap .shop-info2 li.call {
  text-decoration: underline;
}
.shop-wrap .shop-info2 li.call::before {
  background: url(/css/menupan_images/ico_call.svg) 0 0 no-repeat;
}
.shop-wrap .shop-info2 li.place::before {
  background: url(/css/menupan_images/ico_place.svg) 0 0 no-repeat;
}
.shop-wrap .shop-info2 li:first-child {
  margin-top: 0;
}
.shop-wrap .shop-info {
  margin: 20px 20px 0;
  padding: 20px 0 20px;
  border-top: 1px solid var(--border-color);
}
.shop-list {
  width: 100%;
  overflow-y: auto;
}
.shop-list > div {
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
}
.shop-list > div .lb-radio2 {
  margin-right: 10px;
  padding: 8px 15px;
}
.shop-list input[type='radio']:checked + .lb-radio2 {
  background: #fd0b3f;
  color: #fff;
}
.shop-list + .shop-info {
  margin-top: 20px;
}
.shop-info dt {
  font-size: 13px;
  font-weight: bold;
  color: var(--link-color);
  font-weight: bold;
}
.shop-info dt em {
  color: var(--text-primary);
}
.shop-info dd {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: -0.5px;
  color: var(--text-secondary);
}
.shop-info .shop-thumb {
  margin-top: 30px;
}
.shop-info .shop-thumb img {
  width: 100%;
}
.coupon-wrap .tit-wrap {
  display: flex;
  min-height: 66px;
  align-items: center;
  font-size: 13px;
}
.coupon-wrap .tit-wrap .name {
  color: var(--text-primary);
  line-height: 1.38;
}
.coupon-wrap .tit-wrap .price {
  flex: 1 0 auto;
  text-align: right;
  padding-left: 10px;
}
.coupon-wrap .tit-wrap .price span,
.coupon-wrap .tit-wrap .price strong {
  display: block;
}
.coupon-wrap .tit-wrap .price span b,
.coupon-wrap .tit-wrap .price strong b {
  font-size: 18px;
  font-weight: bold;
  color: #fd0b3f;
  vertical-align: baseline;
}
.coupon-wrap .tit-wrap .price.on span,
.coupon-wrap .tit-wrap .price.on span b {
  font-size: 11px;
  color: var(--text-tertiary);
  text-decoration: line-through;
}
.coupon-wrap .coupon-box .tit-wrap + dl {
  padding-top: 27px;
  border-top: 0;
}
.coupon-wrap .coupon-box dl {
  display: flex;
  padding: 20px 0 20px 20px;
  border-top: 1px solid var(--border-color);
}
.coupon-wrap .coupon-box dl.type2 {
  background: var(--bg-light);
}
.coupon-wrap .coupon-box dt {
  min-width: 77px;
  font-size: 13px;
  font-weight: bold;
}
.coupon-wrap .coupon-box dd {
  width: 100%;
}
.coupon-list li {
  padding: 15px 0;
  border-bottom: 1px solid var(--border-color);
}
.coupon-list li:first-child {
  padding-top: 0;
}
.coupon-list li:last-child {
  border-bottom: 0;
}
.coupon-list .lb-radio {
  display: block;
  width: 100%;
  padding: 0 20px 0 28px;
  font-size: 13px;
  line-height: 18px;
}
.coupon-list .lb-radio .point {
  display: block;
  color: var(--text-primary);
}
.coupon-list .lb-radio .point::after {
  content: '';
  display: block;
  clear: both;
}
.coupon-list .lb-radio .point b {
  color: #fd0b3f;
  vertical-align: baseline;
}
.coupon-list .lb-radio .point i {
  display: block;
  float: left;
}
.coupon-list .lb-radio .point em {
  display: block;
  float: right;
}
.coupon-list .lb-radio .price {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: var(--text-tertiary);
}
.coupon-list .lb-radio .price b {
  font-size: 18px;
  color: #fd0b3f;
  font-weight: bold;
  vertical-align: baseline;
}
.coupon-list .lb-radio span {
  display: block;
  margin-top: 5px;
  color: var(--text-tertiary);
}
.coupon-list .lb-radio::before {
  top: 50%;
  margin-top: -9px;
}
.coupon-tit {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-color);
}
.coupon-tit .name {
  flex: 1;
  margin-right: 20px;
  font-size: 16px;
  color: var(--text-primary);
  letter-spacing: -0.5px;
}
.coupon-tit .price {
  font-size: 13px;
  color: var(--text-tertiary);
}
.coupon-tit .price b {
  flex: 1 auto;
  font-size: 16px;
  color: var(--text-primary);
  font-weight: bold;
}
.coupon-tit.type2 {
  border-top: 1px solid var(--border-color);
}
.coupon-list2 {
  margin-left: 46px;
  margin-bottom: 10px;
}
.coupon-list2 li {
  padding: 15px 0;
  border-top: 1px solid var(--border-color);
}
.coupon-list2 li:first-child {
  border-top: 0;
}
.coupon-list2 li .lb-radio {
  padding-left: 0;
  display: flex;
}
.coupon-list2 li .lb-radio::before {
  top: 2px;
  left: -26px;
}
.coupon-list2 li .price {
  min-width: 90px;
  font-size: 13px;
  color: var(--text-tertiary);
  line-height: 1.4;
}
.coupon-list2 li .price b {
  font-size: 16px;
  color: #fd0b3f;
  font-weight: bold;
}
.coupon-list2 li .price i {
  display: block;
  font-size: 13px;
  color: var(--text-tertiary);
}
.coupon-list2 li .detail {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.8;
  letter-spacing: -0.5px;
}
.coupon-list2 li .detail em {
  display: block;
  font-weight: bold;
  color: var(--text-primary);
}
.coupon-list2 li .coupon-deny {
  line-height: 22px;
  font-weight: bold;
  color: var(--text-primary);
}
.coupon-list2 li .no-choice {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: var(--text-primary);
}
.coupon-list2 li .no-choice::before {
  top: 11px;
}
.no-use {
  padding: 10px 0;
  border-top: 1px solid var(--border-color);
  background: var(--border-color);
}
.no-use .coupon-list2 {
  margin: 0;
}
.no-use .coupon-list2 li {
  padding: 20px 0 20px 46px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: #fff;
}
.no-use .coupon-list2 li .lb-radio {
  font-size: 16px;
  color: #3a3a3a;
}
.no-use .coupon-list2 li .lb-radio::before {
  top: -1px;
}
[class*='coupon-list'] input:disabled + .lb-radio .price,
[class*='coupon-list'] input:disabled + .lb-radio .price b,
[class*='coupon-list'] input:disabled + .lb-radio .point,
[class*='coupon-list'] input:disabled + .lb-radio span,
[class*='coupon-list'] input:disabled + .lb-radio em {
  color: var(--border-light) !important;
}
.coupon-wrap .coupon-box .result {
  margin-bottom: 20px;
}
.coupon-wrap .coupon-box .result span {
  font-size: 13px;
  color: var(--text-tertiary);
  text-decoration: line-through;
}
.coupon-wrap .coupon-box .result strong {
  margin-left: 15px;
  font-size: 13px;
  vertical-align: baseline;
}
.coupon-wrap .coupon-box .result strong b {
  color: #fd0b3f;
  vertical-align: baseline;
}
.coupon-wrap .coupon-box .result .org-price {
  text-decoration: none;
}
.result-wrap {
  padding: 15px 20px 10px;
}
.result-wrap dl {
  display: inline-block;
  vertical-align: middle;
}
.result-wrap .minus {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  vertical-align: middle;
  background: var(--text-primary);
  border-radius: 18px;
  font-size: 0;
  color: transparent;
}
.result-wrap .minus::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 1px;
  background: #fff;
}
.result-wrap dt {
  font-size: 11px;
  color: var(--text-tertiary);
}
.result-wrap dd {
  margin-top: 5px;
  font-size: 13px;
  color: var(--text-tertiary);
  line-height: 18px;
}
.result-wrap dd b {
  font-size: 13px;
  color: var(--text-primary);
  font-weight: bold;
  vertical-align: baseline;
}
.result-wrap .total {
  text-align: right;
}
.result-wrap .total dt {
  color: var(--text-primary);
}
.result-wrap .total dd b {
  font-size: 18px;
  color: #fd0b3f;
}
.gift-msg .inp-wrap {
  margin-top: 15px;
}
.gift-msg .inp-wrap .txt-s {
  flex: 1 auto;
  margin-right: 10px;
}
.gift-msg .inp-wrap .btn-base-s {
  width: 70px;
  margin-top: 5px;
}
.discount-list {
  margin-left: 20px;
}
.discount-list li {
  display: flex;
  align-items: center;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid var(--border-color);
}
.discount-list li .name .flag-prd {
  margin-bottom: 10px;
}
.discount-list li .name p {
  font-size: 13px;
  color: var(--text-primary);
  line-height: 1.38;
  letter-spacing: -0.5px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.discount-list li .name.in-depth {
  position: relative;
  margin-top: 15px;
  padding-left: 20px;
}
.discount-list li .name.in-depth::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  background: url(/css/menupan_images/ico_indepth.svg) 0 0 no-repeat;
}
.discount-list li .price {
  flex: 1 auto;
  min-width: 100px;
  text-align: right;
  font-size: 13px;
  color: var(--text-tertiary);
}
.discount-list li .price strong {
  line-height: 1;
  vertical-align: middle;
}
.discount-list li .price strong b {
  font-size: 16px;
  color: #fd0b3f;
  font-weight: bold;
}
.discount-list li .price span {
  display: block;
  margin-top: 5px;
}
.pnt-wrap .inp-wrap .inp-base{
  text-align:center;
}
.pnt-wrap .h5{
  font-size:13px;
  font-weight:normal;
  color:var(--text-primary);
}
.pnt-wrap .terms{
  margin-top:20px;
  padding-top:15px;
  border-top:1px solid var(--border-color);
}
.pnt-wrap .box-terms{
  margin-top:15px;
  padding:15px;
  background:var(--bg-light);
}
.pnt-wrap .box-terms li{
  margin-top:3px;
  font-size:11px;
  color:var(--text-secondary);
  line-height:1.36;
}
.wantedDelivaryDate{
    padding: 20px 20px 0 0;
  margin: 0 0 20px 20px;
  border-top: 1px solid var(--border-color);  
}
.box-complete {
  padding: 30px;
  text-align: center;
}
.box-complete .txt {
  font-size: 18px;
  color: var(--text-primary);
  line-height: 1.33;
}
.box-complete .txt::before {
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}
.box-complete .ico-complete::before {
  background: url('/css/menupan_images/ico_complete.svg') no-repeat center;
}
.box-complete .ico-fail::before {
  background: url('/css/menupan_images/ico_fail.svg') no-repeat center;
}
.box-complete .txt em {
  display: block;
  color: var(--link-color);
  font-weight: bold;
}
.box-complete .num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  margin-top: 20px;
  border-radius: 20px;
  background: var(--bg-light);
}
.box-complete .num span {
  flex: 0 50%;
  font-size: 13px;
  color: var(--text-secondary);
  text-align: left;
}
.box-complete .num strong {
  flex: 0 50%;
  font-size: 13px;
  color: var(--text-primary);
  font-weight: bold;
  text-align: right;
}
.box-complete .msg-result {
  margin-top: 20px;
  padding: 15px 20px;
  background: var(--bg-light);
}
.box-complete .msg-result strong {
  display: block;
  font-size: 13px;
  color: var(--text-secondary);
  text-align: left;
}
.box-complete .msg-result p {
  margin-top: 7px;
  font-size: 13px;
  color: var(--text-primary);
  line-height: 1.38;
  text-align: left;
}
.complete-wrap {
  padding: 30px 20px;
}
.complete-wrap .user-base .info strong {
  font-size: 13px;
}
[class*='info-list'] {
  margin: 15px 0 15px 20px;
}
[class*='info-list'] li {
  padding: 14px 20px 14px 0;
  border-top: 1px solid var(--border-color);
}
[class*='info-list'] li:first-child {
  border-top: 0;
}
.info-list li:first-child {
  padding-top: 5px;
}
.info-list li.total {
  padding-bottom: 5px;
}
.info-list dl::after {
  content: '';
  display: block;
  clear: both;
}
.info-list dt {
  float: left;
  font-size: 13px;
  color: var(--text-secondary);
}
.info-list dd {
  float: right;
  font-size: 13px;
  color: var(--text-tertiary);
  line-height: 1;
}
.info-list dd b {
  font-size: 16px;
  color: var(--text-primary);
  font-weight: bold;
  vertical-align: baseline;
}
.info-list li.total dt {
  color: var(--text-primary);
  font-weight: bold;
}
.info-list li.total dd b {
  font-size: 18px;
  color: #fd0b3f;
}
.info-list2 li {
  position: relative;
  padding: 29px 20px 29px 13px;
  border-top: 0;
  border-bottom: 1px solid var(--border-color);
}
.info-list2 li::before {
  content: '';
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: var(--text-primary);
}
.info-list2 li p {
  color: var(--text-primary);
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.info-list2 li .date {
  display: block;
  margin-top: 10px;
  color: var(--text-tertiary);
}
.info-list2 + .cont-inner,
.cont-inner.banner {
  padding: 0;
  border-bottom: 10px solid var(--border-color);
  border-top: 10px solid var(--border-color);
}
.plus-event .tit {
  font-size: 21px;
  color: var(--text-primary);
  font-weight: bold;
}
.plus-event .item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.plus-event .item-wrap .item {
  position: relative;
  width: 140px;
  height: 140px;
}
.plus-event .item-wrap .item.no-item {
  width: 140px;
  height: 140px;
  padding: 50px 0;
  text-align: center;
  font-size: 13px;
  color: var(--text-tertiary);
  line-height: 1.38;
  border: 2px dashed var(--border-light);
  border-radius: 3px;
}
.plus-event .item-wrap .item a {
  display: block;
  height: 100%;
}
.plus-event .item-wrap .plus {
  position: relative;
  display: block;
  min-width: 30px;
  height: 30px;
  margin: 0 10px;
  background: var(--text-primary);
  border-radius: 100%;
  font-size: 0;
  color: transparent;
  line-height: 0;
}
.plus-event .item-wrap .plus::before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 9px;
  width: 12px;
  height: 1px;
  background: #fff;
}
.plus-event .item-wrap .plus::after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 14px;
  width: 1px;
  height: 12px;
  background: #fff;
}
.plus-event .item-wrap .item img {
  width: 100%;
  border-radius: 3px;
}
.plus-event .item-wrap .item .bedge {
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43px;
  height: 43px;
  padding: 10px 0;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #e90707;
  border-radius: 3px 0 0 0;
}
.plus-event .event-result {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: var(--bg-light);
  border: 1px solid var(--border-color);
  border-radius: 3px;
}
.plus-event .event-result p {
  font-size: 13px;
  color: var(--text-primary);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.plus-event .event-result .price-wrap {
  margin-top: 10px;
}
.plus-event .event-result .price-wrap .price {
  margin-top: 5px;
  font-size: 13px;
  color: #000;
}
.plus-event .event-result .price-wrap .price b {
  font-size: 18px;
  font-weight: bold;
}
.plus-event .event-result .price-wrap .price span {
  display: inline-block;
  font-size: 11px;
  color: var(--text-tertiary);
  vertical-align: sub;
  text-decoration: line-through;
  vertical-align: middle;
}
.plus-event .event-result .price-wrap .price strong {
  vertical-align: middle;
}
.plus-event .total {
  margin-top: 15px;
}
.plus-event .total span {
  font-size: 13px;
  color: var(--text-primary);
}
.plus-event .total strong {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1;
  vertical-align: middle;
}
.plus-event .total strong b {
  font-size: 18px;
  color: #fd0b3f;
  font-weight: bold;
}
.box-gift-prd {
  padding: 30px 20px 30px;
  text-align: center;
}
.box-gift-prd .thumb a {
  display: block;
}
.box-gift-prd .thumb img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.box-gift-prd .txt {
  margin-top: 25px;
  font-size: 13px;
  color: var(--text-primary);
}
.box-gift-prd .txt em {
  font-weight: bold;
  color: var(--link-color);
}
.box-gift-prd .msg {
  margin-top: 15px;
  font-size: 16px;
  color: var(--text-primary);
  font-weight: bold;
  line-height: 1.25;
}
.box-gift-prd .box-base2 {
  padding: 15px 20px;
  margin-top: 25px;
  border: 0;
  text-align: left;
  color: var(--text-secondary);
  letter-spacing: -0.5px;
}
.prd-info.only {
  display: flex;
  align-items: center;
}
.prd-info.only .thumb {
  flex: 0 1 auto;
  min-width: 90px;
  height: 90px;
  margin-right: 15px;
}
.prd-info.only .thumb a {
  display: block;
}
.prd-info.only .thumb img {
  width: 90px;
  height: 90px;
  border-radius: 3px;
}
.prd-info.only p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.prd-info.only strong {
  margin-left: 10px;
}
.box-gift {
  padding: 30px 0 25px;
  margin: 0 20px;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
}
.box-gift .txt {
  font-size: 16px;
  color: var(--text-primary);
  line-height: 1.25;
}
.box-gift .ico-gift::before,
.box-complete .ico-gift::before {
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  background: url(/css/menupan_images/ico_compt_gift.svg) no-repeat center;
}
.box-gift .txt em {
  color: var(--link-color);
  font-weight: bold;
}
.box-gift .txt-base {
  margin-top: 10px;
  color: var(--text-tertiary);
}
.multi-delivery input[type='radio']{
  display: none;
}
.multi-delivery {
  padding: 0 20px 30px;
}
.multi-delivery .list-date ul {
  overflow-y: scroll;
  height: auto;
  max-height: 200px;
  border: 1px solid var(--border-light);
  background: var(--bg-light);
}
.multi-delivery .list-date li {
  font-size: 13px;
  color: var(--text-secondary);
}
.multi-delivery .list-date li:last-child span {
  border: 0;
}
.multi-delivery .lb-radio {
  width: 100%;
  padding-left: 43px;
}
.multi-delivery .lb-radio span {
  display: block;
  width: 100%;
  padding: 18px 15px 18px 0;
  border-bottom: 1px solid var(--border-color);
}
.multi-delivery .lb-radio::before {
  top: 50%;
  left: 15px;
  margin-top: -9px;
}
.multi-delivery input[type='radio']:checked + .lb-radio {
  font-weight: bold;
}
.multi-delivery-choose-tit h3{
  display: inline-block;
  vertical-align: middle;
}
.multi-delivery-choose-tit p{
  display: inline-block;
  font-size: 13px;
  color: var(--text-tertiary);
    vertical-align: middle;
    margin: -3px 0 0 2px;
}
.baloon_chooseok_gift{
  position: absolute;  
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-radius: 4px;
    padding: 2px 10px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 1.5;  
  white-space: nowrap;
  height: 19px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.baloon_chooseok_gift::after{
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 5px;
  background: url(/css/menupan_images/bg_balloon_chuseok_arrow_mo.png) 0 0 no-repeat;
  background-size: 100%;
  opacity: 0.7;
}
.tab-btn.active .baloon_chooseok_gift,
.tab-btn.active .baloon_chooseok_gift::after{
  display: none;
}
.baloon_multi_delivary{
  position: absolute;  
  top: -28px;
  right: 0;
  box-sizing: border-box;
  border-radius: 4px;
    padding: 2px 10px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 1.5;  
  white-space: nowrap;
  height: 19px;
  background-color: rgba(0, 0, 0, 0.7);
}
.baloon_multi_delivary::after{
  content: "";  
  position: absolute;  
  top: 19px;
    right: 30px;
  width: 10px;
  height: 5px;
  background: url(/css/menupan_images/bg_balloon_multi_delivary_arrow_mo.png) 0 0 no-repeat;
  background-size: 100%;
  opacity: 0.7;
}
.dim-transparent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999;
}
.wrap-agr-cont {
  border: 1px solid var(--border-light);
}
.wrap-agr-cont .agr-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: var(--bg-light);
}
.wrap-agr-cont .agr-area + .agr-area{
  padding-top:0;
}
.wrap-agr-cont .agr-area p {
  letter-spacing: -0.5px;
}
.wrap-agr-cont .agr-area .lb-check {
  font-size: 11px;
  line-height: 1.3;
  word-break: keep-all;
}
.wrap-agr-cont .agr-detail {
  display: none;
  padding: 15px;
  border-top: 1px solid var(--border-light);
}
.wrap-agr-cont .agr-detail .chk-em {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-agr-cont .agr-detail .lb-check {
  padding-right: 5px;
  letter-spacing: -1px;
}
.wrap-agr-cont .agr-detail .btn-txt2 {
  word-break: keep-all;
}
.wrap-agr-cont .agr-detail .bul-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}
.wrap-agr-cont .agr-detail .bul-list li {
  font-size: 11px;
  letter-spacing: -0.5px;
}
.termbox {
  color: var(--text-secondary);
}
.termbox h3 {
  margin-top: 20px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
.termbox .term-txt {
  margin-top: 20px;
}
.termbox .term-txt,
.term-section h4,
.term-section .term-list li {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
.term-section .tbl-form {
  margin-top: 20px;
}
.term-section .tbl-form td {
  vertical-align: middle;
}
.term-section {
  margin-top: 20px;
}
.term-section .term-list {
  margin-top: 20px;
}
.term-section .term-list li {
  padding-left: 14px;
  text-indent: -14px;
}
.term-section .term-list li ul li {
  padding-left: 10px;
  text-indent: -10px;
}
@media screen and (max-width: 375px) {
  .plus-event .item-wrap .item,
  .plus-event .item-wrap .item.no-item {
    width: 110px;
    height: 110px;
  }
  .plus-event .item-wrap .item.no-item {
    padding: 36px 0;
  }
}
@media screen and (max-width:360px) {
  .list-cart .prd-price{
    display:block;
  }
  .list-cart .prd-price .inp-counter{
    float:none;
    margin-top:7px;
    text-align:center;
  }
}
.loadingWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
}
.loading {
  display: block;
  width: 70px;
  height: 70px;
  background: url('/css/menupan_images/img_loading.gif') no-repeat;
  background-size: 100%;
}
.pop-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  min-height: 50px;
  padding: 15px 30px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 30px;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-toast p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.1px;
  white-space: nowrap;
}
.modal-wrap .ui-modal1 {
  top: auto;
  bottom: 0;
    max-height: calc(100% - 30px);
    border-radius: 10px 10px 0 0;
  height: auto;
}
.modal-wrap .ui-modal1 .modal-head {
  border-bottom: none;
}
.modal-wrap .ui-modal1 .modal-tit {
  padding: 20px 60px 19px 20px;
}
.modal-wrap .ui-modal1 .tit {
    text-align: left;
  letter-spacing: -0.45px;
  font-weight: 500;
}
.modal-wrap .ui-modal1 .btn-close {
  position: absolute;
  top: 22px;
  right: 10px;
  left:auto;
  width: 40px;
  height: 40px;
  background: url(/css/menupan_images/btn_close_layer2.svg) 10px 10px no-repeat;
  background-size: 50%;
}
.modal-wrap .ui-modal1 .modal-cont {
  height: auto;
}
.modal-wrap .ui-modal1 .modal-bottom .btn-wrap{
  padding-bottom: 40px;
}
.layer-wrap .ui-layer1 {
  outline: none;
}
.request-wrap1 .request-item .btn-base-s {
  min-width: 69px;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  color: var(--text-secondary);
  border-color: var(--text-primary);
  background: #fff;
}
.request-wrap1 .request-item .type2 {
    color: #fff;
    background-color: var(--text-primary);
}
.ui-layer1 .ly-tit {
  padding: 9px 4.615rem 10px 20px;
  border: none;
  line-height: 70px;
}
.ui-layer1 .btn-ly-close.btn-ico-plus2 {
  position: absolute;
  top: 18px;
  right: 10px;
  left:auto;
  width: 40px;
  height: 40px;
  background: url(/css/menupan_images/btn_close_layer2.svg) 10px 10px no-repeat;
  background-size: 50%;
}
.ui-layer1 .ly-tit .tit {
  font-size: 1.385rem;
  letter-spacing: -0.45px;
}
.ui-layer1 .delivery-list li {
  padding-left: 0;
}
.ui-layer1 .delivery-list .base-delivery {
  padding: 7px 0 6px;
  border-bottom: none;
}
.ui-layer1 .delivery-list .base-delivery span {
  font-size: 16px;
  color: var(--text-primary);
  letter-spacing: -0.4px;
}
.balloon-tooltip {
    z-index: 2;
    opacity: 0;
    position: absolute;
    top: 22px;
    left: 50%;
  min-width: 155px;
    padding: 8px 20px;
  border-radius: 30px;
    background-color: rgba(51, 51, 51, .9);
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
  letter-spacing: -.18px;
    box-sizing: border-box;
    transform: translateX(-50%);
    transition: all .5s cubic-bezier(0.0, 0.0, 0.2, 1);
  cursor: default;
}
.balloon-tooltip::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 10px;
    height: 5px;
    background: url(/css/menupan_images/bg_balloon_arrow.png) 0 0 no-repeat;
    background-size: 100%;
    transform: translateX(-50%);
}
.balloon-tooltip.on {
    opacity: 1;
    transition: none;
}
.shp-notice-wrap{
    position: relative;
    margin: 0 auto 20px;
    padding: 16px 15px 16px;
    width: calc(100% - 40px);
    border-radius: 5px;
    background-color: #F6F6F6;
} 
.shp-notice-wrap ul li{
    position: relative;
    font-size: 13px;
    padding-left: 10px;
    line-height: 18px;
    letter-spacing: -0.33px;
    color: var(--text-secondary);
}
.shp-notice-wrap ul li + li {
    margin-top: 10px;
}
.shp-notice-wrap ul li::before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: var(--border-light);
}
#delivery_address_route .shipping-management{
    max-width:100%; 
    margin:0 auto;
}
#delivery_address_route .shipping-management header h2{
    font-size:1.5rem;
    margin-bottom:16px;
}
.address-list{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin-bottom:16px;
}
.address-item{
    border:1px solid var(--border-light);
    border-radius:8px;
    padding:16px;
}
.address-item.default{
    border-color:#007bff;
}
.address-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:8px;
}
.address-header .name{
    font-weight:bold;
    font-size:1rem;
}
.address-header .tag.default{
    background-color:#007bff;
    color:#fff;
    padding:4px 8px;
    border-radius:4px;
    font-size:0.8rem;
}
.address-info span{
}
.address-info .postal{
    font-weight:bold;
}
.address-info .postal em{
    color: #fd0b3f;
}
.address-actions{
    margin-top:8px;
    text-align:right;
}
.address-actions button{
    margin-right:8px;
    padding:6px 12px;
    border:none;
    border-radius:4px;
    background-color:var(--border-color);
    cursor:pointer;
}
.address-actions button:hover{
    background-color:var(--border-light);
}
.menu-info-container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.menu-thumb {
    flex: 0 0 auto;
    width: 120px;
    margin-top: 5px;
}
.menu-thumb img {
    max-width: 100%;
    border-radius: 4px;
}
.menu-details {
    flex: 1;
}
@media screen and (max-width: 480px) {
    .menu-info-container {
        flex-direction: column;
    }
    .menu-thumb {
        width: 100%;
        max-width: 240px;
        margin-bottom: 10px;
    }
}
.actions{
    text-align:right;
    margin-bottom:16px;
}
.actions .new-address{
    padding:8px 16px;
    border:none;
    border-radius:4px;
    background-color:#28a745;
    color:#fff;
    cursor:pointer;
}
.actions .new-address:hover{
    background-color:#218838;
}
#delivery_address_route footer{
    text-align:center;
}
#delivery_address_route footer .set-default{
    padding:10px 20px;
    background-color:#007bff;
    color:#fff;
    border:none;
    border-radius:4px;
    cursor:pointer;
}
#delivery_address_route footer .set-default:hover{
    background-color:#0069d9;
}
#delivery_address_route .set-default.disabled{
    background-color:#d5d5d5;
}
@media (max-width:768px){
    #delivery_address_route .address-header{
        flex-direction:column;
        align-items:flex-start;
    }
    #delivery_address_route .address-header .tag.default{
        margin-top:8px;
    }
    #delivery_address_route footer{
        margin-top:16px;
    }
}
#delivery_address_route .shipping-registration{
    max-width:100%; 
    margin:0 auto;
}
#delivery_address_route .shipping-registration header{
    text-align:center;
    margin-bottom:16px;
}
#delivery_address_route .shipping-registration header h2{
    font-size:1.5rem;
}
#delivery_address_route .address-form{
    display:flex;
    flex-direction:column;
    gap:12px;
}
#delivery_address_route .address-form label{
    font-weight:bold;
    margin-bottom:4px;
}
#delivery_address_route .address-form input[type="text"],
#delivery_address_route .address-form input[type="tel"],
#delivery_address_route .address-form textarea{
    width:100%;
    padding:8px;
    border:1px solid var(--border-light);
    border-radius:4px;
    font-size:0.9rem;
}
#delivery_address_route .address-form textarea{
    resize:vertical;
    min-height:80px;
}
.postal-code-group{
    display:flex;
    gap:8px;
}
.postal-code-group input[type="text"]{
    flex:1;
}
.postal-code-group .find-postal{
    padding:0 12px;
    border:none;
    border-radius:4px;
    background-color:#007bff;
    color:#fff;
    font-size:0.9rem;
    cursor:pointer;
}
.postal-code-group .find-postal:hover{
    background-color:#0069d9;
}
#delivery_address_route .agreement-group{
    display:flex;
    flex-direction:column;
    gap:8px;
}
#delivery_address_route .agreement-item{
    display:flex;
    align-items:center;
    gap:8px;
}
#delivery_address_route .agreement-item input[type="checkbox"]{
    transform:scale(1.2);
    cursor:pointer;
}
#delivery_address_route .agreement-item .view-detail{
    margin-left:auto;
    padding:4px 8px;
    border:none;
    border-radius:4px;
    background-color:var(--border-color);
    font-size:0.8rem;
    cursor:pointer;
}
#delivery_address_route .agreement-item .view-detail:hover{
    background-color:var(--border-light);
}
#delivery_address_route .save-btn{
    width:100%;
    padding:12px;
    border:none;
    border-radius:4px;
    background-color:#007bff;
    color:#fff;
    font-size:1rem;
    cursor:pointer;
}
#delivery_address_route .save-btn:hover{
    background-color:#0069d9;
}
@media (max-width:768px){
    #delivery_address_route .shipping-registration{
    }
    .postal-code-group{
    }
    #delivery_address_route .agreement-item .view-detail{
        margin-left:0;
        margin-top:4px;
    }
}
.ul_food_type{overflow:hidden;}
.ul_food_type li{float:left;list-style:none;height:26px;padding-top:10px;margin-right:20px;}
.target_div_sort .drag_able{margin:10px 0;padding: 10px; font-size:14px;border: 1px dotted #ccc;position: relative; }
.target_div_sort .drag_able:::after {
    content: "\2630";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: inherit;
}
.btn-coding { position: absolute; top: 20px; right: 20px;}
.guide-wrap { padding: 10px 20px;}
.tit-guide { margin: 20px 0 10px; padding: 0 20px 10px; font-size: 18px; font-weight:bold; border-bottom: 1px solid var(--text-primary) }
.tit-guide2 { margin: 20px 0 10px; font-size: 16px; font-weight:bold;}
.tit-guide2::before {content:'- '}
.order_cart_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; 
    z-index: 99999;
}
.order_cart_float {
    position: absolute;
    top: 70%;
    right: 20px;
    width: 85px;
    height: 40px;
    padding: 0;
    background-color: #484848;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    opacity: 0.6;
    z-index: 99999;
    pointer-events: auto; 
    cursor: pointer;
}
@media screen and (min-width: 1024px) {
    .order_cart_float{
        right: calc((100% - 1200px) / 2 + 400px);
    }
}
.order_cart_float a:link,.order_cart_float a:visited,.order_cart_float a:hover,.order_cart_float a:active{color:#fff !important;}
.ul_option_list li{margin-left:20px;padding: 6px 0;}
.tbl-time td.holiday {
    background-color: #f5f5f5;
    vertical-align: middle;
    position: relative;
}
.tbl-time .holiday-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #888;
}
.tbl-time tr:not(:first-child) td.holiday {
    border-top: none;
}
.tbl-time tr:not(:last-child) td.holiday {
    border-bottom: none;
}
.add_focus_outline {
    outline: 1px solid red;
    background-color: #eef;
    transition: background-color 0.3s ease, outline 0.3s ease;
}
.menu-no-data {
    text-align:center;
    padding:40px 20px;
    color:var(--text-tertiary);
    background-color:#f9f9f9;
    border:1px dashed #ccc;
    border-radius:4px;
    margin-top:20px;
}
.icon-btn{
    cursor:pointer;
    font-size:16px;
    border:none;
    background:none;
    outline:none;
    transition:color 0.3s;
}
.icon-btn.regular.active{ color:#3498db; }
.icon-btn.favorite.active{ color:#f1c40f; }
.icon-btn.follow.active{ color:#27ae60; }
.icon-btn.heart.active{ color:#fd0b3f; }
.inp-srh {
    display: flex;
    align-items: center; 
    gap: 8px; 
    width: 100%;
}
.inp-srh .srh-condition-select {
    width: 100px;
    min-width: 100px;
    flex-shrink: 0; 
    height: 38px; 
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-sizing: border-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.inp-srh .srh-condition-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.inp-srh .inp-group-wrapper {
    flex-grow: 1; 
    display: flex; 
    align-items: stretch; 
    position: relative; 
    height: 38px; 
    border: 1px solid #ced4da; 
    border-radius: 0.25rem; 
    overflow: hidden; 
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.inp-srh .inp-group-wrapper:focus-within {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.inp-srh .inp-group-wrapper .inp-base {
    flex-grow: 1; 
    min-width: 0; 
    height: 100%; 
    padding: 0.375rem 0.75rem; 
    font-size: 1rem; 
    line-height: 1.5; 
    color: #495057; 
    background-color: #fff; 
    border: none; 
    outline: none; 
    box-shadow: none; 
    border-top-left-radius: inherit; 
    border-bottom-left-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box; 
}
.inp-srh .btn-srh2 .hide {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.location-ui-wrap .location-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 auto 0 auto;
}
.location-ui-wrap .slc-base {
    flex: 1 1 0%;
    min-width: 150px;
    font-size: 1rem;
    border: 1px solid #dcdcdc;
    margin-right: 0;
}
.location-ui-wrap .btn-row {
    display: flex;
    gap: 8px;
}
.transaction-list{
    padding:20px 10px;
    margin:0 auto;
}
.transaction-list .transaction-card{
    background-color:#ffffff;
    border-radius:12px;
    padding:16px;
    margin-bottom:12px;
    box-shadow:0 4px 12px rgba(0, 0, 0, 0.08);
}
.transaction-list .card-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:8px;
}
.transaction-list .card-body .description{
    font-size:1.1rem; 
    font-weight:500;
    color:var(--dark-gray);
    margin:0 0 10px 0;
}
.transaction-list .card-body .meta-info{
    font-size:0.85rem; 
    color:var(--text-muted);
    line-height:1.4;
}
.transaction-list .meta-info .order-id,
.transaction-list .meta-info .timestamp{
    display:block;
    font-size: 13px;
}
.transaction-list .points{
    font-size:1.3rem; 
    font-weight:700;
    text-align:right;
    white-space:nowrap;
}
.transaction-list .points.positive{ color:var(--primary-color); }
.transaction-list .points.negative{ color:var(--danger-color); }
.transaction-list .activity-tag{
    font-size:0.85rem; 
    font-weight:700;
    color:#fff;
    padding:4px 10px;
    border-radius:15px;
    white-space:nowrap;
}
.transaction-list .activity-tag.charge{ background-color:var(--primary-color); }
.transaction-list .activity-tag.use{ background-color:var(--danger-color); }
.transaction-list .activity-tag.expire{ background-color:var(--secondary-color); }
.transaction-list .activity-tag.promo{ background-color:var(--success-color); }
.transaction-list .activity-tag.cancel{ background-color:var(--secondary-color); }
.global_page_wrapper .pagination-nav{
    display:flex;
    justify-content:center;
    padding:24px 0 10px 0;
}
.global_page_wrapper .pagination{
    display:flex;
    padding-left:0;
    list-style:none;
}
.global_page_wrapper .page-item{
    margin:0 4px;
}
.global_page_wrapper .page-link{
    display:block;
    padding:8px 14px;
    font-size:0.9rem;
    font-weight:500;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #dee2e6;
    border-radius:6px;
    transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.global_page_wrapper .page-item a.page-link{
    color:var(--primary-color);
    cursor:pointer;
}
/*.global_page_wrapper .page-item a.page-link:hover{*/
/*    background-color:#e9ecef;*/
/*    border-color:#ced4da;*/
/*}*/
.global_page_wrapper .page-item.active .page-link{
    z-index:3;
    color:#fff;
    background-color:var(--primary-color);
    border-color:var(--primary-color);
}
.global_page_wrapper .page-item.disabled .page-link{
    color:var(--text-muted);
    pointer-events:none; 
    cursor:default;
}
.transaction-list .timestamp-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size: 13px;
}
.transaction-list .end-date{
    color:#223c56;
    font-weight:bold;
}
.transaction-list .no-data-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
}
.transaction-list .no-data-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    color: #ced4da; 
}
.transaction-list .no-data-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-muted);
    margin: 0;
}
.table-container{
    width:100%;
    overflow-x:auto; 
}
.responsive-table{
    width:100%;
    border-collapse:collapse;
    box-shadow:0 4px 12px rgba(0, 0, 0, 0.08);
}
.responsive-table thead{
}
.responsive-table th,
.responsive-table td{
    padding:16px 20px;
    border-bottom:1px solid #dee2e6;
    text-align:left;
}
.responsive-table th{
    font-weight:700;
    color:#495057;
}
.status-tag{
    color:#fff;
    padding:4px 10px;
    border-radius:15px;
    font-size:0.9em;
    font-weight:500;
    white-space:nowrap;
}
.status-tag.completed{ background-color:#28a745; }
.status-tag.shipping{ background-color:#007bff; }
.status-tag.pending{ background-color:#ffc107; color:var(--text-primary); }
.status-tag.canceled{ background-color:#dc3545; }
