/* About Us 섹션 스타일 */
.about-hero { padding: 100px 20px 40px; text-align: center; }
.about-hero h1 { font-size: 56px; color: #111; margin: 0 0 10px; font-family: 'title-font', cursive; } /* 타이틀 폰트 복원 */
.about-hero .subtitle { font-size: 24px; color: #ed5848; font-weight: bold; margin-bottom: 40px; }
.hero-description { max-width: 850px; margin: 0 auto; font-size: 19px; color: #555; word-break: keep-all; }

/* 중간 배너 이미지 스타일 */
.mid-banner { width: 90%; margin: 60px auto; line-height: 0; }
.mid-banner img { width: 100%; height: auto; max-height: 600px; object-fit: cover; border-radius: 12px; box-shadow: 0 15px 45px rgba(0,0,0,0.06); display: block; }

/* Our Story 섹션 스타일 */
.story-section { padding: 40px 20px 100px; text-align: center; }
.story-section h2 { font-size: 42px; color: #111; margin-bottom: 20px; font-family: 'title-font', cursive; } /* 타이틀 폰트 복원 */
.divider { width: 40px; height: 3px; background-color: #ed5848; margin: 0 auto 40px; }
.story-content { max-width: 850px; margin: 0 auto; font-size: 20px; color: #444; text-align: center; word-break: keep-all; }
.story-content p { margin-bottom: 20px; }
.highlight { color: #ed5848; font-weight: bold; }

/* 모바일 대응 스타일 */
@media (max-width: 768px) { .about-hero h1 { font-size: 36px; } .mid-banner { width: 95%; margin: 30px auto; } }
