patch_stay.py·inject.js/css·audit-all.mjs 갱신, 벤더 번들 교체(index-D9cPXCE3 → index-D4jgGFP4 등), stay3 백업 스냅샷과 stay2/stay3 빌드 스크립트(build_stay2.py· build_stay3.py) 및 원본 템플릿(tpl-story·tpl-creative) 추가. 옛 번들은 vendor/retired/ 에 보관. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
196 lines
10 KiB
CSS
196 lines
10 KiB
CSS
|
|
:root { --ink: #16181a; --accent: #1f4a3f; --muted: #6a7178; }
|
|
|
|
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);
|
|
}
|
|
h1, h2, h3, h4 { font-weight: 700; letter-spacing: -0.02em; text-wrap: balance; }
|
|
.serif { font-family: "Gowun Batang", serif; font-weight: 700; letter-spacing: -0.01em; }
|
|
p { font-size: 16px; }
|
|
.kicker { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; opacity: .8; margin-bottom: .4rem; }
|
|
#footer .inner { padding-top: 3rem; padding-bottom: 3rem; }
|
|
#footer h2 { font-size: 20px; }
|
|
.tiny { font-size: 12.5px; color: var(--muted); line-height: 1.8; }
|
|
.lead { max-width: 40rem; margin-left: auto; margin-right: auto; }
|
|
|
|
input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary,
|
|
button.primary, .button.primary { background-color: var(--accent); }
|
|
input[type="submit"].primary:hover, button.primary:hover, .button.primary:hover { background-color: #2a6455; }
|
|
a { color: var(--accent); }
|
|
|
|
#topbar {
|
|
position: fixed; top: 0; left: 0; right: 0; height: 48px; z-index: 30;
|
|
display: flex; align-items: center; justify-content: space-between;
|
|
padding: 0 16px; background: rgba(255,255,255,.88); backdrop-filter: blur(12px);
|
|
border-bottom: 1px solid rgba(0,0,0,.07);
|
|
}
|
|
#topbar .brand { font-weight: 700; font-size: 15px; text-decoration: none; color: var(--ink); letter-spacing: -.01em; }
|
|
#topbar nav { display: flex; gap: 4px; }
|
|
#topbar nav a {
|
|
display: flex; align-items: center; min-height: 44px; padding: 0 10px;
|
|
font-size: 14px; font-weight: 600; text-decoration: none; color: var(--ink);
|
|
}
|
|
#wrapper { padding-top: 48px; }
|
|
|
|
#bookbar {
|
|
position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
|
|
display: flex; align-items: center; gap: 12px;
|
|
padding: 10px 16px; padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
|
|
background: rgba(255,255,255,.94); backdrop-filter: blur(12px);
|
|
border-top: 1px solid rgba(0,0,0,.09);
|
|
}
|
|
#bookbar .price { display: flex; flex-direction: column; line-height: 1.25; }
|
|
#bookbar .price b { font-size: 18px; font-weight: 700; }
|
|
#bookbar .price small { font-size: 12px; color: var(--muted); }
|
|
#bookbar .button.primary { margin-left: auto; min-width: 9.5rem; min-height: 48px; line-height: 48px; }
|
|
body { padding-bottom: 76px; }
|
|
|
|
.banner.style1 .content > .kicker, .banner.style1 .content > .major { color: inherit; }
|
|
.banner.style1 h1 { font-size: 2.6rem; line-height: 1.2; }
|
|
.banner.style1 .content { padding: 3rem 1.5rem; }
|
|
|
|
.units { display: grid; gap: 20px; margin: 2rem 0 1rem; text-align: left; }
|
|
.unit { border: 1px solid rgba(0,0,0,.1); border-radius: 12px; overflow: hidden; background: #fff; }
|
|
.unit .image { display: block; aspect-ratio: 4/3; }
|
|
.unit .image img { width: 100%; height: 100%; object-fit: cover; }
|
|
.unit .body { padding: 18px; }
|
|
.unit h3 { font-size: 20px; margin: 0 0 2px; }
|
|
.unit .sub { font-size: 14px; color: var(--muted); margin: 0 0 12px; }
|
|
.unit .price { margin: 12px 0; font-size: 15px; }
|
|
.unit .price b { font-size: 19px; }
|
|
|
|
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
|
|
.chips li {
|
|
padding: 5px 10px; border-radius: 999px; background: rgba(0,0,0,.05);
|
|
font-size: 13px; font-weight: 500; line-height: 1.4;
|
|
}
|
|
.chips.wide { justify-content: center; margin-top: 1rem; }
|
|
.invert .chips li { background: rgba(255,255,255,.14); }
|
|
|
|
.tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 1.75rem 0 1rem; text-align: left; }
|
|
.tiles.wide { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
|
|
.tile { display: block; border-radius: 12px; overflow: hidden; text-decoration: none; background: rgba(0,0,0,.04); color: inherit; }
|
|
.invert .tile { background: rgba(255,255,255,.08); }
|
|
.tile img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
|
|
.tile span { display: block; padding: 10px 12px 13px; }
|
|
.tile b { display: block; font-size: 14.5px; font-weight: 600; line-height: 1.4; }
|
|
.tile small { display: block; font-size: 12.5px; color: var(--muted); margin-top: 1px; }
|
|
.invert .tile small { color: rgba(255,255,255,.7); }
|
|
.tile em { display: block; font-style: normal; font-size: 12.5px; line-height: 1.55; margin-top: 5px; opacity: .8; }
|
|
|
|
.mapframe { width: 100%; height: 300px; border: 0; border-radius: 12px; margin: 1.5rem 0 1rem; }
|
|
.address { font-size: 18px; font-weight: 600; }
|
|
|
|
.index.align-left { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 20px; max-width: 44rem; margin-inline: auto; }
|
|
.index.align-left section { padding: 9px 0; border-bottom: 1px solid rgba(0,0,0,.07); }
|
|
.invert .index.align-left section { border-bottom-color: rgba(255,255,255,.16); }
|
|
.index.align-left header { margin: 0; padding: 0; }
|
|
.index.align-left h3 { font-size: 12.5px; color: var(--muted); font-weight: 600; margin: 0; }
|
|
.invert .index.align-left h3 { color: rgba(255,255,255,.7); }
|
|
.index.align-left .content { padding: 0; }
|
|
.index.align-left .content p { font-size: 15px; margin: 0; line-height: 1.5; }
|
|
|
|
.faqhead { margin-top: 2.5rem; font-size: 18px; }
|
|
.faq { text-align: left; max-width: 44rem; margin: 0 auto; }
|
|
.faq details { border-bottom: 1px solid rgba(0,0,0,.1); }
|
|
.invert .faq details { border-bottom-color: rgba(255,255,255,.18); }
|
|
.faq summary {
|
|
cursor: pointer; list-style: none; padding: 15px 28px 15px 0; position: relative;
|
|
font-size: 15.5px; font-weight: 600; min-height: 44px;
|
|
}
|
|
.faq summary::-webkit-details-marker { display: none; }
|
|
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 13px; font-size: 20px; font-weight: 400; opacity: .55; }
|
|
.faq details[open] summary::after { content: "\2212"; }
|
|
.faq details p { padding: 0 0 15px; margin: 0; font-size: 15px; }
|
|
.faq .plans summary span { display: block; font-size: 13px; font-weight: 400; color: var(--muted); }
|
|
.invert .faq .plans summary span { color: rgba(255,255,255,.7); }
|
|
.plans .why { font-size: 15px; padding-bottom: 8px; }
|
|
.plans .day { padding: 4px 0 14px; }
|
|
.plans .day h4 { font-size: 14px; margin: 0 0 6px; }
|
|
.plans .day h4 small { font-weight: 400; color: var(--muted); }
|
|
.plans .day ol { margin: 0; padding-left: 1.2rem; }
|
|
.plans .day li { padding: 4px 0; font-size: 14.5px; }
|
|
.plans .day li b { font-weight: 600; }
|
|
.plans .day li span { display: block; font-size: 13.5px; opacity: .78; line-height: 1.6; }
|
|
|
|
.reads { display: grid; gap: 18px; text-align: left; max-width: 44rem; margin: 1.5rem auto 0; }
|
|
.read { border-left: 2px solid var(--accent); padding-left: 16px; }
|
|
.read h3 { font-size: 17px; margin: 0 0 6px; }
|
|
.read p { font-size: 15px; margin: 0 0 8px; }
|
|
.read a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13.5px; font-weight: 600; }
|
|
|
|
.songs { list-style: none; margin: 1.5rem 0 0; padding: 0; text-align: left; max-width: 44rem; margin-inline: auto; }
|
|
.songs li { border-top: 1px solid rgba(255,255,255,.16); }
|
|
.songs li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
|
|
.songs a { display: block; padding: 14px 0; text-decoration: none; color: inherit; min-height: 44px; }
|
|
.songs b { font-size: 16px; font-weight: 600; }
|
|
.songs span { font-size: 13.5px; opacity: .72; margin-left: 8px; }
|
|
.songs em { display: block; font-style: normal; font-size: 13.5px; opacity: .78; margin-top: 3px; line-height: 1.6; }
|
|
|
|
.hero-shot { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 12px; margin: 1.25rem 0; }
|
|
.table-wrapper table.alt th { width: 8rem; font-size: 14px; color: var(--muted); }
|
|
.table-wrapper table.alt td { font-size: 15px; }
|
|
|
|
.banner.style1.cover { position: relative; display: block; padding: 0; }
|
|
.banner.style1.cover .image {
|
|
position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; max-width: none;
|
|
}
|
|
.banner.style1.cover .image img { width: 100%; height: 100%; object-fit: cover; }
|
|
.banner.style1.cover .content {
|
|
position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end;
|
|
min-height: 88svh; padding: 2rem 1.5rem 3rem; text-align: left; max-width: none;
|
|
background: linear-gradient(to top, rgba(12,14,13,.86) 0%, rgba(12,14,13,.62) 32%, rgba(12,14,13,.22) 58%, rgba(12,14,13,0) 82%);
|
|
}
|
|
.banner.style1.cover.compact .content { min-height: 56svh; }
|
|
.banner.style1.cover .content,
|
|
.banner.style1.cover .content h1,
|
|
.banner.style1.cover .content p { color: #fff; }
|
|
.banner.style1.cover .content .kicker { opacity: .92; }
|
|
.banner.style1.cover .content .major { font-size: 17px; max-width: 26rem; }
|
|
.banner.style1.cover .actions { margin-top: 1.25rem; }
|
|
|
|
.button, .button.large, input[type="submit"], button {
|
|
letter-spacing: 0; font-weight: 600; min-height: 48px; line-height: 48px;
|
|
}
|
|
.button.large { min-height: 52px; line-height: 52px; font-size: 16px; }
|
|
.button.ghost { background: rgba(255,255,255,.14); color: #fff !important; box-shadow: inset 0 0 0 1px rgba(255,255,255,.55); }
|
|
.button.ghost:hover { background: rgba(255,255,255,.24); }
|
|
|
|
.tile em {
|
|
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
|
|
}
|
|
.tile b { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
|
|
.tiles.wide { align-items: stretch; }
|
|
.tiles.wide .tile { display: flex; flex-direction: column; }
|
|
|
|
#topbar .brand { display: flex; align-items: center; min-height: 44px; }
|
|
.more { margin-top: 1.25rem; }
|
|
.more > summary {
|
|
cursor: pointer; list-style: none; display: inline-flex; align-items: center; justify-content: center;
|
|
min-height: 48px; padding: 0 1.5rem; border-radius: 999px; font-size: 15px; font-weight: 600;
|
|
box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
|
|
}
|
|
.more > summary::-webkit-details-marker { display: none; }
|
|
|
|
@media (min-width: 737px) {
|
|
.units { grid-template-columns: repeat(2, 1fr); }
|
|
.tiles { grid-template-columns: repeat(4, 1fr); }
|
|
.banner.style1 h1 { font-size: 3.4rem; }
|
|
.banner.style1.cover .content {
|
|
min-height: 82svh; padding: 3rem 4rem 4rem; width: 100%; max-width: none; flex-basis: auto;
|
|
}
|
|
.banner.style1.cover .content > * { max-width: 34rem; }
|
|
.banner.style1.cover.compact .content { min-height: 46svh; }
|
|
#topbar { height: 56px; padding: 0 28px; }
|
|
#wrapper { padding-top: 56px; }
|
|
}
|
|
|
|
@media (prefers-reduced-motion: reduce) {
|
|
* { animation: none !important; transition: none !important; }
|
|
}
|