@charset "utf-8";



html {
    font-size: 100% ;
}

/* =========================================
   1. MALL / CARE 공통 헤더,푸터
   ========================================= */
.headerWrap {position: fixed;top:0;left:50%;background: #fff;width: 100%;transform: translateY(0);will-change: transform;z-index: 4;max-width: 475px;transform: translateX(-50%);box-sizing: border-box;}
.headerWrap .headerInner {padding: 16px;height: 52px;align-items: center;justify-content: center;box-sizing: border-box;position: relative;text-align: center;display: flex;max-width: 473px;margin: 0 auto;}
.headerWrap .arrow {width: 20px;height: 20px;display: flex;}
.headerWrap .arrow img {width: 20px;height: 20px;}
.headerWrap h1 {font-family: "Pretendard";font-size:18px;font-weight: 700;display: block;text-align: center;color: #383838;}
.headerWrap .center {text-align: center;}
.headerWrap .header-btn {display: flex;gap: 16px;position: absolute;right:16px;top:16px;}
.headerWrap .header-btn li {width: 24px;height: 24px;}
.headerWrap .header-btn li a {display: inline-block;position: relative;}
.headerWrap .header-btn li a img {width: 24px;}
.headerWrap .header-btn .alarm.active::before {content: '';width: 6px;height: 6px;display: inline-block;background: #FF7425;border-radius: 50%;position: absolute;top:0;right:0;border:2px solid #fff}
.headerWrap .header-btn .basket .num {text-align:center;box-sizing: border-box;width:15px;height: 15px;color:#fff;font-size: 10px;font-family: "Pretendard";display: inline-block;background: #FF7425;border-radius: 50%;position: absolute;top: -2px;right: -4px;border:1px solid #fff}
.headerWrap .left {position: absolute;left:16px;top:16px;}
.headerWrap .btnPrev {text-indent: -999999px;background: url(../dm_images/ico_prev.png) no-repeat center;background-size: 8px 16px;width: 24px;height: 24px;}
.headerWrap .arrowLink {background: url(../dm_images/arrow.png) no-repeat right center ;background-size: 16px;padding-right: 20px;display: block;}

.headerWrap .menubars { display: none; max-height: 0; overflow: hidden; background: #fff; border-top: 1px solid #f5f5f5; transition: max-height 0.3s ease;max-width: 475px;margin: 0 auto;box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.03);}
.headerWrap .menubars.show { display: block; max-height: 50rem; }
.headerWrap .menubars li { border-bottom: 1rem solid #f5f5f5; }
.headerWrap .menubars li:last-child { border-bottom: none; }
.headerWrap .menubars li a { display: block; padding: 16px 20px; font-size: 15px; color: #666; transition: all 0.2s ease; }
.headerWrap .menubars li a:hover { background: #f9f9f9; }
.headerWrap .menubars li a.active { color: #6FB53D  ; font-weight: 600; background: #f0f8f0; }

.headerWrapFixed {position: fixed;top:0;left:0;background: #fff;width: 100%;transform: translateY(0);transition: transform 0.3s ease;will-change: transform;z-index: 3;}
.headerWrapFixed .headerInner {padding: 16px;height: 52px;align-items: center;justify-content: center;box-sizing: border-box;position: relative;text-align: center;display: flex;max-width: 475px;margin: 0 auto;}
.headerWrapFixed .arrow {width: 20px;height: 20px;display: inline-block;}
.headerWrapFixed .arrow img {width: 20px;height: 20px;}
.headerWrapFixed h1 {font-family: "Pretendard";font-size: 21px;font-weight: 700;display: block;text-align: center;}
.headerWrapFixed .center {text-align: center;}
.headerWrapFixed .header-btn {display: flex;gap: 16px;position: absolute;right:16px;top:16px;}
.headerWrapFixed .header-btn li {width: 24px;height: 24px;}
.headerWrapFixed .header-btn li a {display: inline-block;position: relative;}
.headerWrapFixed .header-btn li a img {width: 24px;}
.headerWrapFixed .header-btn .alarm.active::before {content: '';width: 6px;height: 6px;display: inline-block;background: #FF7425;border-radius: 50%;position: absolute;top:0;right:0;border:2px solid #fff}
.headerWrapFixed .header-btn .basket .num {text-align:center;box-sizing: border-box;width:15px;height: 15px;color:#fff;font-size: 10px;font-family: "Pretendard";display: inline-block;background: #FF7425;border-radius: 50%;position: absolute;top: -2px;right: -4px;border:1px solid #fff}
.headerWrapFixed .left {position: absolute;left:16px;top:16px;}
.headerWrapFixed .btnPrev {text-indent: -999999px;background: url(../dm_images/ico_prev.png) no-repeat center;background-size: 8px 16px;width: 24px;height: 24px;}

.dim-overlay {position: fixed;    top: 0;    left: 0;    width: 100%;    height: 100%;    background: rgba(0, 0, 0, 0.6);    opacity: 0;    visibility: hidden;    z-index: 4;}
.dim-overlay.active {opacity: 1;    visibility: visible;}
.floatingMenu {position: fixed;    bottom: 0;    left: 50%;    transform: translateX(-50%);    display: flex;    gap: 22PX;    z-index: 4;    opacity: 0;    visibility: hidden; }
.floatingMenu .menu-item {text-align: center;color:#fff;font-size: 14px;font-family: "Pretendard";font-weight:500;}
.floatingMenu .menu-icon img {width: 56px;}
.floatingMenu.active {opacity: 1;    visibility: visible;    bottom: 80px;}
.floatingMenu .menu-item.mt {margin-top: 28px;}
.floatingMenu .menu-label {margin-top:6px;width: 70px;text-align: center;color:#fff;font-size: 14px;font-family: "Pretendard";font-weight:500;}

.bt-navi-common.hide {transform: translateY(120%);}

.bt-navi-common {height: 62px;position: fixed;width: 100%;bottom: 0;border-top: 1px solid #E6E9EF;background: #fff;z-index: 11;transition: transform 0.35s ease; transform: translateY(0);min-width: 360px;left:0}
.bt-navi-common .navi {margin: auto;    width: 100%;    max-width: 475px;}
.bt-navi-common .navi .list {display: flex;justify-content: space-around;align-items: center;text-align: center;padding: 0 16px;position: relative;height: 62px;max-width: 475px;}
.bt-navi-common .navi .list > li {width: 58px;}
.bt-navi-common .navi .list > li p {font-size: 12px;color:#777;line-height: 1.4;font-weight: 500;margin-top: 2px;}
.bt-navi-common .navi .list .ico-n1 img {width: 24px;margin: 0 auto;}
.bt-navi-common .navi .list .bottomNaviBtn .character{ opacity: 1; }
.bt-navi-common .navi .list .bottomNaviBtn.active .character{opacity: 0}
.bt-navi-common .navi .list .bottomNaviBtn .naviClose {opacity: 0;}
.bt-navi-common .navi .list .bottomNaviBtn.active .naviClose {opacity: 1}
.bt-navi-common .navi .list .bottomNaviBtn {display: block; border-radius: 500px; width: 60px; height: 60px; background: url(../dm_images/bottom_ico_bg.png) no-repeat center; background-size: 60px auto; position: absolute; left: 50%; transform: translateX(-50%); top: -8px;}
.bt-navi-common .navi .list .bottomNaviBtn .character { opacity: 1; position: relative; width: 100%; height: 100%;}
.bt-navi-common .eye-container { position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.bt-navi-common .eye { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 42px; height: 100%; object-fit: contain; opacity: 0; transition: opacity 0.3s ease;}
.bt-navi-common .eye.active { opacity: 1;}
.bt-navi-common .naviClose {position: absolute; left: 50%; transform: translateX(-50%);top: 20px;}
.bt-navi-common .naviClose img {width: 16px;}

/* ========================================= Top Sheet Styles ========================================= */

.top-sheet-wrap { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 2000; visibility: hidden; transition: visibility 0s 0.3s; margin-left: 0; }
.top-sheet-wrap.active { visibility: visible; transition: visibility 0s 0s; }
.top-sheet-wrap.active .dimmed { opacity: 1; }
.top-sheet-wrap.active .top-sheet-container { transform: translateY(0); box-sizing: border-box; }
.top-sheet-wrap .dimmed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; transition: opacity 0.3s ease; }
.top-sheet-wrap .top-sheet-container { position: absolute; top: 0; left: 0; width: 100%; background-color: #f5f6f8; border-bottom-left-radius: 2rem; border-bottom-right-radius: 2rem; transform: translateY(-100%); transition: transform 0.3s ease-out; padding: 0 1.6rem 2.4rem; max-height: 54.8rem; overflow-y: auto; }
.top-sheet-wrap .sheet-header { display: flex; justify-content: space-between; align-items: flex-start; padding: 2rem 0 1.6rem; }
.top-sheet-wrap .sheet-header h2 { font-size: 2.3rem; font-weight: 700; line-height: 1.2; color: var(--gray-color-900); margin: 0; font-family: "Pretendard"; }
.top-sheet-wrap .sheet-header .btn-close-top { width: 2rem; height: 2rem; background: url(../dm_images/ico_btn_close_top.png) no-repeat center/contain; cursor: pointer; position: relative; margin-top: 0.5rem; }
.top-sheet-wrap .sheet-body .service-list { display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 0.8rem; }
.top-sheet-wrap .sheet-body .service-item a { display: flex; align-items: center; background: #fff; padding: 1.75rem 1.2rem; border-radius: 1.2rem; box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.03); }
.top-sheet-wrap .sheet-body .service-item.highlight a { background-color: var(--primary-color-50); border: 1px solid var(--primary-color-500); }
.top-sheet-wrap .sheet-body .service-item .icon-wrap { width: 4rem; height: 4rem; margin-right: 0.6rem; flex-shrink: 0; background-repeat: no-repeat; background-size: contain; }
.top-sheet-wrap .sheet-body .service-item .icon-wrap.icon-mall { background-image:url(../dm_images/ico_mall.png); }
.top-sheet-wrap .sheet-body .service-item .icon-wrap.icon-care { background-image:url(../dm_images/ico_care.png); }
.top-sheet-wrap .sheet-body .service-item .icon-wrap.icon-sub { background-image:url(../dm_images/ico_sub.png); }
.top-sheet-wrap .sheet-body .service-item .icon-wrap.icon-ndp { background-image:url(../dm_images/ico_ndp.png); }
.top-sheet-wrap .sheet-body .service-item .text-wrap { display: flex; flex-direction: column; }
.top-sheet-wrap .sheet-body .service-item .text-wrap .title { font-family: "Pretendard"; font-size: 1.5rem; font-weight: 700; color: var(--gray-color-900); margin-bottom: 0.2rem; }
.top-sheet-wrap .sheet-body .service-item .text-wrap .desc { font-size: 1.3rem; color: var(--gray-color-600); line-height: 1.3; font-weight: 400; }
.top-sheet-wrap .sheet-body .service-list-half { display: flex; gap: 1rem; }
.top-sheet-wrap .sheet-body .service-list-half .service-item-half { width: 100%; }
.top-sheet-wrap .sheet-body .service-list-half .service-item-half a { display: flex; background: #fff; padding: 1.2rem 0.8rem 1.2rem 1.2rem; border-radius: 1.2rem; box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.03); flex-direction:column; height: 11.3rem; }
.top-sheet-wrap .sheet-body .service-list-half .service-item-half .icon-wrap { width: 4rem; height: 4rem; margin-right: 0.6rem; flex-shrink: 0; background-repeat: no-repeat; background-size: 2.4rem; background-position: center; margin: 0 auto; }
.top-sheet-wrap .sheet-body .service-list-half .service-item-half .icon-wrap.icon-health { background-image:url(../dm_images/ico_health.png); }
.top-sheet-wrap .sheet-body .service-list-half .service-item-half .icon-wrap.icon-box { background-image:url(../dm_images/ico_box.png); }
.top-sheet-wrap .sheet-body .service-list-half .service-item-half .text-wrap .title { font-size: 1.5rem; line-height: 1.2; font-weight: 700; color: var(--gray-color-900); margin-bottom: 0.2rem; font-family: "Pretendard"; display: block; text-align: center; }
.top-sheet-wrap .sheet-body .service-list-half .service-item-half .text-wrap .desc { font-size: 1.3rem; color: var(--gray-color-600); display: block; line-height: 1.3; letter-spacing: -0.1rem; text-align: center; }

/* 바텀 시트 컨테이너 */

.bottom-sheet-wrap.type-full .bottom-sheet-container { height: 100%; max-height: none; border-radius: 0; }
.bottom-sheet-wrap.type-full .sheet-handle { display: none; }
.bottom-sheet-wrap.type-full .sheet-header { padding: 14px 16px; height: 52px; display: flex; justify-content: center; align-items: center; }
.bottom-sheet-wrap.type-full .sheet-header h2 { font-family: "Pretendard"; font-size: 18px; font-weight: 700; text-align: center; margin: 0; color: var(--gray-color-800); }
.bottom-sheet-wrap.type-full .sheet-header .btn-schedule { display: flex; justify-content: center; align-items: center; gap: 4px; padding: 6px 8px; line-height: 1; border: 1px solid var(--gray-color-100); border-radius: 6px; background: #fff; font-size: 12px; color: var(--gray-color-600); font-family: "Pretendard"; }
.bottom-sheet-wrap.type-full .sheet-header .btn-schedule::before { content: ""; display: block; width: 12px; height: 12px; background: url("../dm_images/ico_date.png") no-repeat center/contain; }
.bottom-sheet-wrap.type-full .sheet-header .btn-close { width: 24px; height: 24px; background: url("../dm_images/common/ico_close_g.png") no-repeat center/contain; border: none; font-size: 0; cursor: pointer; position: absolute; right: 16px; top: 14px; }
.bottom-sheet-wrap.type-full .sheet-header .btn-before { width: 24px; height: 24px; background: url("../dm_images/common/ico_before.png") no-repeat center/contain; border: none; font-size: 0; cursor: pointer; position: absolute; left: 16px; top: 14px; }
.bottom-sheet-wrap.type-full .sheet-body { padding: 0; display: flex; flex-direction: column; flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; background: #fff; }
.bottom-sheet-wrap.type-full .sheet-body .inner { padding: 24px 20px 32px; background-color: #fff; }
.bottom-sheet-wrap.type-full .sheet-body .inner > img { width: 100%; }
.bottom-sheet-wrap.type-full .sheet-body .banner-wrap { width: 100%; }
.bottom-sheet-wrap.type-full .sheet-body .banner-wrap img { width: 100%; }
.bottom-sheet-wrap.type-full .sheet-body .sheet-content-fixed { padding: 20px 20px 16px; background-color: #f5f5f5; z-index: 1; }
.bottom-sheet-wrap.type-full .sheet-body .sheet-content-fixed .total-count { margin-bottom: 12px; font-size: 18px; font-weight: 700; display: flex; align-items: center; line-height: 1.2; font-family: "Pretendard"; }
.bottom-sheet-wrap.type-full .sheet-body .sheet-content-fixed .total-count .count { margin-left: 2px; color: var(--primary-color-500); line-height: 1.4; display: block; }
.bottom-sheet-wrap.type-full .sheet-body .sheet-content-fixed .filter-tags { display: flex; gap: 8px; font-family: "Pretendard"; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.bottom-sheet-wrap.type-full .sheet-body .sheet-content-fixed .filter-tags::-webkit-scrollbar { display: none; }
.bottom-sheet-wrap.type-full .sheet-body .sheet-content-fixed .filter-tags .tag { border: 1px solid var(--gray-color-100); color: var(--gray-color-500); background-color: var(--gray-color-00); padding: 0 12px; border-radius: 32px; height: 26px; line-height: 26px; font-size: 12px; flex-shrink: 0; }
.bottom-sheet-wrap.type-full .sheet-body .sheet-content-fixed .filter-tags .tag.active { background: var(--gray-color-900); color: var(--gray-color-00); }
.bottom-sheet-wrap.type-full .scroll-wrapper { position: relative; padding: 0 20px; }
.bottom-sheet-wrap.type-full .scroll-wrapper.has-blur .blur-overlay { display: block; }
.bottom-sheet-wrap.type-full .scroll-wrapper .blur-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background: linear-gradient(to bottom, rgba(245, 245, 245, 0), rgb(245, 245, 245)); pointer-events: none; display: none; z-index: 5; }
.bottom-sheet-wrap .bottom-sheet-container { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; border-top-left-radius: 20px; border-top-right-radius: 20px; transform: translateY(100%); transition: transform 0.3s ease-out; display: flex; flex-direction: column; max-height: 85vh; overflow: hidden; }
.bottom-sheet-wrap .sheet-handle { width: 46px; height: 4px; background-color: var(--gray-color-200); border-radius: 100px; margin: 8px auto 20px; }
.bottom-sheet-wrap .sheet-header { padding: 0 20px 8px 20px; display: flex; justify-content: space-between; align-items: center; }
.bottom-sheet-wrap .sheet-header h2 { font-family: "Pretendard"; font-size: 23px; font-weight: 700; margin: 0; color: var(--gray-color-900); }
.bottom-sheet-wrap .sheet-header .btn-schedule { display: flex; justify-content: center; align-items: center; gap: 4px; padding: 6px 8px; line-height: 1; border: 1px solid var(--gray-color-100); border-radius: 6px; background: #fff; font-size: 13px; color: var(--gray-color-600); font-family: "Pretendard"; }
.bottom-sheet-wrap .sheet-header .btn-schedule::before { content: ""; display: block; width: 12px; height: 12px; background: url("../dm_images/ico_date.png") no-repeat center/contain; }
.bottom-sheet-wrap .sheet-calendar { padding: 13px 0 12px; }
.bottom-sheet-wrap .sheet-calendar .calendar-dates { display: flex; gap: 4px; justify-content: center; }
.bottom-sheet-wrap .sheet-calendar .date-item { display: flex; flex-direction: column; width: 46px; gap: 2px; align-items: center; padding: 5px 0 6px; border-radius: 8px; color: var(--gray-color-600); font-family: "Pretendard"; }
.bottom-sheet-wrap .sheet-calendar .date-item.active { background-color: var(--gray-color-900); color: var(--gray-color-00); }
.bottom-sheet-wrap .sheet-calendar .date-item .day { font-size: 12px; line-height: 1.3; font-weight: 550; }
.bottom-sheet-wrap .sheet-calendar .date-item .num { font-size: 14px; font-weight: bold; line-height: 1.4; font-weight: 700; }
.bottom-sheet-wrap .sheet-body { padding: 0; display: flex; flex-direction: column; flex: 1; }
.bottom-sheet-wrap .sheet-body .sheet-content-fixed { padding: 20px 20px 16px; background-color: #f5f5f5; z-index: 1; }
.bottom-sheet-wrap .sheet-body .sheet-content-fixed .total-count { margin-bottom: 12px; font-size: 18px; font-weight: 700; display: flex; align-items: center; line-height: 1.2; font-family: "Pretendard"; }
.bottom-sheet-wrap .sheet-body .sheet-content-fixed .total-count .count { margin-left: 2px; color: var(--primary-color-500); line-height: 1.4; display: block; }
.bottom-sheet-wrap .sheet-body .sheet-content-fixed .filter-tags { display: flex; gap: 8px; font-family: "Pretendard"; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.bottom-sheet-wrap .sheet-body .sheet-content-fixed .filter-tags::-webkit-scrollbar { display: none; }
.bottom-sheet-wrap .sheet-body .sheet-content-fixed .filter-tags .tag { border: 1px solid var(--gray-color-100); color: var(--gray-color-500); background-color: var(--gray-color-00); padding: 0 12px; border-radius: 32px; height: 26px; line-height: 26px; font-size: 12px; flex-shrink: 0; }
.bottom-sheet-wrap .sheet-body .sheet-content-fixed .filter-tags .tag.active { background: var(--gray-color-900); color: var(--gray-color-00); }
.bottom-sheet-wrap .scroll-wrapper { position: relative; padding: 0 20px; }
.bottom-sheet-wrap .scroll-wrapper.has-blur .blur-overlay { display: none; }
.bottom-sheet-wrap .scroll-wrapper .product-list-scroll { height: 172px; overflow-y: auto; display: flex; flex-direction: column; gap: 12px; }
.bottom-sheet-wrap .scroll-wrapper .product-list-scroll::-webkit-scrollbar { width: 6px; }
.bottom-sheet-wrap .scroll-wrapper .product-list-scroll::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 3px; }
.bottom-sheet-wrap .scroll-wrapper .product-list-scroll::-webkit-scrollbar-track { background-color: transparent; }
.bottom-sheet-wrap .scroll-wrapper .blur-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background: linear-gradient(to bottom, rgba(245, 245, 245, 0), rgb(245, 245, 245)); pointer-events: none; display: none; z-index: 5; }
.bottom-sheet-wrap .product-card { background: #fff; border-radius: 12px; overflow: hidden; min-height: 80px; display: flex; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); flex-shrink: 0; }
.bottom-sheet-wrap .product-card .product-img { width: 80px; height: 80px; background-color: #eee; position: relative; overflow: hidden; }
.bottom-sheet-wrap .product-card .product-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.bottom-sheet-wrap .product-card .product-img .product-label { position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; line-height: 16px; font-weight: 700; background: rgba(0, 0, 0, 0.7); color: #fff; font-size: 11px; text-align: center; }
.bottom-sheet-wrap .product-card .product-info { width: calc(100% - 104px); display: flex; flex-direction: column; justify-content: center; padding: 8px 12px; }
.bottom-sheet-wrap .product-card .product-info .product-cate { font-size: 12px; color: var(--gray-color-500); margin-bottom: 2px; font-weight: 700; }
.bottom-sheet-wrap .product-card .product-info .product-name { font-size: 14px; width: 100%; font-weight: 700; margin-bottom: 8px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.bottom-sheet-wrap .product-card .product-info button { color:#383838; font-size:12px; display:flex; align-items: center; margin-top: 8px; }
@media (max-width: 915px) {
    .dm-wrap .bottom-btn-group.has-navi { max-width: 100%; margin: 0; left: 0; }
    .dm-wrap .my-rank-floating-bar { left: 50%; transform: translateX(-50%); margin-left: -20.6rem;}
}
#btn-open-sheet { padding: 15px 30px; font-size: 16px; background-color: #000; color: #fff; border: none; border-radius: 8px; cursor: pointer; }
.bottom-sheet-wrap { position: fixed; top: 0; left: 0%; width: 100%; height: 100%; z-index: 1000; visibility: hidden; transition: visibility 0s 0.3s; }
.bottom-sheet-wrap.active { visibility: visible; transition: visibility 0s 0s; }
.bottom-sheet-wrap.active .dimmed { opacity: 1; }
.bottom-sheet-wrap.active .bottom-sheet-container { transform: translateY(0); }
.bottom-sheet-wrap .dimmed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; transition: opacity 0.3s ease; }
.bottom-sheet-wrap.type-full .bottom-sheet-container { transition: transform 0s ease-out; }
.bottom-sheet-wrap .bottom-sheet-container { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; border-top-left-radius: 20px; border-top-right-radius: 20px; transform: translateY(100%); transition: transform 0.3s ease-out; display: flex; flex-direction: column; max-height: 85vh; overflow: hidden; min-height: 28vh; }
.bottom-sheet-wrap .sheet-handle { width: 46px; height: 4px; background-color: var(--gray-color-200); border-radius: 100px; margin: 8px auto 20px; }
.bottom-sheet-wrap .sheet-header { padding: 0 20px 8px 20px; display: flex; justify-content: space-between; align-items: center; }
.bottom-sheet-wrap .sheet-header h2 { font-family: "Pretendard"; font-size: 23.6px; font-weight: 700; margin: 0; color: var(--gray-color-900); }
.bottom-sheet-wrap .sheet-header .btn-schedule { display: flex; justify-content: center; align-items: center; gap: 4px; padding: 6px 8px; line-height: 1; border: 1px solid var(--gray-color-100); border-radius: 6px; background: #fff; font-size: 14px; color: var(--gray-color-600); font-family: "Pretendard"; }
.bottom-sheet-wrap .sheet-header .btn-schedule::before { content: ""; display: block; width: 12px; height: 12px; background: url("../dm_images/ico_date.png") no-repeat center/contain; }
.bottom-sheet-wrap .sheet-calendar { padding: 13px 0 12px; }
.bottom-sheet-wrap .sheet-calendar .calendar-dates { display: flex; gap: 4px; justify-content: center; }
.bottom-sheet-wrap .sheet-calendar .date-item { display: flex; flex-direction: column; width: 46px; gap: 2px; align-items: center; padding: 5px 0 6px; border-radius: 8px; color: var(--gray-color-600); font-family: "Pretendard"; }
.bottom-sheet-wrap .sheet-calendar .date-item.active { background-color: var(--gray-color-900); color: var(--gray-color-00); }
.bottom-sheet-wrap .sheet-calendar .date-item .day { font-size: 12px; line-height: 1.3; font-weight: 550; }
.bottom-sheet-wrap .sheet-calendar .date-item .num { font-size: 14px; font-weight: 700; line-height: 1.4; font-weight: 700; }
.bottom-sheet-wrap .sheet-body { padding: 0; display: flex; flex-direction: column; flex: 1; background: var(--gray-color-50); }
.bottom-sheet-wrap .sheet-body.bg01 { background:#fff; }
.bottom-sheet-wrap .sheet-body .sheet-content-fixed { padding: 20px 20px 12px; background-color: #f5f5f5; z-index: 1; }
.bottom-sheet-wrap .sheet-body .sheet-content-fixed .total-count { margin-bottom: 0; font-size: 18px; font-weight: 700; display: flex; align-items: center; line-height: 1.2; font-family: "Pretendard"; }
.bottom-sheet-wrap .sheet-body .sheet-content-fixed .total-count .count { margin-left: 2px; color: var(--primary-color-500); line-height: 1.4; display: block; }
.bottom-sheet-wrap .sheet-body .sheet-content-fixed .filter-tags { display: flex; gap: 8px; font-family: "Pretendard"; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.bottom-sheet-wrap .sheet-body .sheet-content-fixed .filter-tags::-webkit-scrollbar { display: none; }
.bottom-sheet-wrap .sheet-body .sheet-content-fixed .filter-tags .tag { border: 1px solid var(--gray-color-100); color: var(--gray-color-500); background-color: var(--gray-color-00); padding: 0 12px; border-radius: 32px; height: 26px; line-height: 26px; font-size: 12px; flex-shrink: 0; }
.bottom-sheet-wrap .sheet-body .sheet-content-fixed .filter-tags .tag.active { background: var(--gray-color-900); color: var(--gray-color-00); }
.bottom-sheet-wrap .scroll-wrapper .product-list-scroll { height: 172px; overflow-y: auto; padding-bottom: 10px; display: flex; flex-direction: column; gap: 12px; }
.bottom-sheet-wrap .scroll-wrapper .product-list-scroll::-webkit-scrollbar { width: 6px; }
.bottom-sheet-wrap .scroll-wrapper .product-list-scroll::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 3px; }
.bottom-sheet-wrap .scroll-wrapper .product-list-scroll::-webkit-scrollbar-track { background-color: transparent; }
.bottom-sheet-wrap .scroll-wrapper .blur-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; background: linear-gradient(to bottom, rgba(245, 245, 245, 0), rgb(245, 245, 245)); pointer-events: none; display: none; z-index: 5; }
.bottom-sheet-wrap .product-card .product-img { width: 80px; height: 80px; background-color: #eee; position: relative; overflow: hidden; flex-shrink: 0; }
.bottom-sheet-wrap .product-card .product-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.bottom-sheet-wrap .product-card .product-img .product-label { position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; line-height: 16px; font-weight: 700; background: rgba(111, 181, 61, 1); color: #fff; font-size: 11px; text-align: center; opacity: 0.88; }
.bottom-sheet-wrap .product-card .product-info { width: 100%; display: flex; flex-direction: row; justify-content: center; padding: 8px 12px; justify-content: space-between; align-items: center; min-width: 0; }
.aside-area { display: none; }
.dm-wrap .container { max-width: 475px; padding-top: 52px; margin: 0 auto; min-width: 360px; min-height: 100%; display: flex; flex-direction: column; flex: 1; position: relative; }

@media (min-width: 915px) {
    .headerWrap { position: fixed; top: 0; left: auto; background: #fff; width: 100%; transform: none; z-index: 4; max-width: 473px !important; box-sizing: border-box; }
    .sheet-btn { max-width: 475px; }
    .dim-overlay { max-width: 475px; }
    .top-sheet-wrap { max-width: 475px; }
    .ap-layout-popup { left: 0 !important; margin-left: 0; max-width: 100%; }
    .bottom-sheet-wrap { max-width: 475px; }
    .bt-navi-common .navi { max-width: 475px; }
    .dm-wrap { width: 915px; display: flex; justify-content: space-between; margin: 0 auto; }
    .dm-wrap .container { margin: 0; }
    .aside-area { width: 400px; display: block; }
    .aside-area .aside-content { position: fixed; top: 0; width: 100%; height: 100%; max-width: 400px; display: flex; align-items: center; justify-content: flex-end; }
    .aside-quick { width: 300px; }
    .aside-quick > .text { font-weight: 700; line-height: 1.2; }
    .aside-quick > .text .txt { color: #777; display: block; font-size: 20px; line-height: 1.2; }
    .aside-quick > .text .txt em { font-style: normal; color: #27C166; position: relative; vertical-align: baseline; }
    .aside-quick > .text .txt em:before { content: ''; display: block; position: absolute; left: 50%; top: -10px; transform: translateX(-50%); width: 4px; height: 4px; border-radius: 100%; background: #27C166; }
    .aside-quick > .text .tit { display: block; position: relative; margin-top: 10px; line-height: 1.2; }
    .aside-quick > .text .tit:before { content: ''; display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: #ccc; }
    .aside-quick > .text .tit b { color: #2a2a2a; font-size: 36px; position: relative; background: #fff; z-index: 1; padding-right: 14px; justify-self: 1.2; }
    .aside-quick .quick-go { margin-top: 50px; }
    .aside-quick .quick-go a { display: flex; }
    .aside-quick .quick-go a img { max-width: 100%; }
    .aside-quick .quick-go .menu { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
    .aside-quick .quick-go .menu .btn { display: flex; align-items: center; justify-content: center; height: 36px; color: #777; font-size: 13px; border-radius: 4px; border: 1px solid #ccc; flex: 1; }
    .aside-quick .quick-go .menu .btn ~ .btn { margin-left: 12px; }
    .aside-quick .qr-wrap { display: flex; align-items: stretch; margin-top: 50px; }
    .aside-quick .qr-wrap .qr { display: flex; }
    .aside-quick .qr-wrap .qr img { height: 70px; }
    .aside-quick .qr-wrap .go-app { flex: 1; display: flex; flex-direction: column; margin-left: 24px; }
    .aside-quick .qr-wrap .go-app .text { display: block; color: #2a2a2a; font-size: 13px; line-height: 1.2; }
    .aside-quick .qr-wrap .go-app .text .txt { display: block; }
    .aside-quick .qr-wrap .go-app .text b { font-weight: 700; }
    .aside-quick .qr-wrap .go-app .menu { display: flex; align-items: center; margin-top: auto; justify-content: space-between; }
    .aside-quick .qr-wrap .go-app .menu .btn { height: 28px; outline: none; border: none; border-radius: 4px; overflow: hidden; }
    .aside-quick .qr-wrap .go-app .menu .btn img { height: 100%; }
    .aside-quick .telorder { background-color: #f5f5f5; border-radius: 7px; padding: 10px 0; width: 100%; margin-top: 11px; font-size: 1.1em; color: #474747; text-align: center; font-weight: 500; border: 1px solid #ebebeb; }
    .aside-quick .telorder span { color: #6FB53D; vertical-align: baseline; }
    .dm-wrap .container { min-height: 100vh; box-shadow: 0 0 0 1px #ddd; }
}

/* MARE / CARE 공통 헤더,푸터 */


/* =========================================
   1. 초기화 및 공통 (Reset & Common)
   ========================================= */
ul, ol, p, button, textarea { list-style: none; padding: 0; margin: 0; border: 0; }
:root { --primary-color: #6FB53D !important; --secondary-color: #6FB53D !important; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {font-family:'Pretendard';}

/* 공통 유틸리티 */
.f-green { color: #6FB53D; }
.mt05 { margin-top: 5px; }
.essential { color: #FF8100; }

/* =========================================
   2. 버튼 및 입력폼 (Buttons & Inputs)
   ========================================= */
.btn.bgGray { background: #ddd; color: #5B5B5B; border: 1px solid #ddd; font-size: 16px; }
.btn.bgGreen, .btn.bgGreen2, .btn.bgGreen2New { border: 1px solid #6FB53D; background-color: #6FB53D; color: #ffffff; font-size: 16px; }
.btn.bgLghtGreen { border: #6FB53D; background-color: #6FB53D; color: #ffffff; font-size: 15px;font-weight: 600; }
.form_btn.btnBxCenter { padding: 0 20px; box-sizing: border-box; }
.form_btn.btnBxCenter a { width: 100%; }
._addrssLstBx .btns .btn:before {display:none !important}


.dfChck + .dfChckLbl { font-size: 14px; }
.dfChck + .dfChckLbl._drckLn:before { border: 1px solid #DDD; }
.dfChck:checked + .dfChckLbl._drckLn:before { border: 1px solid #6FB53D; }
.wrapImprove .dfChck:checked + .dfChckLbl:before { background-color: #6FB53D; }
.wrapImprove .dfChck.type2 + .dfChckLbl:before { content: ''; position: absolute; top: 0px; left: 0px; width: 20px; height: 20px; border: 0; border-radius: 3px; background: #ffffff url(/resources/dm_images/icn2_chck.png) center no-repeat; background-size: 20px; box-sizing: border-box; }
.wrapImprove .dfChck.type2:checked + .dfChckLbl:before { content: ''; background: #ffffff url(/resources/dm_images/icn2_chck_on.png) center no-repeat; background-size: 20px; border: 0; }

/* =========================================
   3. WrapImprove
   ========================================= */
.wrapImprove .txt01 { font-size: 20px; color: #000; line-height: 1.4; font-weight: 700; margin-bottom: 32px; }
.wrapImprove .txt02 { font-size: 20px; color: #000; line-height: 1.4; font-weight: 700; margin-bottom: 8px; text-align: center; }
.wrapImprove .txt03 { font-size: 16px; color: #000; line-height: 1.4; font-weight: 400; margin-bottom: 32px; text-align: center; }
.wrapImprove .highlight { color: #6FB53D; font-weight: 700; font-size: inherit; }

/* 리스트 및 테이블 스타일 */
.wrapImprove .lnTBWidList { padding: 0; }
.lnTBWidList > li { border-top: 1px solid #f3f3f3;font-size: 15px;padding-left:18px }
.lnTBWidList > li:last-child { border-bottom: 1px solid #f3f3f3; }
.wrapImprove .bgGreyBx { background: #F9F9F9; border: 1px solid #F3F3F3; border-radius: 12px; }
.wrapImprove .bgGreyBx._list { padding: 8px 0; }
.wrapImprove .bgGreyBx._list > li { padding: 8px 16px; }

.li-dot { clear: both; padding-top: 5px; }
.li-dot > li { position: relative; font-size: 12px; line-height: 1.4; padding-left: 11px; color: #999; margin-bottom: 3px;}
.li-dot > li::before { content: ''; width: 3px; height: 3px; background: #AAA; color: #AAA; position: absolute; top: 5px; left: 0; }
.li-dot.color2 > li.pd::before {display: none;padding-left:20px;}

.li-dot.color2 > li {color: #5B5B5B;}
.li-dot.color2 > li.pd {color:#777}

.wrapImprove .dfList .btn.bgGray { background: #fff; border: 1px solid #383838; border-radius: 8px; color: #383838; font-size: 14px; }
.wrapImprove .dfDLLeft .th { font-size: 13px; color: #999999; font-weight: 400; }
.wrapImprove .dfDLLeft .td { font-size: 13px; color: #5B5B5B; font-weight: 500; }
.wrapImprove .ttlLabelFormBx > .th { font-size: 13px; font-weight: 700; color: #777777; }
.wrapImprove .ipt_group .btn { font-size: 14px; }

/* 쿠폰 및 버튼 랩 */
.wrapImprove .coupon { margin-bottom: 32px; }
.wrapImprove .coupon img { width: 100%; }
.wrapImprove .btn-wrap { margin-bottom: 24px; }
.wrapImprove .btn-wrap a { border: 1px solid #ddd; color: #777; padding: 10px 16px; border-radius: 8px; font-size: 15px; }
.wrapImprove .btn-wrap a.active { color: #6FB53D; border: 2px solid #6FB53D; background: #FAFAF0; font-weight: 700; }
.wrapImprove .btn-wrap li + li { margin-top: 6px; }
.coupon .couponuse img {width:45px !important;}

/* 토글 박스 */
.wrapImprove .toggleBox .tgglHead .more { background: #fff; border: 0; }
.wrapImprove .toggleBox .tgglHead .more:before { content: ''; position: absolute; width: 20px; height: 20px; transition: transform 0.35s ease; background:  url("../dm_images/common/ico_arrow_down.png") no-repeat center/contain; background-size: 20px 20px; }
.wrapImprove .toggleBox .tgglHead .more:after { display: none; }
.wrapImprove .toggleBox.on .tgglHead .more:before { transform: rotateZ(180deg); }
.wrapImprove .toggleBox.on > .tgglInf { background: #f9f9f9; border: 1px solid #F3F3F3; font-size: 14px; line-height: 1.4; padding: 16px; }
.wrapImprove .toggleBox > .tgglHead { align-items: start; }

/* =========================================
   4. 설문조사 (Survey)
   ========================================= */
.wrapImprove .survey .question { font-size: 14px; color: #383838; line-height: 1.4; font-weight: 700; }
.wrapImprove .survey .sub { font-size: 13px; color: #5b5b5b; margin-left: 15px; line-height: 1.4; margin-bottom: 8px; font-weight: 400; }
.wrapImprove .survey .ico { display: inline-block; width: 48px; height: 48px; margin-bottom: 10px; }
.wrapImprove .survey .btn-item p { font-size: 13px; color: #777; line-height: 1.4; font-weight: 500; }

.wrapImprove .survey a.btn-item {display:block}

.wrapImprove .survey .ico.ico-q1 { background: url(/resources/images/member/icon_surbey01.png) no-repeat; }
.wrapImprove .survey .ico.ico-q2 { background: url(/resources/images/member/icon_surbey02.png) no-repeat; }
.wrapImprove .survey .ico.ico-q3 { background: url(/resources/images/member/icon_surbey03.png) no-repeat; }
.wrapImprove .survey .ico.ico-q4 { background: url(/resources/images/member/icon_surbey04.png) no-repeat; }
.wrapImprove .survey .ico.ico-q5 { background: url(/resources/images/member/icon_surbey05.png) no-repeat; }
.wrapImprove .survey .ico.ico-q6 { background: url(/resources/images/member/icon_surbey06.png) no-repeat; }

.wrapImprove .survey .btn-item.active { color: #6FB53D; border: 2px solid #6FB53D; background: #FAFAF0; font-weight: 700; }
.wrapImprove .survey .btn-item.active .ico.ico-q1 { background: url(/resources/images/member/icon_surbey01_on.png) no-repeat; }
.wrapImprove .survey .btn-item.active .ico.ico-q2 { background: url(/resources/images/member/icon_surbey02_on.png) no-repeat; }
.wrapImprove .survey .btn-item.active .ico.ico-q3 { background: url(/resources/images/member/icon_surbey03_on.png) no-repeat; }
.wrapImprove .survey .btn-item.active .ico.ico-q4 { background: url(/resources/images/member/icon_surbey04_on.png) no-repeat; }
.wrapImprove .survey .btn-item.active .ico.ico-q5 { background: url(/resources/images/member/icon_surbey05_on.png) no-repeat; }
.wrapImprove .survey .btn-item.active .ico.ico-q6 { background: url(/resources/images/member/icon_surbey06_on.png) no-repeat; }

.wrapImprove .surveyBtn { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 40px; }
.wrapImprove .surveyBtn a { border: 1px solid #ddd; color: #777; padding: 10px 16px; border-radius: 8px; font-size: 15px; text-align: center; height: 102px; display: flex; align-items: center; flex-direction: column; justify-content: center; }
.wrapImprove .survey .btn-item .txt1 { font-size: 16px; color: #777777; line-height: 1.4; font-weight: 400; }
.wrapImprove .survey .btn-item .txt2 { font-size: 12px; color: #5B5B5B; line-height: 1.4; font-weight: 400; margin-top: 2px; }

.wrapImprove .survey .btn-wrap li {flex:1;width:100%}
.wrapImprove .survey .btn-wrap {flex-direction: column}
.wrapImprove .survey .btn-item.active .txt1 {color:#6FB53D;font-size:16px;font-weight: 600;}

/* =========================================
   5. 회원 및 로그인 (Member & Login)
   ========================================= */
.login-logo { text-align: center; padding: 16px 0 32px; }
.login-logo img { width: 120px; }
.login-txt { color: #5B5B5B; font-size: 14px; font-weight: 700; line-height: 1.3; margin-bottom: 8px; }

.wrapImprove .memberBox { padding: 0px 12px; border: 0; box-shadow: none; }
.wrapImprove .memberBox .snsMember .btn { font-size: 16px; }
.wrapImprove .memberBox .lftPdLnList > li a { line-height: 1.3; font-size: 13px; color: #5B5B5B; }
.wrapImprove .memberBox .login_opt { margin-bottom: 32px; }
.wrapImprove ._member_wrap .snsMember { position: relative; margin-top: 60px; }
.wrapImprove ._member_wrap .snsMember::before { content: ''; position: absolute; background: #f3f3f3; height: 8px; width: calc(100% + 5rem);; top: -45px; left: -2.5rem; }
.wrapImprove .btn.kakao { background-color: #f9de4b; border-color: #f9de4b; color: #262626; }

.wrapImprove .allChk-box { background: #FAFAF0; border: 1px solid #ECEFCF !important; justify-content: start; font-size: 15px; margin: 0; padding-left: 16px; }
.wrapImprove .btn.lnGreen { color: #6FB53D; }
.wrapImprove .btn.lnGreen.allChk { background: #FAFAF0; border: 1px solid #ECEFCF; justify-content: start; font-size: 15px; margin: 0; }
.wrapImprove .btn.bgLghtGreen { background: #6FB53D; border: 1px solid #6FB53D; font-size: 16px; }
.wrapImprove ._lgBigH { height: 52px; }

/* =========================================
   6. 가입 완료 페이지 (Join Complete)
   ========================================= */
.join-complete-wrap { background: #fff; padding-bottom: 0; }
.join-complete-wrap .welcome-msg { padding: 0px 20px 32px; text-align: center; }
.join-complete-wrap .welcome-msg .tit { font-size: 20px; font-weight: 600; color: #272727; line-height: 1.4; margin-bottom: 4px; word-break: keep-all; }
.join-complete-wrap .welcome-msg .tit .name { color: #6FB53D; font-weight: 600; }
.join-complete-wrap .welcome-msg .desc { font-size: 18px; color: #272727; line-height: 1.5; font-weight: 400; }

.join-complete-wrap .benefit-list { padding: 0 24px; margin-bottom: 20px; }
.join-complete-wrap .benefit-list li { display: flex; align-items: center; padding: 16px 0; border-bottom: 1px solid #f2f2f2; }
.join-complete-wrap .benefit-list li:first-child { padding-top: 0; }
.join-complete-wrap .benefit-list li:last-child { border-bottom: none; padding-bottom: 0; }
.join-complete-wrap .benefit-list li .icon { width: 56px; height: 56px; border-radius: 50%; background-color: #f8f8f8;  flex-shrink: 0; background-repeat: no-repeat; background-position: center; background-size: cover; }
.join-complete-wrap .benefit-list li .icon.half-price { background: #f3f3f3 url("/resources/dm_images/complete_01.png") no-repeat center center / 32px;  margin:0 18px 0 0}
.join-complete-wrap .benefit-list li .icon.coupon { background: #f3f3f3 url("/resources/dm_images/complete_02.png") no-repeat center center / 32px; margin:0 18px 0 0}
.join-complete-wrap .benefit-list li .icon.ai-check { background: #f3f3f3 url("/resources/dm_images/complete_03.png") no-repeat center center / 32px;  margin:0 18px 0 0}
.join-complete-wrap .benefit-list li .text b { display: block; font-size: 16px; font-weight: 600; color: #272727; margin-bottom: 5px; }
.join-complete-wrap .benefit-list li .text p { font-size: 12px; color: #5B5B5B; line-height: 1.4; }

.join-complete-wrap .main-action-btn { padding: 0 20px 16px; }
.join-complete-wrap .main-action-btn .btn-green-lg { display: flex; align-items: center; justify-content: center; width: 100%; height: 60px; background-color: #6FB53D; border-radius: 12px; color: #fff; font-size: 16px; font-weight: 500; text-decoration: none; }
.join-complete-wrap .sub-link-group { padding: 0 20px 30px; display: flex; flex-direction: column; gap: 8px; }
.join-complete-wrap .sub-link-group .btn-link-box { display: block; padding: 8px 16px; text-align: center; border-radius: 8px; text-decoration: none; border: 1px solid #AAA; background: #fff; }
.join-complete-wrap .sub-link-group .btn-link-box .sub-txt { display: block; font-size: 12px; color: #383838;}
.join-complete-wrap .sub-link-group .btn-link-box .main-txt { display: block; font-size: 15px; font-weight: 600; color: #383838; }
.join-complete-wrap .sub-link-group .btn-link-box:hover { border-color: #383838; background-color: #fafafa; }

.join-complete-wrap .sns-connect-area { padding: 0 20px 40px; text-align: center; position: relative; }
.join-complete-wrap .sns-connect-area .sns-tit { font-size: 14px; font-weight: 700; color: #777; margin-bottom: 24px; position: relative; display: flex; align-items: center; justify-content: center; gap: 12px; }
.join-complete-wrap .sns-connect-area .sns-tit::before, .join-complete-wrap .sns-connect-area .sns-tit::after { content: ""; flex: 1; height: 1px; background: #eee; }
.join-complete-wrap .sns-connect-area .sns-btns { display: flex; justify-content: center; gap: 20px; }
.join-complete-wrap .sns-connect-area .sns-btns .btn-sns { width: 56px; height: 56px; border-radius: 50%; border: none; cursor: pointer; background-position: center; background-repeat: no-repeat; background-size: contain; transition: transform 0.2s; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); }
.join-complete-wrap .sns-connect-area .sns-btns .btn-sns:active { transform: scale(0.95); }
.join-complete-wrap .sns-connect-area .sns-btns .btn-sns.naver { background-image: url("/resources/dm_images/complete_04.png"); background-color: #03C75A; }
.join-complete-wrap .sns-connect-area .sns-btns .btn-sns.kakao { background-image: url("/resources/dm_images/complete_05.png"); background-color: #fae100; }
.join-complete-wrap .bottom-banner-area { width: 100%; }
.join-complete-wrap .bottom-banner-area a { display: block; width: 100%; }
.join-complete-wrap .bottom-banner-area .banner-img { width: 100%; display: block; min-height: 100px; object-fit: cover; }
.completList > li { display: flex; }
.completList .ico { display: inline-block; width: 48px; height: 48px; }

/* =========================================
   7. 리뷰 및 평점 (Review & Rating)
   ========================================= */

.DM_review.tabCntnts._3 { padding: 0; }
.DM_review .reviewcont { padding: 20px; }
.DM_review .proreview .typetop { background: #F3F3F3; padding: 12px 20px; }
.DM_review .proreview .typetop .sumcountBx { color: #383838; padding: 0; }
.DM_review .proreview .typetop .sumcount { color: #FF7425; }
.DM_review .proreview .photoreview { display: flex; align-items: center; }
.DM_review .photoreview .leverTxt { color: #383838; font-size: 13px; border-right: 0; }

.DM_review .filter-button { position: relative; display: flex; align-items: center; gap: 5px; cursor: pointer; font-size: 13px; border-left: 1px solid #ddd; margin-left: 10px; padding-left: 10px; }
.DM_review .filter-button img { width: 12px; }

.DM_review .toggle-switch { width: 40px; height: 22px; background: #ddd; border-radius: 11px; position: relative; cursor: pointer; transition: background 0.3s; }
.DM_review .toggle-switch.active { background: #4CAF50; }
.DM_review .toggle-knob { width: 18px; height: 18px; background: white; border-radius: 50%; position: absolute; top: 2px; left: 2px; transition: left 0.3s; }
.DM_review .toggle-switch.active .toggle-knob { left: 20px; }

.DM_review .dropdown { position: absolute; top: 100%; right: 0; margin-top: 5px; background: white; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); display: none; z-index: 100; min-width: 120px; }
.DM_review .dropdown.active { display: block; }
.DM_review .dropdown-item { padding: 12px 16px; cursor: pointer; font-size: 14px; border-bottom: 1px solid #f0f0f0; }
.DM_review .dropdown-item:last-child { border-bottom: none; }

.DM_review .ratingWrap.type01 { display: flex; align-items: center; padding: 20px; justify-content: center; gap: 10px; }
.DM_review .ratingWrap.type01 .stars-display { display: flex; gap: 2px; }
.DM_review .ratingWrap.type01 .stars-display .star { background: url('/resources/images/product/star_off.png') no-repeat; background-size: 24px auto; width: 24px; height: 24px; }
.DM_review .ratingWrap.type01 .stars-display .star.active { background: url('/resources/images/product/star_on.png') no-repeat; background-size: 24px auto; width: 24px; height: 24px; }
.DM_review .ratingWrap.type01 .rating-number { font-size: 18px; font-weight: 700; color: #383838; }

.DM_review .ratingWrap.type02 { display: flex; align-items: center; gap: 10px; }
.DM_review .ratingWrap.type02 .stars-display { display: flex; gap: 2px; }
.DM_review .ratingWrap.type02 .stars-display .star { background: url('/resources/images/product/star_off.png') no-repeat; background-size: 12px auto; width: 12px; height: 12px; }
.DM_review .ratingWrap.type02 .stars-display .star.active { background: url('/resources/images/product/star_on.png') no-repeat; background-size: 12px auto; width: 12px; height: 12px; }
.DM_review .ratingWrap.type02 .rating-number { font-size: 13px; font-weight: 700; color: #383838; }

.DM_review .review-item { border-bottom: 1px solid #f0f0f0; padding: 20px 0; }
.DM_review .reviewcont .tag_rebuy { display: inline-flex; align-items: center; justify-content: center; height: 18px; margin-right: 5px; padding: 0 6px; font-size: 11px; line-height: 18px; color: #fff; border-radius: 4px; box-sizing: border-box; background: #6FB53D; float: left; }
.DM_review .reviewcont .tag_best { display: inline-flex; align-items: center; justify-content: center; height: 18px; margin-right: 5px; padding: 0 6px; font-size: 11px; line-height: 18px; color: #fff; border-radius: 4px; box-sizing: border-box; background: #FF7425; font-style: italic; float: left; }
.DM_review .reviewcont .reviewtxt { display: flex; flex-direction: column; gap: 5px; }
.DM_review .reviewcont .like {     float: right;    display: flex;    align-items: center;    justify-content: space-evenly; }

.DM_review .reviewcont .photothumb { width: 100%; display: flex; overflow: visible; gap: 5px; }
.DM_review .reviewcont .photothumb > li { flex: 0 0 auto; width: auto; aspect-ratio: 1 / 1; position: relative; overflow: hidden; }
.DM_review .reviewcont .photothumb > li:not(:first-child) { display: block; }
.DM_review .reviewcont .photothumb > li img { width: 100%; height: 100%; object-fit: cover; display: block; position: static; border-radius: 5px; }
.DM_review .reviewcont .photothumb > li .pic { position: absolute; left: 0; top: 0; width: 80px; height: 80px; line-height: 1.625em; font-size: 0.88em; color: #fff; text-align: center; border-radius: 5px; background-color: rgba(0, 0, 0, .4); display: flex; align-items: center; justify-content: center; }
.DM_review .reviewcont .photothumb > li .pic span { font-size: 14px; }
.DM_review .reviewcont._bigimg .photothumb > li { margin-left: 10px; width: 50%; }

.DM_review .more-review { text-align: right; }
.DM_review .more-review button { color: #999; font-size: 13px; background: #fff; border: 0; }

.DM_review .review-tags { display: flex; gap: 8px; margin: 12px 0; background: #F3F3F3; padding: 8px 12px; border-radius: 12px; align-items: start; }
.DM_review .review-tags .left { font-size: 12px; color: #529A34; font-weight: 700; flex: 1; }
.DM_review .review-tags .right { font-size: 12px; color: #5B5B5B; font-weight: 500; flex: 5; }
.DM_review .review-tags .star { background: url('/resources/images/product/star_on.png') no-repeat; background-size: 12px auto; width: 12px; height: 12px; }

.DM_review .menu-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.DM_review .menu-tag {display: inline-flex;align-items: center;gap: 4px;position:relative;}
.DM_review .menu-tag:before {content: '';    width: 3px;    height: 3px;    border-radius: 50%;    position: absolute; right: -2px;    top: 7px;    background: #AAA;}
.DM_review .menu-tag{padding-right:5px;margin-right:8px;}
.DM_review .menu-tag:last-child:before {display:none}

/* 리뷰 작성 관련 */
.DM_review .review_write { border-top: 1px solid #F3F3F3; border-bottom: 8px solid #F3F3F3; margin: 0; width: 100%; padding: 10px 20px; }
.DM_review .ratingWrap.type-button { display: flex; align-items: center; padding: 20px 0 5px; justify-content: center; gap: 10px; }
.DM_review .ratingWrap.type-button .stars-display { display: flex; gap: 2px; }
.DM_review .ratingWrap.type-button .stars-display .star { background: url('/resources/images/product/star_off.png') no-repeat; background-size: 32px auto; width: 32px; height: 32px; }
.DM_review .ratingWrap.type-button .stars-display .star.active { background: url('/resources/images/product/star_on.png') no-repeat; background-size: 32px auto; width: 32px; height: 32px; }
.DM_review .ratingWrap.type-button .rating-number { font-size: 18px; font-weight: 700; color: #383838; }

.DM_review .ratingtxt { color: #999; font-size: 13px; line-height: 1.4; text-align: center; margin-bottom: 20px; }
.DM_review .ratingtxt.color2 { color: #383838; }

.DM_review .review_write_menu .writetit { float: none; margin-top:5px; font-size: 16px; }
.DM_review .review_write_menu > li .list-row { border: 1px solid #eee; background: #F3F3F3; float: none; }
.DM_review .review_write_menu > li .list-row .row-t { color: #383838; font-size: 16px; font-weight: 700; padding: 16px 65px 16px 20px; }
.DM_review .review_write_menu > li .list-row .btn-detail { background: url('/resources/images/product/sel_arrow.png') no-repeat center; background-size: 20px auto; display: inline-block; width: 20px; height: 20px; cursor: pointer; position: absolute; right: 20px; top: 15px; }

.DM_review .review_write_menu .smenu { padding: 0; }
.DM_review .review_write_menu .smenu li .option { background: #fff; font-size: 13px; padding: 7px 12px; }
.DM_review .review_write_menu .smenu li .option .smenuname { font-size: 13px; }
.DM_review .review_write_menu .smenu li .select:checked + .option { color: #6FB53D; font-size: 13px; border: 1px solid #6FB53D; background: #FAFAF0; }
.DM_review .review_write_menu .smenu li .select:checked + .option .smenuname { color: #6FB53D; }

.DM_review .review_write_menu .writeinfo { background: #F5F5E2; padding: 7px 20px; border-radius: 8px; color: #383838; font-size: 13px; box-sizing: border-box; position: relative;}
.DM_review .review_write_menu .wtip { background: #F8C73A; width: 16px; height: 16px; padding: 0; display: flex; align-items: center; justify-content: center; font-size: 10px; line-height: 16px; }

.DM_review .rating-card { background: #fff; border-radius:0 0 12px 12px; padding: 15px 24px 5px; }
.DM_review .card-title { font-size: 16px; font-weight: 700; color: #333; }
.DM_review .menu-item { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid #f0f0f0; }
.DM_review .menu-item:last-child { border-bottom: none; }
.DM_review .menu-content { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.DM_review .menu-name { font-size: 15px; font-weight:400; color: #333; }
.DM_review .rating-card .menu-image { width: 60px; height: 60px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }

.DM_review .ratingWrap.type-button2 { display: flex; gap: 4px; }
.DM_review .ratingWrap.type-button2 .star { width: 24px; height: 24px; border: none; background: none; padding: 0; cursor: pointer; background: url('/resources/images/product/star_off.png') no-repeat; background-size: 24px auto; }
.DM_review .ratingWrap.type-button2 .star.active { background: url('/resources/images/product/star_on.png') no-repeat; background-size: 24px auto; width: 24px; height: 24px; }

.DM_review .photoimg .btn_img_add { display: inline-flex; width: 80px; height: 80px; border-radius: 5px; background: #fff url('/resources/images/product/photo_bg.png') no-repeat center; background-size: 24px; border: 1px dashed #CCCCCC; }
/* .DM_review .review_write_menu .photolist .photoimg .close { background: #272727; opacity: 0.5; } */
.DM_review .review_write_menu .textinner textarea::placeholder { color: #CCC; font-size: 16px; line-height: 1.4; }
.DM_review .review_write_menu .textinner .count { font-size: 15px; color: #CCC; }
.DM_review .review_write_menu .textinner .count b,
.DM_review .review_write_menu .textinner .count span { font-size: 15px; color: #6FB53D; }
.DM_review .review_write_menu .textinner .count b.red {color:#e63131}
.DM_review .review_write_menu .photolist .photoimg img { width: 80px !important; height: 80px !important; }

.DM_review .descBox { background: #FBFBFC; padding: 16px 20px; float: left;    width: 100%;    margin-top: 32px;}
.DM_review .descBox .tit { color:#383838; font-size:14px; font-weight: 700; line-height: 1.4; margin-bottom:5px; }

.DM_review .review_write_menu > li { padding-top: 15px; }
.DM_review .review_write_menu { margin-top: 0; }
.DM_review .review_write_menu .textinner { margin-top: 10px; }

.DM_review .no_data { text-align: center; padding:40px 0 0px; clear: both; }
.DM_review .no_data img { width: 335px; margin: 0 auto; }

.DM_review .review_write_menu .writeinfo::after {
    content: "";
    position: absolute;
    top: -4px;
    left: 22px;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent #F5F5E2 transparent;
}
.cmmnLayoutBox {height: 100vh;}

/* =========================================
   8. 미디어 쿼리 (Media Queries)
   ========================================= */
@media screen and (max-width: 430px) and (min-width: 360px) {
    .wrapImprove .dfInput._lftIcn {padding: 0 16px 0 43px; font-size: 15px; }
}


.tb_search.type02._myOrdrDateSrchBx .chkBtn input ~ .txt {border:1px solid #ddd}
.tb_search.type02._myOrdrDateSrchBx {display: inline-block;    float: left;    width: 100%;    padding:24px 20px 20px;    margin: 0;    border-radius: 0;    border: none;    background-color: #F9F9F9;    box-sizing: border-box;border-bottom:8px solid #eee}

._myOrdrDateSrchBx.type02 {display: inline-block;    float: left;    width: 100%;    padding:24px 20px 20px 20px;    margin: 0;    border-radius: 0;    border: none;    background-color: #F9F9F9;    box-sizing: border-box;}

._myOrdrDateSrchBx.type02 .tit {   font-size:14px;color:#777;margin-bottom: 10px;}
.ipt_group input {color:#383838}
._myOrdrDateSrchBx.type02 .ipt_group.d-flex {margin-top:0px;display: flex;margin-bottom:24px;background:#eee;gap:0;border-radius: 8px;position: relative}
._myOrdrDateSrchBx.type02 .ipt_group.d-flex a {background: #eee;    display: flex;    align-items: center;    justify-content: center;    gap: 5px;}
._myOrdrDateSrchBx.type02 .ipt_group.d-flex a:nth-child(1):before {content: '';    width: 16px;    height: 16px;    display: inline-block;    background: url(/resources/dm_images/ico_address01.png) no-repeat center;    background-size: contain;}
._myOrdrDateSrchBx.type02 .ipt_group.d-flex a:nth-child(2):before {content: '';    width: 16px;    height: 16px;    display: inline-block;    background: url(/resources/dm_images/ico_address02.png) no-repeat center;    background-size: contain;}
_myOrdrDateSrchBx.type02 ._inptDtPckrBx {margin:10px 0 0;border-top: 1px solid #F3F3F3;}
._myOrdrDateSrchBx.type02 .ipt_group.d-flex:before {content: '';width:1px;height:20px;background:#ccc;position: absolute;left:50%;top:12px}

._myOrdrDateSrchBx.type02 .ipt_group.d-flex .btn-gray {border:0;}


button {background: none;line-height: 1;}
.tb_search.type02 .btnReset {height: 40px;width: 40px;;}
.tb_search.type02 .btnReset img {width:100%}
.btnBxCenter .btn {margin-right: 10px;    flex: 1;height: 5.2rem;font-size: 16px;font-weight: 600;}

.ipt_group .dfInput::placeholder {color:#7F7F7F;font-size: 14px;}
/* .sub-page-section._customOrder._cOrderView .calendar_txt {border-top:0;padding-top:0} */

._myOrdrDateSrchBx.type02 .ipt_group .btn-green {height: 4.4rem;line-height: 4.4rem;border: 1px solid #13B254;text-align: center;font-size:1.5rem;color:#13B254;width: 100%;border-radius:0.8rem ;background:#fff}
._myOrdrDateSrchBx.type02 .ipt_group .btn-gray {height: 4.4rem;line-height: 4.4rem;border: 1px solid #ddd;text-align: center;font-size:1.5rem;color:#5B5B5B;width: 100%;border-radius:0.8rem ;background:#fff}
._myOrdrDateSrchBx.type02 .ipt_group .dfInput.improve {background:#fff url('/resources/dm_images/orderTracking/ic_arrow.png') no-repeat 96% center !important;border:1px solid #C7C7C7 !important;background-size:20px auto !important;padding-right:25px;font-size:16px;height:40px;    box-sizing: border-box;white-space: nowrap;  text-overflow: ellipsis;}

.menuListDM { padding: 0 20px;    box-sizing: border-box; }
.menuListDM .dayGroup { margin-bottom: 0; padding-bottom: 16px; border-bottom: 1px solid #f0f0f0; }
.menuListDM .dayGroup:last-child { border-bottom: none; }
.menuListDM .cstmOrderBx { display: flex; align-items: flex-start; float: none;}
.menuListDM .cstmOrderBx dt { flex-shrink: 0; }
.menuListDM .cstmOrderBx > dt .date { display: block; font-size: 16px; font-weight: 600; color: #949494; line-height: 1.4; }
.menuListDM .todayBadge { display: inline-block; font-size: 11px; color: #6FB53D; background-color: #fff; padding: 3px 8px; border-radius: 20px; margin: 4px auto 0; font-weight: 500; border: 1px solid #6FB53D;line-height: 1.3;}
.menuListDM .sTxt { font-size: 14px; color: #999; font-weight: 400; }
.menuListDM dd.list { flex: 1; display: flex; flex-direction: column; gap: 8px; margin-left: 15px;}
.menuListDM .menuItem { display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor:pointer}
.menuListDM .menuItem:last-child { padding-bottom: 0; }
.menuListDM .menuContent { flex: 1; }

.menuListDM .menuContent .mealBadge { display: inline-block; font-size: 11px; color: #777; margin: 0; position: relative;}
.menuListDM .mealBadge { display: flex;    justify-content: space-between;}
.menuListDM .mealBadge::before {content: '';display: block;width: 6px;height: 6px;border-radius: 50%;position: absolute;left: -13px;top: 4px;}
.menuListDM .mealBadge.type01::before { background: #735ED4; }
.menuListDM .mealBadge.type02::before { background: #FF21A6; }
.menuListDM .mealBadge.type03::before { background: #FFAE30; }
.menuListDM .mealBadge.type04::before { background: #FD6F61; }
.menuListDM .mealBadge.type05::before { background: #3DDF9D; }
.menuListDM .mealBadge.type06::before { background: #2E7BE2; }
.menuListDM .mealBadge.type07::before { background: #FFE847; }
.menuListDM .mealBadge.type08::before { background: #A4E865; }
.menuListDM .mealBadge.type09::before { background: #CCCC; }
.menuListDM .mealBadge.type10::before { background: #2A2A2A; }

.menuListDM .cstmOrderBx .con { display: block; font-size: 14px; color: #383838; line-height: 1.5; margin: 0;}
.menuListDM .subInfo { display: block; font-size: 12px; color: #999; margin-top: 4px; }
.menuListDM .iconBtn { cursor: pointer; width: 24px;height: 24px;background: url('/resources/dm_images/orderTracking/icon_day_on.png') no-repeat center / contain;}
.menuListDM .iconBtn.off { cursor: pointer; width: 24px; height: 24px; background: url('/resources/dm_images/orderTracking/icon_day_off.png') no-repeat center / contain; }

.menuListDM .iconBtn.gift { cursor: pointer; width: 24px; height: 35px; background: url('/resources/dm_images/orderTracking/icon_gift_off.png') no-repeat center / contain; }
.menuListDM .iconBtn:hover { opacity: 0.6; }
.menuListDM .iconCheck { cursor: pointer; width: 24px;height: 24px;background: url('/resources/dm_images/orderTracking/icon_day_check.png') no-repeat center / contain;}


.menuListDM .moreBtn { display: none; }
.menuListDM .cstmOrderBx > dt {width: 80px;padding: 5px 0 0 0;}
.menuListDM .dayGroup {padding:20px 0;box-sizing: border-box;}
.menuListDM .cstmOrderBx > dd {padding: 0;}
.menuListDM .dayGroup {display: block;}

.select_option {margin-top: 0;}

.filter-button > a {
    display: inline-block;
    margin: 0 5px;
    color: #999;
    padding-left:5px;
    position:relative;
}

.filter-button > a:before {
    content:'';
    width:3px;
    height:3px;
    border-radius:50%;
    position:absolute;
    left:-5px;
    top: 7px;
    background: #AAA;
}

.filter-button > a.active:before {
    background: #383838;
}

.filter-button > a.active {
    font-weight: 600;
    color: #383838 !important;
}

.moreBtn2 {
    border: 1px solid #ddd;
    height: 44px;
    line-height: 44px;
    color: #5B5B5B;
    width: calc(100% - 40px);
    margin: 20px;
    border-radius: 8px;
    display: block;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    float: left;
}

.calendar_cont.dm_type01 .body > li > a {
    flex-direction: column;
}
.mealBadgeBox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2px;
    width: 100%;
    height: 15px;
    gap: 3px;
}

._myOrdrInfBx strong {font-weight: 600;}

.mealBadgeBox .mealBadge {display: block;width: 6px;height: 6px;border-radius: 50%}
.mealBadgeBox .mealBadge.type01 { background: #735ED4; }
.mealBadgeBox .mealBadge.type02 { background: #FF21A6; }
.mealBadgeBox .mealBadge.type03 { background: #FFAE30; }
.mealBadgeBox .mealBadge.type04 { background: #FD6F61; }
.mealBadgeBox .mealBadge.type05 { background: #3DDF9D; }
.mealBadgeBox .mealBadge.type06 { background: #2E7BE2; }
.mealBadgeBox .mealBadge.type07 { background: #FFE847; }
.mealBadgeBox .mealBadge.type08 { background: #A4E865; }
.mealBadgeBox .mealBadge.type09 { background: #CCCC; }
.mealBadgeBox .mealBadge.type10 { background: #2A2A2A; }



/* typePhoto 스타일 */
.menuListDM.typePhoto .dayGroup { padding:20px 0 }
.menuListDM.typePhoto dd.list { gap: 12px; }
.menuListDM.typePhoto .menuItem { border: 1px solid #eee; border-radius: 12px; padding:8px; align-items: flex-start; }
.menuListDM .menuItem.active {border-radius: 8px;border: 1px solid #6FB53D;background:#F2FBEC;box-shadow: 0 0 8px -2px rgba(16, 24, 40, 0.10), 0 0 4px -2px rgba(16, 24, 40, 0.06);}
.menuListDM .menuItem.inactive {background:#F3F3F3;border:1px solid #eee;border-radius: 8px;}
.menuListDM .menuItem.disabled { filter: grayscale(100%); opacity: 0.8; }
.menuListDM.typePhoto .mealBadge { font-size: 11px; color: #777;  }
.menuListDM.typePhoto .mealBadge::before { display: none; }
.menuListDM.typePhoto .con { font-size: 14px; }
.menuListDM.typePhoto .menuImage { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.menuListDM.typePhoto .menuContent { display: flex; align-items: flex-start; flex: 1; gap: 8px; }
.menuListDM.typePhoto .menuText { flex: 1;    min-width: 0;    display: flex;    flex-direction: column;    height: 42px;    justify-content: center;}
.menuListDM.typePhoto .menuHeader { display: flex; justify-content: space-between; align-items: center;  color:#777}
.menuListDM.typePhoto .servingBadge { display: inline-block; background-color: #fff; color: #808080; font-size: 11px; padding: 2px 6px; border-radius: 20px; flex-shrink: 0;line-height: 1.4; border:1px solid #DFDFDF}
.menuListDM.typePhoto .iconBtn { display: none; }
.menuListDM.typePhoto .deliveryInfo { display: flex; }
.menuListDM.typePhoto .deliveryNote { display: block; }
.menuListDM.typePhoto .monthTitle { display: flex; }

/* typePhoto2 스타일 */
.menuListDM.typePhoto2 .dayGroup { padding: 20px 0;}
.menuListDM.typePhoto2 dd.list { gap: 4px; }
.menuListDM.typePhoto2 .menuItem { border: none; border-radius: 0; padding: 0; align-items: flex-start; }
.menuListDM.typePhoto2 .menuItem.active { border: none; box-shadow: none; background: transparent; }
/*.menuListDM.typePhoto2 .menuItem.inactive {background:#F3F3F3;border:1px solid #eee;}*/
.menuListDM.typePhoto2 .mealBadge::before { display: none; }
.menuListDM.typePhoto2 .menuImage { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; flex-shrink: 0; background-color: #f5f5f5; overflow: hidden;}
.menuListDM.typePhoto2 .menuImage img {height: 44px;object-fit: cover;}
.menuListDM.typePhoto2 .menuContent { display: block; flex: 1; gap: 0; }
.menuListDM.typePhoto2 .menuText { flex: 1; min-width: 0; }
.menuListDM.typePhoto2 .menuBox { border: 1px solid #6FB53D; border-radius: 12px; padding: 12px 0; background-color: #fff; margin-bottom: 16px; }
.menuListDM.typePhoto2 .menuBox:last-child { margin-bottom: 0; }
.menuListDM.typePhoto2 .menuBox.active { border: 1px solid #6FB53D; box-shadow: 0 2px 8px rgba(39, 193, 102, 0.15); background: #F2FBEC;}
.menuListDM.typePhoto2 .menuBox.disabled { filter: grayscale(100%); opacity: 0.6; }
.menuListDM.typePhoto2 .menuBox .boxTitle { font-size: 11px; color: #777; font-weight: 500; margin-bottom: 12px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #F3F3F3;padding:0 12px 8px;}
.menuListDM.typePhoto2 .menuBox .servingBadge { display: inline-block; background-color: #fff; color: #808080; font-size: 11px; padding: 2px 6px; border-radius: 20px; flex-shrink: 0; line-height: 1.4; border: 1px solid #DFDFDF; }
.menuListDM.typePhoto2 .menuBox .itemList { display: flex; flex-direction: column; gap: 12px; padding:0 12px}
.menuListDM.typePhoto2 .menuBox .itemRow { display: flex; align-items: center; gap: 12px; }
.menuListDM.typePhoto2 .menuBox .itemRow .itemText { flex: 1; font-size: 14px; color: #383838; font-weight: 500; line-height: 1.4; }
.menuListDM.typePhoto2 .iconBtn { display: none; }

.menuListDM.typePhoto2 .menuItem.inactive .menuBox.active {background:#F3F3F3;border:1px solid #eee;border-radius: 12px;}

.disabled { filter: grayscale(100%); opacity: 0.4; }

.servingBadge { display: inline-block; background-color: #F3F3F3; color: #777; font-size: 11px; padding: 2px 6px; border-radius: 20px; flex-shrink: 0; line-height: 1.4;  }
/* .menuListDM.typePhoto.calendarBottom .menuItem {border: 0;box-shadow:none;padding:0} */

.deliveryInfo { background: #fff url('/resources/dm_images/orderTracking/ic_arrow.png') no-repeat 96% center ;background-size:20px auto; border: 1px solid #E6EEE1; border-radius: 12px; padding: 12px 45px 12px 16px; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.deliveryBadge { background: #fff;border: 1px solid #6FB53D; color: #6FB53D; font-size: 12px; padding: 2px 8px; border-radius: 90px; line-height: 1.4;}
.deliveryTitle { font-size: 14px; color: #383838; flex: 1;min-width: 0;white-space: nowrap;    overflow: hidden;        text-overflow: ellipsis;}
.deliveryCount { font-size: 12px; color: #383838; }
.deliveryCount em { font-size: 12px; color: #FF732C; }
.dropdownBtn { background: none; border: none; font-size: 12px; color: #999; cursor: pointer; padding: 4px; }
.deliveryNote { font-size: 14px; color: #858585; line-height: 16px; padding: 8px 16px; margin-bottom:0px; text-align: center; }
.monthTitle { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 16px 0; font-size: 16px; font-weight: 600; color: #383838; }
.monthBtn { background: none; border: none; font-size: 14px; color: #999; cursor: pointer; padding: 4px 8px; }
.deliveryInfo.nobg { background: #F2FBEC;background-size:20px auto; border: 1px solid #E6EEE1; border-radius: 12px; padding: 12px 16px 12px 16px; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }

.delivery_wrap {display: inline-block;    float: left;    width: 100%;    padding:5px 20px;    margin: 0;    border-radius: 0;    border: none;    background-color: #ffffff;    box-sizing: border-box;}

/* .tab_calendar {position: absolute;top:8px;right:15px;} */

.typeMeal .tab_calendar {position: absolute;top:8px;right:0px;}
.typePhoto .tab_calendar {position: absolute;top:8px;right:20px;}

.tab_calendar .tabContainer { display: flex;   border-radius:4px; border:1px solid #DDD}
.tab_calendar .tabBtn { flex: 1;width: 28px; height: 28px; border: none; border-radius:4px; padding: 0; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center;background:#fff;; }
.tab_calendar .tabBtn.active { background-color: #383838; }
.tab_calendar .tabIcon { width: 16px; height: 16px; background-repeat: no-repeat; background-position: center; background-size: contain; }
.tab_calendar .tabBtn.tab1 .tabIcon { background-image: url('/resources/dm_images/orderTracking/tab_ic1_on.png'); }
.tab_calendar .tabBtn.tab1.active .tabIcon { background-image: url('/resources/dm_images/orderTracking/tab_ic1_off.png'); }
.tab_calendar .tabBtn.tab2 .tabIcon { background-image: url('/resources/dm_images/orderTracking/tab_ic2_on.png'); }
.tab_calendar .tabBtn.tab2.active .tabIcon { background-image: url('/resources/dm_images/orderTracking/tab_ic2_off.png'); }

 .sub-page-section._customOrder._cOrderView {border-top:0;}
.calendar_head_dm {display:block;position: relative;}



.calendar_dm { margin: 15px auto 0; }
.calendar_dm .monthTitle { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 0; font-size: 14px; font-weight: 600; color: #2A2A2A; margin-bottom: 12px; }
.calendar_dm .monthBtn { background: none; border: none; font-size: 12px; color: #999; cursor: pointer; padding: 4px; }
.calendar_dm ul.head { display: grid; grid-template-columns: repeat(7, 1fr); padding-bottom: 8px; margin-bottom: 8px; }
.calendar_dm ul.head li { text-align: center; font-size: 12px; color: #777; font-weight: 500; }
.calendar_dm ul.body { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.calendar_dm ul.body li { min-height: 40px; position: relative; }

.calendar_dm ul.body li.prev.disable,
.calendar_dm ul.body li.next.disable { visibility: hidden; }
.calendar_dm ul.body li a { display: flex; flex-direction: column; align-items: center; padding: 4px; height: 100%; text-decoration: none; }
.calendar_dm ul.body li .num { font-size: 13px; color: #ccc; font-weight: 500; margin-bottom: 4px; text-align: center; }
.calendar_dm ul.body li.current .num { color: #2A2A2A; }
.calendar_dm ul.body li.today .num { color: #6FB53D; font-weight: 700; }
.calendar_dm ul.body li a.on-click { background: #F2FBEC; border-radius: 6px; }
.calendar_dm .contentBox { font-size: 9px; line-height: 1.4; color: #2A2A2A; background-color: #fff; border: 1px solid #eee; border-radius: 6px; padding: 6px; text-align: left; box-shadow: 0 0 8px -2px rgba(16, 24, 40, 0.10), 0 0 4px -2px rgba(16, 24, 40, 0.06);}
.calendar_dm .contentBox.active {border: 1px solid #6FB53D; }

.calendar_dm .contentBox .title { color: #2A2A2A; margin-bottom: 3px; font-size: 9px; }
.calendar_dm .contentBox .desc { font-size: 9px; color: #666; margin-bottom: 1px; line-height: 1.3; }
.calendar_dm .contentBox .desc:last-child { margin-bottom: 0; }
.calendar_body.typeMeal .calendar_dm .contentBox + .contentBox {margin-top: 3px;}
.calendar_body.typeMeal { margin: 0 auto; }

.calendar_head_dm { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 0; }
.calendar_head_dm .prev {background: url('/resources/dm_images/orderTracking/ico_cal_prev.png') no-repeat center / contain; width: 20px;height: 20px;}
.calendar_head_dm .next { background: url('/resources/dm_images/orderTracking/ico_cal_next.png') no-repeat center / contain; width: 20px;height: 20px;}
.calendar_head_dm .tit { font-size: 17px; font-weight: 500; color: #2A2A2A; }

/* typeMeal 전용 스타일 */
.calendar_body.typeMeal .calendar_dm .contentBox { font-size: 9px; padding: 5px; }
.calendar_body.typeMeal .calendar_dm .contentBox .title { font-size: 9px; margin-bottom: 2px; }
.calendar_body.typeMeal .calendar_dm .contentBox .desc { font-size: 8px; }

.delivery_wrap.type02 { margin: 0 auto; display: block;float: none;clear: both;}
.delivery_wrap.type02 .deliveryInfo {  border: 1px solid #E6EEE1; border-radius: 12px; padding: 16px; margin-bottom: 8px; position: relative;display: block;
    background: #fff url(/resources/dm_images/orderTracking/ic_arrow.png) no-repeat 96% 13px;
    background-size: 20px auto;
    padding: 12px 45px 12px 16px;
    align-items: center;
    gap: 8px;
}


.delivery_wrap.type02 .mainItem { display: flex; align-items: center; gap: 8px; margin-bottom:8px; }
.delivery_wrap.type02 .subList { position: relative; padding-left:35px; }
.delivery_wrap.type02 .subList::before { content: ''; position: absolute; left: 18px; top: 0; bottom:19px; width: 2px; background-color: #B8E5A8; }
.delivery_wrap.type02 .subItem { display: flex; align-items: center; gap: 8px; padding: 8px 0; position: relative; }
.delivery_wrap.type02 .subItem::before { content: ''; position: absolute; left: -17px; top: 50%; width: 12px; height: 2px; background-color: #B8E5A8; }

.delivery_wrap.type02 .deliveryNote { font-size: 12px; color: #999; line-height: 1.5; padding: 8px 16px; margin-bottom: 16px; text-align: center; }

.subBadge { background: #fff;border: 1px solid #6FB53D; color: #6FB53D; font-size: 12px; padding: 2px 8px; border-radius: 90px; line-height: 1.4;}
.subTitle { font-size: 12px; color: #383838; flex: 1; }
.subCount { font-size: 11px; color: #383838; }
.subCount em { font-size: 11px; color: #FF732C; }
.subCount span {font-size: 11px;}

.deliveryTitleWrap {padding: 20px 20px 12px;}
.deliveryTitleWrap .box { background: #F2FBEC ;border: 1px solid #E6EEE1; border-radius: 12px; padding: 12px 45px 12px 16px; display: flex; align-items: center; gap:12px; }
.deliveryTitleWrap .tit {font-size: 15px;line-height: 22px;    color: #383838;    flex: 1;font-weight: 500;}
.deliveryTitleWrap .img {width: 44px;height: 44px;border-radius: 4px;overflow: hidden;}
.deliveryTitleWrap .img img {height: 44px;width: 100%;object-fit: cover;}

.calendar_txt {color: #858585;text-align: center;font-size: 14px;font-style: normal;font-weight: 400;line-height: 22px; letter-spacing: -0.14px;margin:0px 0 20px;    border-top: 8px solid #F3F3F3;padding-top: 20px;    float: left;    width: 100%;}
a.btn-reset {background: url('/resources/dm_images/btn_reset.png') no-repeat 15px / contain;background-size: 20px 20px;text-align: center;justify-content: center;padding-left:0px;box-sizing: border-box;font-size: 16px;border: 1px solid #6FB53D;color:#6FB53D;}
.modal_content ._myOrdrDateSrchBx {border:0;padding: 0;}

._cstmOrdrPop .modal_header, ._greenTopPop .modal_header {
    margin-top: 0;
    padding: 19px;
    justify-content: space-between;
    border: 0;
    color: #ffffff;
    background-color:#6FB53D;
}


.dmInfo_bottomWrap {padding-bottom:20px;position: relative;}
.dmInfo_bottomWrap .tit {font-size: 18px;color:#272727;text-align: center;font-weight: 600;margin-bottom: 12px;}
.deliveryInfoList > li > div {
    background: #fff;
    padding: 12px 20px 12px 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
}

.delivery_wrap.type02.deliveryInfoList {
    padding:2rem 0;
}

.deliveryInfoList > li > div.active {
    background: #F2FBEC;
}
.deliveryInfoList > li > div.active .deliveryTitle {
    color:#6FB53D;
}

.delivery_wrap.type02.deliveryInfoList .deliveryInfo {
    background: #fff;
    border:0;
    padding: 12px 20px 12px 16px;
}

.delivery_wrap.type02.deliveryInfoList .subList::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 15px;
    width: 1px;
    background-color: #B8E5A8;
}

.delivery_wrap.type02.deliveryInfoList .subItem::before {
    content: '';
    position: absolute;
    left: -22px;
    top: 50%;
    width: 22px;
    height: 1px;
    background-color: #B8E5A8;
}

.delivery_wrap.type02.deliveryInfoList .subItem {
    padding:4px 0;
}

.sheet-handle {
    width: 46px;
    height: 4px;
    background:#ddd;
    border-radius: 100px;
    margin: 8px auto 20px;
}

.dm_tabs {
    padding: 0 10px;
    position: relative;
    display: flex;
    gap: 4px;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.dm_tabs > ul {
    display: flex;
    gap: 0.8rem;
    flex-wrap: nowrap;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.dm_tabs > ul > li {
    display: inline-block;
    white-space: nowrap;
    flex-shrink: 0;
}
.dm_tabs .tab {
    cursor: pointer;
    position: relative;
    background: #F3F3F3;
    border-radius: 32px;
    height: 32px;
    color: #999;
    padding: 0 12px;
    font-size: 13px;
    border: 1px solid #EEE;
}

.dm_tabs .tab.active {
    background: #272727;
    color: #fff;
}

.calendar_cont .body > li.gift .num {
    color:#fff;
}

.calendar_cont .body > li.gift {
    background: url('/resources/dm_images/icon_gift2.png') no-repeat center / contain;
    background-size: 32px auto;
}
.gift-txt {
    color:#383838;
    font-size: 12px;
    text-align: right;
    display: inline-block;
    float: left;
    width: 100%;
}
.ico-gift {
    background: url('/resources/dm_images/icon_gift.png') no-repeat center / contain;
    background-size: 20px auto;
    display: inline-block;
    width: 20px;height: 20px;
    vertical-align: -3px;
}

.testContainer { max-width: 37.5rem; margin: 0 auto; padding: 2rem; }
.toastPopup { position: fixed; bottom: -10rem; left: 50%; transform: translateX(-50%); width: 100%; max-width: 400px; border-radius: 8px;background: rgba(56, 56, 56, 0.90); color: #fff;padding: 1.1rem 0; font-size: 13px; font-weight: 500; text-align: center; transition: bottom 0.3s ease-out; z-index: 9999; box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.15); }
.toastPopup.show { bottom: 150px; }

@media (min-width: 915px) {

    .toastPopup {margin-left: -212px;}

}


.nodata {
    border-top: 8px solid #F3F3F3;
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 48px;
}

.nodata i img {   width: 80px;}
.nodata .btn {   border: 1px solid #ddd;border-radius: 8px;padding:8px 16px;margin: 20px auto;   display: inline-block;   float: none;color:#5B5B5B;font-size:15px}
.calendar_cont .body > li.bg1 > a{background: #F2FBEC;    border-radius: 6px;border: 1px solid #EFF8E9;}

.loginTextWrap {text-align: center;margin-bottom: 24px;}
.loginTextWrap .txt1 {color:#383838;font-size:18px;font-weight: 700;}
.loginTextWrap .txt1 span {color:#6FB53D;font-weight: 700;}
.loginTextWrap .txt2 {color:#383838;font-size:14px;font-weight: 400;margin-top: 4px;}

.login-logo2 {text-align: center;padding: 16px 0 32px;}
.login-logo2 img {width: 120px;margin: 0 auto;}

.dm-footer {
    background-color: #F3F3F3;
    padding: 24px 20px !important;
    color: #383838;
    margin-top: 0 !important;
}

.dm-footer .footer-nav {
    display: flex;
    gap: 24px;
    font-size: 13px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 16px;
}

.dm-footer .footer-nav::-webkit-scrollbar {
    display: none;
}

.dm-footer .footer-nav a {
    color: #383838;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
}

.dm-footer .footer-nav a::after {
    content: '';
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #ddd;
}

.dm-footer .footer-nav a.active {
    color: #383838;
    font-weight: 600;
}

.dm-footer .leftLine {position:relative;margin-left:8px;padding-left:8px}
.dm-footer .leftLine:after {content: '';  position: absolute;  left: -2px;  top: 50%;  transform: translateY(-50%);  width: 1px;  height: 12px;  background-color: #ddd;}

.dm-footer .footer-logo {
    margin-bottom: 24px;
    margin-top: 15px;
}

.dm-footer .footer-logo img {
    width: 72px;
}

.dm-footer .logo-design {
    display: block;
}

.dm-footer .logo-meal {
    display: flex;
    align-items: center;
    gap: 1.25px;
}

.dm-footer .logo-dots {
    display: flex;
    gap: 1.25px;
}

.dm-footer .dot {
    width: 2.5px;
    height: 2.5px;
    background-color: #7cb342;
    border-radius: 50%;
}

.dm-footer .contact-info {
    margin-bottom: 15px;
}

.dm-footer .cs-hours {
    font-size: 12px;
    margin-bottom: 5px;
    color: #383838;
    font-weight: 700;
}

.dm-footer .phone {
    font-size: 11.25px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

.dm-footer .hours {
    font-size: 12px;
    color: #383838;
}

.dm-footer .company-info {
    font-size: 13px;
    line-height: 1.4;
    color: #383838;
}

.dm-footer .info-row {
    display: flex;
    margin-bottom: 8px;
}

.dm-footer .info-label {
    min-width: 110px;
    color: #999;
    flex-shrink: 0;
    font-size: 12px;
}

.dm-footer .info-value {
    color: #383838;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dm-footer .info-link {
    color: #777;
    padding: 2px 5px;
    cursor: pointer;
    font-size: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background:#fff;
}

.familySite-menu {
    padding-left: 34px;
}
.familySite-menu li a{
    height: 44px;
    color:#383838;
    font-size:15px;
    line-height: 44px;
    font-weight: 500;
    border-bottom: 1px solid #EEE;
    display: block;
}

.dm-footer .toggle-button {
    display: inline-flex;
    align-items: center;
    gap: 2.5px;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #383838;
    font-weight: 700;
}

.dm-footer .toggle-button::after {
    content: '';
    transition: transform 0.3s ease;
    background: url("../dm_images/common/ico_arrow_down.png") no-repeat center /contain;
    width: 12px;
    height: 12px;
    display: block;
}

.dm-footer .toggle-button.active::after {
    transform: rotate(180deg);
}

.dm-footer .company-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.dm-footer .company-details.active {
    max-height: 200px;
}

.dm-footer .copyright {
    font-size: 12px;
    color: #999;
    margin: 15px 0;
}

.dm-footer .family-site {
    position: relative;
}

.dm-footer .family-site-button {
    width: 100%;
    padding: 8px 12px;
    background-color: white;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 14px;
    color: #777;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    font-weight: 500;
}

.dm-footer .family-site-button::after {
    content: '';
    background: url("../dm_images/common/ico_arrow_down.png") no-repeat center /contain;
    width: 12px;
    height: 12px;
}

.tab-content {display: none; }
.tab-content.active {display: block;}

.tabWrapProduct .btnArrow {position: absolute;right:8px;top: 4px;z-index:3;}
.tabWrapProduct .btnArrow img {width: 24px;}
.tabWrapProduct {position: relative;}
.tabWrapProduct .tabs {padding: 0 20px;position: relative; display: flex;    gap: 4px;    align-items: center;    overflow-x: auto;    overflow-y: hidden;width: 100%;-webkit-overflow-scrolling: touch;cursor: grab;  user-select: none;}
.tabWrapProduct .tabs > ul { display: flex;    gap: 4px;    flex-wrap: nowrap;    flex-shrink: 0;     margin: 0;    padding: 0;}
.tabWrapProduct .tabs > ul > li {display: inline-block;    white-space: nowrap;flex-shrink: 0;  }
.tabWrapProduct .tabs .tabBtn {cursor: pointer;position: relative;background: #F3F3F3;border-radius: 32px;height: 32px;color: #5B5B5B;padding:0 12px;font-size:13px;border:1px solid #EEE;flex-shrink: 0;}
.tabWrapProduct .tabs .tabBtn.active {background: #272727;color: #fff;}
.tabWrapProduct .tab-content {padding:16px 20px 0}
.tabWrapProduct .tab {cursor: pointer;    position: relative;    background: #F3F3F3;    border-radius: 32px;    height: 32px;    color: #999;    padding: 0 12px;    font-size: 14px;    border: 1px solid #EEE;    flex-shrink: 0;}
.tabWrapProduct .tab.active {background: #272727;color: #fff;cursor: grabbing;}

.tabWrapProduct .filterWrap.type02 .tabs .tabBtn {cursor: pointer;position: relative;border:1px solid #DDDDDD;border-radius: 8px;height: 32px;color: #999;padding:0px 22px 0px 12px;font-size:13px;flex-shrink: 0;background: #fff url(../dm_images/tab_arrow2.png) no-repeat 94% center;background-size: 12px;;}
.tabWrapProduct .filterWrap.type02 .tabs .tabBtn.active {border:1px solid #383838;color: #383838;background: #fff;background: #fff url(../dm_images/tab_arrow.png) no-repeat 94% center;background-size: 12px;}
.tabWrapProduct .filterWrap.type02 .tabs .tabBtn em {font-weight: 600;}

.tabs .tabBtn {cursor: pointer;position: relative;background: #F3F3F3;border-radius: 32px;height: 32px;color: #999;padding:0 12px;font-size:13px;border:1px solid #EEE;flex-shrink: 0;}
.tabs .tabBtn.active {background: #272727;color: #fff;}

.mall-banner img {width: 100%;}

body {
    position: fixed !important;
    width: 100% !important;
    padding: 0 calc(50% - 457.5px) !important;
    height: 100% !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    display: block !important;
}
main {
    background: #fff !important;
}

.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    flex-wrap: wrap;
}

.btn-wrap [class*=btn-type] ~ [class*=btn-type] {
    margin-left: 8px;
}

.btn-wrap .full ~ .full {
    margin-top: 10px;
}

[class*=btn-type].st1 {
    border: 1px solid #6fb53d;
    color: #fff;
    background: #6fb53d;
}

[class*=btn-type].st2 {
    border: 1px solid #999;
    color: #5b5b5b;
    background: #fff;
}

[class*=btn-type].st3 {
    border: 1px solid #6fb53d;
    color: #6FB53D;
    background: #fff;
}

[class*=btn-type].st4 {
    border: 1px solid #aaa;
    color: #fff;
    background: #AAAAAA;
}

[class*=btn-type].st5 {
    border: 1px solid #ddd;
    color: #777;
    background: #fff;
}

[class*=btn-type].st6 {
    border: 1px solid #ccc;
    color: #777;
    background: #fff;
}

[class*=btn-type].st7 {
    border: 1px solid #78D968;
    color: #fff;
    background: #78D968;
}

.btn-type1 {
    height: 50px;
    line-height: 48px;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 500 ;
}

.btn-type1 span {
    display: block;
    line-height: 25px;
    height: 24px;
}

.btn-type2 {
    height: 40px;
    line-height: 48px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 500 ;
    line-height: 40px;
    flex: 1;
}

.btn-type3 {
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 500 ;
}

.btn-type4 {
    height: 34px;
    line-height: 32px;
    padding: 0 12px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 500 ;
}

.wrapImprove input.dfInput::placeholder { font-size: 15px; }
.wrapImprove .dfInput:focus { border: 2px solid #6FB53D !important; border-radius: 8px; transition: none;}
.wrapImprove .dfInput._member:focus {background:#FAFAF0 !important;border: 2px solid #6FB53D !important;}
.wrapImprove .dfInput._psswd:focus {background:#FAFAF0 !important;border: 2px solid #6FB53D !important;}
.wrapImprove .memberBox .dfInput {font-size:1.4rem !important;padding:0 1.6rem !important;background:#fff !important;border: 1px solid #ddd !important;border-radius: 0.8rem;margin-bottom: 2.4rem}
.wrapImprove .memberBox .mo-view + form  .dfInput {margin-bottom:1rem;}
.wrapImprove .calendar_cont .today .num {color:#6FB53D !important}

.lftPdLnList {display: inline-flex;    flex-wrap: wrap;    justify-content: center;    width: 100%;    padding:32px 0 !important;}
.wrapImprove .lftPdLnList > li {border-right: 0;position: relative;}
.wrapImprove .lftPdLnList > li::before {width: 1px;height:10px;background: #D9D9D9;content: '';position: absolute;left:0;top:5px;}
.wrapImprove .lftPdLnList > li:first-child::before {display: none;}



.snsMember .speechBbblBx:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="5" viewBox="0 0 8 5" fill="none"><path d="M3.28889 0.375L0 5L8 5L4.71111 0.375C4.35556 -0.125 3.64444 -0.125 3.28889 0.375Z" fill="%23383838" fill-opacity="0.8"/></svg>');
    width: 10px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: initial;
    transform: none;
}

.snsMember .speechBbblBx {
    position: relative;
    display: inline-block;
    float: left;
    width: calc(100% - 60px);
    margin: 8px 30px 0 30px;
    padding: 6px 15px;
    font-size: 1.4rem;
    line-height: 1.13em;
    color: #222222;
    text-align: center;
    border: 1px solid #ededed;
    background-color: #ededed;
    border-radius: 25px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(56, 56, 56, 0.90);
    backdrop-filter: blur(10px);
    color: #fff;
} 

.snsMember .speechBbblBx .clrGreen {
    color: var(--secondary-color);
    color: #57D000;
}
.btnBxCenter.quickmenu .btn {height:auto}
.category-btn {padding:10px 20px 40px;}

.foodlistSticky {display:flex;align-items: center;justify-content: space-between;width:100%;box-sizing: border-box;padding:13px 20px;font-size:13px;color:#777;background:#fff}
.foodlistSticky .box1 {width:80px}
.foodlistSticky .box2 {flex:1;text-align:left}