#container_wr {
    width: 100% !important;
    max-width: none !important;
}

#container {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

#container_title {
    display: none !important;
}

#main {
    background: var(--rb-bg, #fff) !important;
}

.rb_recruit_skip_link {
    position: fixed !important;
    top: 8px !important;
    left: 8px !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
    z-index: 10000 !important;
}

.rb_recruit_skip_link:focus,
.rb_recruit_skip_link:focus-visible {
    width: auto !important;
    height: auto !important;
    padding: 10px 14px !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    white-space: normal !important;
    color: var(--rb-text-on-primary) !important;
    background: var(--rb-brand) !important;
    border-radius: 6px !important;
    box-shadow: 0 6px 18px rgba(17, 24, 39, .22) !important;
    text-decoration: none !important;
}

.rb_recruit_explorer {
    --rb-recruit-list-width: clamp(420px, 34vw, 520px);
    --rb-recruit-focus-ring: var(--rb-ui-focus-ring);
    --rb-recruit-ink: var(--rb-text, #222428);
    --rb-recruit-muted: var(--rb-text-muted, #686b70);
    --rb-recruit-line: var(--rb-border, rgba(0, 0, 0, .08));
    --rb-recruit-control-line: var(--rb-border-strong, rgba(0, 0, 0, .16));
    --rb-recruit-paper: var(--rb-bg, #ffffff);
    --rb-recruit-canvas: var(--rb-bg-muted, #f5f6f8);
    --rb-recruit-accent: var(--rb-brand, #c24f6d);
    --rb-recruit-accent-deep: var(--rb-brand-text, #a93252);
    position: relative;
    left: 50%;
    width: min(1720px, calc(100vw - 40px)) !important;
    max-width: none;
    margin: 20px 0 88px;
    padding: 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: var(--rb-recruit-list-width) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    transform: translateX(-50%);
    color: var(--rb-recruit-ink);
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rb_recruit_explorer--no-map {
    grid-template-columns: minmax(0, 1fr);
}

.rb_recruit_explorer--no-map .rb_recruit_explorer__left {
    width: 100%;
}

.rb_recruit_explorer--no-map.is_list_collapsed .rb_recruit_explorer__left {
    display: block;
}

.rb_recruit_explorer--no-map .rb_recruit_explorer__switch {
    display: none !important;
}

.rb_recruit_explorer[data-rb-recruit-mode="list"] {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

.rb_recruit_explorer[data-rb-recruit-mode="list"] .rb_recruit_explorer__left {
    width: 100%;
}

.rb_recruit_explorer[data-rb-recruit-mode="list"] .rb_recruit_explorer__right {
    display: none;
}

.rb_recruit_explorer__left,
.rb_recruit_explorer__right,
.rb_recruit_explorer__search,
.rb_recruit_explorer__results {
    min-width: 0;
}

.rb_recruit_explorer__left {
    container-name: rb-recruit-list;
    container-type: inline-size;
    padding: 0 2px 42px 0;
}

.rb_recruit_control_island {
    margin: 0 0 20px;
    padding: 20px;
    border: 1px solid var(--rb-recruit-line);
    border-radius: 20px;
    background: var(--rb-recruit-paper);
    box-shadow: var(--rb-shadow-md, 0 4px 12px rgba(0, 0, 0, .10));
}

.rb_recruit_control_island .rb_recruit_explorer__search {
    margin: 0;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--rb-divider, #e3e5e8);
}

.rb_recruit_control_island .rb_recruit_list_category {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0 !important;
    background: transparent;
}

.rb_recruit_explorer__results,
.rb_recruit_explorer__right .rb_recruit_map_wrap,
.rb_recruit_list_category #bo_cate a {
    transition: opacity .16s ease, background-color .16s ease;
}

/* Keep the result list in the same inset-card family as rb.hair and rb.bbs.med. */
.rb_recruit_explorer .rb_recruit_explorer__results .rb_recruit_basic_list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 6px !important;
    overflow: visible;
    border: 1px solid var(--rb-recruit-line);
    border-radius: 22px;
    background: var(--rb-recruit-canvas);
    box-shadow: var(--rb-shadow-md, 0 4px 12px rgba(0, 0, 0, .08));
    list-style: none;
}

.rb_recruit_explorer__results .rb_recruit_basic_list:not(:has(> .bbs_prd_list)) {
    display: none !important;
}

.rb_recruit_explorer__results .rb_recruit_basic_list .bbs_prd_list {
    overflow: hidden;
    border: 0 !important;
    border-bottom: 1px solid var(--rb-recruit-line) !important;
    border-radius: 0 !important;
    background: var(--rb-recruit-paper);
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.rb_recruit_explorer__results .rb_recruit_basic_list .bbs_prd_list:first-child {
    border-top: 0 !important;
    border-radius: 16px 16px 6px 6px !important;
}

.rb_recruit_explorer__results .rb_recruit_basic_list .bbs_prd_list:last-child {
    border-bottom: 0 !important;
    border-radius: 6px 6px 16px 16px !important;
}

.rb_recruit_explorer__results .rb_recruit_basic_list .bbs_prd_list:only-child {
    border-radius: 16px !important;
}

.rb_recruit_explorer__results .rb_recruit_basic_list .bbs_prd_list:hover,
.rb_recruit_explorer__results .rb_recruit_basic_list .bbs_prd_list:focus-within {
    z-index: 2;
    background: var(--rb-bg-elevated, #fafbfc);
    box-shadow: var(--rb-shadow-md, 0 4px 12px rgba(0, 0, 0, .08)) !important;
    transform: translateY(-1px);
}

.rb_recruit_explorer__results > .rb_bbs_wrap > .no_data {
    margin: 0;
    padding: 72px 20px !important;
    border: 1px dashed var(--rb-recruit-line);
    border-radius: 20px;
    background: var(--rb-recruit-paper);
    color: var(--rb-recruit-muted);
}

.rb_recruit_explorer.is-category-loading .rb_recruit_explorer__results,
.rb_recruit_explorer.is-category-loading .rb_recruit_explorer__right .rb_recruit_map_wrap {
    opacity: .68;
    pointer-events: none;
}

.rb_recruit_explorer.is-category-loading .rb_recruit_list_category #bo_cate a {
    opacity: .48;
}

.rb_recruit_explorer.is-category-loading .rb_recruit_list_category #bo_cate a[aria-current="page"] {
    opacity: 1;
}

.rb_recruit_explorer :where(a, button, input, select, summary, [role="button"], [tabindex]):focus-visible {
    outline: 2px solid var(--rb-recruit-focus-ring);
    outline-offset: 2px;
}

.rb_recruit_explorer .rb_recruit_list_category #bo_cate a:focus-visible {
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.rb_recruit_explorer .rb_recruit_list_category #bo_cate #bo_cate_on:focus-visible {
    text-decoration: none;
}

.rb_recruit_explorer__left > .rb_bbs_wrap,
.rb_recruit_explorer__left #scroll_container,
.rb_recruit_explorer__right .rb_bbs_wrap {
    width: 100% !important;
    max-width: none;
}

/* The primary filter sits between the category row and the bottom toolbar. */
.rb_recruit_explorer__list-filter {
    min-width: 0;
    margin: 0;
    padding-top: 16px;
}

.rb_recruit_explorer__list-filter .rb_recruit_inline_search {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.rb_recruit_explorer__list-filter .rb_recruit_inline_search form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
}

.rb_recruit_explorer__list-filter .rb_recruit_inline_search__loca,
.rb_recruit_explorer__list-filter .rb_recruit_inline_search__district,
.rb_recruit_explorer__list-filter .rb_recruit_inline_search__sfl,
.rb_recruit_explorer__list-filter .rb_recruit_inline_search__bar {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.rb_recruit_explorer__list-filter .rb_recruit_inline_search__loca,
.rb_recruit_explorer__list-filter .rb_recruit_inline_search__district,
.rb_recruit_explorer__list-filter .rb_recruit_inline_search__sfl {
    flex: none;
}

.rb_recruit_explorer .rb_recruit_explorer__list-filter .rb_recruit_inline_search__loca,
.rb_recruit_explorer .rb_recruit_explorer__list-filter .rb_recruit_inline_search__district,
.rb_recruit_explorer .rb_recruit_explorer__list-filter .rb_recruit_inline_search__sfl,
.rb_recruit_explorer .rb_recruit_explorer__list-filter .rb_recruit_inline_search__bar input[type="text"] {
    border-color: var(--rb-divider, #e3e5e8) !important;
    background: var(--rb-bg-elevated, #ffffff) !important;
    color: var(--rb-text, #18181b) !important;
}

.rb_recruit_explorer .rb_recruit_explorer__list-filter .rb_recruit_inline_search__district:disabled {
    background: var(--rb-bg-muted, #eff1f3) !important;
    color: var(--rb-text-faint, #8b9098) !important;
}

.rb_recruit_explorer__list-filter .rb_recruit_inline_search__bar input[type="text"]::placeholder {
    color: var(--rb-text-faint, #8b9098);
    opacity: 1;
}

.rb_recruit_top_toolbar_wrap {
    width: 100% !important;
    max-width: 100%;
    min-height: 44px;
    margin: 16px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid var(--rb-divider, #e3e5e8);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 6px;
}

.rb_recruit_top_toolbar_wrap .btns_gr_wrap {
    position: static;
    order: 2;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    display: block !important;
    height: auto;
    margin: 0;
}

.rb_recruit_top_toolbar_wrap .btns_gr_wrap .sub {
    width: auto !important;
    max-width: none !important;
    height: auto;
    min-height: 0;
    padding: 0;
}

.rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 6px;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

.rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .fl_btns {
    inset: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    line-height: 1 !important;
    border: 1px solid var(--rb-divider, #e3e5e8) !important;
    background: var(--rb-bg-elevated, #ffffff) !important;
    color: var(--rb-text, #18181b) !important;
}

.rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .fl_btns:hover,
.rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .fl_btns:focus-visible {
    border-color: var(--rb-brand) !important;
    background: var(--rb-bg-muted) !important;
    color: var(--rb-brand-text) !important;
}

.rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .fl_btns.main_color_bg {
    border-color: var(--rb-brand, #c24f6d) !important;
    background: var(--rb-brand, #c24f6d) !important;
    color: var(--rb-text-on-primary, #ffffff) !important;
}

.rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .fl_btns.main_color_bg:hover,
.rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .fl_btns.main_color_bg:focus-visible {
    border-color: var(--rb-brand-text, #a93252) !important;
    background: var(--rb-brand-text, #a93252) !important;
    color: var(--rb-text-on-primary, #ffffff) !important;
}

.rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .rb_recruit_write_cta {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 116px;
    height: 44px !important;
    padding: 0 15px !important;
    gap: 6px;
    border-radius: 999px !important;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: 44px !important;
    transition: transform var(--rb-motion-standard, 160ms) var(--rb-ease-drawer, cubic-bezier(.32, .72, 0, 1)), background-color var(--rb-motion-standard, 160ms) var(--rb-ease-drawer, cubic-bezier(.32, .72, 0, 1)) !important;
}

@media (hover: hover) and (pointer: fine) {
    .rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .rb_recruit_write_cta:hover {
        transform: translateY(-1px);
    }
}

.rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .rb_recruit_write_cta:active {
    transform: scale(.98);
}

.rb_recruit_write_cta span {
    white-space: nowrap;
}

.rb_recruit_write_cta svg {
    width: 16px;
    height: 16px;
}

.rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .tooltips {
    top: calc(100% + 6px);
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-4px);
    transform-origin: top right;
}

.rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .fl_btns:hover .tooltips,
.rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .fl_btns:focus-visible .tooltips {
    opacity: 1;
    transform: translateY(0);
}

.rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .tooltips::after {
    top: -7px;
    right: 14px;
    left: auto;
    border: 4px solid transparent;
    border-bottom-color: #212121;
    transform: none;
}

.rb_recruit_top_toolbar_wrap .rb_bbs_top {
    position: static !important;
    inset: auto !important;
    order: 1;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    min-height: 40px;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    box-sizing: border-box;
}

.rb_recruit_top_toolbar_wrap .rb_bbs_top li {
    float: none;
    margin: 0;
}

.rb_recruit_top_toolbar_wrap .rb_bbs_top li.cnts {
    order: 1;
    margin: 0 auto 0 0;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.rb_recruit_top_toolbar_wrap .rb_bbs_top li.rb_bbs_check_all_wrap {order: 2;}
.rb_recruit_top_toolbar_wrap .rb_bbs_top li.rb_bbs_point_btns_wrap {order: 3;}
.rb_recruit_top_toolbar_wrap .rb_bbs_top li.rb_bbs_set_btns_wrap {order: 4;}
.rb_recruit_top_toolbar_wrap .rb_bbs_top > .cb {display: none;}

.rb_recruit_list_footer {
    clear: both;
    display: block;
    margin: 24px 0 0;
    overflow: visible;
}

.rb_recruit_list_footer .btm_btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
}

.rb_recruit_list_footer .btm_btns_left,
.rb_recruit_list_footer .btm_btns_right {
    float: none;
    width: auto;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.rb_recruit_list_footer .btm_btns_left {order: 1;}
.rb_recruit_list_footer .btm_btns_right {order: 2; margin-left: auto;}
.rb_recruit_list_footer .btm_btns .fl_btns {margin: 0;}
.rb_recruit_list_footer .btm_btns > .cb {display: none;}

.rb_recruit_list_pagination {
    clear: both;
    width: 100%;
    margin-top: 14px;
    display: block;
    overflow: visible;
}

.rb_recruit_list_pagination .pg_wrap {
    float: none;
    clear: both;
    margin: 0;
    display: flex;
    justify-content: center;
}

.rb_recruit_explorer__left .rb_gallery_grid,
.rb_recruit_explorer__left .rb_bbs_gallery .rb-swiper-wrapper,
.rb_recruit_explorer__left .rb_recruit_gallery .rb-swiper-wrapper {
    grid-template-columns: minmax(0, 1fr) !important;
}

.rb_recruit_explorer__left .rb_swiper_list,
.rb_recruit_explorer__left .rb_recruit_gallery_card {
    width: 100% !important;
    max-width: none !important;
}

.rb_recruit_explorer__right {
    position: sticky;
    top: 88px;
    height: clamp(320px, calc(100vh - 108px), 860px);
    height: clamp(320px, calc(100dvh - 108px), 860px);
    min-width: 0;
    min-height: 0;
    max-height: none;
    padding: 6px;
    overflow: visible;
    border: 1px solid var(--rb-recruit-line);
    border-radius: 22px;
    background: var(--rb-recruit-canvas);
    box-shadow: var(--rb-shadow-lg, 0 10px 28px rgba(0, 0, 0, .12));
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-self: start;
}

.rb_recruit_list_collapse {
    position: absolute;
    top: 50%;
    left: -19px;
    z-index: 12;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 44px;
    min-width: 44px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border: 1px solid var(--rb-divider, #d9dde5);
    border-radius: 12px;
    background: var(--rb-bg-elevated, #fff);
    color: var(--rb-text-muted, #596273);
    font-weight: 800;
    line-height: 1;
    box-shadow: var(--rb-shadow-md, 0 4px 12px rgba(0, 0, 0, .10));
    transform: translateY(-50%);
}

.rb_recruit_list_collapse__arrow {
    font-size: 20px;
    line-height: 1;
    transform: none;
}

.rb_recruit_list_collapse:focus-visible {
    outline: 2px solid var(--rb-recruit-focus-ring);
    outline-offset: 2px;
}

.rb_recruit_explorer .rb_recruit_list_collapse:disabled {
    opacity: .45 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

.rb_recruit_explorer.is_list_collapsed {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

.rb_recruit_explorer.is_list_collapsed .rb_recruit_explorer__left {
    display: none;
}

.rb_recruit_explorer.is_list_collapsed .rb_recruit_explorer__right {
    width: 100%;
    min-width: 0;
}

.rb_recruit_explorer.is_list_collapsed .rb_recruit_list_collapse {
    left: 0;
    border-radius: 0 10px 10px 0;
}

.rb_recruit_explorer.is_list_collapsed .rb_recruit_list_collapse__arrow {
    transform: rotate(180deg);
}

.rb_recruit_map_tools {
    flex: 0 0 auto;
    margin-bottom: 6px;
}

.rb_recruit_map_category {
    padding: 0 10px !important;
    border: 1px solid var(--rb-divider, #e5e7eb);
    border-radius: 12px;
    background: var(--rb-bg-elevated, #fff);
    box-sizing: border-box;
}

.rb_recruit_list_category {
    margin: 8px 0 6px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.rb_recruit_list_category #bo_cate {
    min-height: 40px;
    margin: 0;
    justify-content: flex-start;
    overflow: hidden;
}

.rb_recruit_list_category #bo_cate:not([data-rb-swiper-init="1"]) {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.rb_recruit_list_category #bo_cate:not([data-rb-swiper-init="1"]) #bo_cate_ul {
    width: max-content;
    min-width: 100%;
    margin-inline: auto;
    transform: none !important;
}

.rb_recruit_list_category #bo_cate #bo_cate_ul {
    justify-content: flex-start;
}

.rb_recruit_list_category #bo_cate a {
    min-width: 0;
    padding: 0 12px;
    font-size: 14px;
    line-height: 40px;
}

.rb_recruit_explorer .rb_recruit_map_category #bo_cate a {
    border-color: transparent !important;
    background: transparent !important;
    color: var(--rb-text-muted, #60646c) !important;
}

.rb_recruit_explorer .rb_recruit_map_category #bo_cate #bo_cate_on {
    border-color: transparent !important;
    background: transparent !important;
    color: var(--rb-brand-text) !important;
}

.rb_recruit_explorer .rb_recruit_map_category #bo_cate #bo_cate_on::after {
    background: var(--rb-brand) !important;
}

.rb_recruit_map_tools .rb_recruit_story_intro {
    margin: 8px 0 0;
    padding: 8px;
    border-radius: 10px;
    box-shadow: none;
}

.rb_recruit_map_tools .rb_recruit_story_intro__btn {
    min-height: 44px;
    padding: 8px 10px;
    font-size: 12px;
}

.rb_recruit_story_intro__desktop {display: flex;}
.rb_recruit_story_intro__mobile {display: none;}

.rb_recruit_explorer__right .rb_recruit_map_wrap {
    position: relative;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid var(--rb-divider, #e5e7eb);
    border-radius: 16px;
    background: var(--rb-bg-elevated, #fff);
    box-shadow: inset 0 0 0 1px rgba(23, 34, 31, .05);
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.rb_recruit_map_scope_note {
    flex: 0 0 auto;
    margin: 0;
    padding: 8px 12px;
    border-bottom: 1px solid var(--rb-divider, #e5e7eb);
    background: var(--rb-bg-muted, #f8fafc);
    color: var(--rb-text-muted, #64748b);
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
}

.rb_recruit_explorer__right .rb_recruit_list_map {
    width: 100%;
    height: auto !important;
    min-height: 0;
    max-height: none !important;
    border-radius: 13px 13px 0 0;
    flex: 1 1 auto;
}

.rb_recruit_explorer__right .rb_recruit_list_map_resize {display: none;}

.rb_recruit_explorer__right .rb_recruit_map_filter {
    flex: 0 0 auto;
}

.rb_recruit_explorer__switch {
    display: none;
}

.rb_recruit_mobile_map_menu,
.rb_recruit_mobile_map_menu__toggle {
    display: none;
}

.rb_recruit_explorer__mode {
    min-width: 112px;
    height: 48px;
    min-height: 48px;
    padding: 0 17px;
    box-sizing: border-box;
    border: 1px solid var(--rb-view-toggle-border, rgba(255, 255, 255, .28));
    border-radius: 999px;
    background: var(--rb-view-toggle-bg, #222428);
    color: var(--rb-view-toggle-fg, #fff);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.01em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: var(--rb-view-toggle-shadow, 0 12px 30px rgba(34, 36, 40, .24));
    transition: transform var(--rb-motion-standard, 160ms) var(--rb-ease-out, cubic-bezier(0.23, 1, 0.32, 1)), background-color var(--rb-motion-standard, 160ms) ease, box-shadow var(--rb-motion-standard, 160ms) ease;
}

.rb_recruit_explorer__mode.rb_recruit_explorer__mode--map {
    min-width: 112px;
    height: 48px;
    min-height: 48px;
    padding: 0 17px;
    box-sizing: border-box;
    border: 1px solid var(--rb-view-toggle-border, rgba(255, 255, 255, .28));
    border-radius: 999px;
    background: var(--rb-view-toggle-bg, #222428);
    color: var(--rb-view-toggle-fg, #fff);
    box-shadow: var(--rb-view-toggle-shadow, 0 12px 30px rgba(34, 36, 40, .24));
}

.rb_recruit_mobile_view_icon {
    position: relative;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 1.5px solid currentColor;
    border-radius: 3px;
}

.rb_recruit_mobile_view_icon::before,
.rb_recruit_mobile_view_icon::after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    width: 1px;
    background: currentColor;
}

.rb_recruit_mobile_view_icon::before {
    left: 4px;
}

.rb_recruit_mobile_view_icon::after {
    right: 4px;
}

.rb_recruit_mobile_view_icon--list {
    border: 0;
    border-radius: 0;
    background:
        linear-gradient(currentColor, currentColor) 0 2px / 14px 1.5px no-repeat,
        linear-gradient(currentColor, currentColor) 0 6px / 14px 1.5px no-repeat,
        linear-gradient(currentColor, currentColor) 0 10px / 14px 1.5px no-repeat;
}

.rb_recruit_mobile_view_icon--list::before,
.rb_recruit_mobile_view_icon--list::after {
    display: none;
}

.rb_recruit_explorer__mode svg {
    width: 16px;
    height: 16px;
}

@media (hover: hover) and (pointer: fine) {
    .rb_recruit_explorer__mode:hover {background: var(--rb-view-toggle-hover-bg, #8f2947); color: var(--rb-view-toggle-hover-fg, #fff); transform: translateY(-1px);}
}
.rb_recruit_explorer__mode:active {transform: scale(.97);}
.rb_recruit_explorer__mode:focus-visible {outline: 0; box-shadow: var(--rb-view-toggle-focus-shadow, 0 0 0 3px rgba(169, 50, 82, .24));}
.rb_recruit_explorer__mode:disabled {opacity: .45; cursor: not-allowed; transform: none;}

.rb_recruit_map_status {
    position: absolute;
    inset: 0;
    z-index: 4;
    padding: 24px;
    background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.99), rgba(246,247,248,.97));
    color: var(--rb-text-muted, #60646c);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    box-sizing: border-box;
}

.rb_recruit_map_status::before {
    content: '';
    width: 34px;
    height: 34px;
    border: 3px solid var(--rb-bg-muted);
    border-top-color: var(--rb-brand);
    border-radius: 50%;
    animation: rb-recruit-map-spin .8s linear infinite;
}

.rb_recruit_map_status[data-map-state="idle"]::before {
    content: '\2316';
    border: 0;
    background: var(--rb-bg-muted, #eff1f3);
    color: var(--rb-brand);
    font-size: 22px;
    font-weight: 800;
    line-height: 34px;
    animation: none;
}

.rb_recruit_map_status[data-map-state="error"]::before {
    content: '!';
    border: 0;
    background: var(--rb-danger, #c73939);
    color: var(--rb-text-on-primary, #fff);
    font-size: 20px;
    font-weight: 800;
    line-height: 34px;
    animation: none;
}

.rb_recruit_map_status[hidden] {display: none;}
.rb_recruit_map_status strong {font-size: 14px; color: var(--rb-text, #18181b);}
.rb_recruit_map_status span {max-width: 30em; font-size: 12px; line-height: 1.55;}

@keyframes rb-recruit-map-spin {
    to {transform: rotate(360deg);}
}

@media all and (min-width: 1025px) {
    .rb_recruit_explorer [data-rb-recruit-map-show-list] {
        display: none !important;
    }

    .rb_recruit_explorer__search {
        position: static;
        top: auto;
        z-index: auto;
        margin-bottom: 4px;
    }

    .rb_recruit_explorer__list-filter .rb_recruit_inline_search {
        margin: 0;
        padding: 5px;
    }

    .rb_recruit_explorer__list-filter .rb_recruit_inline_search form {
        grid-template-columns: minmax(82px, .9fr) minmax(76px, .85fr) minmax(70px, .8fr) minmax(130px, 1.6fr);
        gap: 6px;
        align-items: center;
    }

    .rb_recruit_explorer__list-filter .rb_recruit_inline_search__loca,
    .rb_recruit_explorer__list-filter .rb_recruit_inline_search__district,
    .rb_recruit_explorer__list-filter .rb_recruit_inline_search__sfl {
        min-width: 0;
        height: 48px;
        padding-right: 20px;
        padding-left: 8px;
        font-size: 13px;
    }

    .rb_recruit_explorer__list-filter .rb_recruit_inline_search__bar input[type="text"] {
        height: 48px;
        padding-right: 52px;
        padding-left: 12px;
        font-size: 13px;
        line-height: 46px;
    }

    .rb_recruit_explorer__list-filter .rb_recruit_inline_search__bar button {
        width: 48px;
        height: 48px;
    }

    @container rb-recruit-list (max-width: 520px) {
        .rb_recruit_explorer__left .rb_recruit_basic_list .bbs_prd_list {
            position: relative;
            flex-direction: column !important;
            align-items: stretch !important;
            gap: 8px !important;
            padding: 14px 16px !important;
        }

        .rb_recruit_explorer__left .rb_recruit_basic_list .bbs_prd_list_con_li1 {
            width: auto;
            max-width: 100%;
            align-self: flex-start;
            flex-direction: row;
            align-items: center;
            gap: 6px;
        }

        .rb_recruit_explorer__left .rb_recruit_basic_list .bbs_prd_list_wrap {
            width: 100%;
        }

        .rb_recruit_explorer__left .rb_recruit_card_actions {
            position: absolute;
            top: 14px;
            right: 16px;
        }

        .rb_recruit_explorer__left .rb_recruit_basic_list .bbs_prd_list:has(.rb_recruit_card_actions) .bbs_prd_list_con_li1 {
            padding-right: 96px;
        }
    }
}

@media all and (max-width: 1024px) {
    body.rb-recruit-map-mode {
        overflow: hidden !important;
        overscroll-behavior: none;
    }

    body.rb-recruit-map-mode #header,
    body.rb-recruit-map-mode #hd {
        display: none !important;
    }

    body.rb-recruit-map-mode .rb_recruit_skip_link {
        display: none !important;
    }

    body.rb-recruit-map-mode .rb_mob_btm_nav_wrap {
        opacity: 1 !important;
        transform: none !important;
    }

    body.rb-recruit-map-mode .rb_mob_btm_nav_wrap .rb_mob_btm_nav {
        pointer-events: auto !important;
    }

    .rb_recruit_explorer {
        left: auto;
        width: 100% !important;
        max-width: none;
        margin: 12px 0 72px;
        padding: 0 12px 28px;
        display: block;
        transform: none;
    }

    .rb_recruit_explorer__left {
        padding: 0 0 28px;
    }

    .rb_recruit_explorer:not(.rb_recruit_explorer--no-map) .rb_recruit_explorer__left {
        padding: 0 0 calc(var(--rb-recruit-map-bottom, calc(70px + env(safe-area-inset-bottom, 0px))) + 76px);
    }

    .rb_recruit_control_island {
        margin-bottom: 8px;
        padding: 15px;
        border-radius: 18px;
        box-shadow: var(--rb-shadow-md, 0 4px 12px rgba(0, 0, 0, .10));
    }

    .rb_recruit_top_toolbar_wrap {
        min-height: 40px;
        margin: 14px 0 0;
        padding: 14px 0 0;
    }

    .rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .fl_btns {
        flex-basis: 40px;
        width: 40px !important;
        height: 40px !important;
    }

    .rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .rb_recruit_write_cta {
        flex: 0 0 84px;
        width: 84px !important;
        min-width: 84px;
        height: 44px !important;
        padding: 0 12px !important;
        gap: 0;
        line-height: 44px !important;
    }

    .rb_recruit_top_toolbar_wrap .rb_recruit_write_cta svg {
        display: none;
    }

    .rb_recruit_list_collapse {
        display: none;
    }

    .rb_recruit_explorer.is_list_collapsed .rb_recruit_explorer__left {
        display: block;
    }

    .rb_recruit_explorer__list-filter .rb_recruit_inline_search {
        margin: 0 0 4px;
        padding: 4px;
    }

    .rb_recruit_explorer__list-filter .rb_recruit_inline_search form {
        grid-template-columns: minmax(88px, .95fr) minmax(76px, .85fr) minmax(125px, 1.4fr);
        gap: 4px;
    }

    .rb_recruit_explorer__list-filter .rb_recruit_inline_search__loca,
    .rb_recruit_explorer__list-filter .rb_recruit_inline_search__district {
        height: 42px;
        padding-right: 20px;
        padding-left: 8px;
        font-size: 14px;
    }

    .rb_recruit_explorer__list-filter .rb_recruit_inline_search__sfl {
        display: none;
    }

    .rb_recruit_explorer__list-filter .rb_recruit_inline_search__bar {
        grid-column: 3;
    }

    .rb_recruit_explorer__list-filter .rb_recruit_inline_search__bar input[type="text"] {
        height: 42px;
        padding-right: 46px;
        padding-left: 9px;
        font-size: 16px;
        line-height: 40px;
    }

    .rb_recruit_explorer__list-filter .rb_recruit_inline_search__bar button {
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
    }

    .rb_recruit_list_footer .btm_btns {
        align-items: stretch;
    }

    .rb_recruit_list_footer .btm_btns_left,
    .rb_recruit_list_footer .btm_btns_right {
        width: 100%;
        margin-left: 0;
    }

    .rb_recruit_list_footer .btm_btns_left .fl_btns {
        flex: 1 1 calc(33.333% - 4px);
    }

    .rb_recruit_list_footer .btm_btns_right .main_color_bg {
        width: 100%;
    }

    .rb_recruit_explorer__switch {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        position: fixed;
        top: auto;
        right: max(16px, env(safe-area-inset-right, 0px));
        bottom: calc(var(--rb-recruit-map-bottom, calc(70px + env(safe-area-inset-bottom, 0px))) + 12px);
        z-index: 1190;
        margin: 0;
    }

    .rb_recruit_explorer.is-explorer-enhanced[data-rb-recruit-mode="map"] .rb_recruit_explorer__mode--direct-list {
        display: none;
    }

    .rb_recruit_explorer.is-explorer-enhanced[data-rb-recruit-mode="map"] .rb_recruit_mobile_map_menu__toggle {
        position: relative;
        width: auto;
        min-width: 112px;
        height: 48px;
        min-height: 48px;
        gap: 8px;
        padding: 0 17px;
        box-sizing: border-box;
        border: 1px solid var(--rb-view-toggle-border, rgba(255, 255, 255, .28));
        border-radius: 999px;
        background: var(--rb-view-toggle-bg, #222428);
        color: var(--rb-view-toggle-fg, #fff);
        font-family: inherit;
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: -.01em;
        box-shadow: var(--rb-view-toggle-shadow, 0 12px 30px rgba(34, 36, 40, .24));
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: transform var(--rb-motion-standard, 160ms) var(--rb-ease-out, cubic-bezier(.23, 1, .32, 1)), background-color var(--rb-motion-standard, 160ms) ease, color var(--rb-motion-standard, 160ms) ease, box-shadow var(--rb-motion-standard, 160ms) ease;
    }

    .rb_recruit_mobile_map_menu__toggle svg {
        width: 16px;
        height: 16px;
        stroke-width: 2;
    }

    .rb_recruit_mobile_map_menu__toggle::after {
        content: "";
        position: absolute;
        top: 9px;
        right: 8px;
        width: 7px;
        height: 7px;
        border: 2px solid var(--rb-view-toggle-bg, #222428);
        border-radius: 50%;
        background: var(--rb-view-toggle-fg, #fff);
        opacity: 0;
        transform: scale(.7);
        transition: opacity var(--rb-motion-standard, 160ms) ease, transform var(--rb-motion-standard, 160ms) ease;
    }

    .rb_recruit_mobile_map_menu__toggle.has-active-category::after {
        opacity: 1;
        transform: scale(1);
    }

    .rb_recruit_explorer.is-mobile-map-menu-open .rb_recruit_mobile_map_menu__toggle {
        background: var(--rb-view-toggle-hover-bg, #8f2947);
        color: var(--rb-view-toggle-hover-fg, #fff);
        box-shadow: var(--rb-view-toggle-shadow, 0 12px 30px rgba(34, 36, 40, .24));
    }

    .rb_recruit_mobile_map_menu__toggle:active {transform: scale(.97);}
    .rb_recruit_mobile_map_menu__toggle:focus-visible {
        outline: 0;
        box-shadow: var(--rb-view-toggle-focus-shadow, 0 0 0 3px rgba(169, 50, 82, .24));
    }

    .rb_recruit_explorer.is-explorer-enhanced[data-rb-recruit-mode="map"] .rb_recruit_mobile_map_menu {
        position: absolute;
        right: 0;
        bottom: 64px;
        width: min(320px, calc(100vw - 24px));
        max-height: calc(100vh - var(--rb-recruit-map-bottom, 70px) - 92px);
        max-height: min(520px, calc(100dvh - var(--rb-recruit-map-bottom, 70px) - 92px));
        padding: 10px;
        border: 1px solid rgba(31, 41, 55, .10);
        border-radius: 20px;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 22px 56px rgba(17, 24, 39, .22), 0 4px 14px rgba(17, 24, 39, .10);
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
        transform: translateY(10px) scale(.98);
        transform-origin: right bottom;
        pointer-events: none;
        display: block;
        transition: opacity var(--rb-motion-standard, 160ms) ease, transform var(--rb-motion-standard, 160ms) var(--rb-ease-out, cubic-bezier(.23, 1, .32, 1));
    }

    .rb_recruit_mobile_map_menu[hidden] {display: none !important;}

    .rb_recruit_explorer.is-explorer-enhanced.is-mobile-map-menu-open[data-rb-recruit-mode="map"] .rb_recruit_mobile_map_menu {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

    .rb_recruit_mobile_map_menu__list {
        width: 100%;
        min-height: 48px;
        padding: 0 13px;
        border: 0;
        border-radius: 10px;
        background: var(--rb-view-toggle-bg, #222428);
        color: var(--rb-view-toggle-fg, #fff);
        font: inherit;
        font-size: 14px;
        font-weight: 800;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 9px;
        box-shadow: var(--rb-view-toggle-shadow, 0 12px 30px rgba(34, 36, 40, .24));
        transition: transform var(--rb-motion-standard, 160ms) var(--rb-ease-out, cubic-bezier(.23, 1, .32, 1)), background-color var(--rb-motion-standard, 160ms) ease, box-shadow var(--rb-motion-standard, 160ms) ease;
    }

    .rb_recruit_mobile_map_menu__categories + .rb_recruit_mobile_map_menu__list {
        margin-top: 12px;
    }

    .rb_recruit_mobile_map_menu__list svg {
        width: 18px;
        height: 18px;
    }

    .rb_recruit_mobile_map_menu__list .rb_recruit_mobile_map_menu__chevron {
        margin-left: auto;
        opacity: .72;
    }

    .rb_recruit_mobile_map_menu__list:active {
        background: var(--rb-view-toggle-hover-bg, #8f2947);
        color: var(--rb-view-toggle-hover-fg, #fff);
        transform: scale(.96);
    }
    .rb_recruit_mobile_map_menu__list:focus-visible {
        outline: 0;
        box-shadow: var(--rb-view-toggle-focus-shadow, 0 0 0 3px rgba(169, 50, 82, .24));
    }

    .rb_recruit_mobile_map_menu__categories {
        margin-top: 0;
    }

    .rb_recruit_mobile_map_menu .rb_recruit_list_category {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0 !important;
        pointer-events: auto;
    }

    .rb_recruit_mobile_map_menu .rb_recruit_list_category #bo_cate {
        min-height: 0;
        overflow: visible;
    }

    .rb_recruit_mobile_map_menu .rb_recruit_list_category #bo_cate #bo_cate_ul,
    .rb_recruit_mobile_map_menu .rb_recruit_list_category #bo_cate:not([data-rb-swiper-init="1"]) #bo_cate_ul {
        width: 100% !important;
        min-width: 0;
        padding: 0;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        transform: none !important;
        display: grid !important;
    }

    .rb_recruit_mobile_map_menu .rb_recruit_list_category #bo_cate li {
        width: auto !important;
        margin: 0 !important;
    }

    .rb_recruit_mobile_map_menu .rb_recruit_list_category #bo_cate a {
        width: 100%;
        min-height: 44px;
        padding: 0 10px;
        border: 1px solid transparent;
        border-radius: 10px;
        background: var(--rb-bg-muted, #f2f3f5) !important;
        color: var(--rb-text, #273142) !important;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.25;
        text-align: center;
        white-space: normal;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rb_recruit_mobile_map_menu .rb_recruit_list_category #bo_cate #bo_cate_on {
        border-color: var(--rb-brand);
        background: var(--rb-bg-muted) !important;
        color: var(--rb-brand-text) !important;
        box-shadow: inset 0 0 0 1px var(--rb-brand) !important;
        font-weight: 800;
    }

    .rb_recruit_mobile_map_menu .rb_recruit_list_category #bo_cate #bo_cate_on::before,
    .rb_recruit_mobile_map_menu .rb_recruit_list_category #bo_cate #bo_cate_on::after {
        content: none !important;
        display: none !important;
    }

    .rb_recruit_explorer[data-rb-recruit-mode="list"] .rb_recruit_explorer__mode[data-rb-recruit-mode-button="list"],
    .rb_recruit_explorer[data-rb-recruit-mode="map"] .rb_recruit_explorer__mode[data-rb-recruit-mode-button="map"] {
        display: none;
    }

    .rb_recruit_explorer[data-rb-recruit-mode="list"] .rb_recruit_explorer__right {display: none;}
    .rb_recruit_explorer[data-rb-recruit-mode="map"] .rb_recruit_explorer__results {display: none;}

    .rb_recruit_explorer[data-rb-recruit-mode="map"] .rb_recruit_control_island > .rb_recruit_top_toolbar_wrap,
    .rb_recruit_explorer[data-rb-recruit-mode="map"] .rb_recruit_control_island > .rb_recruit_explorer__list-filter {
        display: none !important;
    }

    .rb_recruit_explorer[data-rb-recruit-mode="map"] .rb_recruit_explorer__left {
        height: 0;
    }

    .rb_recruit_explorer[data-rb-recruit-mode="map"] .rb_recruit_map_tools {
        display: none !important;
    }

    .rb_recruit_explorer:not(.is-explorer-enhanced)[data-rb-recruit-mode="map"] .rb_recruit_explorer__search {
        display: block !important;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1180;
        padding: env(safe-area-inset-top, 0px) 8px 4px;
        box-sizing: border-box;
        background: linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .82) 72%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        pointer-events: none;
    }

    .rb_recruit_explorer.is-explorer-enhanced[data-rb-recruit-mode="map"] .rb_recruit_explorer__search {
        display: none !important;
    }

    .rb_recruit_explorer[data-rb-recruit-mode="map"] .rb_recruit_inline_search {
        display: none !important;
    }

    .rb_recruit_explorer[data-rb-recruit-mode="map"] .rb_recruit_explorer__right {
        position: fixed;
        top: 0;
        right: 0;
        bottom: var(--rb-recruit-map-bottom, calc(70px + env(safe-area-inset-bottom, 0px)));
        left: 0;
        z-index: 1100;
        height: calc(100vh - var(--rb-recruit-map-bottom, calc(70px + env(safe-area-inset-bottom, 0px)))) !important;
        height: calc(100dvh - var(--rb-recruit-map-bottom, calc(70px + env(safe-area-inset-bottom, 0px)))) !important;
        min-height: 0;
        max-height: none;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        align-self: stretch;
        display: block;
        background: var(--rb-bg-muted, #f3f4f6);
        isolation: isolate;
    }

    .rb_recruit_list_category #bo_cate {
        min-height: 44px;
    }

    .rb_recruit_list_category #bo_cate #bo_cate_ul {
        justify-content: flex-start;
    }

    .rb_recruit_list_category #bo_cate a {
        padding: 0 10px;
        font-size: 14px;
        line-height: 44px;
        white-space: nowrap;
    }

    .rb_recruit_map_tools .rb_recruit_story_intro {
        margin-top: 6px;
        padding: 5px;
        overflow: visible;
    }

    .rb_recruit_story_intro__desktop {display: none;}
    .rb_recruit_story_intro__mobile {
        position: relative;
        display: block;
    }

    .rb_recruit_story_intro__summary {
        min-height: 44px;
        padding: 0 12px;
        border: 1px solid var(--rb-divider, #d9dde5);
        border-radius: 7px;
        background: var(--rb-bg-elevated, #fff);
        color: var(--rb-text, #1f2937);
        font-size: 14px;
        font-weight: 800;
        line-height: 1.35;
        cursor: pointer;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .rb_recruit_story_intro__summary::-webkit-details-marker {display: none;}
    .rb_recruit_story_intro__summary::after {
        content: "+";
        margin-left: 12px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
    }
    .rb_recruit_story_intro__mobile[open] > .rb_recruit_story_intro__summary::after {content: "\2212";}

    .rb_recruit_map_tools .rb_recruit_story_intro__actions {
        justify-content: flex-start;
        gap: 5px;
        overflow-x: auto;
        flex-flow: row nowrap;
        scrollbar-width: none;
    }

    .rb_recruit_story_intro__mobile[open] .rb_recruit_story_intro__actions {
        position: static;
        width: 100%;
        margin-top: 6px;
    }

    .rb_recruit_map_tools .rb_recruit_story_intro__actions::-webkit-scrollbar {display: none;}

    .rb_recruit_map_tools .rb_recruit_story_intro__btn,
    .rb_recruit_map_tools .rb_recruit_story_intro__btn--primary {
        width: auto;
        min-height: 44px;
        flex: 1 0 auto;
        padding: 8px 12px;
        font-size: 13px;
        white-space: nowrap;
    }

    .rb_recruit_explorer__mode,
    .rb_recruit_map_filter__clear {
        min-height: 44px;
    }

    .rb_recruit_explorer[data-rb-recruit-mode="map"] .rb_recruit_map_wrap {
        position: absolute;
        inset: 0;
        width: 100% !important;
        height: 100%;
        min-height: 0;
        margin: 0;
        padding: 0 !important;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .rb_recruit_explorer[data-rb-recruit-mode="map"] .rb_recruit_list_map {
        width: 100%;
        height: 100% !important;
        min-height: 0;
        max-height: none !important;
        border-radius: 0;
    }

    .rb_recruit_explorer[data-rb-recruit-mode="map"] .rb_recruit_list_map_resize {
        display: none;
    }

    .rb_recruit_explorer[data-rb-recruit-mode="map"] .rb_recruit_map_filter {
        display: none !important;
    }

    .rb_recruit_explorer:not(.is-explorer-enhanced)[data-rb-recruit-mode="map"] .rb_recruit_list_category {
        display: block !important;
        width: 100%;
        margin: 0;
        pointer-events: auto;
    }

    .rb_recruit_explorer:not(.is-explorer-enhanced)[data-rb-recruit-mode="map"] .rb_recruit_map_category #bo_cate {
        min-height: 44px;
    }

    .rb_recruit_explorer--no-map .rb_recruit_map_tools--fallback {
        margin-bottom: 10px;
    }
}

@media (hover: hover) and (pointer: fine) and (max-width: 1024px) {
    .rb_recruit_mobile_map_menu__list:hover,
    .rb_recruit_mobile_map_menu__toggle:hover {
        background: var(--rb-view-toggle-hover-bg, #8f2947);
        color: var(--rb-view-toggle-hover-fg, #fff);
    }

    .rb_recruit_mobile_map_menu__toggle:hover {
        transform: translateY(-1px);
    }
}

@media all and (max-width: 520px) {
    .rb_recruit_explorer {padding-right: 8px; padding-left: 8px;}

    .rb_recruit_control_island {
        padding: 14px;
        border-radius: 16px;
    }

    .rb_recruit_explorer .rb_recruit_list_category {
        padding: 0 4px !important;
    }

    .rb_recruit_list_category #bo_cate {
        justify-content: stretch;
        overflow: visible;
    }

    .rb_recruit_list_category #bo_cate:not([data-rb-swiper-init="1"]) #bo_cate_ul {
        width: 100% !important;
        min-width: 0;
        justify-content: space-between;
        gap: 6px;
        transform: none !important;
    }

    .rb_recruit_list_category #bo_cate li {
        flex: 0 0 auto;
    }

    .rb_recruit_list_category #bo_cate a {
        padding: 0 3px;
        font-size: 14px;
        line-height: 40px;
    }

    .rb_recruit_list_category #bo_cate #bo_cate_on::after {
        right: 0;
        left: 0;
    }

    .rb_recruit_explorer__switch {right: max(16px, env(safe-area-inset-right, 0px));}
    .rb_recruit_explorer__mode {min-height: 48px; padding: 0 17px;}
}

@media all and (max-width: 360px) {
    .rb_recruit_list_category #bo_cate {
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .rb_recruit_list_category #bo_cate::-webkit-scrollbar {display: none;}

    .rb_recruit_list_category #bo_cate:not([data-rb-swiper-init="1"]) #bo_cate_ul {
        width: max-content !important;
        min-width: 100%;
        justify-content: flex-start;
        padding-right: 16px;
    }

    .rb_recruit_list_category #bo_cate a {padding: 0 5px;}
}

html[data-theme="dark"] .rb_recruit_explorer__right .rb_recruit_map_wrap {
    border-color: var(--rb-border, #30343b);
    background: var(--rb-bg-elevated, #17191d);
}

html[data-theme="dark"] .rb_recruit_explorer {
    --rb-recruit-focus-ring: var(--rb-ui-focus-ring);
    --rb-recruit-sticky-bg: var(--rb-bg, #111214);
}

html[data-theme="dark"] .rb_recruit_control_island {
    border-color: var(--rb-border, #2a2d31);
    background: var(--rb-bg, #111214);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .05);
}

html[data-theme="dark"] .rb_recruit_map_category #bo_cate a {
    color: var(--rb-text-muted, #a4a7ae) !important;
}

html[data-theme="dark"] .rb_recruit_map_category #bo_cate #bo_cate_on {
    color: var(--rb-brand-text) !important;
}

html[data-theme="dark"] .rb_recruit_explorer .rb_bbs_wrap.rb_recruit_map_category #bo_cate #bo_cate_on {
    color: var(--rb-brand-text) !important;
}

html[data-theme="dark"] .rb_recruit_explorer .rb_recruit_list_category {
    border: 0;
    background: transparent;
    box-shadow: none;
}

html[data-theme="dark"] .rb_recruit_explorer:not(.is-explorer-enhanced)[data-rb-recruit-mode="map"] .rb_recruit_explorer__search {
    background: linear-gradient(180deg, rgba(17, 18, 20, .94) 0%, rgba(17, 18, 20, .82) 72%, rgba(17, 18, 20, 0) 100%);
}

html[data-theme="dark"] .rb_recruit_mobile_map_menu {
    border-color: rgba(255, 255, 255, .09) !important;
    background: rgba(25, 27, 30, .98) !important;
    box-shadow: 0 22px 56px rgba(0, 0, 0, .42), 0 4px 14px rgba(0, 0, 0, .25) !important;
}

html[data-theme="dark"] .rb_recruit_mobile_map_menu__toggle {
    border-color: var(--rb-view-toggle-border) !important;
    background: var(--rb-view-toggle-bg) !important;
    color: var(--rb-view-toggle-fg) !important;
    box-shadow: var(--rb-view-toggle-shadow) !important;
}

html[data-theme="dark"] .rb_recruit_mobile_map_menu__toggle:focus-visible {
    box-shadow: var(--rb-view-toggle-focus-shadow) !important;
}

html[data-theme="dark"] .rb_recruit_explorer.is-mobile-map-menu-open .rb_recruit_mobile_map_menu__toggle {
    background: var(--rb-view-toggle-hover-bg) !important;
    color: var(--rb-view-toggle-hover-fg) !important;
}

html[data-theme="dark"] .rb_recruit_mobile_map_menu__list {
    background: var(--rb-view-toggle-bg) !important;
    color: var(--rb-view-toggle-fg) !important;
}

html[data-theme="dark"] .rb_recruit_mobile_map_menu__list:active {
    background: var(--rb-view-toggle-hover-bg) !important;
    color: var(--rb-view-toggle-hover-fg) !important;
}

@media (hover: hover) and (pointer: fine) {
    html[data-theme="dark"] .rb_recruit_mobile_map_menu__list:hover,
    html[data-theme="dark"] .rb_recruit_mobile_map_menu__toggle:hover {
        background: var(--rb-view-toggle-hover-bg) !important;
        color: var(--rb-view-toggle-hover-fg) !important;
    }
}

html[data-theme="dark"] .rb_recruit_mobile_map_menu .rb_recruit_list_category #bo_cate a {
    border-color: transparent;
    background: var(--rb-bg-muted, #22252a) !important;
    color: var(--rb-text, #f2f3f5) !important;
}

html[data-theme="dark"] .rb_recruit_mobile_map_menu .rb_recruit_list_category #bo_cate #bo_cate_on {
    border-color: var(--rb-brand);
    background: var(--rb-bg-muted) !important;
    color: var(--rb-brand-text) !important;
    box-shadow: inset 0 0 0 1px var(--rb-brand) !important;
}

html[data-theme="dark"] .rb_recruit_explorer[data-rb-recruit-mode="map"] .rb_recruit_story_intro {
    border-color: var(--rb-border, #2a2d31);
    background: rgba(25, 27, 30, .96);
    box-shadow: 0 9px 24px rgba(0, 0, 0, .28), inset 0 0 0 1px rgba(255, 255, 255, .04);
}

html[data-theme="dark"] .rb_recruit_map_status {
    background: radial-gradient(circle at 50% 35%, rgba(25,27,30,.99), rgba(17,18,20,.98));
    color: var(--rb-text-muted, #a4a7ae);
}

html[data-theme="dark"] .rb_recruit_map_status strong {color: var(--rb-text, #f2f3f5);}

@media (prefers-reduced-motion: reduce) {
    .rb_recruit_explorer__mode,
    .rb_recruit_mobile_map_menu,
    .rb_recruit_mobile_map_menu__list,
    .rb_recruit_mobile_map_menu__toggle,
    .rb_recruit_mobile_map_menu__toggle::after {transition: none;}
    .rb_recruit_top_toolbar_wrap .btns_gr_wrap .btns_gr .tooltips {transform:none;}
    .rb_recruit_map_status::before {animation: none !important;}
    .rb_recruit_explorer__results,
    .rb_recruit_explorer__right .rb_recruit_map_wrap,
    .rb_recruit_list_category #bo_cate a {transition: none;}
}

/* Readability-only pass: preserve the existing explorer geometry and behavior. */
.rb_recruit_explorer .rb_bbs_top li.cnts {
    color: var(--rb-text-muted, #656970);
    font-size: 13px;
}

.rb_recruit_explorer .rb_bbs_set_btn {
    font-size: 13px;
}

.rb_recruit_explorer .rb_recruit_my_dashboard__mode_badge {
    font-size: 12px;
    line-height: 1.35;
}

.rb_recruit_explorer .rb_recruit_dashboard_details__current {
    font-size: 12px;
}

.rb_recruit_explorer .rb_recruit_my_dashboard__label,
.rb_recruit_explorer .rb_recruit_my_dashboard__unit,
.rb_recruit_explorer .rb_recruit_performance_list__score {
    font-size: 13px;
}

.rb_recruit_explorer .rb_recruit_story_intro__btn {
    font-size: 13px;
}

.rb_recruit_explorer .rb_recruit_map_scope_note {
    font-size: 12px;
}

.rb_recruit_explorer .rb_recruit_map_marker_label__category_name {
    font-size: 12px;
    line-height: 1.35;
}

.rb_recruit_explorer .rb_recruit_basic_list .bbs_prd_list_con_li1,
.rb_recruit_explorer .rb_recruit_basic_list .bbs_prd_list_con_li3,
.rb_recruit_explorer .rb_recruit_map_overlay__company {
    color: var(--rb-text-muted, #686b70);
}

.rb_recruit_explorer .rb_recruit_basic_list .bbs_prd_list_con_li2 {
    line-height: 1.4;
}

.rb_recruit_explorer .rb_recruit_review_filter span,
.rb_recruit_explorer .rb_recruit_dashboard_summary__item em,
.rb_recruit_explorer .rb_recruit_dashboard_details__toggle,
.rb_recruit_explorer .rb_recruit_review_badge,
.rb_recruit_explorer .rb_recruit_card_fact small,
.rb_recruit_explorer .rb_recruit_company_profile__eyebrow,
.rb_recruit_explorer .rb_recruit_company_profile__stats dt,
.rb_recruit_explorer .rc_status_label,
.rb_recruit_explorer .rc_status_date {
    color: var(--rb-text-muted, #686b70);
    font-size: 12px;
    line-height: 1.4;
}

.rb_recruit_explorer .rb_recruit_basic_list .bbs_prd_list_con_li1 .rc_status_label,
.rb_recruit_explorer .rb_recruit_basic_list .bbs_prd_list_con_li1 .rc_status_date,
.rb_recruit_explorer .rb_recruit_deadline_badge,
.rb_recruit_explorer .bbs_list_label {
    font-size: 12px;
    line-height: 1.4;
}

.rb_recruit_explorer .rb_recruit_basic_list .bbs_prd_list .bbs_list_label {
    font-size: 12px;
}

.rb_recruit_explorer .rb_recruit_inline_search__bar input[type="text"]::placeholder {
    color: var(--rb-text-muted, #6f737a);
}

@media all and (min-width: 721px) {
    .rb_recruit_explorer .rb_recruit_my_dashboard__title {
        font-size: 15px;
    }

    .rb_recruit_explorer .rb_recruit_my_dashboard__btn,
    .rb_recruit_explorer .rb_recruit_my_dashboard__btn--boost,
    .rb_recruit_explorer .rb_recruit_dashboard_summary__item {
        font-size: 13px;
    }
}

@media all and (max-width: 720px) {
    .rb_recruit_explorer .rb_recruit_my_dashboard__title {
        font-size: 13px;
    }

    .rb_recruit_explorer .rb_recruit_my_dashboard__btn,
    .rb_recruit_explorer .rb_recruit_my_dashboard__btn--boost,
    .rb_recruit_explorer .rb_recruit_dashboard_summary__item {
        font-size: 12px;
    }
}
