@charset "UTF-8";

.voice-category {
    max-width: 1200px;
    margin: auto;
}
.voice-category_title {
    margin-bottom: 1em;
}
.voice-category_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1em;
}
.voice-category_list_item .voice-btn {
    background-color: rgba(179,179,179,0.4);
    border: 1px solid #B3B3B3;
    height: auto;
    padding: .5em 1.5em;
    border-radius: 14px;
}
.voice-category_list_item.active .voice-btn {
    background-color: rgba(17,215,219,0.4);
    border: 1px solid #11D7DB;
}
.voice-category_list_item .service_box_item_btn_text {
    color: #373737;
}

.section_interview_box {
    gap: 4em 3%;
}

@media (max-width:768px) {
    .section_interview_box {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }
    .section_interview_box_item {
        width: auto;
        white-space: normal;
    }
}

@media (max-width:540px) {
    .section_interview_box {
        grid-template-columns: repeat(1, 1fr);
    }
}
