/* /css/about.css - 서비스 소개 페이지 전용 스타일 */

.about-container {
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.about-header {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.about-header h1 {
    font-size: 2.5rem;
    margin: 0;
    color: #0056b3;
}

.about-section {
    margin-bottom: 50px;
}

.about-section h2 {
    font-size: 2rem;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.about-section p, .about-section li {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.about-section ul, .about-section ol {
    padding-left: 25px;
}

.features-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.features-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.features-table tr:last-child td {
    border-bottom: none;
}

.features-table td:first-child {
    width: 35%;
    font-weight: bold;
    color: #007bff;
    vertical-align: top;
}

.call-to-action {
    background-color: #eaf2f8;
    text-align: center;
    padding: 30px;
    margin-top: 40px;
    border-radius: 8px;
}

.call-to-action h2 {
    border-bottom: none;
    margin-bottom: 10px;
}
