.restaurant-module-scss-module__d0wi-G__page{flex-direction:column;width:100%;max-width:1080px;min-height:100vh;margin:0 auto;display:flex}.restaurant-module-scss-module__d0wi-G__main{--sp-bg:#eee;background-color:var(--sp-bg);width:100%;min-height:100vh;padding-top:11.5rem;padding-bottom:13.1875rem;position:relative}.restaurant-module-scss-module__d0wi-G__sortWrap{--sw-bg:#fff;--sw-border:#888;--sw-dimmed-bg:#000c;background:var(--sw-bg);z-index:39;width:100%;position:relative}.restaurant-module-scss-module__d0wi-G__sortInner{flex-direction:row;justify-content:space-between;align-items:center;width:calc(100% - 4rem);margin:0 auto;padding:1.5rem 0;display:flex}.restaurant-module-scss-module__d0wi-G__selectWrap{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.restaurant-module-scss-module__d0wi-G__customSelect{--cs-bg:#fff;--cs-text:#000;--cs-border:#888;--cs-active-bg:var(--primary-light);--cs-active-text:var(--primary-primary);--cs-radius:.5rem;--cs-active-radius:.5rem .5rem 0 0;--cs-active-radius02:0 0 .5rem .5rem;border-radius:var(--cs-radius);z-index:70;width:12.5rem;position:relative}.restaurant-module-scss-module__d0wi-G__selectItem{text-align:left;width:100%;height:4.5rem;color:var(--cs-text);border:1px solid var(--cs-border);border-radius:var(--cs-radius);background:var(--cs-bg);z-index:1;white-space:nowrap;text-overflow:ellipsis;padding:0 2.75rem 0 1.5rem;font-size:1.75rem;font-weight:500;line-height:1.19;position:relative;overflow:hidden}.restaurant-module-scss-module__d0wi-G__selectItem:after{content:"";background:url(/assets/images/icon/arrow_down.svg) 50%/contain no-repeat;width:1.25rem;height:1.25rem;transition:transform .2s;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.restaurant-module-scss-module__d0wi-G__selectItem.restaurant-module-scss-module__d0wi-G__selectOpen{border-radius:var(--cs-active-radius)}.restaurant-module-scss-module__d0wi-G__selectItem.restaurant-module-scss-module__d0wi-G__selectOpen:after{transform:translateY(-50%)rotate(180deg)}.restaurant-module-scss-module__d0wi-G__optionListWrap{border:1px solid var(--cs-border);border-radius:var(--cs-active-radius02);opacity:0;visibility:hidden;pointer-events:none;border-top:none;width:max-content;min-width:100%;transition:opacity .2s,transform .2s,visibility 0s linear .2s;position:absolute;top:4.5rem;left:0;overflow:hidden;transform:translateY(-.5rem)}.restaurant-module-scss-module__d0wi-G__optionListWrap.restaurant-module-scss-module__d0wi-G__optionListOpen{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s,transform .2s,visibility;transform:translateY(0)}.restaurant-module-scss-module__d0wi-G__optionControls{display:none}.restaurant-module-scss-module__d0wi-G__optBtnWrap{background:var(--cs-bg);z-index:2;width:100%;height:3.5rem;padding:.5rem 0;position:absolute;left:0}.restaurant-module-scss-module__d0wi-G__optBtnWrap.restaurant-module-scss-module__d0wi-G__optPrev{border-bottom:1px solid var(--cs-border);top:0}.restaurant-module-scss-module__d0wi-G__optBtnWrap.restaurant-module-scss-module__d0wi-G__optNext{border-top:1px solid var(--cs-border);bottom:0}.restaurant-module-scss-module__d0wi-G__optBtnWrap.restaurant-module-scss-module__d0wi-G__optDisabled .restaurant-module-scss-module__d0wi-G__optMoveBtn{pointer-events:none}.restaurant-module-scss-module__d0wi-G__optBtnWrap.restaurant-module-scss-module__d0wi-G__optDisabled .restaurant-module-scss-module__d0wi-G__optLabel{color:var(--label-disabled)}.restaurant-module-scss-module__d0wi-G__optMoveBtn{background:0 0;flex-direction:row;justify-content:center;align-items:center;gap:.4375rem;width:100%;height:100%;display:flex}.restaurant-module-scss-module__d0wi-G__optIcon{width:1.25rem;height:1.25rem;display:block}.restaurant-module-scss-module__d0wi-G__optLabel{color:#3b4ccf;font-size:1.25rem;font-weight:700}.restaurant-module-scss-module__d0wi-G__optPrev .restaurant-module-scss-module__d0wi-G__optIcon{background:url(/assets/images/icon/arrow_up_bl.svg) 50%/contain no-repeat}.restaurant-module-scss-module__d0wi-G__optNext .restaurant-module-scss-module__d0wi-G__optIcon{background:url(/assets/images/icon/arrow_down_bl.svg) 50%/contain no-repeat}.restaurant-module-scss-module__d0wi-G__optDisabled.restaurant-module-scss-module__d0wi-G__optPrev .restaurant-module-scss-module__d0wi-G__optIcon{background-image:url(/assets/images/icon/arrow_up_gy.svg)}.restaurant-module-scss-module__d0wi-G__optDisabled.restaurant-module-scss-module__d0wi-G__optNext .restaurant-module-scss-module__d0wi-G__optIcon{background-image:url(/assets/images/icon/arrow_down_gy.svg)}.restaurant-module-scss-module__d0wi-G__optionScroll{background:var(--cs-bg);-ms-overflow-style:none;scrollbar-width:none;width:100%;max-height:45rem;overflow-y:auto}.restaurant-module-scss-module__d0wi-G__optionScroll::-webkit-scrollbar{display:none}.restaurant-module-scss-module__d0wi-G__optionList{width:100%}.restaurant-module-scss-module__d0wi-G__optionList>li{border-bottom:1px solid var(--cs-border);width:100%;min-height:4.5rem;position:relative}.restaurant-module-scss-module__d0wi-G__optionList>li:last-child{border-bottom:0}.restaurant-module-scss-module__d0wi-G__optionBtn{width:100%;min-height:4.5rem;color:var(--cs-text);text-align:left;white-space:nowrap;background:var(--cs-bg);flex-direction:row;justify-content:flex-start;align-items:center;padding:.5rem 1.5rem;font-size:1.75rem;font-weight:500;line-height:1.19;display:flex}.restaurant-module-scss-module__d0wi-G__optionBtn.restaurant-module-scss-module__d0wi-G__optionActive{color:var(--cs-active-text);background:var(--cs-active-bg);font-weight:800}.restaurant-module-scss-module__d0wi-G__searchBox{--sb-bg:#fff;--sb-border:#888;--sb-text:#000;--sb-placeholder:#555;--sb-btn-bg:var(--primary-light);--sb-btn-border:var(--primary-primary);--sb-icon:var(--primary-primary);background:var(--sb-bg);border:1px solid var(--sb-border);border-radius:6.25rem;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:28.75rem;max-height:4.5rem;padding:.75rem .75rem .75rem 1.5rem;display:flex}.restaurant-module-scss-module__d0wi-G__searchBox.restaurant-module-scss-module__d0wi-G__disabled{--sb-bg:var(--fill-disabled);--sb-border:var(--line-alternative);--sb-text:var(--label-disabled);--sb-placeholder:var(--label-disabled);--sb-btn-bg:var(--fill-disabled);--sb-btn-border:var(--line-alternative);--sb-icon:var(--label-disabled);pointer-events:none}.restaurant-module-scss-module__d0wi-G__searchInput{min-width:0;height:3rem;color:var(--sb-text);background:0 0;border:0;flex:auto;font-size:1.5rem;font-weight:500}.restaurant-module-scss-module__d0wi-G__searchInput::placeholder{color:var(--sb-placeholder)}.restaurant-module-scss-module__d0wi-G__searchInput:disabled{cursor:not-allowed;background:0 0}.restaurant-module-scss-module__d0wi-G__searchBtn{background:var(--sb-btn-bg);border:1.4px solid var(--sb-btn-border);border-radius:6.25rem;flex-direction:row;flex:none;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.restaurant-module-scss-module__d0wi-G__searchBtn:disabled{background:0 0}.restaurant-module-scss-module__d0wi-G__searchIcon{background-color:var(--sb-icon);width:1.5rem;height:1.5rem;-webkit-mask:url(/assets/images/icon/search.svg) 50%/contain no-repeat;mask:url(/assets/images/icon/search.svg) 50%/contain no-repeat}.restaurant-module-scss-module__d0wi-G__tabRow{--sr-border:#888;--sa-bg:#fff;--sa-border:#888;--sa-icon:#333;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;width:100%;padding:0 2rem 1.5rem;display:flex}.restaurant-module-scss-module__d0wi-G__sortArrow{border:1px solid var(--sa-border);background:var(--sa-bg);border-radius:6.25rem;flex:none;justify-content:center;align-items:center;width:3.5625rem;height:3.5625rem;display:flex}.restaurant-module-scss-module__d0wi-G__sortArrowIcon{background-color:var(--sa-icon);width:1.5rem;height:1.5rem;-webkit-mask:none 50%/contain no-repeat;mask:none 50%/contain no-repeat}.restaurant-module-scss-module__d0wi-G__sortArrow.restaurant-module-scss-module__d0wi-G__prev .restaurant-module-scss-module__d0wi-G__sortArrowIcon{-webkit-mask-image:url(/assets/images/icon/arrow_left.svg);mask-image:url(/assets/images/icon/arrow_left.svg)}.restaurant-module-scss-module__d0wi-G__sortArrow.restaurant-module-scss-module__d0wi-G__next .restaurant-module-scss-module__d0wi-G__sortArrowIcon{-webkit-mask-image:url(/assets/images/icon/arrow_right.svg);mask-image:url(/assets/images/icon/arrow_right.svg)}.restaurant-module-scss-module__d0wi-G__sortList{--sc-color:#555;--sc-bg:#fff;--sc-border:#888;--sc-active-color:#fff;--sc-active-bg:var(--primary-primary);-ms-overflow-style:none;scrollbar-width:none;flex-direction:row;flex:auto;justify-content:flex-start;align-items:center;gap:1rem;min-width:0;list-style:none;display:flex;overflow-x:auto}.restaurant-module-scss-module__d0wi-G__sortList::-webkit-scrollbar{display:none}.restaurant-module-scss-module__d0wi-G__sortChip{height:3.5625rem;color:var(--sc-color);border:1px solid var(--sc-border);background:var(--sc-bg);white-space:nowrap;border-radius:6.25rem;flex:none;padding:0 1.5rem;font-size:1.5rem;font-weight:500}.restaurant-module-scss-module__d0wi-G__sortChipActive{color:var(--sc-active-color);border:2px solid var(--sc-active-bg);background:var(--sc-active-bg);font-weight:800}.restaurant-module-scss-module__d0wi-G__dimmed{background:var(--sw-dimmed-bg);z-index:60;opacity:0;visibility:hidden;pointer-events:none;width:100%;max-width:1080px;height:calc(100vh - 25.5625rem);transition:opacity .2s,visibility 0s linear .2s;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.restaurant-module-scss-module__d0wi-G__dimmed.restaurant-module-scss-module__d0wi-G__dimmedActive{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s}.restaurant-module-scss-module__d0wi-G__tabCont{border-top:1px solid var(--line-alternative)}.restaurant-module-scss-module__d0wi-G__cardList{flex-flow:wrap;justify-content:flex-start;align-items:stretch;gap:1rem;width:100%;padding:2rem 2rem 1.5rem;list-style:none;display:flex}.restaurant-module-scss-module__d0wi-G__card{--cd-border:#888;--cd-bg:#fff;--cd-title-color:#000;--cd-meta-term-color:var(--primary-primary);--cd-meta-desc-color:#555;--cd-radius:1rem;--cd-thumb-radius:.5rem;border:1px solid var(--cd-border);border-radius:var(--cd-radius);background:var(--cd-bg);width:calc(33.3333% - .666667rem);min-height:21.5625rem}.restaurant-module-scss-module__d0wi-G__cardLink{border-radius:var(--cd-radius);width:100%;padding:1rem 1rem 1.5rem;display:block}.restaurant-module-scss-module__d0wi-G__cardThumbnail{border-radius:var(--cd-thumb-radius);width:100%;height:10rem;margin-bottom:1.5rem;position:relative;overflow:hidden}.restaurant-module-scss-module__d0wi-G__cardThumbImg{object-fit:cover;width:100%;height:100%;display:block}.restaurant-module-scss-module__d0wi-G__cardInfo{width:100%}.restaurant-module-scss-module__d0wi-G__cardTitle{letter-spacing:-.02em;color:var(--cd-title-color);text-overflow:ellipsis;white-space:nowrap;font-size:1.75rem;font-weight:700;line-height:2.0625rem;overflow:hidden}.restaurant-module-scss-module__d0wi-G__cardMeta{width:100%;padding-top:1rem;list-style:none}.restaurant-module-scss-module__d0wi-G__cardMetaItem{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.restaurant-module-scss-module__d0wi-G__cardMetaItem:first-child{margin-bottom:.5rem}.restaurant-module-scss-module__d0wi-G__cardTerm{color:var(--cd-meta-term-color);letter-spacing:-.02em;white-space:nowrap;flex:none;font-size:1.25rem;font-weight:700}.restaurant-module-scss-module__d0wi-G__cardDesc{min-width:0;color:var(--cd-meta-desc-color);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;flex:1 1 0;font-size:1.5rem;font-weight:500;line-height:2rem;overflow:hidden}.restaurant-module-scss-module__d0wi-G__emptyScreen{--tu-empty-info-color:#000;flex-direction:row;justify-content:center;align-items:center;width:100%;height:calc(100vh - 39.3125rem);display:flex}.restaurant-module-scss-module__d0wi-G__emptyInfo{color:var(--tu-empty-info-color);text-align:center;letter-spacing:-.02em;font-size:2.5rem;font-weight:700;line-height:160%}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__page{flex:none;height:57.3125rem;min-height:0}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__main{min-height:auto;padding-top:0;padding-bottom:10.1875rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__sortInner{width:calc(100% - 3rem);height:4.75rem;padding:1rem 0}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__selectItem{height:3.5rem;font-size:1.5rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__searchBox{width:27.5rem;padding:.5rem .5rem .5rem 1.25rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__searchInput{height:2.5rem;font-size:1.375rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__searchBtn{width:2.5rem;height:2.5rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__optionListWrap{padding:3.5rem 0;top:3.5rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__optionControls{display:block}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__optionScroll{height:20.9375rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__optionList>li{min-height:3.5rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__optionList>li .restaurant-module-scss-module__d0wi-G__optionBtn{min-height:3.5rem;font-size:1.5rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__tabRow{padding:0 1.5rem 1rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__sortArrow{width:3rem;height:3rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__sortChip{height:3rem;padding:0 1.25rem;font-size:1.375rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__sortWrapOpen{z-index:60}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__dimmed{height:32.5rem;position:absolute;top:100%;bottom:auto}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__card{min-height:auto}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__cardList{padding:1rem 1.5rem .75rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__cardLink{padding:1rem 1rem 1.25rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__cardThumbnail{height:10rem;margin-bottom:1rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__cardTitle{font-size:1.5rem;line-height:1.8125rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__cardMeta{padding-top:.75rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__emptyScreen{height:26.1875rem}html.mode-low-posture .restaurant-module-scss-module__d0wi-G__emptyInfo{font-size:2rem}html.mode-high-contrast .restaurant-module-scss-module__d0wi-G__main{--sp-bg:#1b1f23}html.mode-high-contrast .restaurant-module-scss-module__d0wi-G__sortWrap{--sw-bg:#1b1f23;--sw-border:#b6b6b6}html.mode-high-contrast .restaurant-module-scss-module__d0wi-G__searchBox{--sb-bg:#1b1f23;--sb-border:#c1c1c1;--sb-text:#fff;--sb-placeholder:#c1c1c1;--sb-btn-bg:#1b1f23;--sb-btn-border:#1aebff;--sb-icon:#1aebff}html.mode-high-contrast .restaurant-module-scss-module__d0wi-G__customSelect{--cs-bg:#fff;--cs-text:#000;--cs-border:#444;--cs-active-bg:#000;--cs-active-text:#fff;--cs-radius:0;--cs-active-radius:0;--cs-active-radius02:0}html.mode-high-contrast .restaurant-module-scss-module__d0wi-G__tabRow{--sr-border:#b6b6b6;--sa-bg:#1b1f23;--sa-border:#b6b6b6;--sa-icon:#fff}html.mode-high-contrast .restaurant-module-scss-module__d0wi-G__sortList{--sc-color:#fff;--sc-bg:#1b1f23;--sc-border:#c8c8c8;--sc-active-color:#000;--sc-active-bg:#1aebff}html.mode-high-contrast .restaurant-module-scss-module__d0wi-G__tabCont{border-top-color:#b6b6b6}html.mode-high-contrast .restaurant-module-scss-module__d0wi-G__card{--cd-border:#b6b6b6;--cd-bg:#1b1f23;--cd-title-color:#fff;--cd-meta-term-color:#1aebff;--cd-meta-desc-color:#c1c1c1;--cd-radius:0;--cd-thumb-radius:0}html.mode-high-contrast .restaurant-module-scss-module__d0wi-G__emptyScreen{--tu-empty-info-color:#fff}.restaurant-module-scss-module__d0wi-G__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
