first commit 2

This commit is contained in:
hmw1001
2026-06-11 18:47:38 +09:00
parent c768729ce6
commit 6f534e33a6
11095 changed files with 1595758 additions and 0 deletions
@@ -0,0 +1,25 @@
/* Trend07 Layout Style - PNS Style */
/* 💡 [추가] 고정 헤더로 인한 겹침 방지 (메인 비주얼이 풀스크린이므로 0으로 설정하거나 조정) */
body {
padding-top: 0;
font-family: 'Noto Sans KR', sans-serif;
}
/* 메인 비주얼이 헤더 뒤로 들어가도록 설정 */
.pns-visual-slider {
margin-top: 0;
}
.main-content-wrapper {
padding: 80px 0;
}
.guide-box {
padding: 40px;
background-color: #f9f9f9;
border: 1px dashed #ddd;
color: #888;
font-size: 0.9rem;
text-align: center;
}