#vt-matching-board,
#vt-matching-board * { box-sizing: border-box; }

.vt-card-board-page #rig,
.vt-card-board-page #tit,
.vt-card-board-page #content { background-color: #f3f4f6; }

#vt-matching-board { width: 100%; padding: 20px; border-radius: 2px; background: #f3f4f6; color: #242424; font-family: Pretendard, "Noto Sans KR", Arial, sans-serif; letter-spacing: -.02em; }
#vt-matching-board a { color: inherit; text-decoration: none; }

#vt-matching-board .vt-region-tabs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); overflow: hidden; margin-bottom: 22px; border: 1px solid #ff8a00; border-radius: 999px; background: #fff; }
#vt-matching-board .vt-region-tabs a { min-width: 0; padding: 15px 8px; text-align: center; color: #706b65; font-size: 13px; line-height: 1.25; }
#vt-matching-board .vt-region-tabs a + a { border-left: 1px solid #f2f2f2; }
#vt-matching-board .vt-region-tabs a.active { background: #ff8a00; color: #fff; font-weight: 700; }

#vt-matching-board .vt-board-tools { display: flex; gap: 10px; align-items: stretch; }
#vt-matching-board .vt-board-search { display: flex; flex: 1 1 auto; min-width: 0; overflow: hidden; border: 1px solid #dedfe2; border-radius: 12px; background: #fff; }
#vt-matching-board .vt-board-search input { width: 100%; min-width: 0; height: 48px; padding: 0 16px; border: 0; outline: 0; background: transparent; color: #222; font-size: 14px; }
#vt-matching-board .vt-board-search button,
#vt-matching-board .vt-write-button { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-width: 82px; padding: 0 18px; border: 0; border-radius: 0; background: #ff8a00; color: #fff; font-weight: 700; cursor: pointer; }
#vt-matching-board .vt-write-button { border-radius: 12px; }

#vt-matching-board .vt-status-filter { display: flex; gap: 8px; margin: 14px 0 20px; }
#vt-matching-board .vt-status-filter a { padding: 8px 18px; border: 1px solid #dedfe2; border-radius: 999px; background: #fff; color: #696b70; font-size: 13px; }
#vt-matching-board .vt-status-filter a.active { border-color: #ff8500; background: #ff8500; color: #fff; font-weight: 700; }

#vt-matching-board .vt-admin-tools { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; padding: 10px 14px; border: 1px solid #e3e4e7; border-radius: 10px; background: #fff; color: #65686d; font-size: 12px; }
#vt-matching-board .vt-admin-tools div { display: flex; gap: 6px; }
#vt-matching-board .vt-admin-tools a { position: relative; z-index: 3; padding: 6px 9px; border-radius: 7px; background: #565b63; color: #fff; }
#vt-matching-board .vt-result-count { margin: 0 0 8px; color: #575a5f; font-size: 13px; }

#vt-matching-board .vt-board-section { margin-top: 24px; }
#vt-matching-board .vt-board-section h2 { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; color: #292b2e; font-size: 15px; font-weight: 700; }
#vt-matching-board .vt-board-section h2::after { content: ""; height: 1px; flex: 1 1 auto; background: #dbdde1; }
#vt-matching-board .vt-board-section h2 > span { width: 7px; height: 7px; border-radius: 50%; background: #ff8500; }
#vt-matching-board .vt-section-meeting h2 > span { background: #3d84c6; }
#vt-matching-board .vt-section-complete h2 > span { background: #8b8b87; }

#vt-matching-board .vt-card-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
#vt-matching-board .vt-match-card { position: relative; display: grid; grid-template-columns: 117px minmax(0, 1fr); min-width: 0; min-height: 174px; padding: 16.42px; overflow: hidden; border: 1px solid transparent; border-radius: 15px; background: #fff; box-shadow: 0 8px 22px rgba(35, 38, 43, .07); }
#vt-matching-board .vt-card-link { position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
#vt-matching-board .vt-match-card:hover { transform: translateY(-1px); box-shadow: 0 11px 26px rgba(35, 38, 43, .11); transition: .18s ease; }
#vt-matching-board .vt-card-matching.is-urgent { border-color: #f4d1ca !important; background-color: #fff8f8 !important; }
#vt-matching-board .vt-card-meeting { background: #f0f9ff; }
#vt-matching-board .vt-card-complete .vt-place,
#vt-matching-board .vt-card-complete .vt-card-main { opacity: .58; }

#vt-matching-board .vt-place { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; min-width: 0; padding-right: 11.73px; border-right: 1px solid #e7e9ec; }
#vt-matching-board .vt-place strong { color: #f27400; font-size: 17.6px; font-weight: 700; line-height: 1.35; }
#vt-matching-board .vt-place span { margin-top: 5.87px; color: #555a61; font-size: 15.25px; line-height: 1.4; overflow-wrap: anywhere; }
#vt-matching-board .vt-card-matching.is-urgent .vt-place strong { color: #d84538; }
#vt-matching-board .vt-card-meeting .vt-place strong { color: #2875ba; }

#vt-matching-board .vt-card-main { display: grid; align-content: center; gap: 10.56px; min-width: 0; padding-left: 15.25px; }
#vt-matching-board .vt-badges { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; min-height: 24px; }
#vt-matching-board .vt-badges span { display: inline-flex; align-items: center; min-height: 26.98px; padding: 3.52px 10.56px; border-radius: 999px; white-space: nowrap; font-size: 12.9px; line-height: 1; }
#vt-matching-board .vt-treatment-badge { background: #ffead4; color: #ff7f30; }
#vt-matching-board .vt-card-matching.is-urgent .vt-treatment-badge { background: #ffdddd; color: #ff5d5d; }
#vt-matching-board .vt-card-meeting .vt-treatment-badge { background: #d8efff; color: #419bd9; }
#vt-matching-board .vt-special-badge { border: 1px dashed #d8dadd; background: #fff; color: #686d74; }
#vt-matching-board .vt-special-badge.is-urgent { border-color: #df493e; background: #df493e; color: #fff; }

#vt-matching-board .vt-badges .vt-new-badge { position: static; z-index: 2; min-height: 21.85px; margin-left: auto; padding: 2.88px 7.04px; border-radius: 999px; background: #fff1e4; color: #ff7700; font-size: 10.56px; font-weight: 700; line-height: 1; animation: vt-new-soft 2.8s ease-in-out infinite; }
@keyframes vt-new-soft { 0%, 100% { opacity: .58; } 50% { opacity: 1; box-shadow: 0 0 0 4px rgba(255,119,0,.08); } }
@media (prefers-reduced-motion: reduce) { #vt-matching-board .vt-new-badge { animation: none; } }

#vt-matching-board .vt-summary { display: flex; align-items: center; flex-wrap: wrap; gap: 7.04px; min-width: 0; font-size: 19.94px; line-height: 1.35; }
#vt-matching-board .vt-summary > strong { color: #181a1d; font-size: 19.94px; }
#vt-matching-board .vt-gender { display: inline-flex; align-items: center; gap: 3.52px; color: #2776bc; font-size: 14.08px; font-weight: 500; }
#vt-matching-board .vt-gender.is-female { color: #c55378; }
#vt-matching-board .vt-gender svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
#vt-matching-board .vt-state { margin-left: auto; padding: 5.87px 10.56px; border-radius: 999px; background: #fff0db; color: #d86500; white-space: nowrap; font-size: 11.73px; font-weight: 700; }
#vt-matching-board .vt-card-matching.is-urgent .vt-state { background: #ffdfdf; color: #c71e08; }
#vt-matching-board .vt-card-meeting .vt-state { background: #e6f3ff; color: #2875ba; }
#vt-matching-board .vt-card-complete .vt-state { background: #eef0f2; color: #656a70; }

#vt-matching-board .vt-schedule { display: flex; align-items: center; justify-content: space-between; gap: 9.38px; min-width: 0; padding-top: 9.38px; border-top: 1px solid #e8eaed; color: #747980; font-size: 12.9px; }
#vt-matching-board .vt-schedule > span { display: flex; align-items: center; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#vt-matching-board .vt-schedule svg { width: 14px; height: 14px; flex: 0 0 auto; margin-right: 5px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
#vt-matching-board .vt-schedule strong { flex: 0 0 auto; color: #282b2f; font-size: 14.08px; }
#vt-matching-board .vt-frequency { color: #545a61; font-weight: 700; }
#vt-matching-board .vt-time-text,
#vt-matching-board .vt-schedule-separator { font-size: 12.9px; }

#vt-matching-board .vt-card-admin { position: relative; z-index: 3; display: flex; align-items: center; justify-content: flex-end; gap: 5px; padding-top: 7px; border-top: 1px dashed #e0e2e5; }
#vt-matching-board .vt-card-admin select { height: 29px; min-width: 82px; border: 1px solid #d8dadd; border-radius: 6px; background: #fff; font-size: 11px; }
#vt-matching-board .vt-card-admin button { height: 29px; padding: 0 10px; border: 0; border-radius: 6px; background: #ff8a00; color: #fff; font-size: 11px; font-weight: 700; cursor: pointer; }
#vt-matching-board .vt-match-card.is-admin { min-height: 226px; }
#vt-matching-board .vt-admin-memo { position: relative; z-index: 3; color: #696d73; font-size: 11px; }
#vt-matching-board .vt-admin-memo summary { width: max-content; cursor: pointer; color: #555b64; font-weight: 700; }
#vt-matching-board .vt-admin-memo div { max-height: 130px; margin-top: 6px; padding: 8px; overflow: auto; border-radius: 7px; background: rgba(255,255,255,.75); }
#vt-matching-board .vt-admin-memo p { margin: 0; line-height: 1.45; }
#vt-matching-board .vt-admin-memo p + p { margin-top: 5px; }
#vt-matching-board .vt-admin-memo p strong { display: inline-block; margin-right: 6px; color: #34383e; }

#vt-matching-board .vt-empty { padding: 70px 20px; border-radius: 14px; background: #fff; color: #777; text-align: center; }
#vt-matching-board .vt-pagination { margin-top: 28px; text-align: center; }
#vt-matching-board .vt-hidden-admin-form { display: none; }

@media (max-width: 820px) {
    #vt-matching-board { padding: 14px; }
    #vt-matching-board .vt-region-tabs { display: flex; overflow-x: auto; border-radius: 12px; scrollbar-width: none; }
    #vt-matching-board .vt-region-tabs::-webkit-scrollbar { display: none; }
    #vt-matching-board .vt-region-tabs a { flex: 0 0 auto; min-width: 105px; padding: 13px 12px; }
    #vt-matching-board .vt-region-tabs a + a { border-left: 0; }
    #vt-matching-board .vt-region-tabs a.active { border-radius: 10px; }
    #vt-matching-board .vt-board-search input { height: 44px; padding: 0 12px; font-size: 13px; }
    #vt-matching-board .vt-board-search button { min-width: 62px; padding: 0 10px; }
    #vt-matching-board .vt-write-button { padding: 0 12px; font-size: 12px; }
    #vt-matching-board .vt-status-filter { overflow-x: auto; }
    #vt-matching-board .vt-status-filter a { flex: 0 0 auto; }
    #vt-matching-board .vt-card-grid { grid-template-columns: 1fr; }
    #vt-matching-board .vt-match-card { grid-template-columns: 73.44px minmax(0, 1fr); min-height: 167.28px; padding: 12.24px; }
    #vt-matching-board .vt-place { padding-right: 8px; }
    #vt-matching-board .vt-place strong { font-size: 14.28px; }
    #vt-matching-board .vt-place span { font-size: 12.24px; }
    #vt-matching-board .vt-card-main { gap: 10px; padding-left: 10px; }
    #vt-matching-board .vt-badges { gap: 5px; }
    #vt-matching-board .vt-badges span { padding: 3.06px 8.16px; font-size: 10.2px; }
    #vt-matching-board .vt-summary,
    #vt-matching-board .vt-summary > strong { font-size: 17.34px; }
    #vt-matching-board .vt-state { margin-left: auto; }
    #vt-matching-board .vt-schedule { font-size: 11.22px; }
    #vt-matching-board .vt-schedule > span { white-space: normal; line-height: 1.35; }
    #vt-matching-board .vt-admin-tools { align-items: flex-start; }
    #vt-matching-board .vt-card-admin { justify-content: flex-start; }
}

@media (max-width: 380px) {
    #vt-matching-board { padding: 10px; }
    #vt-matching-board .vt-board-tools { flex-wrap: wrap; }
    #vt-matching-board .vt-write-button { min-height: 40px; }
    #vt-matching-board .vt-match-card { grid-template-columns: 65px minmax(0, 1fr); padding: 10px; }
    #vt-matching-board .vt-summary,
    #vt-matching-board .vt-summary > strong { font-size: 16px; }
    #vt-matching-board .vt-schedule { align-items: flex-end; }
}
