/* 저작권 안내 페이지 커스텀 스타일 */
.copyright-info-container {
    max-width: 1100px;
    margin: 40px 0; /* auto를 제거하여 왼쪽 정렬로 변경 */
    padding: 0 24px;
}
.copyright-info-container h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #333;
}
.copyright-info-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
.copyright-info-content p {
    margin-bottom: 20px;
}
.copyright-info-content a {
    color: #007bff;
    text-decoration: underline;
}