
.aurora150Function {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 200px;
    position: relative;
}

.aurora150Description {
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.5px;
}

.aurora150Description > p {
    margin: 0;
}

.aurora150Configuration {
    margin: 0 0 136px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.5px;
}

.aurora150Configuration > p {
    margin: 0;
}


/* 구성 및 사양 */
.fakeBrowserHeaderConfiguration {
    display: flex;
    align-items: center;
    gap: 5px; /* 점 사이 간격 */
    margin-bottom: 10px;
    margin-left: 3px;
    margin-top: 60px;
}

.fakeBrowserHeaderConfiguration .dot {
    width: 6px;
    height: 6px;
    background-color: #2a33d4; /* 파란색 */
    border-radius: 50%; /* 동그라미 */
}

.fakeBrowserHeaderConfiguration .bar {
    width: 60px;
    height: 4px;
    background-color: #2a33d4;
    border-radius: 2px;
}


#specTable150 tbody tr:nth-child(odd) {
    background-color: white;
}

#specTable150 tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

