/* 홍보랑 고객 홈페이지 */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

body {
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard", "Noto Sans KR", sans-serif;
    background: #F5F5F3;
    color: #1A1A1A;
    -webkit-font-smoothing: antialiased;
}

.site-wrap {
    max-width: 480px;
    margin: 0 auto;
    background: #FFFFFF;
    min-height: 100vh;
}

/* 히어로 */
.hero {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #E5E7EB;
}
.hero-slider {
    position: absolute;
    inset: 0;
}
.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.6s ease;
}
.hero-slide.active { opacity: 1; }
.hero-empty {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #F8FAFC, #E2E8F0);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, transparent 35%, transparent 55%, rgba(0,0,0,0.75) 100%);
    pointer-events: none;
}
.hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 20px;
    color: white;
}
.hero-category {
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 6px;
}
.hero-title {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
}
.hero-dots {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
    z-index: 2;
}
.hero-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    transition: all 0.3s;
}
.hero-dot.active {
    background: white;
    width: 16px;
    border-radius: 3px;
}

/* 공지 */
.notice {
    margin: 14px 16px 0;
    padding: 14px;
    background: #FEF3C7;
    border-radius: 12px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.notice-icon { font-size: 20px; line-height: 1; }
.notice-body { flex: 1; }
.notice-title {
    font-size: 13px;
    font-weight: 700;
    color: #92400E;
    margin-bottom: 4px;
}
.notice-text {
    font-size: 12px;
    color: #78350F;
    line-height: 1.5;
}

/* 정보 섹션 */
.info-section { padding: 8px 16px; }
.info-row {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #F1F5F9;
}
.info-row:last-child { border-bottom: none; }
.info-icon {
    width: 40px;
    height: 40px;
    background: #F8FAFC;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #64748B;
}
.info-content { flex: 1; }
.info-label {
    font-size: 11px;
    color: #94A3B8;
    margin-bottom: 3px;
}
.info-text {
    font-size: 14px;
    color: #1A1A1A;
    line-height: 1.5;
}
.info-sub {
    font-size: 12px;
    color: #64748B;
    margin-top: 3px;
}
.info-link {
    font-size: 14px;
    color: #2563EB;
    text-decoration: none;
    font-weight: 600;
}

/* 지도 */
.map-section {
    padding: 0 16px 16px;
}
#map {
    border-radius: 12px;
    overflow: hidden;
}

/* 섹션 공통 */
.section-title {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    padding: 0 16px;
    margin-bottom: 12px;
}
.menu-section,
.gallery-section,
.feature-section {
    padding: 20px 0;
    border-top: 8px solid #F5F7FB;
}

/* 메뉴 */
.menu-list {
    padding: 0 16px;
}
.menu-item {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #F1F5F9;
}
.menu-item:last-child { border-bottom: none; }
.menu-thumb {
    width: 88px;
    height: 88px;
    background-size: cover;
    background-position: center;
    background-color: #E5E7EB;
    border-radius: 10px;
    flex-shrink: 0;
}
.menu-info { flex: 1; min-width: 0; }
.menu-name-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}
.menu-name {
    font-size: 15px;
    font-weight: 700;
    color: #1A1A1A;
}
.menu-tag {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    color: white;
}
.tag-best { background: #EF4444; }
.tag-new  { background: #10B981; }
.menu-desc {
    font-size: 12px;
    color: #64748B;
    margin-bottom: 6px;
    line-height: 1.5;
}
.menu-price {
    font-size: 14px;
    font-weight: 700;
    color: #1A1A1A;
}

/* 갤러리 */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    padding: 0 16px;
}
.gallery-item {
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
    background-color: #E5E7EB;
    border-radius: 4px;
}

/* 편의시설 */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 0 16px;
}
.feature-item {
    background: #F8FAFC;
    border-radius: 10px;
    padding: 14px 6px;
    text-align: center;
}
.feature-icon {
    font-size: 22px;
    margin-bottom: 4px;
}
.feature-label {
    font-size: 11px;
    color: #64748B;
}

/* 푸터 */
.footer {
    padding: 30px 20px 40px;
    text-align: center;
    border-top: 1px solid #F1F5F9;
    margin-top: 20px;
}
.footer-brand {
    font-size: 11px;
    color: #94A3B8;
    margin-bottom: 6px;
}
.footer-link {
    font-size: 12px;
    color: #2563EB;
    text-decoration: none;
    font-weight: 600;
}
