o2o-site-AEO/solution/site/scripts/mockup/build4/assets/css/meomoom.css
Mina Choi 872d00f3c4 [feat] solution: 미니 블로그·이용후기·예약요청 추가, /s/stay 목업·발행 사이트 UI 다수 수정
인앱 미니 블로그(AI 자동 포스트, 이메일 승인)·이용후기(즉시 게시)·예약 요청(메일 발송)을
새로 붙였고, 병행해서 /s/stay 목업과 발행 사이트 공통 렌더러(UnitsSection·FestivalSection·
LocalGuideSection·WeatherSection 등)의 UI 버그를 다수 고쳤다. 범위가 넓지만 한 주 분량
작업을 한 커밋으로 묶어 달라는 요청에 따라 하나로 묶는다.

- solution/backend: post/review/booking_request 라우터·서비스·CRUD 추가, 스케줄러에
  블로그 초안 생성(새벽 4:10)·발송(아침 9:00) cron 등록, 마이그레이션 4건 추가
- solution/frontend, admin/frontend: 생성된 API 클라이언트 갱신, 리뷰 모더레이션·
  블로그 글 관리 페이지 추가
- solution/site/src: 객실 상세+실시간예약(날짜선택·연락처 폼)을 모달로 통합, 축제·
  주변안내 카드 클릭 시 모달 전환, 후기 목록 카드 UI, 공용 Modal 컴포넌트 신설,
  날씨 문구 동기화 버그 수정(하늘줄·기온줄 한 타이머로), 시설·편의 가능/불가 아이콘
  색상 하이라이트, 헤더 메뉴 순서를 실제 섹션 순서에 맞춤, 하단 탭바 아이콘 정렬 버그
  (line-height) 수정, 추천일정 점선 연결+데스크톱 자동펼침/모바일 축소, 채널 라벨에
  크롤링 원문("NOL")이 새던 것을 bookingLabel() 로 교체
- solution/site/scripts/mockup: /s/stay 패치 스크립트·주입 CSS·JS 다수 수정, stay4~6
  빌드 스크립트 추가(다른 세션 작업)

테스트: solution/site `npx tsc --noEmit` 통과, `npx vitest run` 93 passed,
solution/backend `pytest tests/test_booking_request.py` 6 passed(로컬 DB 대상).
예약 요청 메일은 실제 발송까지 확인(place 66894a1b 소유자 이메일 누락을 DB에서 보정).
2026-09-18 09:03:18 +09:00

455 lines
23 KiB
CSS

:root {
--ink: #15181a; --ink-2: #4a5157; --muted: #767d84;
--accent: #1f4a3f; --accent-hi: #2b6555;
--paper: #ffffff; --ivory: #f7f5f1; --night: #14181a; --line: rgba(20,24,26,.1);
}
body, input, select, textarea, button {
font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
"Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
font-size: 16px; line-height: 1.7; word-break: keep-all; color: var(--ink);
letter-spacing: -0.005em;
}
body { background: var(--paper); padding-bottom: 78px; }
h1, h2, h3, h4 { font-weight: 700; letter-spacing: -0.025em; text-wrap: balance; }
.serif { font-family: "Gowun Batang", serif; font-weight: 700; letter-spacing: -0.015em; }
a { color: var(--accent); }
img { max-width: 100%; }
.kicker {
font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
color: var(--muted); font-weight: 700; margin: 0 0 .6rem;
}
.sectionlead { color: var(--ink-2); max-width: 33rem; margin: .5rem auto 0; font-size: 15.5px; }
.note { color: var(--muted); font-size: 14.5px; max-width: 34rem; margin: 1rem auto 0; }
.tiny { font-size: 12.5px; line-height: 1.85; opacity: .72; }
#topbar {
position: fixed; top: 0; left: 0; right: 0; height: 52px; z-index: 40;
display: flex; align-items: center; justify-content: space-between; padding: 0 14px;
background: rgba(255,255,255,.9); backdrop-filter: saturate(1.4) blur(14px);
border-bottom: 1px solid var(--line);
}
#topbar .brand {
display: flex; align-items: center; min-height: 44px; padding-right: 8px;
font-weight: 700; font-size: 15.5px; text-decoration: none; color: var(--ink); letter-spacing: -.02em;
}
#topbar nav { display: flex; }
#topbar nav a {
display: flex; align-items: center; min-height: 44px; padding: 0 9px;
min-width: 44px; justify-content: center;
font-size: 14px; font-weight: 600; text-decoration: none; color: var(--ink-2);
}
#topbar nav a.on { color: var(--accent); }
#wrapper { padding-top: 52px; }
#bookbar {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
display: flex; align-items: center; gap: 12px; padding: 9px 14px;
padding-bottom: calc(9px + env(safe-area-inset-bottom, 0px));
background: rgba(255,255,255,.95); backdrop-filter: saturate(1.4) blur(14px);
border-top: 1px solid var(--line);
}
#bookbar .price { display: flex; flex-direction: column; line-height: 1.2; }
#bookbar .price b { font-size: 19px; font-weight: 700; letter-spacing: -.02em; }
#bookbar .price small { font-size: 11.5px; color: var(--muted); }
#bookbar .button.primary { margin-left: auto; min-width: 8.5rem; }
.button, .button.large, input[type="submit"], button.button {
letter-spacing: 0; font-weight: 600; min-height: 48px; line-height: 48px;
border-radius: 999px; font-size: 15px;
}
.button.large { min-height: 52px; line-height: 52px; font-size: 16px; }
input[type="submit"].primary, button.primary, .button.primary { background-color: var(--accent); }
.button.primary:hover, button.primary:hover { background-color: var(--accent-hi); }
#wrapper > .invert input[type="submit"].primary, #wrapper > .invert button.primary, #wrapper > .invert .button.primary {
background-color: var(--accent); color: #fff !important;
}
#wrapper > .invert input[type="submit"].primary:hover, #wrapper > .invert button.primary:hover, #wrapper > .invert .button.primary:hover {
background-color: var(--accent-hi);
}
.button.ghost {
background: rgba(255,255,255,.12); color: #fff !important;
box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
}
.button.ghost:hover { background: rgba(255,255,255,.22); }
.cover { position: relative; overflow: hidden; display: block; }
.cover .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cover .veil {
position: absolute; inset: 0;
background: linear-gradient(to top, rgba(10,13,12,.88) 0%, rgba(10,13,12,.6) 30%,
rgba(10,13,12,.2) 58%, rgba(10,13,12,.02) 84%);
}
.cover .inner {
position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end;
padding: 2rem 1.4rem 3.2rem; color: #fff; text-align: left;
}
.cover.tall .inner { min-height: 88svh; }
.cover.mid .inner { min-height: 58svh; }
.cover .inner .kicker { color: rgba(255,255,255,.82); }
.cover h1 { font-size: 2.55rem; line-height: 1.18; margin: 0 0 .5rem; color: #fff; }
.cover h2 { font-size: 1.95rem; line-height: 1.25; margin: 0 0 .7rem; color: #fff; }
.cover p { color: rgba(255,255,255,.93); font-size: 16px; max-width: 26rem; margin: 0 0 .4rem; }
.cover .lead { font-size: 17px; }
.cover .actions { margin-top: 1.4rem; }
.cover.chapter .inner { padding-bottom: 2.6rem; }
.cover.chapter p { font-size: 15.5px; line-height: 1.85; }
.scrollhint {
position: absolute; left: 50%; bottom: 14px; z-index: 3; width: 1px; height: 30px;
background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.85));
}
#wrapper > .wrapper { background: var(--paper); }
#wrapper > .wrapper.ivory { background: var(--ivory); }
#wrapper > .wrapper.invert, #wrapper > footer.invert { background: var(--night); color: #fff; }
.invert h2, .invert h3, .invert h4, .invert p, .invert b { color: #fff; }
.invert .kicker, .invert .sectionlead, .invert .note { color: rgba(255,255,255,.72); }
.wrapper > .inner { padding: 3.4rem 1.4rem; max-width: 62rem; }
.wrapper.pad-s > .inner { padding: 1.6rem 1.4rem; }
.wrapper h2 { font-size: 1.65rem; margin: 0; }
.wideshot {
width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 14px; margin: 1.6rem auto 0;
max-height: 460px; display: block;
}
.units { display: grid; gap: 18px; margin: 2rem 0 .5rem; text-align: left; }
.unit { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--paper); }
.unit .shot { display: block; aspect-ratio: 4/3; }
.unit .shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.unit .body { padding: 18px 18px 20px; }
.unit h3 { font-size: 20px; margin: 0 0 2px; }
.unit .sub { font-size: 13.5px; color: var(--muted); margin: 0 0 12px; line-height: 1.5; }
.unit .price { margin: 14px 0 12px; font-size: 14.5px; color: var(--ink-2); }
.unit .price b { font-size: 20px; color: var(--ink); letter-spacing: -.02em; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.chips li {
padding: 5px 11px; border-radius: 999px; background: rgba(20,24,26,.055);
font-size: 13px; font-weight: 500; line-height: 1.45; color: var(--ink-2);
}
.chips.wide { justify-content: center; margin-top: 1.2rem; }
.invert .chips li, .ivory .chips li { background: rgba(20,24,26,.07); }
.invert .chips li { background: rgba(255,255,255,.13); color: rgba(255,255,255,.9); }
.tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 12px; margin: 2rem 0 0; text-align: left; }
.tile { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.tile .shot { position: relative; display: block; border-radius: 12px; overflow: hidden; }
.tile .shot img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.tile .shot.blank { background: rgba(20,24,26,.07); }
.tile .shot.blank b { display: none; }
.tile .noshot {
display: grid; place-items: center; width: 100%; aspect-ratio: 4/3; padding: 0 12px;
text-align: center; font-size: 19px; line-height: 1.35; color: var(--ink-2);
}
.tile .shot.blank::after { background: linear-gradient(to top, rgba(8,10,10,.55) 0%, rgba(8,10,10,0) 52%); }
.tile .shot::after {
content: ""; position: absolute; inset: 0;
background: linear-gradient(to top, rgba(8,10,10,.82) 0%, rgba(8,10,10,.25) 46%, rgba(8,10,10,0) 74%);
}
.tile .shot b {
position: absolute; left: 10px; right: 10px; bottom: 9px; z-index: 2;
color: #fff; font-size: 14.5px; font-weight: 700; line-height: 1.35; letter-spacing: -.02em;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.tile .shot i {
position: absolute; top: 9px; left: 9px; z-index: 2; font-style: normal;
background: rgba(255,255,255,.92); color: var(--ink); border-radius: 999px;
padding: 3px 9px; font-size: 11.5px; font-weight: 700;
}
.tile .meta { font-size: 12.5px; color: var(--muted); margin: 8px 0 0; font-variant-numeric: tabular-nums; }
.tile .desc {
font-size: 13px; line-height: 1.6; color: var(--ink-2); margin-top: 3px;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.invert .tile .meta, .invert .tile .desc { color: rgba(255,255,255,.7); }
.vids { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 1.8rem; }
.vid { position: relative; display: block; border-radius: 12px; overflow: hidden; text-decoration: none; }
.vid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.vid::after { content: ""; position: absolute; inset: 0; background: rgba(8,10,10,.3); }
.vid b {
position: absolute; left: 10px; right: 10px; bottom: 9px; z-index: 2;
color: #fff; font-size: 13.5px; font-weight: 600; text-align: left;
}
.vid .play {
position: absolute; top: 50%; left: 50%; z-index: 2; width: 46px; height: 46px;
margin: -23px 0 0 -23px; border-radius: 999px; background: rgba(255,255,255,.92);
}
.vid .play::before {
content: ""; position: absolute; top: 50%; left: 52%; transform: translate(-50%, -50%);
border-left: 13px solid var(--ink); border-top: 8px solid transparent; border-bottom: 8px solid transparent;
}
.weather { margin: 0; font-size: 15px; color: var(--ink-2); max-width: 38rem; margin-inline: auto; }
.weather .tag {
display: inline-block; margin-right: 8px; padding: 3px 10px; border-radius: 999px;
background: rgba(31,74,63,.1); color: var(--accent); font-size: 12.5px; font-weight: 700;
}
.mapframe { width: 100%; height: 290px; border: 0; border-radius: 14px; margin: 1.5rem 0 0; }
.addr { font-size: 15px; color: var(--ink-2); }
.addr.big { font-size: 18px; font-weight: 600; color: var(--ink); margin: 1.2rem 0 0; }
.specs {
display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 20px;
max-width: 40rem; margin: 1.8rem auto 0; text-align: left;
}
.specs > div { padding: 10px 0; border-bottom: 1px solid var(--line); }
.invert .specs > div { border-bottom-color: rgba(255,255,255,.16); }
.specs dt { font-size: 12.5px; color: var(--muted); font-weight: 600; }
.specs dd { margin: 1px 0 0; font-size: 15px; font-weight: 500; }
.cancel { text-align: left; max-width: 40rem; margin-inline: auto; }
.faq { text-align: left; max-width: 44rem; margin: 1.6rem auto 0; }
.faq details { border-bottom: 1px solid var(--line); }
.invert .faq details { border-bottom-color: rgba(255,255,255,.16); }
.faq summary {
cursor: pointer; list-style: none; position: relative; padding: 15px 30px 15px 0;
font-size: 15.5px; font-weight: 600; min-height: 44px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
content: ""; position: absolute; right: 6px; top: 50%; width: 9px; height: 9px;
margin-top: -6px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor;
transform: rotate(45deg); opacity: .5;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq details p { margin: 0; padding: 0 0 16px; font-size: 15px; color: var(--ink-2); }
.invert .faq details p { color: rgba(255,255,255,.8); }
.plans summary span { display: block; font-size: 13px; font-weight: 400; color: var(--muted); margin-top: 2px; }
.invert .plans summary span { color: rgba(255,255,255,.65); }
.plans .why { padding-bottom: 10px !important; }
.plans .day { padding: 2px 0 14px; }
.plans .day h4 { font-size: 13.5px; margin: 0 0 6px; display: flex; gap: 8px; align-items: baseline; }
.plans .day h4 small { font-weight: 400; color: var(--muted); font-size: 12.5px; }
.invert .plans .day h4 small { color: rgba(255,255,255,.6); }
.plans .day ol { margin: 0; padding-left: 1.15rem; }
.plans .day li { padding: 4px 0; font-size: 14.5px; }
.plans .day li span { display: block; font-size: 13.5px; opacity: .76; line-height: 1.6; }
.reads { display: block; text-align: left; max-width: 36rem; margin: 2rem auto 0; }
.read { padding: 26px 0; border-top: 1px solid var(--line); position: relative; }
.read:first-child { border-top: 0; padding-top: 6px; }
.read .no {
display: block; font-family: "Gowun Batang", serif; font-size: 13px; font-weight: 700;
color: var(--accent); letter-spacing: .12em; margin-bottom: 8px;
}
.read h4 { font-size: 20px; margin: 0; line-height: 1.4; }
.read .yr {
margin: 4px 0 0; font-size: 12.5px; color: var(--muted);
font-variant-numeric: tabular-nums; letter-spacing: .04em;
}
.read .txt {
font-family: "Gowun Batang", serif; font-size: 16px; line-height: 1.95;
color: var(--ink); margin: 14px 0 0; text-indent: 0;
}
.read a {
display: inline-flex; align-items: center; min-height: 44px; font-size: 12.5px;
font-weight: 600; color: var(--muted); text-decoration: none;
border-bottom: 1px solid var(--line); margin-top: 6px;
}
.read a:hover { color: var(--accent); border-bottom-color: var(--accent); }
.songs { list-style: none; margin: 1.6rem auto 0; padding: 0; text-align: left; max-width: 44rem; }
.songs li { border-top: 1px solid var(--line); }
.songs li:last-child { border-bottom: 1px solid var(--line); }
.songs a { display: block; padding: 13px 0; text-decoration: none; color: inherit; min-height: 44px; }
.songs b { font-size: 15.5px; font-weight: 600; }
.songs span { font-size: 13px; color: var(--muted); margin-left: 8px; }
.songs em { display: block; font-style: normal; font-size: 13.5px; color: var(--ink-2); margin-top: 2px; line-height: 1.6; }
.reviews { list-style: none; margin: 1.6rem auto 0; padding: 0; text-align: left; max-width: 44rem; }
.reviews li { padding: 15px 0; border-bottom: 1px solid var(--line); }
.reviews .who { margin: 0 0 5px; display: flex; gap: 9px; align-items: baseline; }
.reviews .who b { font-size: 14.5px; }
.reviews .who time { font-size: 12.5px; color: var(--muted); }
.reviews .body { margin: 0; font-size: 15px; color: var(--ink-2); white-space: pre-line; }
.reviews .empty { color: var(--muted); font-size: 15px; border: 0; text-align: center; padding: 2rem 0; }
#reviewsheet { position: fixed; inset: 0; z-index: 60; }
#reviewsheet[hidden] { display: none; }
#reviewsheet .scrim { position: absolute; inset: 0; background: rgba(8,10,10,.55); border: 0; }
#reviewsheet .sheet {
position: absolute; left: 0; right: 0; bottom: 0; max-height: 88svh; overflow: auto;
background: var(--paper); border-radius: 18px 18px 0 0; padding: 18px 18px 26px;
padding-bottom: calc(26px + env(safe-area-inset-bottom, 0px)); text-align: left;
}
#reviewsheet .sheethead { display: flex; align-items: center; justify-content: space-between; }
#reviewsheet h3 { margin: 0; font-size: 18px; }
#reviewsheet .x {
background: none; border: 0; font-size: 26px; line-height: 1; color: var(--muted);
min-width: 44px; min-height: 44px; cursor: pointer;
}
#reviewsheet label { display: block; margin: 14px 0 6px; font-size: 13.5px; font-weight: 600; }
#reviewsheet label em { font-style: normal; color: var(--muted); font-weight: 400; }
#reviewsheet textarea, #reviewsheet input[type="text"], #reviewsheet input:not([type]) {
width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px;
font-size: 16px; background: var(--paper); box-shadow: none;
}
#reviewsheet .hint { font-size: 12.5px; color: var(--muted); margin: 6px 0 0; }
#reviewsheet .check { display: flex; gap: 9px; align-items: flex-start; margin-top: 16px; font-weight: 400; font-size: 14px; }
#reviewsheet .check input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; }
#reviewsheet .pot { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
#reviewsheet .button { margin-top: 18px; }
.nextnav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.nextcard { position: relative; display: block; border-radius: 14px; overflow: hidden; text-decoration: none; }
.nextcard img { width: 100%; aspect-ratio: 3/2; object-fit: cover; display: block; }
.nextcard::after { content: ""; position: absolute; inset: 0; background: rgba(8,10,10,.48); }
.nextcard span {
position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column;
align-items: center; justify-content: center; color: #fff; gap: 2px;
}
.nextcard small { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; opacity: .8; }
.nextcard b { font-size: 15.5px; font-weight: 700; }
.more { margin-top: 1.4rem; }
.more > summary {
cursor: pointer; list-style: none; display: inline-flex; align-items: center; justify-content: center;
min-height: 48px; padding: 0 1.6rem; border-radius: 999px; font-size: 14.5px; font-weight: 600;
box-shadow: inset 0 0 0 1px var(--line); color: var(--ink-2);
}
.invert .more > summary { box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); color: #fff; }
.more > summary::-webkit-details-marker { display: none; }
#footer .inner { padding: 3rem 1.4rem 3.2rem; }
#footer h2 { font-size: 21px; }
#footer .addr a { color: rgba(255,255,255,.9); display: inline-flex; align-items: center; min-height: 44px; }
#footer .actions { margin-top: 1.4rem; }
#footer .tiny a { color: rgba(255,255,255,.8); }
.gallery.style2 article .caption { display: none; }
@media (min-width: 737px) {
#topbar { height: 60px; padding: 0 28px; }
#topbar nav a { padding: 0 14px; font-size: 15px; }
#wrapper { padding-top: 60px; }
.cover .inner { padding: 4rem 4rem 4.4rem; }
.cover.tall .inner { min-height: 84svh; }
.cover h1 { font-size: 4rem; }
.cover h2 { font-size: 2.6rem; }
.cover p, .cover .lead { max-width: 32rem; font-size: 18px; }
.wrapper > .inner { padding: 5rem 2rem; }
.wrapper h2 { font-size: 2.1rem; }
.units { grid-template-columns: repeat(2, 1fr); }
.tiles { grid-template-columns: repeat(4, 1fr); gap: 20px 16px; }
.vids { grid-template-columns: repeat(3, 1fr); }
.specs { grid-template-columns: repeat(3, 1fr); }
.mapframe { height: 380px; }
.wideshot { max-height: 520px; width: auto; max-width: 100%; }
#reviewsheet .sheet {
left: 50%; bottom: 50%; transform: translate(-50%, 50%); width: 30rem;
border-radius: 16px; max-height: 84svh;
}
}
.pc { display: grid; gap: 18px; margin-top: 2rem; }
#pcCanvas {
width: 100%; max-width: 340px; height: auto; margin: 0 auto; display: block;
border-radius: 12px; box-shadow: 0 2px 20px rgba(20,24,26,.14);
}
.pcside { text-align: left; max-width: 340px; margin: 0 auto; width: 100%; }
.picks { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; -webkit-overflow-scrolling: touch; }
.picks button {
flex: 0 0 auto; width: 56px; height: 56px; padding: 0; border: 0; border-radius: 10px;
overflow: hidden; background: none; cursor: pointer; box-shadow: 0 0 0 1px var(--line);
min-height: 56px; line-height: 0;
}
.picks button.on { box-shadow: 0 0 0 2px var(--accent); }
.picks img { width: 100%; height: 100%; object-fit: cover; display: block; }
#pcText {
width: 100%; margin-top: 14px; border: 1px solid var(--line); border-radius: 10px;
padding: 12px; font-size: 16px; font-family: "Gowun Batang", serif; line-height: 1.8;
background: var(--paper); box-shadow: none; resize: vertical;
}
.pc .hint { font-size: 12.5px; color: var(--muted); margin: 6px 0 0; font-variant-numeric: tabular-nums; }
.pc .actions { margin-top: 14px; }
@media (min-width: 737px) {
.pc { grid-template-columns: 340px 1fr; align-items: start; gap: 28px; }
.pcside { margin: 0; max-width: 24rem; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }
.prose { max-width: 34rem; margin: 0 auto; font-size: 16px; line-height: 1.85; color: var(--ink-2); text-align: left; }
.prose + .wideshot { margin-top: 1.8rem; }
.wideshot + .prose { margin-top: 1.8rem; }
.lps { display: grid; gap: 14px; margin-top: 1.8rem; text-align: left; }
.lp {
display: grid; grid-template-columns: 82px 1fr; gap: 16px; align-items: center;
padding: 14px; border-radius: 14px; background: rgba(255,255,255,.055); text-decoration: none;
}
.lp .disc {
position: relative; width: 82px; height: 82px; border-radius: 999px;
background:
repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,.055) 0 1px, rgba(0,0,0,0) 1px 4px),
radial-gradient(circle at 34% 30%, #3b4145 0%, #16191b 62%);
box-shadow: 0 2px 10px rgba(0,0,0,.45);
}
.lp .disc i {
position: absolute; top: 50%; left: 50%; width: 32px; height: 32px; margin: -16px 0 0 -16px;
border-radius: 999px; background: var(--label);
}
.lp .disc i::after {
content: ""; position: absolute; top: 50%; left: 50%; width: 7px; height: 7px;
margin: -3.5px 0 0 -3.5px; border-radius: 999px; background: #14181a;
}
.lp .txt { display: block; min-width: 0; }
.lp small { display: block; font-size: 11.5px; letter-spacing: .1em; color: rgba(255,255,255,.55);
font-variant-numeric: tabular-nums; }
.lp b { display: block; font-size: 16.5px; font-weight: 700; color: #fff; margin-top: 3px; letter-spacing: -.02em; }
.lp .by { display: block; font-size: 13px; color: rgba(255,255,255,.66); margin-top: 1px; }
.lp em {
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
font-style: normal; font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.78); margin-top: 6px;
}
.people { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 14px; margin-top: 1.8rem; text-align: left; }
.person { display: flex; flex-direction: column; }
.person .face {
display: block; width: 74px; height: 74px; border-radius: 999px; overflow: hidden;
background: rgba(20,24,26,.07); margin-bottom: 10px;
}
.person .face img { width: 100%; height: 100%; object-fit: cover; display: block; }
.person h4 { margin: 0; font-size: 16px; }
.person .role { margin: 1px 0 0; font-size: 12.5px; color: var(--muted); font-variant-numeric: tabular-nums; }
.person .one { margin: 6px 0 0; font-size: 13.5px; line-height: 1.65; color: var(--ink-2); }
.person a { font-size: 12.5px; font-weight: 600; display: inline-flex; align-items: center; min-height: 44px; }
.chron { list-style: none; margin: 1.8rem auto 0; padding: 0; max-width: 44rem; text-align: left; }
.chron li {
display: grid; grid-template-columns: 4.2rem 1fr; gap: 0 14px;
padding: 18px 0; border-top: 1px solid var(--line);
}
.chron li:last-child { border-bottom: 1px solid var(--line); }
.chron .yr {
font-family: "Gowun Batang", serif; font-weight: 700; font-size: 19px;
color: var(--accent); font-variant-numeric: tabular-nums; letter-spacing: -.02em; padding-top: 1px;
}
.chron li.turn .yr::after {
content: ""; display: block; width: 18px; height: 2px; background: var(--accent); margin-top: 7px;
}
.chron .what h4 { margin: 0; font-size: 16.5px; }
.chron .what p { margin: 5px 0 0; font-size: 14.5px; line-height: 1.7; color: var(--ink-2); }
.chron .where {
display: inline-block; margin-top: 8px; font-size: 12px; color: var(--muted);
border: 1px solid var(--line); border-radius: 999px; padding: 3px 9px;
}
.chron .pic { grid-column: 2; display: block; margin-top: 12px; }
.chron .pic img { width: 100%; aspect-ratio: 21/9; max-height: 132px; object-fit: cover; border-radius: 10px; display: block; }
.read h4 { font-size: 17px; margin: 0 0 6px; }
@media (min-width: 737px) {
.lps { grid-template-columns: repeat(2, 1fr); gap: 16px; }
.people { grid-template-columns: repeat(4, 1fr); gap: 28px 20px; }
.chron li { grid-template-columns: 5rem 1fr 190px; }
.chron .pic { grid-column: 3; grid-row: 1; margin-top: 0; }
.chron .pic img { aspect-ratio: 4/3; max-height: none; }
}