.compare {
    margin-bottom: 200px;
}

.compare table {
    border-spacing: 5px 0;
    border-collapse: separate;
}

.compare th {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    border-collapse: separate;
    text-align: center;
    color: #fff;
    background: #17181D;
}

.compare td {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #BCBCBD;
    background: #17181D;
}

.compare .th-fixed {
    font-family: "Gilroy-ExtraBold", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #BCBCBD;
}

.compare th,
.compare td {
    min-width: 170px;
    max-width: 170px;
    padding: 15px 20px;
}

.th-btn {
    margin-top: 20px;
}

.th-btn > button {
    width: 130px;
    min-width: 130px;
    height: 51px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.th-btn > span {
    font-size: 11pt;
    color: gray;
    display: flex;
    align-items: center;
    height: 51px;
}

.compare .th-img {
    padding-right: 0;
    padding-left: 0;
}

.compare .th-fixed {
    position: sticky;
    z-index: 3;
    left: 0;
}

.compare .container {
    max-width: 1815px;
}

@media (max-width: 1024px) {
    .compare {
        margin-bottom: 100px;
    }

    .compare .th-fixed {
        font-size: 16px;
        line-height: 16px;
        position: absolute;
        width: 1570px;
        max-width: 1570px;
        padding: 10px 0;
    }

    .compare table {
        margin-left: -10px;
    }

    .compare .th-fixed div {
        position: sticky;
        left: 0;
        width: calc(100vw - 66px);
        max-width: 100vw;
    }

    .compare thead .th-fixed {
        background: transparent;
    }

    .compare tbody .th-fixed ~ * {
        padding-top: 55px;
    }

    .compare .th-name {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 640px) {
    .compare .th-fixed div {
        width: calc(100vw - 42px);
    }
}

.scroll {
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 20px;
}

.scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
}

.scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #2E2E2E;
    box-shadow: none;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #C93234;
    box-shadow: none;
}
