.popup--all_menu{width:1200px;background:transparent;position:fixed;overflow:hidden;padding-top:98px;align-items:stretch;box-shadow:none;height:100%}.popup--all_menu.is-open{display:flex}.popup--all_menu .popup_header{border-radius:20px;background:var(--white);display:block;transform:translateY(-1px);position:absolute;top:0;left:0;right:0}.popup--all_menu .popup_content{border-radius:20px;background:var(--white);width:100%;height:100%;padding:30px 45px 30px 30px;display:flex;flex-direction:column;overflow:hidden}.popup--all_menu .popup_content .os-scrollbar{--os-handle-bg: rgba(0, 0, 0, .3);--os-handle-bg-hover: rgba(0, 0, 0, .5);--os-handle-bg-active: rgba(0, 0, 0, .6);--os-size: 8px;--os-padding-perpendicular: 8px;--os-padding-axis: 25px}.popup--all_menu .popup_content .os-scrollbar-vertical .os-scrollbar-handle{min-width:8px;width:8px}.popup--all_menu .popup_content .os-scrollbar-handle{border-radius:4px}.popup--all_menu .all_menu_section+.all_menu_section{padding-top:40px}.popup--all_menu .all_menu_section{display:flex;flex-direction:column}.popup--all_menu .all_menu_section.game-selector{height:50%;flex:1 1 50%}.popup--all_menu .all_menu_title{font-size:14px;font-weight:400;line-height:24px;margin-bottom:10px}.popup--all_menu .empty{color:#666;font-size:14px;font-weight:400;line-height:24px;padding-top:20px}.popup--all_menu .sort_filter{display:flex;justify-content:flex-start;align-items:center;gap:10px}.popup--all_menu .sort_filter .sort_btn{font-size:14px;line-height:20px;font-weight:var(--fw-bold);color:var(--black);border:1px solid var(--gray-300);padding:10px 20px;background:var(--white);border-radius:6px;box-sizing:border-box}.popup--all_menu .sort_filter .sort_btn.is-active{background:var(--gray-700);color:var(--white)}.popup--all_menu .scroll_area{margin-top:40px}.popup--all_menu .game_list{display:grid;grid-template-columns:repeat(8,100px);justify-content:space-between;row-gap:40px}.popup--all_menu .game_item{width:100px}.popup--all_menu .game_item a{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;position:relative;width:100%}.popup--all_menu .game_item .game_thumb{width:100px;height:100px;background:var(--gray-100);border-radius:var(--radius-half);overflow:hidden}.popup--all_menu .game_item .game_thumb img{width:100%;height:100%;object-fit:cover;display:block}.popup--all_menu .game_item .game_title{font-size:14px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;width:100%}
