:root {
    --default-font-size: 9px;
}



/* ==========================================
       인턴쉽
    ========================================== */

.its-company>ul {
    grid-template-columns: repeat(3, 1fr);
}

/* ==========================================
       테스트
    ========================================== */

.survey-top {
    flex-direction: column;
}

.survey-summary {
    flex: 1;
}

.survey-mid {
    flex-direction: column;
}

.survey-com-sec {
    max-width: none;
}

.survey-footer {
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.survey-result {
    flex-direction: column;
    padding: 2rem;
}

.survey-chart {
    width: 100%;
    height: 300px;
}

.survey-com-list {
    flex-direction: row;
}

.survey-com-list .survey-com-item:not(:first-child) {
    border-top: none;
    border-left: 1px solid #eee;
}


.survey-com-item {
    flex-direction: column;
    flex: 1;
    padding: 1.5rem 1rem;
}

.survey-com-item img {
    width: 80%
}

.survey-com-item dl {
    font-size: 1.6rem
}

.survey-com-item dl>dt {
    text-align: center;
}

.survey-com-item dl>dd {
    text-align: center;
}

.survey-btn-apply {
    margin-top: 3rem
}