.inner-section { padding: 70px 0; }
/* 탭 */
.info-tabs { display: flex; gap: 0; margin-bottom: 40px; border-bottom: 2px solid var(--border); }
.info-tab { padding: 12px 36px; border: none; background: none; cursor: pointer; font-size: 1rem; color: var(--ink-3); border-bottom: 3px solid transparent; margin-bottom: -2px; transition: all .2s; font-weight: 500; }
.info-tab.active { color: var(--pink); border-bottom-color: var(--pink); font-weight: 700; }
/* 모유수유 이미지 */
.nursing-imgs { display: flex; gap: 16px; margin-bottom: 40px; }
.nursing-imgs img { width: calc(50% - 8px); border-radius: 12px; object-fit: cover; max-height: 300px; }
/* 모유수유 내용 */
.nursing-content { display: flex; flex-direction: column; gap: 36px; margin-bottom: 60px; }
.nursing-section h3 { font-size: 1.1rem; font-weight: 700; color: var(--pink); margin-bottom: 14px; }
.nursing-section h3 { display: flex; align-items: baseline; gap: 9px; }
.nursing-section h3 i { flex-shrink: 0; width: 1.25em; text-align: center; }
.nursing-section p { font-size: .97rem; color: var(--gray); line-height: 1.9; margin-bottom: 8px; }
.nursing-section ul { padding-left: 0; margin: 0; }
.nursing-section li { font-size: .92rem; color: var(--gray); line-height: 1.9; padding-left: 18px; position: relative; margin-bottom: 6px; }
.nursing-section li::before { content: ''; position: absolute; left: 0; top: .8em; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
.nursing-section li:last-child { margin-bottom: 0; }
@media(max-width:900px){ .nursing-imgs { flex-direction: column; } .nursing-imgs img { width: 100%; } }
