.service-ipis-section {
    padding: 4rem 0;
}

.service-ipis-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    /*background-color: #fff; */
    border-radius: 8px;
   /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

/* service 문서 스타일 */
.service-docs {
    margin-top: 2rem;
}

.service-endpoint {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.service-endpoint h3 {
    margin-bottom: 1rem;
    color: #333;
}

.code-block {
    background-color: #272822;
    color: #f8f8f2;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .service-ipis-section {
        padding: 2rem 0;
    }

    .service-ipis-content {
        padding: 1rem;
    }

    .service-endpoint {
        padding: 1rem;
    }
}