@charset "utf-8";

/* ===== 03.모임.장소(목록) — Figma 1006:25002 (teal 액센트) ===== */
.mp-wrap {display:flex; flex-direction:column; min-height:100%; background:var(--snow);}

/* 헤더 */
.mp-head {position:sticky; top:0; z-index:20; background:var(--card);}
.mp-bar {display:flex; align-items:center; gap:14px; padding:17px 22px; border-bottom:1.92px solid var(--line);}
.mp-back {flex:0 0 auto; display:flex; align-items:center; justify-content:center; width:58px; height:58px;}
.mp-back img {width:32px; height:32px;}
.mp-search {flex:1; display:flex; align-items:center; gap:16px; height:74px; padding:0 28px; background:var(--snow); border:1.92px solid var(--line); border-radius:42px;}
.mp-search img {width:31px; height:31px;}
.mp-search input {flex:1; min-width:0; border:0; background:transparent; font-size:25px; color:var(--ink);}
.mp-search input::placeholder {color:#6B7280;}

/* 필터 (pill) — 전국 active=teal, 조건이 많아 넘칠 때 좌우 화살표로 스크롤 */
.mp-filterswrap {position:relative; border-bottom:1.92px solid var(--line);}
.mp-filters {display:flex; flex-wrap:nowrap; gap:11.52px; padding:15px 27px 21px; overflow-x:auto; scrollbar-width:none;}
.mp-filters::-webkit-scrollbar {display:none;}
.mp-filterarrow {position:absolute; top:0; bottom:0; width:44px; z-index:5; display:flex; align-items:center; justify-content:center; border:0; cursor:pointer; padding:0;}
.mp-filterarrow img {width:15px; height:15px;}
.mp-filterarrow.prev {left:0; background:linear-gradient(to right, var(--card) 55%, transparent);}
.mp-filterarrow.next {right:0; background:linear-gradient(to left, var(--card) 55%, transparent);}
.mp-dd {position:relative; flex:0 0 auto;}
.mp-fil {flex:0 0 auto; display:flex; align-items:center; gap:6px; padding:11px 23px; border:1.92px solid var(--line); border-radius:38px; background:var(--card); color:#475569; font-size:21px; font-weight:500; white-space:nowrap;}
.mp-fil .lbl {white-space:nowrap; font-size:inherit;}
.mp-fil img {width:21px; height:21px; transition:transform .2s ease;}
.mp-dd.open .mp-fil img {transform:rotate(180deg);}
.mp-fil.on {border-color:var(--teal-2); color:var(--teal); background:var(--mint); font-weight:700;}
.mp-fil-region::before {content:''; flex:0 0 auto; width:21px; height:21px; background:url('/asset/images/meet-place/mp-pin.svg') center/contain no-repeat;}

.mp-dd-menu {position:absolute; top:64px; left:0; z-index:30; min-width:220px; max-height:0; overflow:hidden; opacity:0; background:var(--card); border-radius:16px; box-shadow:0 18px 44px rgba(15,23,42,.18); transition:opacity .15s ease;}
.mp-dd.open .mp-dd-menu {max-height:560px; overflow-y:auto; opacity:1; padding:10px; border:1.92px solid var(--line);}
.mp-dd-menu li {padding:16px 20px; border-radius:10px; font-size:22px; color:var(--body); cursor:pointer; white-space:nowrap;}
.mp-dd-menu li.on {background:var(--mint); color:var(--teal); font-weight:700;}

/* 브레드크럼 */
.mp-crumb {display:flex; align-items:center; gap:11px; padding:15px 27px 13px; border-bottom:1.92px solid var(--line); font-size:23px; font-weight:700; color:#6B7280;}
.mp-crumb img {width:25px; height:25px;}

/* 카테고리 탭 (active=teal 밑줄, 게시판 종류가 늘어나면 좌우 화살표로 스크롤) */
.mp-tabswrap {position:relative;}
.mp-tabs {display:flex; gap:0; padding:0 27px; overflow-x:auto; scrollbar-width:none; border-bottom:3.84px solid var(--line);}
.mp-tabs::-webkit-scrollbar {display:none;}
.mp-tab {flex:0 0 auto; position:relative; padding:21px 23px; background:none; color:#94A3B8; font-size:23px; font-weight:500; white-space:nowrap;}
.mp-tab.on {color:var(--teal); font-weight:700;}
.mp-tab.on::after {content:''; position:absolute; left:0; right:0; bottom:-3.84px; height:3.84px; border-radius:3px 3px 0 0; background:var(--teal);}
.mp-tabarrow {position:absolute; top:0; bottom:3.84px; width:46px; z-index:5; display:flex; align-items:center; justify-content:center; border:0; cursor:pointer; padding:0;}
.mp-tabarrow img {width:16px; height:16px;}
.mp-tabarrow.prev {left:0; background:linear-gradient(to right, var(--card) 55%, transparent);}
.mp-tabarrow.next {right:0; background:linear-gradient(to left, var(--card) 55%, transparent);}

/* ===== 추천 공간 (단순 카드) ===== */
.mp-rec {padding:24px 22px 8px;}
.mp-grid {display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:19px;}
.mp-rec-card {position:relative; display:flex; flex-direction:column; padding:1.92px; background:var(--card); border:1.92px solid var(--line); border-radius:19px; overflow:hidden; box-shadow:0 1.92px 11.52px rgba(15,23,42,.06);}
.mp-rec-thumb {position:relative; height:211px; border-radius:17px 17px 0 0; overflow:hidden;}
.mp-rec-thumb.is-photo {background:var(--mute);}
.mp-rec-thumb.is-green {display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg, #2DD4BF, #0F766E);}
.mp-rec-img {position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.mp-rec-ic {width:54px; height:54px; opacity:.92;}
.mp-rec-heart {position:absolute; top:12px; right:12px; z-index:3; display:flex; align-items:center; justify-content:center; width:50px; height:50px; border-radius:25px; background:rgba(255,255,255,.85);}
.mp-rec-heart img {width:25px; height:25px;}
.mp-rec-cap {position:absolute; left:12px; bottom:12px; z-index:3; display:flex; align-items:center; gap:6px; padding:4px 15px; border-radius:38px; background:rgba(0,0,0,.55); color:#fff; font-size:19px; font-weight:600;}
.mp-rec-cap img {width:19px; height:19px;}
.mp-rec-info {display:flex; flex-direction:column; gap:6px; padding:15px 19px 19px;}
.mp-rec-title {font-size:23px; font-weight:700; color:var(--ink); white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.mp-rec-loc {display:flex; align-items:center; gap:6px; font-size:19px; color:var(--sub);}
.mp-rec-loc img {width:19px; height:19px;}

/* 다크 프로모 배너 */
.mp-promo {display:flex; flex-direction:column; gap:5.76px; margin:19px 0; padding:27px 31px; border:1.92px solid var(--line); border-radius:19px; background:linear-gradient(136deg, #1B2E4B 0%, #243752 100%);}
.mp-promo-title {font-size:21px; font-weight:400; color:rgba(255,255,255,.6);}
.mp-promo-desc {font-size:27px; font-weight:700; color:#fff; line-height:37.6px;}
.mp-promo-tel {font-size:25px; font-weight:600; color:#5EEAD4;}

/* ===== 전체 공간 ===== */
.mp-body {flex:1; padding:16px 22px 170px;}
.mp-lhead {display:flex; align-items:baseline; justify-content:space-between; margin-bottom:20px;}
.mp-lhead .l {font-size:30px; font-weight:700; color:var(--ink);}
.mp-lhead .l b {color:var(--teal);}
.mp-lhead .c {font-size:22px; color:var(--sub);}
.mp-listwrap {display:flex; flex-direction:column; gap:18px;}
.mp-item {display:flex; gap:19px; align-items:flex-start; padding:25px; background:var(--card); border:1.92px solid var(--line); border-radius:19px; box-shadow:0 1.92px 7.68px rgba(0,0,0,.07);}
.mp-thumb {flex:0 0 134px; width:134px; height:134px; border-radius:15px; overflow:hidden;}
.mp-thumb-img {width:100%; height:100%; object-fit:cover; display:block;}
.mp-ibody {flex:1; min-width:0; display:flex; flex-direction:column; gap:6px;}
.mp-tags {display:flex; flex-wrap:wrap; gap:10px; align-items:center;}
.mp-tag {padding:5px 17px; border-radius:38px; font-size:21px; font-weight:600; background:var(--mint); color:var(--teal);}
.mp-tag.t-new {background:#FEF2F2; color:#DC2626;}
.churchro.dark-mode .mp-tag.t-new {background:#3A1D1D; color:#FCA5A5;}
.mp-ititle {font-size:25px; font-weight:600; color:var(--ink); line-height:1.35; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.mp-iloc {display:flex; align-items:center; gap:6px; font-size:21px; color:var(--sub);}
.mp-iloc img {width:21px; height:21px;}
.mp-irow {display:flex; align-items:center; justify-content:space-between; margin-top:2px;}
.mp-cap {display:flex; align-items:center; gap:6px; font-size:24px; font-weight:800; color:var(--teal);}
.mp-cap img {width:24px; height:24px;}
.mp-date {font-size:19px; color:var(--sub);}
.mp-bm {flex:0 0 auto; display:flex; align-items:center; justify-content:center; width:44px; align-self:stretch;}
.mp-bm img {width:29px; height:29px;}

/* 페이지네이션 */
.mp-page {display:flex; align-items:center; justify-content:center; gap:8px; padding:38px 0 6px;}
.mp-page .pg {display:flex; align-items:center; justify-content:center; min-width:62px; height:62px; padding:0 16px; border:1.85px solid var(--line); border-radius:14px; background:var(--card); color:var(--body); font-size:22px; font-weight:500;}
.mp-page .pg.on {background:var(--teal); border-color:var(--teal); color:#fff; font-weight:700;}
.mp-page .pg img {width:24px; height:24px;}
.mp-page .dots {padding:0 5px; color:var(--sub); font-size:24px;}

/* 글쓰기 FAB (네이비) */
.mp-write {position:fixed; right:27px; bottom:135px; z-index:35; display:flex; align-items:center; justify-content:center; width:92px; height:92px; border-radius:50%; background:#1E3A5F; box-shadow:0 8px 16px rgba(30,58,95,.4);}
.mp-write img {width:42px; height:42px;}

/* 하단 탭바 (fixed) */
.mp-nav {position:fixed; left:50%; bottom:0; transform:translateX(-50%); z-index:40; width:720px; max-width:100%; display:flex; align-items:center; justify-content:space-between; padding:20px 40px; background:var(--card); border-top:1.85px solid var(--line);}
.mp-nav .tab {display:flex; flex-direction:column; align-items:center; gap:5.8px; color:var(--sub); font-size:19.2px;}
.mp-nav .tab img {width:42px; height:42px;}
.mp-nav .tab.on {color:var(--teal);}
.mp-nav .tab-fab {position:relative; align-self:stretch; width:96px;}
.mp-nav .tab-fab .fab {position:absolute; left:50%; top:0; transform:translate(-50%,-50%); display:flex; align-items:center; justify-content:center; width:96px; height:96px; border-radius:50%; background:linear-gradient(135deg, #0D9488, #1E3A5F); border:5px solid var(--card); box-shadow:0 10px 24px rgba(13,148,136,0.4);}
.mp-nav .tab-fab .fab img {width:48px; height:48px;}

@media (hover:hover) and (pointer:fine) {
	.mp-item:hover, .mp-rec-card:hover {background:var(--snow);}
}

/* ===================== 03.모임.장소(상세) ===================== */
.md-wrap {display:flex; flex-direction:column; min-height:100%; background:var(--snow);}
.md-photo {position:relative; height:422px; background:linear-gradient(160deg, #2D5282 0%, #1B2E4B 100%); overflow:hidden;}
.md-photo-img {position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.md-photo-top {position:absolute; left:0; right:0; top:0; display:flex; align-items:center; justify-content:space-between; padding:23px 27px;}
.md-gacts {display:flex; gap:11.5px;}
.md-gbtn {display:flex; align-items:center; justify-content:center; width:69px; height:69px; border-radius:19px; background:rgba(0,0,0,.4);}
.md-gbtn img {width:38px; height:38px;}
.md-gall {position:absolute; left:23px; bottom:18px; display:flex; align-items:center; gap:8px; padding:8px 19px; border-radius:38px; background:rgba(0,0,0,.55); color:#fff; font-size:21px; font-weight:700;}
.md-gall img {width:23px; height:23px;}
.md-gcount {position:absolute; right:25px; bottom:19px; padding:6px 19px; border-radius:38px; background:rgba(0,0,0,.55); color:#fff; font-size:21px; font-weight:600;}
.md-garrow {position:absolute; top:50%; transform:translateY(-50%); display:flex; align-items:center; justify-content:center; width:54px; height:54px; border-radius:27px; background:rgba(255,255,255,.8);}
.md-garrow img {width:27px; height:27px;}
.md-garrow.l {left:19px;} .md-garrow.r {right:19px;}

.md-titlesec {display:flex; flex-direction:column; gap:14px; padding:27px 27px 21px; background:var(--card); border-bottom:1.92px solid var(--line);}
.md-tags {display:flex; gap:11.5px;}
.md-tag {padding:6px 17px; border-radius:38px; font-size:21px; font-weight:600; background:var(--mint); color:var(--teal);}
.md-title {font-size:32px; font-weight:700; color:var(--ink); line-height:45px;}
.md-num {display:flex; align-items:center; gap:11.5px; padding:11px 19px; border-radius:11.5px; background:var(--snow);}
.md-num .k {font-size:21px; color:var(--sub);}
.md-num .v {font-size:22px; font-weight:700; color:#6B7280;}
.md-copy {display:flex; align-items:center; gap:5.76px; margin-left:auto; color:var(--teal); font-size:21px;}
.md-copy img {width:23px; height:23px;}

.md-stat {display:grid; grid-template-columns:repeat(3, 1fr); padding:23px 27px 25px; background:var(--card); border-bottom:1.92px solid var(--line);}
.md-scol {display:flex; flex-direction:column; align-items:center; gap:6px; padding:8px 0;}
.md-scol.bd {border-left:1.92px solid var(--line);}
.md-scol .k {font-size:19px; color:var(--sub);}
.md-scol .v {font-size:25px; font-weight:700; color:var(--ink);}
.md-scol .v.teal {color:var(--teal);}

.md-acts {display:flex; gap:11.5px; padding:15px 27px 21px; background:var(--card); border-bottom:1.92px solid var(--line);}
.md-act {flex:1; display:flex; align-items:center; justify-content:center; gap:9.6px; padding:17px 13px; border:1.92px solid var(--line); border-radius:15px; background:var(--card); color:#6B7280; font-size:21px; font-weight:600;}
.md-act img {width:27px; height:27px;}
.md-act.heart.on {background:var(--mint); border-color:#EF4444; color:#EF4444;}

.md-body {flex:1; padding-bottom:290px;}
.md-table {margin:24px 27px 0; border:1.92px solid var(--line); border-radius:19px; overflow:hidden;}
.md-trow {display:flex; border-bottom:1.92px solid var(--line);}
.md-trow:last-child {border-bottom:0;}
.md-tk {flex:0 0 auto; min-width:140px; display:flex; align-items:center; padding:17px 24px; background:var(--mint); color:var(--teal); font-size:23px; font-weight:600;}
.md-tv {flex:1; padding:17px 23px; font-size:23px; color:var(--ink); line-height:34px; word-break:break-all;}
.md-tv.link {color:var(--teal); font-weight:600;}

.md-sech {display:flex; align-items:center; gap:11.5px; padding:27px 27px 15px;}
.md-sech img {width:28px; height:28px;}
.md-sech h2 {font-size:25px; font-weight:700; color:var(--ink);}

/* 시설 안내 칩 */
.md-facs {display:flex; flex-wrap:wrap; gap:12px; padding:0 27px;}
.md-fac {display:flex; align-items:center; gap:7.68px; padding:8px 19px; border-radius:38px; background:var(--mint); color:var(--teal); font-size:21px; font-weight:600;}
.md-fac img {width:23px; height:23px;}

.md-desc {display:flex; flex-direction:column; gap:24px; padding:4px 27px 8px;}
.md-desc-item {display:flex; flex-direction:column; gap:10px;}
.md-desc-h {display:flex; align-items:center; gap:10px;}
.md-desc-h img {width:25px; height:25px;}
.md-desc-h b {font-size:23px; font-weight:700; color:#1B2E4B;}
.md-desc-item p {margin:0; font-size:24px; color:var(--ink); line-height:40px;}

.md-usage {padding:0 27px;}
.md-usage li {display:flex; align-items:center; gap:11.5px; padding:9px 0; border-bottom:1.92px solid var(--line); font-size:23px; color:#6B7280;}
.md-usage li:last-child {border-bottom:0;}
.md-usage li img {flex:0 0 auto; width:27px; height:27px;}

.md-video {margin:18px 20px; height:383px; border-radius:14px; overflow:hidden; background:#000;}
.md-video iframe {width:100%; height:100%; border:0; display:block;}

.md-map {position:relative; margin:0 27px; height:280px; border:1.92px solid var(--line); border-radius:19px; overflow:hidden; background:#E8F4F8;}
.md-map iframe {width:100%; height:100%; border:0; display:block;}
.md-mapopen {position:absolute; z-index:2; right:30px; bottom:16px; display:flex; align-items:center; gap:7.68px; padding:10px 19px; border-radius:38px; background:#1B2E4B; color:#fff; font-size:19px; font-weight:700;}
.md-mapopen img {width:21px; height:21px;}
.md-mapaddr {margin:14px 27px 0; font-size:21px; color:var(--sub);}

.md-contact {margin:24px 27px 0; padding:25px; background:var(--snow); border:1.92px solid var(--line); border-radius:19px;}
.md-crow {display:flex; align-items:center; gap:15px; padding:8px 0;}
.md-crow.bd {border-top:1.92px solid var(--line); padding-top:17px;}
.md-ck {flex:0 0 auto; min-width:80px; font-size:21px; font-weight:600; color:var(--sub);}
.md-cv {flex:1; min-width:0; font-size:23px; color:var(--ink); word-break:break-all;}
.md-cbtn {flex:0 0 auto; display:flex; align-items:center; gap:7.68px; padding:10px 19px; border-radius:11.5px; background:var(--mint); color:var(--teal); font-size:21px; font-weight:700;}
.md-cbtn img {width:23px; height:23px;}

.md-report {display:flex; align-items:center; justify-content:center; gap:9.6px; width:calc(100% - 54px); margin:16px 27px 0; padding:17px; border:1.92px solid var(--line); border-radius:15px; background:var(--card); color:var(--sub); font-size:21px;}
.md-report img {width:25px; height:25px;}

.md-bottom {position:fixed; left:50%; bottom:0; transform:translateX(-50%); z-index:40; width:720px; max-width:100%;}
.md-actionbar {display:flex; align-items:center; gap:15px; padding:25px 27px 20px; background:var(--card); border-top:1.92px solid var(--line);}
.md-bar-email {display:flex; flex-direction:column; align-items:center; gap:4px;}
.md-bar-email .ic {display:flex; align-items:center; justify-content:center; width:84px; height:84px; border:1.92px solid var(--line); border-radius:19px; background:var(--card);}
.md-bar-email .ic img {width:34px; height:34px;}
.md-bar-email .lb {font-size:17px; color:var(--sub);}
.md-bar-call, .md-bar-chat {flex:1; display:flex; align-items:center; justify-content:center; gap:11.5px; padding:23px; border-radius:19px; color:#fff; font-size:26px; font-weight:700;}
.md-bar-call img, .md-bar-chat img {width:30px; height:30px;}
.md-bar-call {background:#059669;}
.md-bar-chat {background:#1B2E4B;}
.md-nav, .mw-nav, .mdn-nav {display:flex; align-items:center; justify-content:space-between; padding:18px 40px; background:var(--card); border-top:1.85px solid var(--line);}
.md-nav .tab, .mw-nav .tab, .mdn-nav .tab {display:flex; flex-direction:column; align-items:center; gap:5.8px; color:var(--sub); font-size:19.2px;}
.md-nav .tab img, .mw-nav .tab img, .mdn-nav .tab img {width:42px; height:42px;}
.md-nav .tab.on, .mw-nav .tab.on, .mdn-nav .tab.on {color:var(--teal);}
.md-nav .tab-fab, .mw-nav .tab-fab, .mdn-nav .tab-fab {position:relative; align-self:stretch; width:96px;}
.md-nav .tab-fab .fab, .mw-nav .tab-fab .fab, .mdn-nav .tab-fab .fab {position:absolute; left:50%; top:0; transform:translate(-50%,-50%); display:flex; align-items:center; justify-content:center; width:96px; height:96px; border-radius:50%; background:linear-gradient(135deg, #0D9488, #1E3A5F); border:5px solid var(--card); box-shadow:0 10px 24px rgba(13,148,136,0.4);}
.md-nav .tab-fab .fab img, .mw-nav .tab-fab .fab img, .mdn-nav .tab-fab .fab img {width:48px; height:48px;}

/* ===================== 03.모임.장소(등록) ===================== */
.mw-wrap {display:flex; flex-direction:column; min-height:100%; background:var(--snow);}
.mw-temp {flex:0 0 auto; padding:9px 18px; font-size:22px; font-weight:600; color:var(--teal);}
.mw-body {flex:1; display:flex; flex-direction:column; gap:21px; padding:21px 27px 170px;}
.mw-card {display:flex; flex-direction:column; gap:15px; padding:29px; background:var(--card); border:1.92px solid var(--line); border-radius:19px;}
.mw-sech {display:flex; align-items:center; gap:9px;}
.mw-sech img {width:27px; height:27px;}
.mw-sech b {font-size:25px; font-weight:700; color:var(--ink);}
.mw-sech i {color:#EF4444; font-size:25px; font-weight:700; font-style:normal;}
.mw-sech small {font-size:20px; color:var(--sub);}
.mw-input {width:100%; padding:20px 28px; background:var(--snow); border:1.92px solid var(--line); border-radius:14px; font-size:24px; color:var(--ink);}
.mw-input::placeholder {color:var(--sub);}
.mw-select {width:100%; appearance:none; -webkit-appearance:none; padding:20px 60px 20px 28px; background:var(--snow) url('/asset/images/common/chevron.svg') no-repeat; background-position:right 22px center; background-size:27px 27px; border:1.92px solid var(--line); border-radius:14px; font-size:24px; color:var(--ink); font-family:inherit;}
.mw-select.sm {padding:18px 44px 18px 18px; background-position:right 12px center; background-size:25px 25px; font-size:23px;}
.mw-field {display:flex; flex-direction:column; gap:11px;}
.mw-field > span {font-size:23px; font-weight:500; color:#6B7280;}
.mw-count {text-align:right; font-size:20px; color:var(--sub);}
/* 공간유형 칩 (3열 세로 아이콘카드) */
.mw-tgrid {display:grid; grid-template-columns:repeat(3, 1fr); gap:13px;}
.mw-tchip {display:flex; flex-direction:column; align-items:center; gap:7.68px; padding:21px 8px; border:1.92px solid var(--line); border-radius:19px; background:var(--snow); color:#475569; font-size:21px; font-weight:600;}
.mw-tchip img {width:35px; height:35px;}
.mw-tchip.on {border-color:var(--teal-2); background:var(--mint); color:var(--teal);}
/* 보유시설 칩 (2열 가로 아이콘카드) */
.mw-fgrid {display:grid; grid-template-columns:repeat(2, 1fr); gap:11.5px;}
.mw-fchip {display:flex; align-items:center; gap:13px; padding:17px 21px; border:1.92px solid var(--line); border-radius:15px; background:var(--snow); color:#475569; font-size:21px; font-weight:600;}
.mw-fchip img {width:27px; height:27px;}
.mw-fchip.on {border-color:var(--teal-2); background:var(--mint); color:var(--teal);}
/* 주소 */
.mw-row {display:flex; gap:12px;}
.mw-row .mw-input {flex:1;}

.mw-map {height:200px; border:1.92px solid var(--line); border-radius:14px; overflow:hidden;}
.mw-map iframe {width:100%; height:100%; border:0; display:block;}
.mw-grid2 {display:grid; grid-template-columns:repeat(2, 1fr); gap:12px;}
.mw-inwrap {position:relative; display:flex; align-items:center;}
.mw-inwrap input {width:100%; padding:20px 70px 20px 28px; background:var(--snow); border:1.92px solid var(--line); border-radius:14px; font-size:24px; color:var(--ink);}
.mw-inwrap input::placeholder {color:var(--sub);}
.mw-inwrap em {position:absolute; right:24px; font-size:22px; font-style:normal; color:var(--sub);}
.mw-inwrap .pre {position:absolute; left:20px; width:31px; height:31px; z-index:1;}
.mw-inwrap .pre + input {padding-left:64px;}
.mw-textarea {width:100%; min-height:330px; padding:27px 28px; background:var(--snow); border:1.92px solid var(--line); border-radius:14px; font-size:24px; line-height:36px; color:var(--ink); resize:vertical; font-family:inherit;}
.mw-textarea::placeholder {color:var(--sub);}
.mw-vpreview {height:340px; border-radius:14px; overflow:hidden; background:#1A1A2E;}
.mw-vpreview iframe {width:100%; height:100%; border:0; display:block;}
.mw-vpreview .ph {display:flex; align-items:center; justify-content:center; gap:12px; width:100%; height:100%; color:#94A3B8; font-size:22px;}
.mw-vpreview .play {display:flex; align-items:center; justify-content:center; width:54px; height:54px; border-radius:50%; background:rgba(255,255,255,.15); color:#fff; font-size:24px; padding-left:4px;}
.mw-photos {display:flex; flex-wrap:wrap; gap:15px;}
.mw-photo-item {position:relative; width:130px; height:130px; border-radius:14px; overflow:hidden;}
.mw-photo-item .cover {width:100%; height:100%; object-fit:cover; display:block;}
.mw-photo-x {position:absolute; top:6px; right:6px; display:flex; align-items:center; justify-content:center; width:35px; height:35px; border-radius:50%; background:rgba(15,23,42,.6); color:#fff; font-size:28px; line-height:1;}
.mw-photo-add {display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; width:130px; height:130px; border:2px dashed var(--mute); border-radius:14px; background:var(--snow); color:var(--sub); font-size:22px;}
.mw-photo-add img {width:38px; height:38px;}
.mw-photo-count {font-size:23px; color:var(--body);}
.mw-note2 {font-size:21px; color:var(--sub);}
.mw-phone {display:grid; grid-template-columns:1fr 1.3fr 1.3fr; gap:12px; align-items:center;}
.mw-email {display:flex; align-items:center; gap:12px;}
.mw-email .mw-input {flex:1; min-width:0;}
.mw-email .at {flex:0 0 auto; font-size:26px; color:var(--sub); font-style:normal;}
.mw-email .mw-select {flex:1; min-width:0;}
.mw-submit {display:flex; align-items:center; justify-content:center; margin-top:4px; padding:28px; background:#1B2E4B; border-radius:19px; color:#fff; font-size:27px; font-weight:700;}

/* ===================== 03.모임.장소(등록완료) ===================== */
.mdn-wrap {display:flex; flex-direction:column; min-height:100%; background:var(--snow);}
.mdn-body {flex:1; display:flex; flex-direction:column; align-items:center; padding:77px 46px 46px;}
.mdn-circle {display:flex; align-items:center; justify-content:center; width:192px; height:192px; margin-bottom:46px; border:5.76px solid #A7F3D0; border-radius:50%; background:var(--mint);}
.mdn-circle img {width:92px; height:92px;}
.mdn-title {font-size:42px; font-weight:700; color:var(--ink); text-align:center; margin-bottom:15px;}
.mdn-sub {font-size:25px; color:#6B7280; text-align:center; line-height:40px; margin-bottom:46px;}
.mdn-card {width:100%; padding:29px 33px; background:var(--snow); border:1.92px solid var(--line); border-radius:19px; margin-bottom:46px;}
.mdn-card-h {display:flex; align-items:center; gap:9.6px; margin-bottom:23px;}
.mdn-card-h img {width:25px; height:25px;}
.mdn-card-h b {font-size:23px; font-weight:700; color:#6B7280;}
.mdn-proc {display:flex; align-items:center; gap:15px; padding:8px 0; font-size:23px; color:#6B7280;}
.mdn-proc img {flex:0 0 auto; width:25px; height:25px;}
.mdn-proc.avg span {font-size:23px; font-weight:600; color:var(--teal);}
.mdn-btns {display:flex; flex-direction:column; gap:15px; width:100%; margin-bottom:31px;}
.mdn-btns .mdn-btn {display:flex; align-items:center; justify-content:center; border-radius:19px; text-align:center;}
.mdn-btns .mdn-btn.primary {padding:27px; background:#1B2E4B; color:#fff; font-size:27px; font-weight:700;}
.mdn-btns .mdn-btn:not(.primary) {padding:25px; background:var(--card); border:1.92px solid var(--line); color:#6B7280; font-size:25px; font-weight:600;}
.mdn-notice {display:flex; align-items:center; gap:13px; width:100%; padding:21px 27px; background:var(--cream); border:1.92px solid #FED7AA; border-radius:15px;}
.mdn-notice img {flex:0 0 auto; width:25px; height:25px;}
.mdn-notice p {font-size:21px; color:#92400E; line-height:32px;}

/* a:link 덮어쓰기 — 링크형 버튼 */
.md-wrap a.md-cbtn {color:var(--teal);}
.md-wrap a.md-mapopen, .md-wrap a.md-bar-call {color:#fff;}
.mw-wrap a.mw-submit {color:#fff;}
.mdn-btns a.mdn-btn.primary {color:#fff;}
.mdn-btns a.mdn-btn:not(.primary) {color:#6B7280;}

/* 필터 드롭다운 클립 방지 */
.mp-filters:has(.mp-dd.open){overflow:visible;}
