/*main*/

/*
#md-mainNotice .remodal-txt {
  height: 50vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
*/
#md-mainNotice .remodal-txt p {
  font-size: .9rem;
}
.con-store .con-img {
  width: auto;
  height: auto
}
.con-store ul {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-height: 130px;
}
.con-store li {
  display: inline-block;
  width: 130px;
  margin-right: 10px;
}
.con-store .con-info {
  color: #333;
  margin-top: .3rem;
}
.con-store .con-info p {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  word-wrap: normal;
  font-size: 0.8rem;
}
.con-shop li {
  height: 100px;
  margin-bottom: 15px;
  position: relative
}
.con-shop li a {
  display: inline-block;
  width: 100%;
}
.con-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  /*  border: 1px solid #e8e8e8*/
}
.con-shop .con-info {
  position: absolute;
  width: calc(100% - 110px);
  left: 110px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.con-shop p {
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  word-wrap: normal;
}
.con-shop .txt-price span {
  text-decoration: line-through;
  display: inline-block;
}
.con-price .chc-price {
  border-bottom: 1px solid #f1f1f1;
  vertical-align: middle;
}
.con-price .chc-price img {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.con-price .chc-price p {
  display: inline-block;
}
.con-price .chc-price p:last-child {
  position: absolute;
  right: 0;
  margin-right: 1rem;
}
.con-wallet .display-table-cell {
  vertical-align: top
}
.con-wallet dl dt {
  float: left
}
.con-wallet dl dd {
  letter-spacing: -.5px;
  margin-bottom: 5px;
  font-weight: bold
}

/*
.con-wallet .link-qr {
  max-height: 142px;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 79, 90, 0.5);
  border-radius: 5px;
}
*/

.con-wallet .row .col-6:nth-child(1) {
  border-right: 1px solid #dd686a;
}
.con-wallet .link-wallet {
  display: inline-block;
  width: 100%;
  padding: 0.2rem 0 0 0.2rem;
}
.con-wallet .link-wallet .icon {
  color: #feb0b0;
  font-size: .9rem;
  position: absolute;
  right: 0;
  margin-top: -8px;
  top: 50%;
}
.con-wallet .badge {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 10px;
}
.con-wallet .badge-wallet {
  padding: 1px
}
.con-wallet .badge .icon {
  font-size: .9rem;
}
.con-wallet .watext {
  display: inline-block;
}
#wrap-service .article {
  border-top: 1px solid #ececec;
}
#wrap-service .sv-notice {
  padding: 0.6rem 0.5rem 0.6rem 1rem;
}
#wrap-service .sv-notice a {
  display: flex;
  font-size: 0.8rem;
  color: #666;
}
#wrap-service .sv-notice .link-more {
  position: absolute;
  right: 1rem;
  top: 2%;
}
#wrap-service .sv-notice .link-more .icon {
  font-size: .64rem;
  margin-top: 13%;
  margin-left: 6%;
}
#wrap-service .sv-notice h2 {
  margin: 1px 6px 0 0;
  font-size: 0.75rem
}
#wrap-service .sv-notice .sv-txt {
  width: 80%;
  text-align: left;
  vertical-align: middle;
}
#wrap-service .sv-menu li {
  width: 33.3%;
  height: 90px;
  float: left;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wrap-service .sv-menu li:nth-child(3n) {
  border-right: 0
}
#wrap-service .sv-menu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 7px;
}
#wrap-service .sv-menu .tlt-ic img {
  width: 50px;
  height: 50px;
}
#wrap-service .sv-menu .tlt-ic {
  font-size: 1.6rem;
  color: #6b6b6b
}
#wrap-service .sv-menu .tlt-txt {
  font-size: .84rem;
  font-weight: 200;
  color: #030303;
}

/* ===== 검색 폼 ===== */
.search-main{
  padding:16px 12px 20px;
  background:#F8FAFF;
}

.search-box{
  display:flex;
  align-items:center;
  background:#fff;
  border-radius:10px;
  padding:10px 12px;
  box-shadow:0 0 0 1px #e4e7ec inset;
  margin-bottom:16px;
}
.search-box input{
  border:none;
  outline:none;
  flex:1;
  font-size:14px;
}
.search-box input::placeholder{
  color:#98a2b3;
}
.search-box button{
  border:none;
  background:transparent;
  padding:0 2px 0 8px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.search-box button i{
  font-size:18px;
  color:#667085;
}

/* ===== 카테고리 카드 ===== */
.search-category-card{
  background:#fff;
  border-radius:10px;
  padding:14px 10px 10px;
  /*box-shadow:0 6px 20px rgba(15,23,42,.06);*/
  border: 1px solid #e4e7ec;
}
.search-category-card h2{
  margin:0 0 10px;
  font-size:14px;
  font-weight:600;
  color:#111827;
}


.chip{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  font-size:11px;
  color:#111827;
}
.chip .icon-box{
  width:55px;
  height:55px;
  border-radius:18px;
  background:#f7f7fb;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 2px 0 #e0e4f0 inset, 0 6px 14px rgba(15,23,42,.08);
}
.chip .cap{
  margin-top:2px;
}

/* ===== 검색 결과 없음 상태 ===== */
.empty-result{
  text-align:center;
  padding:60px 12px 60px;
  color:#4b5563;
}
.empty-result .kw{
  font-weight:700;
  margin-bottom:12px;
}
.empty-result .kw span{
  font-weight:700;
}
.empty-result p{
  margin:4px 0;
  font-size:13px;
  color:#6b7280;
}



/* 기본 메뉴 아이템 */
.menu-item{
  flex:1;
  border:none;
  background:transparent;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  font-size:11px;
  color:#333;
}
.menu-item i{
  font-size:18px;
  margin-bottom:2px;
}

/* 중앙 동그란 검색 버튼 */
.menu-search{
  flex:0 0 auto;
  width:55px;
  height:55px;
  border-radius:50%;
  background:#1976ff;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 14px rgba(0,0,0,.25);
  margin:0 10px;
  margin-top:-28px;
}
.menu-search i{
  font-size:22px;
}

/* ===== 바텀 시트 ===== */
.sheet-backdrop{
  position:fixed;
  inset:0;
  background:rgba(12,14,22,.45);
  opacity:0;
  pointer-events:none;
  transition:opacity .25s;
  z-index:85;
}
body.sheet-open .sheet-backdrop{
  opacity:1;
  pointer-events:auto;
}
.sheet{
  position:fixed;
  bottom:0;
  left:50%;
  width:100%;
  max-width:800px;
  background:#fff;
  border-radius:16px 16px 0 0;
  transform:translate(-50%, 100%);
  transition:transform .28s;
  z-index:90;
  max-height:85vh;
  display:flex;
  flex-direction:column;
  box-shadow:0 -10px 30px rgba(18,29,52,.2);
}
body.sheet-open .sheet{
  transform:translate(-50%, 0);
}
.sheet .grab{
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.sheet .grab:before{
  content:"";
  width:44px;
  height:4px;
  border-radius:4px;
  background:#E4E7EC;
}
.sheet .head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 16px 8px;
}
.sheet .head h4{
  margin:0;
  font-size:16px;
}
.sheet .close{
  border:0;
  background:#EFF2F7;
  border-radius:8px;
  height:28px;
  padding:0 10px;
  color:#667084;
  font-weight:600;
}
.sheet .body{
  padding:8px 10px 10px;
  overflow:auto;
}
.sheet .grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.sheet .item{flex:1;}
.sheet .cta{
  margin:0px 0px 15px;
}

/* bottom 추가*/
/* 진행중 주문 바텀시트 카드 가로 스크롤 */
.sheet .body .order-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 8px 4px 12px;
    -webkit-overflow-scrolling: touch;
}

.sheet .body .order-scroll::-webkit-scrollbar {
    display: none;
}

.sheet .body .order-scroll .item.card {
    flex: 0 0 160px;
    border-radius: 12px;
    border: 1px solid #e5e7f1;
    padding: 10px;
    background:#fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.sheet .body .item.card .tit {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color:#111827;
}

.sheet .body .item.card .price {
    font-size: 13px;
    font-weight: 700;
    color:#e11d48;
    margin-bottom: 6px;
}

.sheet .body .item.card .meta {
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:11px;
    color:#6b7280;
}

.sheet .body .item.card .badge {
    display:inline-block;
    padding:2px 6px;
    border-radius:999px;
    font-size:10px;
}

/* 상태별 색 */
.status-R { background:#fee2e2; color:#b91c1c; } /* 접수 */
.status-P { background:#dbeafe; color:#1d4ed8; } /* 진행중 */
.status-H { background:#fef9c3; color:#854d0e; } /* 대기 */
.status-D { background:#dcfce7; color:#166534; } /* 완료 */

.sheet .cta {
    display:flex;
    gap:8px;
    padding:10px 16px 16px;
}

.sheet .cta .btn-secondary {
    flex:0 0 80px;
    border-radius:999px;
    border:1px solid #e5e7eb;
    background:#fff;
    font-size:13px;
}

.sheet .cta .btn-primary {
    flex:1;
    border-radius:999px;
    border:none;
    background:#2563eb;
    color:#fff;
    font-size:13px;
    font-weight:600;
}

/* bottom */

.btn-primary{
  display:block;
  width:100%;
  background:#0B63FF;
  color:#fff;
  border:0;
  border-radius:12px;
  padding:14px 16px;
  font-weight:700;
}.btn.btn-xs {
	padding: 0.2rem 0.7rem;
	font-size: .65rem;
}

.btn.btn-sm {
	padding: 0.15rem 1rem;
	font-size: .8rem;
}

.btn.btn-sm2 {
	padding: 0.6rem 1.1rem;
	font-size: .8rem;
	margin: 0 5px 5px 0;
	font-weight:600;
}

.btn.btn-lg {
	padding: .9rem 5rem;
	font-size: 1.05rem;
}

.btn.active,
.btn:active {
	box-shadow: none;
}

.btn-capsule {
	border-radius: 50px;
}


.btn-primary {
	color: white;
	background-color: #0071d1;
	border-color: #0068c3;
}

.btn-primary.active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
	color: white;
	background-color: #005197;
	border-color: #005197;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #005197;
	border-color: #005197;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
	color: white;
	background-color: #0ea967;
	background-image: none;
	border-color: #0ea967;
	z-index: 99;
}

.btn-info {
	color: #48760e;
	background-color: #c8eda0;
	border-color: #c8eda0;
}
.btn-info2 {
	color: #7368e8;
	background-color: #eae8ff;
	border-color: #eae8ff;
}
.btn-info3 {
	color: #e8688c;
	background-color: #fed7eb;
	border-color: #fed7eb;
}
.btn-info4 {
	color: #1c9fc3;
	background-color: #b5ebfa;
	border-color: #b5ebfa;
}
.btn-info5 {
	color: #055e97;
	background-color: #88d1ff;
	border-color: #88d1ff;
}
.btn-info6 {
	color: #707101;
	background-color: #ecee44;
	border-color: #ecee44;
}
.btn-info7 {
	color: #508800;
	background-color: #afe95d;
	border-color: #afe95d;
}
.btn-info8 {
	color: #cc4d2a;
	background-color: #ffcdc0;
	border-color: #ffcdc0;
}
.btn-info9 {
	color: #707070;
	background-color: #e4e4e4;
	border-color: #e4e4e4;
}
.btn-info.active,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:active:focus {
	color: #578917;
	background-color: #e7f8c5;
	border-color: #e7f8c5;
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #e6eaef;
	border-color: #e6eaef;
}

/*

.btn-info:active,
.btn-info.active,
*/
.show > .btn-info.dropdown-toggle {
	color: white;
	background-color: #0ba1e5;
	background-image: none;
	border-color: #0989c3;
	z-index: 99;
}

.btn-success {
	color: white;
	background-color: #25b36e;
	border-color: #379668;
}

.btn-success.active,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:focus {
	color: white;
	background-color: #25b36e;
	border-color: #379668;
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #4CD964;
	border-color: #37d552;
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
	color: white;
	background-color: #25b36e;
	background-image: none;
	border-color: #379668;
	z-index: 99;
}

.btn-warning {
	color: white;
	background-color: #FF9500;
	border-color: #e68600;
}

.btn-warning.active,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:active:focus {
	color: white;
	background-color: #cc7700;
	border-color: #a86200;
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #FF9500;
	border-color: #e68600;
}

.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
	color: white;
	background-color: #cc7700;
	background-image: none;
	border-color: #a86200;
	z-index: 99;
}

.btn-danger {
	color: white;
	background-color: #bb3a3a;
	border-color: #bb3a3a;
}

.btn-danger.active,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:active:focus {
	color: white;
	background-color: #bb3a3a;
	border-color: #bb3a3a;
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #FF3B30;
	border-color: #ff2317;
}

.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
	color: white;
	background-color: #bb3a3a;
	background-image: none;
	border-color: #bb3a3a;
	z-index: 99;
}

.btn-outline-primary {
	color: #006bf5;
    background-image: none;
    background-color: transparent;
    border-color: #4799fe;
}

.btn-outline-primary.btn-icon span {
	border-color: #02ba6b;
	background-color: transparent;
	transition: background-color 0.2s ease-in-out;
}

.btn-outline-primary.btn-icon:hover span,
.btn-outline-primary.btn-icon:focus span,
.btn-outline-primary.btn-icon:active span,
.btn-outline-primary.btn-icon:active:focus span {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: transparent;
}

.btn-outline-primary:hover {
	color: white;
	background-color: #02ba6b;
	border-color: #02ba6b;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	color: white;
	background-color: #02ba6b;
	border-color: #02ba6b;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
	color: white;
	background-color: #02ba6b;
	border-color: #02ba6b;
}

.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
	color: white;
	background-color: #02ba6b;
	border-color: #02ba6b;
}

.btn-outline-primary.active {
	color: white;
	background-color: #02ba6b;
	border-color: #02ba6b;
}

.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
	border-color: #66afff;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
	border-color: #66afff;
}

.btn-outline-info {
	color: #6fac06;
	background-image: none;
	background-color: transparent;
	border-color: #6fac06;
}

.btn-outline-info.btn-icon span {
	border-color: #6fac06;
	background-color: transparent;
	transition: background-color 0.2s ease-in-out;
}

.btn-outline-info.btn-icon:hover span,
.btn-outline-info.btn-icon:focus span,
.btn-outline-info.btn-icon:active span,
.btn-outline-info.btn-icon:active:focus span {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: transparent;
}

.btn-outline-info:hover {
	color: white;
	background-color: #6fac06;
	border-color: #6fac06;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	color: white;
	background-color: #6fac06;
	border-color: #6fac06;
}

.btn-outline-info:active,
.btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
	color: white;
	background-color: #6fac06;
	border-color: #6fac06;
}

.btn-outline-info:active:hover,
.btn-outline-info:active:focus,
.btn-outline-info:active.focus,
.btn-outline-info.active:hover,
.btn-outline-info.active:focus,
.btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
	color: white;
	background-color: #6fac06;
	border-color: #6fac06;
}

.btn-outline-info.active {
	color: white;
	background-color: #6fac06;
	border-color: #6fac06;
}

.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled.focus {
	border-color: #8fd9fa;
}

.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
	border-color: #8fd9fa;
}

.btn-outline-info2 {
	color: #7368e8;
	background-image: none;
	background-color: transparent;
	border-color: #c2bdff;
}

.btn-outline-success {
	color: #4CD964;
	background-image: none;
	background-color: transparent;
	border-color: #4CD964;
}

.btn-outline-success.btn-icon span {
	border-color: #4CD964;
	background-color: transparent;
	transition: background-color 0.2s ease-in-out;
}

.btn-outline-success.btn-icon:hover span,
.btn-outline-success.btn-icon:focus span,
.btn-outline-success.btn-icon:active span,
.btn-outline-success.btn-icon:active:focus span {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: transparent;
}

.btn-outline-success:hover {
	color: white;
	background-color: #4CD964;
	border-color: #4CD964;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	color: white;
	background-color: #4CD964;
	border-color: #4CD964;
}

.btn-outline-success:active,
.btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
	color: white;
	background-color: #4CD964;
	border-color: #4CD964;
}

.btn-outline-success:active:hover,
.btn-outline-success:active:focus,
.btn-outline-success:active.focus,
.btn-outline-success.active:hover,
.btn-outline-success.active:focus,
.btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
	color: white;
	background-color: #24aa3b;
	border-color: #1d892f;
}

.btn-outline-success.active {
	background-color: #24aa3b;
	border-color: #1d892f;
}

.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus {
	border-color: #a0ebad;
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
	border-color: #a0ebad;
}

.btn-outline-warning {
	color: #FF9500;
	background-image: none;
	background-color: transparent;
	border-color: #FF9500;
}

.btn-outline-warning.btn-icon span {
	border-color: #FF9500;
	background-color: transparent;
	transition: background-color 0.2s ease-in-out;
}

.btn-outline-warning.btn-icon:hover span,
.btn-outline-warning.btn-icon:focus span,
.btn-outline-warning.btn-icon:active span,
.btn-outline-warning.btn-icon:active:focus span {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: transparent;
}

.btn-outline-warning:hover {
	color: white;
	background-color: #FF9500;
	border-color: #FF9500;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	color: white;
	background-color: #FF9500;
	border-color: #FF9500;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
	color: white;
	background-color: #FF9500;
	border-color: #FF9500;
}

.btn-outline-warning:active:hover,
.btn-outline-warning:active:focus,
.btn-outline-warning:active.focus,
.btn-outline-warning.active:hover,
.btn-outline-warning.active:focus,
.btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus {
	color: white;
	background-color: #a86200;
	border-color: #804b00;
}

.btn-outline-warning.active {
	background-color: #a86200;
	border-color: #804b00;
}

.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled.focus {
	border-color: #ffbf66;
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
	border-color: #ffbf66;
}

.btn-outline-danger {
	color: #e76a6a ;
	background-image: none;
	background-color: transparent;
	border-color: #ffa9a4;
}

.btn-outline-danger.btn-icon span {
	border-color: #FF3B30;
	background-color: transparent;
	transition: background-color 0.2s ease-in-out;
}

.btn-outline-danger.btn-icon:hover span,
.btn-outline-danger.btn-icon:focus span,
.btn-outline-danger.btn-icon:active span,
.btn-outline-danger.btn-icon:active:focus span {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: transparent;
}

.btn-outline-danger:hover {
	color: #e76a6a ;
	background-image: none;
	background-color: transparent;
	border-color: #ffa9a4;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	color: #e76a6a ;
	background-image: none;
	background-color: transparent;
	border-color: #ffa9a4;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
	color: #e76a6a ;
	background-image: none;
	background-color: transparent;
	border-color: #ffa9a4;
}

.btn-outline-danger:active:hover,
.btn-outline-danger:active:focus,
.btn-outline-danger:active.focus,
.btn-outline-danger.active:hover,
.btn-outline-danger.active:focus,
.btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus {
	color: white;
	background-color: #d80b00;
	border-color: #b00900;
}

.btn-outline-danger.active {
	background-color: #d80b00;
	border-color: #b00900;
}

.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled.focus {
	border-color: #ff9c96;
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
	border-color: #ff9c96;
}

.btn-outline-dark {
	color: #0c151a;
	background-image: none;
	background-color: transparent;
	border-color: #0c151a;
}

.btn-outline-dark.btn-icon span {
	border-color: #0c151a;
	background-color: transparent;
	transition: background-color 0.2s ease-in-out;
}

.btn-outline-dark.btn-icon:hover span,
.btn-outline-dark.btn-icon:focus span,
.btn-outline-dark.btn-icon:active span,
.btn-outline-dark.btn-icon:active:focus span {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: transparent;
}

.btn-outline-dark:hover {
	color: white;
	background-color: #0c151a;
	border-color: #0c151a;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	color: white;
	background-color: #0c151a;
	border-color: #0c151a;
}

.btn-outline-dark:active,
.btn-outline-dark.active,
.open > .btn-outline-dark.dropdown-toggle {
	color: white;
	background-color: #0c151a;
	border-color: #0c151a;
}

.btn-outline-dark:active:hover,
.btn-outline-dark:active:focus,
.btn-outline-dark:active.focus,
.btn-outline-dark.active:hover,
.btn-outline-dark.active:focus,
.btn-outline-dark.active.focus,
.open > .btn-outline-dark.dropdown-toggle:hover,
.open > .btn-outline-dark.dropdown-toggle:focus,
.open > .btn-outline-dark.dropdown-toggle.focus {
	color: white;
	background-color: black;
	border-color: black;
}

.btn-outline-dark.active {
	background-color: black;
	border-color: black;
}

.btn-outline-dark.disabled:focus,
.btn-outline-dark.disabled.focus,
.btn-outline-dark:disabled:focus,
.btn-outline-dark:disabled.focus {
	border-color: #2c4d60;
}

.btn-outline-dark.disabled:hover,
.btn-outline-dark:disabled:hover {
	border-color: #2c4d60;
}

.btn-outline-white {
	color: white;
	background-image: none;
	background-color: transparent;
	border-color: white;
}

.btn-outline-white.btn-icon span {
	border-color: white;
	background-color: transparent;
	transition: background-color 0.2s ease-in-out;
}

.btn-outline-white.btn-icon:hover span,
.btn-outline-white.btn-icon:focus span,
.btn-outline-white.btn-icon:active span,
.btn-outline-white.btn-icon:active:focus span {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: transparent;
}

.btn-outline-white:hover {
	color: white;
	background-color: white;
	border-color: white;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
	color: white;
	background-color: white;
	border-color: white;
}

.btn-outline-white:active,
.btn-outline-white.active,
.open > .btn-outline-white.dropdown-toggle {
	color: white;
	background-color: white;
	border-color: white;
}

.btn-outline-white:active:hover,
.btn-outline-white:active:focus,
.btn-outline-white:active.focus,
.btn-outline-white.active:hover,
.btn-outline-white.active:focus,
.btn-outline-white.active.focus,
.open > .btn-outline-white.dropdown-toggle:hover,
.open > .btn-outline-white.dropdown-toggle:focus,
.open > .btn-outline-white.dropdown-toggle.focus {
	color: white;
	background-color: #d4d4d4;
	border-color: #bfbfbf;
}

.btn-outline-white.active {
	background-color: #d4d4d4;
	border-color: #bfbfbf;
}

.btn-outline-white.disabled:focus,
.btn-outline-white.disabled.focus,
.btn-outline-white:disabled:focus,
.btn-outline-white:disabled.focus {
	border-color: white;
}

.btn-outline-white.disabled:hover,
.btn-outline-white:disabled:hover {
	border-color: white;
}

.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:active:focus {
	color: #0c151a;
}

/* 유틸 */
.drag-wrap{cursor:grab}
.dragging{cursor:grabbing;user-select:none}

.bg-gray{background:#F8FAFF;}

.radius-3{border-radius:3px;}
.radius-5{border-radius:5px;}
.radius-8{border-radius:8px;}
.radius-10{border-radius:10px;}
.radius-15{border-radius:15px;}
.radius-20{border-radius:20px;}
.radius-50{border-radius:50px;}


/********** 상품상세 *************/
.search-topbar{
    position:sticky;
    top:0;
    z-index:20;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 5px;
    background:#F8FAFF;
    border-bottom:1px solid rgba(0,0,0,.06);
}

.search-topbar .left-area,
.search-topbar .right-area{
    width:40px; /* 버튼 영역 고정 폭 */
    display:flex;
    align-items:center;
    justify-content:center;
}

.search-topbar .title{
    flex:1;
    text-align:center;
    font-size:16px;
    font-weight:600;
    margin:0;
    padding:0;
}

.search-topbar .back,
.search-topbar .home-btn{
    border:0;background:none;padding:4px;
    width:32px;height:32px;
    display:flex;align-items:center;justify-content:center;
    font-size:18px;color:#333;
}


/* 상품 상세 */
.product-detail-wrap{
  padding:12px 12px 90px;
}

/* 이미지 영역 */
.pd-img-wrap{
  position:relative;
  overflow:hidden;
  border-radius:15px;
  background:#fff;
}
.pd-img-main{
  overflow:hidden;
}
/* 슬라이드 트랙/아이템 */
.pd-img-track{
  display:flex;
  width:100%;
  transition:transform .4s ease;
}
.pd-img-item{
  flex:0 0 100%;
}
.pd-img-item img{
  width:100%;
  display:block;
}

/* 찜 안한 상태 */
.pd-heart {
    position:absolute;
    top:12px; right:12px;
    width:40px; height:40px;
    border-radius:50%;
    background:#ffffffcc;
    color:#999;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    border:none;
}

/* 찜 된 상태 */
.pd-heart.on {
    background:#ff6b00;   /* 주황색 */
    color:#fff !important;
}

.pd-heart.on i {
    color:#fff !important;
}

.pd-dots{
  position:absolute;
  left:50%;bottom:15px;
  transform:translateX(-50%);
  display:flex;gap:10px;
}
.pd-dot{
  width:12px;height:12px;
  border-radius:50%;
  background:rgba(255,255,255,.4);
}
.pd-dot.active{background:#FF6B3D;}

/* 카드 공통 */
.pd-card{
  margin-top:12px;
  border-radius:10px;
  background:#fff;
  padding:12px 12px;
  /*box-shadow:0 2px 5px rgba(0,0,0,.03);*/
  border:1px solid #DDDFE1;
}

/* 상단 요약 카드 */
.pd-summary-top{
  display:flex;justify-content:space-between;align-items:center;
  margin-bottom:8px;
  font-size:14px;
  color:#666;
}
.pd-summary-top .cate{font-weight:500; font-size:14px}
.pd-summary-top .price-main{
  color:#FF4D2E;
  font-size:15px;
  font-weight:700;
}
.pd-summary-top .price-main small{
  font-size:11px;
}

.pd-name-pill{
  margin-top:6px;
  border-radius:10px;
  background:#2c2b31;
  color:#fff;
  font-size:16px;
  padding:10px 10px;
  line-height:1.4;
}

/* 가격/옵션 카드 */
.pd-info-row{
  display:flex;
  justify-content:space-between;
  font-size:14px;
  margin-bottom:6px;
}
.pd-info-row .label{color: #888; min-width: 70px; margin: 5px 0 5px 5px; font-size: 14px; font-weight:500}
.pd-info-row .value{color: #111; margin: 5px 5px 5px 0px; text-align:right; font-weight:600}

.pd-info-row .value strong{font-weight:600;}
.pd-info-row.small{font-size:12px;color:#999;}

.pd-option-select{
  width:100%;
  padding:6px 8px;
  border-radius:5px;
  border:1px solid #ddd;
  font-size:13px;
}

/* 옵션 요약/수량 영역 */
.pd-line{
  border:0;
  border-top:1px solid #E5E7EB;
  margin:10px 0;
}

.pd-qty-row{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:6px;
  margin-top:8px;
}

.qty-btn{
  width:32px;
  height:32px;
  border-radius:5px;
  border:1px solid #CBD5F5;
  background:#E5EDFF;
  font-size:18px;
  line-height:1;
  text-align:center;
  color:#1F2937;
  padding:0;
}
#btnQtyMinus{
  background:#FFE5E5;
  border-color:#FCA5A5;
}
.qty-input{
  width:48px;
  height:32px;
  border-radius:6px;
  border:1px solid #CBD5F5;
  text-align:center;
  font-size:14px;
}

/* 버튼 3개 */
.pd-actions{
  display:flex;
  gap:8px;
}
.pd-actions .btn{
  flex:1;
  height:40px;
  line-height:38px;
  border-radius:8px;
  font-size:14px;
  border:1px solid #DDDFE1;
  box-shadow: none;
}
.pd-actions .btn-like{color:#FF6B6B;border-color:#FFD4D4; background:#f0f0f0}
.pd-actions .btn-cart{color:#333;}
.pd-actions .btn-buy{
  background:#2563EB;
  border-color:#2563EB;
  color:#fff;
  font-weight:600;
}

/* 리뷰 카드 */
.pd-review-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:8px;
}
.pd-review-title{
  display:flex;align-items:center;gap:2px;
  font-size:14px;font-weight:600;
}
.pd-review-title i{font-size:15px;}
.pd-stars{color:#FFC048;font-size:14px;}

.pd-review-stats{
  display:flex;
  justify-content:space-between;
  font-size:12px;
  margin-top:4px;
  background: #5e5e5e;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
}
.pd-review-stats span.label{color:#888;}
.pd-review-stats span.value{font-weight:600;}

/* 상세정보 카드 */
.pd-desc-title{
  font-size:14px;font-weight:600;
  margin-bottom:8px;
}
.pd-desc-title i{margin-right:6px;}
.pd-desc-body{
  font-size:12px;
  color:#555;
  line-height:1.6;
}

/* 주문 주의사항 */
.pd-notice-list{
  list-style:none;
  padding-left:0;
  margin:6px 0 0;
  font-size:12px;
}
.pd-notice-list li{
  padding-left:14px;
  position:relative;
  margin-bottom:4px;
  color:#444;
}
.pd-notice-list li:before{
  content:"•";
  position:absolute;
  left:2px;top:0;
  color:#22c55e;
}

/* 하단 고정 구매 버튼 */
.pd-bottom-bg{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:75px; /* 원하는 높이 */
    background:#F8FAFF;
    z-index:10; /* 버튼보다 뒤 */
}

.pd-bottom-buy{
    position:fixed;
    left:50%;
    transform:translateX(-50%);
    bottom:15px; 
    width:100%;
    max-width:480px;
    padding:0 12px;
    z-index:20;
    display:flex;
    gap:8px;
}

.pd-bottom-buy button{
  flex:1;
  height:46px;
  border-radius:8px;
  border:none;
  font-size:15px;
  font-weight:600;
  box-shadow:0 4px 10px rgba(37,99,235,.25);
}

/* 버튼별 컬러 */
.btn-buyagency{
    background:#2563EB;
    color:#fff;
}

.btn-forwardagency{
    background:#0EA5E9;
    color:#fff;
}

.btn-buycart{
    background:#22c55e;
    color:#fff;
}

.btn-buylist{
    background:#ffa31d;
    color:#fff;
}

.border-top{border-top:1px solid #dedede;}
.border-bottom{border-top:1px solid #dedede;}
.pt-05 {padding-top:5px;}
.pt-1 {padding-top:10px;}
.pt-2 {padding-top:20px;}
.pt-3 {padding-top:30px;}
.pt-4 {padding-top:40px;}
.pt-5 {padding-top:50px;}
.pb-05 {padding-bottom:5px;}
.pb-1 {padding-bottom:10px;}
.pb-2 {padding-bottom:20px;}
.pb-3 {padding-bottom:30px;}
.pb-4 {padding-bottom:40px;}
.pb-5 {padding-bottom:50px;}


.cart-wrap{
		padding:12px 12px 90px;
	}

	/* 상단 탭 / 현황 카드 */
	.cart-tab-wrap{
		display:flex;
		justify-content:center;
		margin: 10px 0 10px;
	}
	.cart-tab{
		min-width:190px;
		height:34px;
		border-radius:999px;
		border:1px solid #d1d5db;
		background:#f3f4f6;
		font-size:14px;
		color:#6b7280;
		display:flex;align-items:center;justify-content:center;
	}
	.cart-tab.active{
		background:#fff;
		border-color:#414141;
		color:#111827;
		font-weight:600;
		box-shadow:0 2px 6px rgba(37,99,235,.18);
	}

	.cart-status-card{
		background:#fff;
		border-radius:10px;
		padding:14px 16px;
		border:1px solid #e5e7eb;
		box-shadow:0 1px 3px rgba(15,23,42,.04);
		margin-top: -26px;
	}
	.cart-status-inner{
		display:flex;
	}
	.cart-status-box{
		flex:1;
		padding: 20px 8px 15px 8px;
		display:flex;
		flex-direction:column;
		align-items:center;  
		text-align:center;
		gap:4px;
		position:relative;
		margin-top: 10px;
	}

	.cart-status-box + .cart-status-box{
		border-left:1px solid #e5e7eb;
		padding-left:16px;
		margin-left:8px;
	}
	.cart-status-label{
		font-size:13px;
		color:#4b5563;
		display:flex;
		align-items:center;
		gap:4px;
	}
	.cart-status-count{
		font-size:16px;
		color:#111827;
		font-weight:600;
	}

	/* 안내 텍스트 */
	.cart-list-title{
		font-size:13px;
		color:#111827;
		margin:18px 4px 8px;
		font-weight:600;
	}

	/* 상품 리스트 (가로형 카드) */
	.cart-list{
	  display:flex;
	  flex-direction:column;
	  gap:10px;
	}

	/* 전체 카드 */
	.cart-row{
	  background:#fff;
	  border-radius:10px;
	  border:1px solid #e5e7eb;
	  padding:12px 12px 12px;
	}

	/* 윗줄: 체크 + 제목 + 삭제 */
	.cart-row-top{
	  display:flex;
	  align-items:center;
	  margin-bottom:10px;
	}

	/* 체크 버튼 */
	.cart-check-box{
	  width:20px;
	  height:20px;
	  border-radius:3px;
	  border:1px solid #e5e7eb;
	  background:#f9fafb;
	  display:flex;
	  align-items:center;
	  justify-content:center;
	  font-size:13px;
	  color:#d1d5db; /* unchecked 색 */
	  margin-right:8px;
	}
	.cart-check-box.active{
	  background:#22c55e;
	  border-color:#16a34a;
	  color:#fff;
	}

	/* 제목(한 줄 말줄임) */
	.cart-row-title{
	  flex:1;
	  font-size:13px;
	  font-weight:600;
	  color:#111827;
	  white-space:nowrap;
	  overflow:hidden;
	  text-overflow:ellipsis;
	}

	/* 우측 삭제 버튼 */
	.cart-row-del{
	  border:none;
	  background:#fee2e2;
	  color:#b91c1c;
	  width:20px;
	  height:20px;
	  border-radius:3px;
	  font-size:14px;
	  display:flex;
	  align-items:center;
	  justify-content:center;
	}

	/* 아래 영역: 썸네일 + 정보 */
	.cart-row-bottom{
	  display:flex;
	  align-items:center;
	  gap:12px;
	}

	/* 썸네일 */
	.cart-thumb{
	  width:85px;
	  height:85px;
	  border-radius:5px;
	  overflow:hidden;
	  background:#f3f4f6;
	  flex-shrink:0;
	}
	.cart-thumb img{
	  width:100%;
	  height:100%;
	  object-fit:cover;
	}

	/* 오른쪽 정보 */
	.cart-info-box{
	  flex:1;
	  font-size:12px;
	  color:#4b5563;
	}
	.cart-option{
	  margin-bottom:4px;
	}

	/* 가격 */
	.cart-price-line{
	  font-size:14px;
	  margin-bottom:6px;
	}
	.cart-price-krw{
	  color:#ef4444;
	  font-weight:700;
	}
	.cart-price-cny{
	  color:#4b5563;
	  margin-left:2px;
	}

	/* 수량 버튼 */
	.cart-qty{
	  display:flex;
	  align-items:center;
	  gap:6px;
	}
	.cart-qty button{
	  width:28px;
	  height:28px;
	  border-radius:5px;
	  border:1px solid #d1d5db;
	  background:#f3f4f6;
	  font-size:16px;
	  line-height:1;
	}
	.cart-qty input{
	  width:40px;
	  height:28px;
	  border-radius:6px;
	  border:1px solid #d1d5db;
	  text-align:center;
	  font-size:13px;
	}


	/* 하단 선택 주문 버튼 */
	.cart-bottom-bar{
		position:fixed;
		left:50%;
		transform:translateX(-50%);
		bottom:15px;
		width:100%;
		max-width:480px;
		padding:0 12px;
		z-index:30;
	}
	.cart-bottom-bar button{
		width:100%;
		height:46px;
		border-radius:999px;
		border:none;
		background:#2563EB;
		color:#fff;
		font-size:15px;
		font-weight:600;
		box-shadow:0 4px 10px rgba(37,99,235,.35);
	}

/* 기존 스타일 그대로 유지 */
.order-wrap { padding:12px 14px 90px; }
.section-title { display:flex; justify-content:center; margin:10px 0 20px; }
.section-title .pill {
    min-width:190px; height:34px; border-radius:999px;
    background:#fff; border:1px solid #414141;
    display:flex; align-items:center; justify-content:center;
    font-weight:600; font-size:14px; color:#111827;
    box-shadow:0 2px 6px rgba(37,99,235,.18);
}
.order-box {
    background:#fff; border-radius:12px;
    padding:14px; border:1px solid #e5e7eb;
    margin-bottom:30px;
}
.addr-label { font-size:14px; font-weight:600; margin-bottom:6px; }
.addr-input {
    width:100%; height:40px; border-radius:8px; border:1px solid #d1d5db;
    padding:0 10px; margin-bottom:10px; font-size:14px;
}
.addr-btn { width:90px; height:39px; border:none; background:#22c55e; color:#fff;
    border-radius:8px; font-weight:600; }
.textarea {
    width:100%; height:80px; border:1px solid #d1d5db;
    border-radius:8px; padding:10px; font-size:14px;
}
.order-item { display:flex; gap:12px; padding:16px 3px; border-bottom:1px solid #dddfe1; }
.order-item img { width:70px; height:70px; object-fit:cover; border-radius:8px; }
.total-box .row { display:flex; justify-content:space-between; padding:6px 0; font-size:15px; }
.total-highlight { font-size:18px; font-weight:700; margin-top:8px; }

/* 체크박스 */
.check-row { display:flex; gap:10px; align-items:center; font-size:14px; margin-top:10px; }
.check-row input { transform:scale(1.2); }

/* 주문 버튼 */
.order-bottom {
    position:fixed; bottom:15px; left:50%; transform:translateX(-50%);
    width:100%; max-width:480px; padding:0 14px; z-index:9999;
}
.order-bottom button {
    width:100%; height:50px; background:#2563eb; border-radius:999px;
    border:none; color:#fff; font-size:16px; font-weight:700;
    box-shadow:0 4px 10px rgba(37,99,235,.35);
}

/* 주소록 */
.addr-wrap{ padding:12px 14px 90px; }

.addr-card{
    background:#fff;
    border-radius:12px;
    border:1px solid #e5e7eb;
    padding:14px 14px 12px;
    margin-bottom:12px;
}
.addr-name-row{
    display:flex; justify-content:space-between; align-items:center;
    margin-bottom:6px;
}
.addr-name{
    font-size:15px; font-weight:700; color:#111827;
}
.addr-default-pill{
    font-size:11px; padding:3px 8px;
    border-radius:999px;
    background:#2563eb; color:#fff;
}
.addr-text{
    font-size:13px; color:#374151; line-height:1.5;
}
.addr-memo{
    font-size:12px; color:#6b7280; margin-top:4px;
}
.addr-btn-row{
    margin-top:10px;
    display:flex; justify-content:flex-end; gap:8px;
}
.addr-btn-primary{
    background:#2563eb; border-color:#2563eb; color:#fff;
}

/* 하단 추가 버튼 */
.addr-bottom{
    position:fixed; left:50%; bottom:15px; transform:translateX(-50%);
    width:100%; max-width:480px; padding:0 14px; z-index:50;
}
.addr-bottom button{
    width:100%; height:48px;
    border:none; border-radius:999px;
    background:#2563eb; color:#fff;
    font-size:15px; font-weight:700;
}

/* 모달 */
.modal-wrap{
    position:fixed; left:0; top:0; width:100%; height:100%;
    background:rgba(0,0,0,.5);
    display:none; justify-content:center; align-items:center;
    z-index:9999;
}
.modal-box{
    width:90%; max-width:420px;
    background:#fff; border-radius:12px; padding:18px 16px 16px;
    max-height:85%; overflow-y:auto;
}
.modal-head{
    display:flex; justify-content:space-between; align-items:center;
    margin-bottom:10px;
}
.modal-close{
    background:none; border:0; font-size:20px;
}

/* 입력폼 */
.form-label{ font-size:13px; font-weight:600; margin:8px 0 4px; }
.form-input{
    width:100%; height:38px;
    border-radius:8px; border:1px solid #d1d5db;
    padding:0 10px; font-size:13px;
}
.form-textarea{
    width:100%; height:60px;
    border-radius:8px; border:1px solid #d1d5db;
    padding:8px 10px; font-size:13px;
    resize:none;
}
.form-row-flex{
    display:flex; gap:8px; align-items:center;
}
.form-row-flex .form-input{ flex:1; }
.form-save-btn{
    margin-top:14px;
    width:100%; height:40px;
    border:none; border-radius:8px;
    background:#22c55e; color:#fff; font-weight:700; font-size:14px;
}

/*상품카테고리 */
.cat-strip{
    padding:8px 12px 0;
}
.cat-strip-track{
    display:flex;
    gap:10px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    padding-bottom:6px;
}
.cat-strip-track::-webkit-scrollbar{display:none;}
.cat-strip-track .chip{
    flex: 0 0 auto;
    border: none;
    background: #ffffff;
    border-radius: 20px;
    width: 81px;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    /* box-shadow: 0 3px 5px rgb(31 41 55 / 24%); */
    border: 3px solid #ccc;
    font-size: 12px;
    cursor: pointer;
}
.cat-strip-track .chip .icon-box{
    width:32px;height:32px;
    border-radius:12px;
    background:#F3F4F6;
    display:flex;align-items:center;justify-content:center;
	box-shadow:none;
}
.cat-strip-track .chip .cap{
    white-space:nowrap;
}
.cat-strip-track .chip.active{
    box-shadow:0 0 0 0px #2563EB inset;
}

.recomm-wrap { padding:15px; }
.recomm-tabs { display:flex; border-radius: 5px; margin-bottom:10px; background: #dbe0e6;}
.recomm-tabs a { flex:1; text-align:center; padding:10px 0; font-size:14px; text-decoration:none; border-bottom:1px solid #000; }
.recomm-tabs a.on { font-weight:bold; border-color: #376aed; color: #3668e9; }
.recomm-header { margin-bottom:12px; }
.recomm-header h2 { margin:0; font-size:18px; }
.recomm-header p { margin:4px 0 0; font-size:12px; color:#777; }

.recomm-list { list-style:none; padding:0; margin:0; }
.recomm-item { display:flex; padding:10px 0; border-bottom:1px solid #f1f1f1; }
.recomm-thumb { width:100px; height:100px; flex-shrink:0; margin-right:10px; }
.recomm-thumb img { width:100%; height:100%; object-fit:cover; border-radius:4px; }
.recomm-info { flex:1; min-width:0; }
.recomm-title { font-size:14px; margin-bottom:4px; }
.recomm-title a { text-decoration:none; color:#111; }
.recomm-price { font-size:13px; margin-bottom:4px; }
.recomm-price strong { font-size:15px; }
.recomm-meta { font-size:12px; color:#808080; }
.recomm-reason { font-size:11px; color:#555; margin-top:4px; }

.recomm-empty { text-align:center; padding:40px 0; font-size:13px; color:#777; }

.paging { text-align:center; margin:15px 0; font-size:13px; }
.paging a,
.paging span { display:inline-block; min-width:26px; padding:4px 6px;
    margin:0 2px; text-decoration:none; border-radius:3px; border:1px solid #eee; }
.paging span.now { background:#111; border-color:#111; color:#fff; }


/* 서비스 아내 전체 래퍼 */
.service-wrap{
    padding:16px 16px 24px;
}

/* 헤더 설명 */
.service-intro{
    margin-bottom:16px;
    font-size:13px;
    color:#555;
    line-height:1.6;
}

/* 상단 하이라이트 카드 */
.service-hero{
    background:#fff;
    border-radius:12px;
    border:1px solid #E0E0E0;
    padding:16px 16px 14px;
    margin-bottom:18px;
    display:flex;
    align-items:center;
    gap:12px;
}
.service-hero-icon{
    width:60px;
    height:60px;
    border-radius:10px;
    background:#FDE3CE;
    display:flex;
    align-items:center;
    justify-content:center;
}
.service-hero-icon i{
    font-size:22px;
    color:#F58233;
}
.service-hero-text{
    flex:1 1 auto;
}
.service-hero-title{
    font-size:15px;
    font-weight:700;
    margin-bottom:4px;
    color:#222;
}
.service-hero-desc{
    font-size:12px;
    color:#777;
}

/* 서비스 그리드 */
.service-section-title{
    font-size:15px;
    font-weight:600;
    color:#333;
    margin:4px 0 8px;
}
.service-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:10px;
    margin-bottom:18px;
}

/* 개별 카드 */
.service-card{
    background:#fff;
    border-radius:12px;
    border:1px solid #E0E0E0;
    padding:12px 10px;
    display:flex;
    flex-direction:column;
    gap:6px;
}
.service-card-icon{
    width:32px;
    height:32px;
    border-radius:10px;
    background:#F5F5F5;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:2px;
}
.service-card-icon i{
    font-size:16px;
    color:#F58233;
}
.service-card-title{
    font-size:14px;
    font-weight:600;
    color:#222;
}
.service-card-desc{
    font-size:12px;
    color:#777;
    line-height:1.5;
}

/* 하단 링크형 리스트 */
.service-list{
    background:#fff;
    border-radius:12px;
    border:1px solid #E0E0E0;
    margin-bottom:18px;
}
.service-list-item{
    padding:10px 14px;
    border-top:1px solid #EFEFEF;
    display:flex;
    align-items:center;
}
.service-list-item:first-child{
    border-top:none;
}
.service-list-main{
    flex:1 1 auto;
}
.service-list-title{
    font-size:13px;
    color:#222;
}
.service-list-desc{
    font-size:11px;
    color:#999;
    margin-top:2px;
}
.service-list-arrow{
    color:#B0B0B0;
    font-size:16px;
    margin-left:8px;
}

/* 하단 CTA 버튼 */
.service-footer{
    margin-top:4px;
    text-align:center;
}
.btn-main-go{
    width:100%;
    max-width:430px;
    height:44px;
    border-radius:8px;
    background:#F58233;
    border:none;
    color:#fff;
    font-size:15px;
}

/* PC 센터 정렬 */
@media (min-width:768px){
    .service-wrap{
        /*max-width:430px;*/
        margin:0 auto;
    }
}

/* 마이페이지 주문관리 스타일 (모바일 위주) */
.order-list-wrap{
    padding:15px 12px 30px 12px;
}
.order-card{
    background:#fff;
    border-radius:12px;
    padding:12px 14px;
    margin-bottom:10px;
    box-shadow:0 1px 3px rgba(15,23,42,.08);
}
.order-card-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:6px;
}
.order-badge{
    display:inline-block;
    padding:3px 8px;
    border-radius:5px;
    font-size:12px;
    background:#e5e7eb;
    color:#374151;
}
.order-badge-blue{
    background:#dbeafe;
    color:#1d4ed8;
}
.order-badge-green{
    background:#dcfce7;
    color:#166534;
}
.order-badge-gray{
    background:#e5e7eb;
    color:#374151;
}
.order-no{
    font-size:14px;
    color:#414141;
}
.order-status{
    font-size:12px;
    font-weight:600;
}
.order-amount{
    font-size:15px;
    font-weight:600;
    color:#111827;
}
.order-date{
    font-size:12px;
    color:#9ca3af;
}
.order-addr{
    font-size:12px;
    color:#4b5563;
    margin-top:4px;
}
.order-bottom-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:8px;
}
.order-btn-detail{
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #3c3c3c;
    font-size: 12px;
    background: #3c3c3c;
    color: #fff;
}
.order-filter-bar{
    padding:0 12px 8px 12px;
}
.order-filter-bar select{
    width:49%;
    font-size:14px;
    height:38px;
}

/* 구매대행 = Blue */
.order-badge-buy{
    background: #f55033;
    color: #fff;
}

/* 배송대행 = Pink */
.order-badge-ship{
    background: #337AB7;
    color: #ffffff;
}

/* 페이징 */
.order-paging-wrap{
    text-align:center;
    margin:10px 0 20px;
}
.order-paging{
    display:inline-flex;
    list-style:none;
    padding:0;
    margin:0;
}
.order-paging li{
    margin:0 2px;
}
.order-paging a,
.order-paging span{
    display:block;
    min-width:28px;
    padding:4px 6px;
    font-size:12px;
    border-radius:4px;
    border:1px solid #d1d5db;
    color:#4b5563;
    background:#ffffff;
    text-decoration:none;
}
.order-paging .active span{
    background:#111827;
    color:#ffffff;
    border-color:#111827;
}
.order-paging .disabled span{
    color:#d1d5db;
    border-color:#e5e7eb;
    background:#f9fafb;
}
