@charset "utf-8";
/*
 * Project		:	제너시스BBQ
 * File			:	page_bbq.css
 * Author		:	youngjae LEE
 * Date			:	Feb 2025.
 * Description	:	제너시스BBQ > NEW PAGE
 */
 

/* ---------------------------------------
	:: new > only 제너시스BBQ
	:: 웹 및 prm 공통 레이아웃
	:: prm에서만 사용시 prmStyle에 정의할 것
	
	font-size
	웹 기본 : 13px
	prm기본 : 14px
	
	매우매우 강조 : 18px
	매우 강조 : 16px
	강조 : 15px	
	
	info : 12px
------------------------------------------ */
/* :: 공통 --- 좌우 분할 레이아웃 (flex 기반) */
.gridWrap {width: 100%; height: 100%; display: flex; background: var(--he-gray-100);}
.gridLeft {width: 40%; height: 100%; display: flex; flex-direction: column; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; clip-path: inset(0px -29px 0 0); background: #fff;}
.gridLeftToggle {position: absolute; bottom: 10px; left: 0; background: var(--he-gradient); width: 34px; height: 34px; border-radius: 0 5px 5px 0; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; cursor: pointer; z-index: 1;}
.gridRight {width: 60%; height: 100%; display: flex; flex-direction: column; background: transparent; position: relative;}

/* :: 공통 --- 버튼 및 아이콘 스타일 */
.iconCircle {display: flex; justify-content: center; align-items: center; border-radius: 50%; position: relative; width: 28px; height: 28px; font-size: 13px; cursor: pointer;}
.iconCircle.sm {width: 20px; height: 20px; font-size: 10px;}
.iconCircle.st01 {background: #fff; border: 1px solid var(--he-gray-400); color: var(--he-gray-500);}
.iconCircle.st02 {background: var(--he-gray-100); border: 1px solid var(--he-gray-600); color: var(--he-gray-600);}
.iconCircle.st03 {background: var(--he-gray-100); color: var(--he-gray-dark)}
.iconCircle.st04 {background: #ffffff; color: var(--he-main1); border: 1px solid var(--he-main1);}
.iconCircle.st05 {background: var(--he-gray-600); color: #fff;}
.iconCircle.st06 {background: var(--he-main1); color: #fff;}
.iconCircle.point:before {content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--he-main1); position: absolute; right:1px; top: 1px;}

.infoBg {display: inline-block; font-size: 12px; padding: 2px 8px; border-radius: 15px; text-align: center;}
.infoBg.sm {font-size: 11px; padding: 2px 2px;}
.infoBg.st01 {background: #fff; border: 1px solid var(--he-gray-400); color: var(--he-gray-600);}
.infoBg.st02 {background: #eef4ff; border: 1px solid #94b6fb; color: #2d71f8;}
.infoBg.st03 {background: #eef4ff; border: none; color: #2d71f8;}
.infoBg.st04 {background: var(--he-gray-600); color: #fff;}
.infoBg.st05 {background: var(--he-gray-100); border: 1px solid var(--he-gray-400); color: var(--he-gray-600);}
.infoBg.st06 {background: #fff3f3; border: 1px solid #ffd1d1; color: #fd193a;}

.appBtn {cursor: pointer; height: 32px; padding: 3px 3px 3px 13px; font-size: 14px; border-radius: 30px; position: relative; display: flex; align-items: center; justify-content: center;}
.appBtnDot {display: inline-block; width: 4px; height :4px; border-radius: 50%; margin-right: 5px;}
.appBtnIcon {border-radius: 50%; height: 26px; width: 26px; margin-left: 12px; display: flex; align-items: center; justify-content: center; font-size: 10px;}
.appBtn.big {height: 36px; font-size: 16px;}
.appBtn.big .appBtnIcon {height: 30px; width: 30px;}

.appBtn.appBtnGray {background: var(--he-gray-600); color: #fff;}
.appBtn.appBtnGray .appBtnDot {background: #fff;}
.appBtn.appBtnGray .appBtnIcon {background: rgba(255,255,255,.3); color: #fff;}
.appBtn.appBtnBlue {background: #eef4ff; color: #2d71f8;}
.appBtn.appBtnBlue .appBtnDot {background: #2d71f8;}
.appBtn.appBtnBlue .appBtnIcon {background: #fff; color: #2d71f8;}
.appBtn.appBtnWhite {background: #fff; color: var(--he-main1);}
.appBtn.appBtnWhite .appBtnDot {background: var(--he-main1);}
.appBtn.appBtnWhite .appBtnIcon {background: #fcefee; color: var(--he-main1);}
.appBtn.appBtnRed {background: var(--he-main1); color: #fff;}
.appBtn.appBtnRed .appBtnDot {background: #fff;}
.appBtn.appBtnRed .appBtnIcon {background: #fcefee; color: var(--he-main1);}

.appBtnSquare {cursor: pointer; width: 110px; height: 83px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-family: 'esamanru_Light', sans-serif;}
.appBtnSquare.extraBig {width: 155px; height: 155px;}
.appBtnSquare.st01 {background: var(--he-gray-100); color: var(--he-main1); border: 1px solid var(--he-main1);}
.appBtnSquare.st02 {background: var(--he-main1); color: #fff;}

.appBtn.flip {padding: 3px 13px 3px 3px;}
.appBtn.flip .appBtnDot {margin-right: 0; margin-left: 5px;}
.appBtn.flip .appBtnIcon {margin-left: 0; margin-right: 12px;}

/* :: 공통 --- 좌측 최종버튼 영역 */
.btnSect {flex-shrink: 0; padding: 5px 5px 5px 0; border-top: 1px solid var(--he-gray-300); display: flex; align-items: center; background: var(--he-gray-100);}
.btnSect-item {flex: 1 1 20%; display: flex; align-items: center; justify-content: center; border-radius: 5px; margin-left: 5px; font-weight: 600; height: 44px; font-size: 14px; cursor: pointer;}
.btnSect-item.st01 {border: 1px solid var(--he-gray-300); background: #fff;}
.btnSect-item.st02 {color: #fff; background: var(--he-main1);}
.btnSect-item i {font-size: 12px;}

/* :: 공통 --- Tab or Title 영역 + 카테고리 이동 버튼 (control section) */
.ctrlSect {flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid var(--he-gray-300); border-left: 1px solid var(--he-gray-300); height: 42px; padding: 0 10px;}
.ctrlSect .titArea {font-family: 'esamanru_Light', sans-serif; display: flex; align-items: center;}
.ctrlSect .tabArea {display: flex; align-items: center;}
.ctrlSect .tabArea .tab {cursor: pointer; background: var(--he-gray-100); border: 1px solid var(--he-gray-300); color: var(--he-gray-600); line-height: 28px; padding: 0 10px; min-width: 80px; border-radius: 20px; margin-right: 5px; text-align: center;}
.ctrlSect .tabArea .tab.selected {color: #fff; background: var(--he-main1);}
.ctrlSect .toolArea {display: flex; align-items: center;}
.ctrlSect .toolArea .infoBg {cursor: pointer;}

/* :: 공통 --- 카테고리 : 가로스크롤링 */
.categoryPanel {flex-shrink: 0; display: flex; align-items: center; background: #fff; border-bottom: 1px solid var(--he-gray-300); border-left: 1px solid var(--he-gray-300); padding: 5px; position: relative;}
.categorySect {flex-grow: 1;}
.category-items {display: flex;}
.category-item {flex-shrink: 0; height: 38px; min-width: 96px; background: var(--he-gray-100); border: 1px solid var(--he-gray-400); border-radius: 5px; cursor: pointer; margin-right: 5px; padding: 0 8px; display: flex; align-items: center; justify-content: center; text-align: center;}
.category-item.selected {box-shadow: inset 0 0 0 1px var(--he-main1), 0px 1px 4px #e6e8eb; background: #fff7f7;}
.category-item .name {font-size: 13px;}

.categoryCtrl {flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; position: relative;}
.categoryCtrl:before {content: ''; position: absolute; top: -6px; bottom: -6px; left: -50px; width: 50px; background: linear-gradient(to right, rgba(255,255,255,0), #fff);}
.categoryCtrlTit {display: none;}
.categoryCtrl .iconCircle {margin-left: 5px; width: 34px; height: 34px;}
.categoryCtrl.hideBefore::before {display: none !important;}

.categoryAllShow i {transition: transform 0.3s ease;}
.categoryPanel.expanded .categoryAllShow i {	transform: rotate(180deg);}

.categoryPanel.expanded {position: relative; z-index: 100; flex-direction: column-reverse; align-items: stretch;}
.categoryPanel.expanded .categorySect {position: absolute; top: 100%; left: 0; width: 100%; max-height: 136px; background: #fff; padding: 0 10px 10px; border-bottom: 1px solid var(--he-gray-300);}
.categoryPanel.expanded .category-items {display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 5px;}
.categoryPanel.expanded .category-item {margin-right: 0;}
.categoryPanel.expanded .categoryCtrl {margin: 2px 0;}
.categoryPanel.expanded .categoryCtrlTit {display: block; margin-left: 10px;}

.categoryPanel .searchSect {display: none;}
.categoryPanel.schExpanded .categorySect,
.categoryPanel.schExpanded .categoryCtrl {opacity: 0;}
.categoryPanel.schExpanded .searchSect {display: block; position: absolute; left: 5px; right: 5px;}
.categoryPanel.schExpanded .searchSect .fieldGroup .inputBox {border: 1px solid var(--he-gray-400); box-shadow: none; height: 38px;}


/* :: 공통 --- 검색 영역 */
/* ▶ form-row: 한 줄에 여러 개의 fieldGroup 배치 시 form-row로 감싸기 */
.form-row {display: flex; gap: 15px; margin-top: 30px;}
.form-row:first-of-type {margin-top: 0 !important;}
.form-row .fieldGroup {margin-top: 0; flex-grow: 1;}

/* ▶ fieldGroup: 폼 요소 그룹 기본 스타일 */
.fieldGroup {margin-top: 20px;}
.fieldGroup:first-of-type {margin-top: 0;}

/* ▶ inputLabel: 입력 필드의 제목 스타일 / inputLabelInfo: 제목 옆 추가 정보 */
.fieldGroup .inputLabel {margin-bottom: 10px; font-size: 16px; font-weight: bold; padding-left: 15px; display: flex; align-items: center;}
.fieldGroup .inputLabel span {flex-shrink: 0;}
.fieldGroup .inputLabelInfo {font-size: 14px; position: relative; margin-left: 30px; background: #fcefee; padding: 2px 10px 2px 5px; border-radius: 15px; display: inline-block; font-weight: bold; color: var(--he-main1);}
.fieldGroup .inputLabelInfo:before {content: ''; position: absolute; top: 50%; left: -14.5px; margin-top: -7.5px; height: 15px; width: 1px; background: var(--he-gray-500);}
.fieldGroup .inputLabelInfo.borderNone {margin-left: 10px;}
.fieldGroup .inputLabelInfo.borderNone:before {display: none;}

/* ▶ inputBox: 입력 필드 기본 스타일 */
.fieldGroup .inputBox {background: #fff; border-radius: 30px; border: 1px solid #fff; box-shadow: 0px 1px 4px #e6e8eb; padding: 0 15px; height: 40px;}
.fieldGroup .inputBox.readonly {background: var(--he-gray-200);}
.fieldGroup .inputBoxEle {display:block; width: 100%; height: 100%; border: none; background: none; outline: none;}
.fieldGroup .bigInputBox {height: 54px; line-height: 54px; padding: 0 20px; border: 1px solid var(--he-gray-300); box-shadow: none;}
.fieldGroup .bigInputBox .inputBoxEle {font-size: 16px;}
.fieldGroup .txtAreaBox {border: 1px solid var(--he-gray-300); border-radius: 10px; background: #fff;}
.fieldGroup .txtAreaBox .txtAreaBoxEle {font-size: 16px; line-height: 1.4; padding: 15px 20px;}

/* ▶ inputBoxEle, txtAreaBoxEle 클릭 시 focus 효과 (common.js에서 클래스 추가됨) */
.fieldGroup .inputBox.inputFocusIn,
.fieldGroup .txtAreaBox.inputFocusIn {border: 1px solid var(--he-main1); box-shadow: 0 0 4px #ffc4c6;}

/* ▶ 아이콘이 있는 inputBox */
.fieldGroup .inputBox.hasIcon {display: flex; align-items: center; padding: 4px;}
.fieldGroup .inputBox.hasIcon .inputBoxEle {flex-grow: 1;}
.fieldGroup .inputBox.hasIcon .iconCircle {flex-shrink: 0;}

/* ▶ 버튼이 있는 inputBox */
.fieldGroup .inputBox.hasButton {display: flex; align-items: center; padding: 8px 8px 8px 20px;}
.fieldGroup .inputBox.hasButton .inputBoxEle {flex-grow: 1;}
.fieldGroup .inputBoxBtn {flex-shrink: 0; border-radius: 30px; color: #fff; background: var(--he-main1); height: 100%; min-height: 36px; display: flex; align-items: center; justify-content: center; padding: 0 15px; cursor: pointer; margin-left: 8px; font-size: 16px;}

/* ▶ radioBox: 라디오 버튼 그룹 */
.fieldGroup .radioBox {display: flex; gap: 15px;}
.fieldGroup .radioBoxEle {cursor: pointer; width: 25%;}
.fieldGroup .radioBoxEle input {display: none;}
.fieldGroup .radioBoxEle .radioLabel {display: flex; align-items: center; justify-content: center; border: 1px solid var(--he-gray-400); border-radius: 30px; width: 100%; height: 54px; font-size: 16px; background: var(--he-gray-100);}
.fieldGroup .radioBoxEle input:checked + .radioLabel {border: 2px solid var(--he-main1); background: #fff;}

/* ▶ fieldColorGray: fieldGroup 회색 배경, focus 상태일때 흰색 */
.fieldColorGray .fieldGroup .inputBox,
.fieldColorGray .fieldGroup .txtAreaBox {background: var(--he-gray-100);}
.fieldColorGray .fieldGroup .inputBox.inputFocusIn,
.fieldColorGray .fieldGroup .txtAreaBox.inputFocusIn {background: #fff;}

/* :: 공통  --- 카드 목록 */
.masonrySect {flex-grow: 1; padding: 10px; min-height: 0;}
.masonry-items {display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px;}
.masonry-item {width: 100%; background: #fff; border-radius: 10px; padding: 10px; box-shadow: 0px 1px 4px #e6e8eb; cursor: pointer; position: relative;}

.masonry-item .imgArea {position: relative; width: 100%; /* ★★★ height는 각 페이지에서 지정 ★★★ */}
.masonry-item .imgArea img {width: 100%; height: 100%; object-fit: cover; border-radius: 10px; background: var(--he-gray-100);}

.masonry-item .brand-icon {position: absolute; top: 5px; left: 5px; background: var(--he-main1); color: #fff; border-radius: 15px; padding: 1px 8px; font-size: 11px;}

.masonry-item .plus-icon {position: absolute; right: -1px; top: -1px; width: 35px; height: 35px; background: #fff; border-radius: 0 0 0 10px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.masonry-item .plus-icon:before {content: ''; background: url(/static/images/background/bg_radius.png) no-repeat; position: absolute; left: -8px; top: 0px; width: 8px; height: 8px; background-size: 100% auto;}
.masonry-item .plus-icon:after {content: ''; background: url(/static/images/background/bg_radius.png) no-repeat; position: absolute; right: 0px; bottom: -8px; width: 8px; height: 8px; background-size: 100% auto;}

.masonry-item .event-icon {position: absolute; right: 5px; top: 5px; font-family: 'esamanru_Light';}

/* 공통  --- 카드 목록 > 클릭 시 선택 상태가 표시되는 카드 스타일 (전단지 주문 화면과 동일한 동작) */
.masonry-item.selected {box-shadow: inset 0 0 0 1px var(--he-main1), 0px 1px 4px #e6e8eb;}
.masonry-item.selected .select-icon {display: flex;}
.masonry-item .select-icon {display: none; position: absolute; left: -1px; top: -1px; width: 35px; height: 35px; background: #fff; border-radius: 0 0 10px 0; align-items: center; justify-content: center; cursor: pointer;}
.masonry-item .select-icon:before {content: ''; background: url(/static/images/background/bg_radius.png) no-repeat; position: absolute; right: -8px; top: 1px; width: 8px; height: 8px;background-size: 100% auto; transform: scaleX(-1);}
.masonry-item .select-icon:after {content: ''; background: url(/static/images/background/bg_radius.png) no-repeat; position: absolute; left: 1px; bottom: -8px; width: 8px; height: 8px; background-size: 100% auto; transform: scaleX(-1);}
.masonry-item .select-icon i {background: var(--he-main1); color: #fff; border-radius: 50%; padding: 3px;}

.masonry-item .titArea {display: flex; align-items: center; justify-content: space-between; margin-top: 8px; min-height: 36px;}
.masonry-item .titArea .name {font-size: 15px; flex-grow: 1; display: -webkit-box; -webkit-line-clamp: 2; /* 줄 수 제한 */ -webkit-box-orient: vertical; overflow: hidden; padding-left: 5px;}
.masonry-item .titArea .fav-icon {margin-left: 5px; cursor: pointer;}
.masonry-item .titArea .fav-icon.selected {color: #ff9400;}

.masonry-item .infoArea {display: flex; align-items: center; margin-top: 8px;}
.masonry-item .infoArea .infoBg {flex-grow: 1;}

/* -- 공통 --- 선택된 카드(박스) 스타일 (반투명 오버레이 및 체크 아이콘 적용) */
.boxSelected {border: 1px solid var(--he-main1) !important;}
.boxSelected:before {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.4);}
.boxSelected:after {content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; top: 50%; left: 50%; background: #fff; border-radius: 10px; width: 30px; height: 30px; text-align: center; line-height: 30px; margin-left: -15px; margin-top: -15px; color: var(--he-main1); box-shadow: 0px 1px 4px #2c2d2d;}

/* :: 공통팝업 --- 이미지 확대 축소 팝업 (productDetailModal, flyerImgZoomAbleModal, propertyImgsZoomAbleModal) */
.imgZoomWrap {position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.imgZoomWrap .btnZooms {position: fixed; bottom: 30px; left: 50%; transform: translate(-50%, 0%); background: rgba(0,0,0,.8); border-radius: 50px; z-index: 10; padding: 0 10px;}
.imgZoomWrap .btnZoom {user-select: none; cursor: pointer; color: #fff; font-size: 20px; height: 45px; width: 60px; display: inline-flex; align-items: center; justify-content: center; position: relative;}
.imgZoomWrap .btnZoom:before {content: ''; position: absolute; left: 0; top: 15px; bottom: 15px; width: 1px; background: #fff; opacity: 0.5;}
.imgZoomWrap .btnZoom:first-child:before {display: none;}
.imgZoomDiv {width: 100%; height: 100%;}
.imgZoomWrap .imgZoom {width: 100%; height: auto; max-height: 100%; max-width: 100%; object-fit: contain; padding-bottom: 50px;}
.imgZoomWrap .imgZoom.noImg {width: 300px;}

/* :: 공통팝업 --- 이미지 확대 축소 팝업 > 클레임 화면처럼 여러 이미지 지원 시 좌우 이동 버튼 */
.imgArrow {position: fixed; display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; border-radius: 50%; background: rgba(0,0,0,.4); cursor: pointer; color: #fff; top: 50%; margin-top: -40px; z-index: 10; font-size: 28px;}
.imgArrow:hover {background: #000; transition: .3s;}
.imgArrow#prevArrow {left: 30px;}
.imgArrow#nextArrow {right: 30px;}

/* :: 공통팝업 --- 이미지 확대 축소 팝업 > 이미지 개수 표시 스타일 */
.imgCounter {position: fixed; top: 30px; right: 30px; background: rgba(0,0,0,.8); border-radius: 50px; z-index: 10; padding: 10px 30px; color: #fff; font-size: 15px;}


/* -- 공통 --- masonry-item empty */
.noItemInfo {width: 100%; height: calc(100% - 20px); display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: 15px; font-family: 'esamanru_Light', sans-serif;}
.noItemInfo img {width: auto; height: 150px;}



/* ---------------------
	:: 주문 등록 페이지
	--------------------- */		
/* :: 공통 좌우 분할 레이아웃 변형 --- 상단 주문 가능 시간(38px) 제외 후, 그 아래에서 좌우 분할 (flex-wrap 적용) */
.orderGridWrap {flex-wrap: wrap;}
.orderGridWrap .gridLeft,
.orderGridWrap .gridRight {height: calc(100% - 38px);}

/* :: 웹 전용 --- 매장 미선택 시 하위 콘텐츠를 가리는 오버레이 안내 화면 */
.orderMenuGuide {position: absolute; top: 0px; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.7); z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.orderMenuGuide img {width: 125px; height: auto;}
.orderMenuGuide p {margin-top: 25px; font-size: 22px; font-family: 'esamanru_Light', sans-serif; color: #fff; text-align: center; line-height: 1.6;}

/* :: 상단 --- 주문 가능 시간 안내 및 탭,버튼 영역*/
.orderTypeSect {width: 100%; height: 38px; display: flex;}
.orderTypeSect-left {width: 40%; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 3px 0 10px;}
.orderTypeSect-left .textArea {display: flex; align-items: center;}
.orderTypeSect .orderTypeText {position: relative; display: flex; align-items: center; font-family: 'esamanru_Light', sans-serif;  font-size: 14px;}
.orderTypeSect .orderTypeText::before {content:'🕛'; font-family: "Tossface", sans-serif; margin-right: 5px;}
.orderTypeSect .orderStatus {display: flex; align-items: center; font-family: 'esamanru_Light', sans-serif; font-size: 14px;}
.orderTypeSect.notOrderTime {background: linear-gradient(-120deg, #f5e09c 0%, #f37647 100%); color: #fff;}
.orderTypeSect.notOrderTime .orderTypeText::before {content:'🕛';}
.orderTypeSect.onTime {background: #d1232a; color: #ffffff;}
.orderTypeSect.onTime .orderTypeText::before {content:'📦';}
.orderTypeSect.addTime {background: linear-gradient(to left,#04ce6d 0,#03cb87 33.33%,#03c89e 66.66%,#02c5b6 100%); color: #ffffff;}
.orderTypeSect.addTime .orderTypeText::before {content:'🛒';}
.orderTypeSect.hqTime {background: linear-gradient(225deg, #a7f6d3 0%, #316de2 100%); color: #ffffff;}
.orderTypeSect.hqTime .orderTypeText::before {content:'🏢';}
.orderTypeSect.specificTime {background: linear-gradient(to left, #ffd2f2 0%, #3d79dd 100%); color: #ffffff;}
.orderTypeSect.specificTime .orderTypeText::before {content:'📅';}

.orderTypeSect-right {width: 60%; height: 100%; border-left: 1px solid rgba(255, 255, 255, 0.4); display: flex; align-items: center; justify-content: space-between; padding: 0 3px 0 5px;}
.orderTypeSect-right .tabArea {display: flex; align-items: center;}
.orderTypeSect-right .tabArea .tab {cursor: pointer; color: var(--he-gray-600); background: var(--he-gray-300); font-family: 'esamanru_Light', sans-serif; font-size: 12px; margin-top: 10px; height: 35px; min-width: 65px; padding: 0 10px; border-radius: 5px 5px 0 0; margin-right: 5px; display: flex; align-items: center; justify-content: center;
															position: relative; box-shadow: inset 0px -5px 5px var(--he-gray-300);}
.orderTypeSect-right .tabArea .tab.selected {color: var(--he-main1); background: #fff; border: 1px solid var(--he-gray-300); font-weight: 600; box-shadow: none;}

.orderTypeSect-right .schArea .inputBox {border: 1px solid var(--he-gray-400); box-shadow: none; height: 32px; padding: 2px 2px 2px 13px;}



/* :: 우측 리스트 영역 ---  카드 목록 */
.orderGridWrap .masonry-item .imgArea  {height: 120px;}

/* :: 좌측 주문 영역 --- 리스트 */
.orderSect {flex-grow: 1; margin-bottom: 30px; min-height: 0;}

.orderItemGuide {width: 100%; height: 100%; position: relative;}
.orderItemGuide p {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'esamanru_Light'; font-size: 15px;}

.order-items {}
.order-item {border-bottom: 1px solid var(--he-gray-200); padding: 5px; position: relative;}
.order-item:nth-child(even) {background: var(--he-gray-100);}

.order-item .name {font-weight: 600; font-size: 15px; margin-top: 2px; margin-left: 2px;}
.orderItem-del {font-size: 11px; color: var(--he-gray-600); background: #fff; border: 1px solid var(--he-gray-300); width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; border-radius: 50%; cursor: pointer;}

.order-item .info-wrap {font-size: 12px; color: var(--he-gray-600); display: flex; align-items: center;}
.order-item .info-col {position: relative; padding: 0 10px;}
.order-item .info-col:before {content:''; position: absolute; left: 0; top: 3px; bottom: 3px; width: 1px; background: var(--he-gray-400);}
.order-item .info-col:first-child {padding-left: 0;}
.order-item .info-col:first-child:before {display: none;}

.order-item .quantity-wrap {display: inline-flex; align-items: center; border-radius: 5px; background: #4e94fd; color: #fff; padding: 1.5px 10px;}
.order-item .quantity-wrap .unit-price {font-size: 12px; opacity: 0.85;}
.order-item .quantity-wrap .quantity {font-weight: bold; font-size: 20px;}
.order-item .quantity-btn {font-size: 12px; padding: 3px 10px; background: var(--he-gray-100); border-radius: 4px; color: #4e94fd; font-weight: bold; cursor: pointer;}

.order-item .totPrice-wrap {display: flex; align-items: center; justify-content: flex-end;}
.order-item .totPrice-wrap .price {font-size: 17px; font-weight: 600;}
.order-item .totPrice-wrap .unitLabel {font-size: 13px; color: var(--he-gray-500); margin-top: 1px;}

.order-item .vatInfoBg {font-size: 10px; padding: 2px 3px; display: flex; align-items: center; border-radius: 2px; margin-right: 4px;}

.deactivation {background:linear-gradient(to right, #dedede, rgba(206, 212, 218, 0));}

/* :: 좌측 주문 영역 --- 합계 */
.priceSect {flex-shrink: 0; box-shadow: 0 0 25px rgb(97 123 145 / 37%); clip-path: inset(-30px 0 0 0); position: relative;}
.priceSect:before {content: ' '; position: absolute; top: -10px; left:0px; right: 0; height: 10px; background: url("/static/images/background/bg_zigzag.png") repeat-x; background-size: 200px auto; z-index: 1;}
.priceToggle {position: absolute; top: -30px; right: 10px; background: var(--he-gradient); width: 35px; height: 26px; border-radius: 5px 5px 0 0; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; cursor: pointer; padding-bottom: 3px;}
.priceSect .tableArea {border: 1px solid var(--he-gray-300); border-bottom: none; border-radius: 10px; overflow: hidden; margin: 0 8px 8px; display: none;}
.priceSect .tableArea table {width: 100%;}
.priceSect .tableArea table tr {border-bottom: 1px solid var(--he-gray-300);}
.priceSect .tableArea table th,
.priceSect .tableArea table td {height: 30px; padding: 0 6px;}
.priceSect .tableArea table th {background: var(--he-gray-100);}
.priceSect .tableArea table th:first-child {border-right: 1px solid var(--he-gray-300); text-align: left; padding-left: 10px; width: 95px;}
.priceSect .tableArea table td {text-align: right;}
.priceSect .priceArea {display: flex; align-items: center; gap: 8px; margin: 0px 10px 8px}
.priceSect .priceItem {flex-grow: 1; text-align: center;}
.priceSect .priceItem .label {font-size: 12px; color: var(--he-gray-500); margin-bottom: 3px;}
.priceSect .priceItem .value {font-size: 17px; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.priceSect .priceItem .unitLabel {font-size: 13px; color: var(--he-gray-500); margin-top: 1px; font-weight: 600; margin-left: 3px;}

/* :: 주문 > 팝업 --- 수량변경 (changeQuantityModal) */
.changeQuantityWrap {display: flex; flex-direction: column; width: 100%; height: 100%;}
.changeQuantityWrap * {user-select: none;}
.changeQuantityWrap .titArea {flex-shrink: 0; font-family:'esamanru_Medium', sans-serif; font-size: 16px; height: 50px; display: flex; align-items: center; justify-content: center; padding: 0 15px; cursor: pointer;}
.changeQuantityWrap .changeBtnArea {flex-shrink: 0; display: flex; align-items: center; height: 95px; text-align: center; font-size: 24px; cursor: pointer; padding: 0 5px; border-top: 1px solid var(--he-gray-400); background: var(--he-gray-100);}
.changeQuantityWrap .changeBtnArea .minus-pad,
.changeQuantityWrap .changeBtnArea .plus-pad {flex-shrink: 0; width: 85px; height: 85px; line-height: 85px; background: var(--he-blue); border-radius: 10px; color: #fff;}
.changeQuantityWrap .changeBtnArea .minus-pad {background: var(--he-red);}
.changeQuantityWrap .changeBtnArea .setting-quantity {flex-grow: 1; font-family: 'esamanru_Medium', sans-serif;}
.changeQuantityWrap .numBtnArea {flex-grow: 1; display: flex; flex-direction: column;}
.changeQuantityWrap .pad-row {display: flex; flex-grow: 1; font-size: 24px; border-top: 1px solid var(--he-gray-400);}
.changeQuantityWrap .pad-row > div {border-left: 1px solid var(--he-gray-400);}
.changeQuantityWrap .pad-row > div:first-child {border-left: none;}
.changeQuantityWrap .number-pad,
.changeQuantityWrap .clear-pad,
.changeQuantityWrap .backspace-pad {display: flex; align-items: center; justify-content: center; flex: 1; cursor: pointer;}
.changeQuantityWrap .clear-pad,
.changeQuantityWrap .backspace-pad {background: var(--he-gray-600); color: #fff;}
.changeQuantityWrap .finalBtnArea {flex-shrink: 0; height: 56px; display: flex; align-items: center; padding: 5px; gap: 5px; border-top: 1px solid var(--he-gray-400); background: var(--he-gray-100); cursor: pointer;}
.changeQuantityWrap .finalBtnArea .function-pad {flex-grow: 1; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 20px; border-radius: 10px; background: #fff; border: 1px solid var(--he-gray-400);}
.changeQuantityWrap .finalBtnArea #deleteBtn {border: 1px solid var(--he-main1); color: var(--he-main1);}
.changeQuantityWrap .finalBtnArea #changeQuantityBtn {border: 1px solid var(--he-main1); color: #fff; background: var(--he-main1);}

/* :: 주문 > 팝업 --- 생계시세 (chickenMarketPriceModal) */
.chickenMarketPriceWrap * {font-size: 15px;}
.chickenMarketPriceWrap .btnArea {display: flex; align-items: center; justify-content: space-between; padding: 10px 15px 10px 20px; background: var(--he-gray-200); border-radius: 50px;}
.chickenMarketPriceWrap .imgArea {text-align: center;}
.chickenMarketPriceWrap .imgArea img {width: 100%; height: auto; max-width: 700px;}
.chickenMarketPriceWrap .warningP {width: 100%; text-align: center; line-height: 1.6; padding: 15px; border-radius: 50px;}



/* ---------------------
	:: 전단지 주문 페이지
	--------------------- */
.flyerWrap {width: 100%; height: 100%; display: flex; flex-direction: column; background: var(--he-gray-100); position: relative;}
.flyerGridWrap { /* 주문과 동일하게 좌우 분할 레이아웃 일때 사용 */ }

.tabSect {flex-shrink: 0; width: 100%; height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 5px 0 10px; background: #d1232a; color: #ffffff;}
.tabSect .tabArea {display: flex; align-items: center;}
.tabSect .tabArea .tab {cursor: pointer; color: var(--he-gray-600); background: var(--he-gray-300); font-family: 'esamanru_Light', sans-serif; font-size: 13px; margin-top: 10px; height: 35px; min-width: 120px; border-radius: 5px 5px 0 0; margin-right: 5px; display: flex; align-items: center; justify-content: center; position: relative;
										box-shadow: inset 0px -5px 5px var(--he-gray-300);}
.tabSect .tabArea .tab.selected {color: var(--he-main1); background: #fff; border: 1px solid var(--he-gray-300); font-weight: 600; box-shadow: none;}

/* :: 우측 리스트 영역 ---  카드 목록 */
.flyerWrap .masonry-item .imgArea,
.flyerGridWrap .masonry-item .imgArea {height: 180px;}

/* :: 우측 리스트 영역 --- 인포 푸터 */
.infoFooterSect {flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; background: #fff; height: 42px; border-top: 1px solid var(--he-gray-300); border-left: 1px solid var(--he-gray-300); padding: 0 10px;}
.infoFooterSect .infoArea {display: flex; align-items: center;}
.infoFooterSect .info-col {margin-right: 13px; display: flex; align-items: center;}
.infoFooterSect .info-col  i {font-size: 11px; color: var(--he-gray-600);}
.infoFooterSect .btnArea {display: flex; align-items: center;}
.infoFooterSect .btnArea .appBtn {margin-left: 5px;}

/* :: 좌측 선택 전단지 영역 */
.flyerInfoGuide {width: 100%; height: 100%; position: relative;}
.flyerInfoGuide p {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'esamanru_Light'; font-size: 15px;}

.flyerInfoSect {flex-grow: 1; display: flex; flex-direction: column; overflow: hidden;}
.flyerInfoSect .titArea {flex-shrink: 0; font-family: 'esamanru_Light', sans-serif; display: flex; align-items: center; justify-content: center; height: 42px; background: var(--he-gray-100); border-bottom: 1px solid var(--he-gray-300);}
.flyerInfoSect .imgArea {flex-grow: 1; min-height: 0; display: flex; align-items: center;  justify-content: center; border-bottom: 1px solid var(--he-gray-300); padding: 15px;}
.flyerInfoSect .imgArea img {width: 100%; height: 100%; object-fit: contain;}
.flyerInfoSect .infoArea {flex-shrink: 0; border-bottom: 1px solid var(--he-gray-300); text-align: center; padding: 8px; line-height: 1.2; color: var(--he-main1); font-size: 15px; background: #fff7f7;; font-family: 'esamanru_Medium', sans-serif;  display: none;}

.flyerInfoSect .thumbArea {flex-shrink: 0; display: flex; height: 160px;}
.flyerInfoSect .thumbArea .thumb-Item {position: relative; cursor: pointer;}

.flyerInfoSect .thumb-front {width: 120px; height: 100%; flex-shrink: 0; border-right: 1px solid var(--he-gray-300);}
.flyerInfoSect .thumb-front .thumb-Item {width: 100%; height: 100%;}
.flyerInfoSect .thumb-front .name {text-align: center; font-weight: 600; height: 26px; line-height: 26px; border-bottom: 1px solid var(--he-gray-600); background: var(--he-gray-600); color: #fff;}
.flyerInfoSect .thumb-front .image {width: 100%; height: calc(100% - 26px);}
.flyerInfoSect .thumb-front .image  img {width: 100%; height: 100%; object-fit: cover; object-position: top;}

.flyerInfoSect .thumb-back {width: calc(100% - 120px); height: 100%; flex-shrink: 0;}
.flyerInfoSect .thumb-back .thumb-Items {width: calc(100% - 6px); margin: 0 auto; padding: 3px 0;}
.flyerInfoSect .thumb-back .thumb-ItemsIn {display: flex;}
.flyerInfoSect .thumb-back .thumb-Item {flex-shrink: 0; width: 120px; height: 154px; border: 1px solid var(--he-gray-500); border-radius: 5px; margin-right: 3px; overflow: hidden; background: #fff;}
.flyerInfoSect .thumb-back .name {text-align: center; font-weight: 600; height: 22px; line-height: 22px; border-bottom: 1px solid var(--he-gray-600); background: var(--he-gray-100); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 10px;}
.flyerInfoSect .thumb-back .image {width: 100%; height: calc(100% - 22px);} 
.flyerInfoSect .thumb-back .image  img {width: 100%; height: 100%; object-fit: cover; object-position: top;}


/* -----------------------------------------
	:: 주문 > 팝업 --- 전단지 주문하기
	----------------------------------------- */
.flyerOrderWrap {background: #fff;}
.flyerOrderWrap .gridLeft {background: var(--he-gray-100);}
.flyerOrderWrap .gridLeft .simplebar-content {height: 100% !important;}

/* :: 좌측 이미지 썸네일 영역 */
.flyerViewSect {width: 100%; height: 100%; display: flex; flex-direction: column; min-height: 600px;}
.flyerViewSect .previewImg {flex-grow: 1; min-height: 0; display: flex; align-items: center; justify-content: center; padding: 30px;}
.flyerViewSect .previewImg img {width: 100%; height: 100%; object-fit: contain;}
.flyerViewSect .previewThumbs {flex-shrink: 0; display: flex; justify-content: center; gap: 10px; padding: 0 30px 30px;}
.flyerViewSect .thumbItem {position: relative; cursor: pointer; width: 120px; height: 160px; border: 1px solid var(--he-gray-400); border-radius: 10px; overflow: hidden;}
.flyerViewSect .thumbItem .name {text-align: center; font-weight: 600; height: 26px; line-height: 26px; border-bottom: 1px solid var(--he-gray-600); background: var(--he-gray-600); color: #fff;}
.flyerViewSect .thumbItem .image {width: 100%; height: calc(100% - 26px); background: #fff;}
.flyerViewSect .thumbItem .image  img {width: 100%; height: 100%; object-fit: cover; object-position: top;}

/* :: 우측 폼 영역 --- 레이아웃 */
.flyerFormSect {width: 100%; height: 100%; display: flex; flex-direction: column;}
.flyerFormHead {flex-shrink: 0; display: flex; font-size: 20px; padding: 20px 60px 20px 30px; border-bottom: 1px solid var(--he-gray-300); clip-path: inset(0px 0 -15px 0); position: relative; z-index: 1;}
.flyerFormHead .titArea {font-family: 'esamanru_Medium', sans-serif;}

.flyerFormBody {flex-grow: 1; min-height: 0; padding: 20px;}
.flyerFormBody .form-row {align-items: flex-end; margin-top: 40px;}
.flyerFormBody .fieldGroup .inputLabel {margin-bottom: 15px; font-size: 18px;}
.flyerFormBody .fieldUnit i {line-height: 54px; color: var(--he-gray-500);}

/* :: 우측 폼 영역 --- 권장형 > 출력문구 */
.flyerFormBody .divSelectBoxs {display: flex; gap : 15px;}
.flyerFormBody .divSelectBox {width: 25%; min-height: 100px; border: 1px solid var(--he-gray-400); border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--he-gray-100); line-height: 1.4; cursor: pointer; padding: 8px; text-align: center; font-size: 15px;}
.flyerFormBody .divSelectBox.selected {border: 2px solid var(--he-main1); background: #fff;}
.flyerFormBody .divSelectBox .infoP {background: #fff; border: 1px solid var(--he-gray-300); border-radius: 10px; padding: 5px; font-size: 12px; margin-top: 5px;}

/* :: 우측 폼 영역 --- 맞춤형 > 인쇄정보 */
.flyerFormBody .divInfoBox {display: flex; align-items: center; background: var(--he-gray-100); border-radius: 30px; border: 1px solid var(--he-gray-300); padding: 8px 8px 8px 20px; height: 54px;}
.flyerFormBody .divInfoBoxTxt {flex-grow: 1; font-size: 16px;}
.flyerFormBody .divInfoBoxBtn {flex-shrink: 0; border-radius: 30px; color: #fff; background: var(--he-main1); height: 100%; min-height: 36px; display: flex; align-items: center; justify-content: center; padding: 0 15px; cursor: pointer; margin-left: 8px; font-size: 16px;}

/* :: 우측 폼 영역 --- 최종 버튼 영역 */
.flyerFormFoot {flex-shrink: 0; height: 55px; background: var(--he-gray-600); color: #fff; display: flex; align-items: center; justify-content: space-between; padding: 10px 5px 10px 20px;}
.flyerFormFoot .priceArea {display: flex; align-items: center;}
.flyerFormFoot .priceArea .label {font-size: 16px; color: var(--he-gray-200); margin-right: 15px;}
.flyerFormFoot .priceArea .value {font-size: 22px; font-weight: 700; display: flex; align-items: center; color: #fff;}
.flyerFormFoot .priceArea .unitLabel {font-size: 16px; color: var(--he-gray-200); margin-top: 1.5px; font-weight: 600; margin-left: 3px;}
.flyerFormFoot .btnArea {display: flex; align-items: center;}
.flyerFormFoot .btnArea .appBtn {margin-left: 5px;}




/* -----------------------------------------
	:: 주문 > 팝업 --- 배송지입력
	----------------------------------------- */
.flyerShipWrap {background: #fff;}


.flyerShipWrap {flex-wrap: wrap;}
.flyerShipWrap .gridLeft,
.flyerShipWrap .gridRight {height: calc(100% - 55px);}

/* :: 좌측 > 전단지 주문 정보 영역 */
.flyerShipList {width: 100%; height: 100%; padding: 0 15px 15px;}
.flyerShipList .titArea {width: 100%; display: flex; font-family: 'esamanru_Medium', sans-serif; font-size: 18px; margin-top: 20px;}

.flyerShipList .thumbArea {margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 10px;}
.flyerShipList .thumbItem {position: relative; width: 120px; height: 155px; border: 1px solid var(--he-gray-400); border-radius: 10px; overflow: hidden;}
.flyerShipList .thumbItem .image {width: 100%; height: calc(100% - 26px); background: #fff; cursor: zoom-in;}
.flyerShipList .thumbItem .image  img {width: 100%; height: 100%; object-fit: cover; object-position: top;}
.flyerShipList .thumbItem .name {text-align: center; font-weight: 600; height: 26px; line-height: 26px; border-top: 1px solid var(--he-gray-600); background: var(--he-gray-600); color: #fff;}

.flyerShipList .infoArea {margin-top: 20px; background: var(--he-gray-100); border-radius: 5px 5px 0 0; border: 1px solid var(--he-gray-300); border-bottom: none; padding: 15px;}
.flyerShipList .infoItem {display: flex; align-items: center; margin-top: 15px;}
.flyerShipList .infoItem:first-of-type {margin-top: 0;}
.flyerShipList .infoItem .label {font-size: 14px; color: var(--he-gray-500); font-weight: 500; width: 110px;}
.flyerShipList .infoItem .value {font-size: 16px; font-weight: 600;}

.flyerShipList .priceArea {background: #fff9f9; border: 1px solid var(--he-main1); padding: 15px; border-radius: 0 0 5px 5px; display: flex; justify-content: space-between; align-items: center;}
.flyerShipList .priceArea .label {font-size: 15px; color: var(--he-gray-500);}
.flyerShipList .priceArea .value {font-size: 22px; font-weight: 700; display: flex; align-items: center; justify-content: flex-end; color: var(--he-main1);}
.flyerShipList .priceArea .unitLabel {font-size: 16px; color: var(--he-gray-500); margin-top: 1.5px; font-weight: 600; margin-left: 3px;}

/* :: 좌측 > 배송지 입력 폼 영역 */
.flyerShipForm {width: 100%; height: 100%; padding: 30px;}
.flyerShipForm .btn.comm {height: 54px; line-height: 54px; border-radius: 30px; font-size: 16px; padding: 0 45px;}

/* :: 우측 폼 영역 --- 최종 버튼 영역 */
.flyerShipFoot {width: 100%; height: 55px; background: var(--he-gray-600); color: #fff; padding: 10px; border-radius: 0 0 5px 5px;}
.flyerShipFoot .btnArea {display: flex; align-items: center; justify-content: space-between;}


/* ---------------------------------
	:: 온라인쿠폰 / 상품권 페이지 공통
	--------------------------------- */
.fullVerticalWrap {width: 100%; height: 100%; display: flex; flex-direction: column;}

/* :: 웹 전용 --- fullVerticalHead를 대체하여 사용됨 (타이틀 고정) */
.fullVerticalWrap .titleFixed {flex-shrink: 0;}

/* :: PRM 전용 --- fullVerticalHead 사용 */
.fullVerticalHead {flex-shrink: 0; display: flex; justify-content: space-between; align-items: flex-end; padding: 30px 40px 0; background: var(--he-gray-100); border-bottom: 1px solid var(--he-gray-300);}
.fullVerticalHead .titArea {margin-bottom: 15px;}
.fullVerticalHead .titArea .name {font-family: 'esamanru_Medium', sans-serif; font-size: 18px;}
.fullVerticalHead .titArea .name i {margin-right: 5px; color: var(--he-main1);}
.fullVerticalHead .titArea .desc {margin-top: 10px; color: #6e717d;}
.fullVerticalHead .tabArea {display: flex; align-items: center;}
.fullVerticalHead .tabArea .tab {cursor: pointer; color: var(--he-gray-600); background: var(--he-gray-200); font-family: 'esamanru_Medium', sans-serif; font-size: 15px; padding: 15px 15px 13px; min-width: 150px; border-radius: 20px 20px 0 0; margin-right: 5px; display: flex; align-items: center; justify-content: center; position: relative;}
.fullVerticalHead .tabArea .tab.selected {color: var(--he-main1); background: #fff; border: 1px solid var(--he-gray-300);}
.fullVerticalHead .tabArea .tab.selected:before {content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background: #ffffff;}
.fullVerticalHead .btnArea {display: flex; align-items: center; margin-bottom: 10px;}
.fullVerticalHead .btnArea .appBtn {margin-left: 5px;}

.fullVerticalBody {flex-grow: 1; padding: 30px 40px 40px; min-height: 0;}

.fullVerticalWrap .formSect {display: flex; align-items: flex-end; margin-bottom: 30px;}
.fullVerticalWrap .formSect .inputArea {flex-grow: 1;}
.fullVerticalWrap .formSect .btnArea {flex-shrink: 0; display: flex; align-items: center;}
.fullVerticalWrap .formSect .btnArea .appBtnSquare {margin-left: 15px;}

.guideSect {display: flex; align-items: flex-start; background: var(--he-gray-100); padding: 30px; border-radius: 15px; border: 1px solid var(--he-gray-200);}
.guideSect .titArea {font-family: 'esamanru_Medium', sans-serif; font-size: 16px; flex-shrink: 0;}
.guideSect .descArea {background: var(--he-gray-100); border-left: 1px solid var(--he-gray-300); margin-left: 60px; padding-left: 30px; flex-grow: 1; font-size: 16px; line-height: 1.6;}

.guideSect .desc-row {margin-top: 30px;}
.guideSect .desc-row:first-child {margin-top: 0;}
.guideSect .desc-row .title {font-weight: bold; position: relative; padding-left: 12px; margin-bottom: 10px;}
.guideSect .desc-row .title:before {content: ''; position: absolute; top: 50%; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--he-main1); margin-top: -3px;}
.guideSect .desc-row .desc {padding-left: 12px;}
.guideSect .desc-row .image {margin-top: 8px;}
.guideSect .desc-row img {width: 100%; height: auto; max-width: 800px; border-radius: 15px;}

.guideSect .desc-col {display: flex; flex-direction: column; justify-content: space-between;}
.guideSect .desc-col .image {margin-top: 8px;}
.guideSect .desc-col img {width: 80%; height: auto; max-height: 320px; max-width: 100%; object-fit: contain;}

.guideSect .descCol-box {margin-top: 10px; background: #fff; border-radius: 15px; box-shadow: 0px 1px 4px #e6e8eb; overflow: hidden;}
.guideSect .descColbox-head {background: var(--he-gray-600); color: #fff; padding: 5px 10px; text-align: center;}
.guideSect .descColbox-body {padding: 0 15px;}
.guideSect .descColbox-body > div {padding: 10px 5px; border-top: 1px solid var(--he-gray-300); display: flex; align-items: center; justify-content: space-between;}
.guideSect .descColbox-body > div:first-child {border-top: none;}
.guideSect .descColbox-body > div span:first-child {margin-right: 30px;}
.guideSect .descColbox-body > div span:nth-child(2) {color: var(--he-gray-500); font-size: 13px;}
.guideSect .descColbox-body > div .colorMain {font-size: 17px;}

.guideSect .colorRed {font-size: 16px; margin-bottom: 20px;}

@media (max-width: 1000px) {
	.guideSect .box-col {border-left: none !important; width: 100%;}
}


/* :: 팝업 --- 쿠폰사용현황 */
.couponBtns {display: flex; flex-wrap: wrap; gap: 10px;}
.couponBtns .couponBtn {width: calc(33.33334% - 7px); cursor: pointer; border-radius: 5px; height: 100px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--he-gray-300); background: #fff; font-family: 'esamanru_Light', sans-serif;  box-shadow: 0px 1px 4px #e6e8eb; font-size: 15px;}



















