.slm-model-select article,
.sbs-model-select article,
.sac-model-select article,
.sop-model-select article,
.bsp-model-select article {
    width: 95%;
}

.slm-model-select .result .left,
.sbs-model-select .result .left,
.sac-model-select .result .left,
.sop-model-select .result .left,
.bsp-model-select .result .left {
    margin-right: calc(100% / 2);
}

    .slm-model-select .result .left section > div th,
    .sbs-model-select .result .left section > div th,
    .sac-model-select .result .left section > div th,
    .sop-model-select .result .left section > div th,
    .bsp-model-select .result .left section > div th {
        width: 260px;
    }

.slm-model-select .result .right,
.sbs-model-select .result .right,
.sac-model-select .result .right,
.sop-model-select .result .right,
.bsp-model-select .result .right {
    width: calc(100% / 2 - 20px);
}

    .slm-model-select .result .right section table th,
    .sbs-model-select .result .right section table th,
    .sac-model-select .result .right section table th,
    .sop-model-select .result .right section table th,
    .bsp-model-select .result .right section table th {
        width: 260px;
    }

@media screen and (min-width: 480px) and (max-width: 768px) {

    .slm-model-select .result .left section > div th,
    .sbs-model-select .result .left section > div th,
    .sac-model-select .result .left section > div th,
    .sop-model-select .result .left section > div th,
    .bsp-model-select .result .left section > div th {
        width: 190px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {

    .slm-model-select .result .left section > div th,
    .sbs-model-select .result .left section > div th,
    .sac-model-select .result .left section > div th,
    .sop-model-select .result .left section > div th,
    .bsp-model-select .result .left section > div th {
        width: 90px;
    }
}

@media screen and (max-width: 1023px) {

    .slm-model-select .result .right section table th,
    .sbs-model-select .result .right section table th,
    .sac-model-select .result .right section table th,
    .sop-model-select .result .right section table th,
    .bsp-model-select .result .right section table th {
        width: 140px;
    }
}

@media screen and (max-width: 768px) {

    .slm-model-select .result .left,
    .sbs-model-select .result .left,
    .sac-model-select .result .left,
    .sop-model-select .result .left,
    .bsp-model-select .result .left {
        margin: 20px 0 0;
    }

    .slm-model-select .result .right,
    .sbs-model-select .result .right,
    .sac-model-select .result .right,
    .sop-model-select .result .right,
    .bsp-model-select .result .right {
        position: static;
        width: auto;
        margin: 0 10px;
    }
}

@media screen and (max-width: 479px) {

    .slm-model-select .result .left section > div th,
    .sbs-model-select .result .left section > div th,
    .sac-model-select .result .left section > div th,
    .sop-model-select .result .left section > div th,
    .bsp-model-select .result .left section > div th {
        width: 90px;
    }
}
