﻿.slider_main {
    padding: 80px 0;
}

.main_Title {
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
}

.button_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.load_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    width: auto;
    height: 50px;
    /* Blua Health Teal/Primary T4 */
    background: #00398A;
    border-radius: 100px;
    /* Inside auto layout */
    flex: none;
    order: 3;
    flex-grow: 0;
    text-decoration: none;
    color: #FFF;
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer !important;
}

    .load_button:hover {
        color: #fff;
        background: #0F2460;
    }

.slider_container {
    width: 1200px;
    height: 100px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin: auto;
}

#Partners {
    background: #F8F8F8;
}

.partners_slider {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    transform: translateX(0);
}

.partners_slide {
    width: 240px;
    height: 100px;
}

.partners_img {
    width: 240px;
    height: 100px;
    object-fit: contain;
}

@media screen and (max-width:249px) {
    .slider_container {
        width: 160px;
        height: 40px;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .partners_slider {
        height: 40px;
    }

    .partners_slide {
        width: 100px;
        height: 40px;
    }

    .partners_img {
        width: 100px;
        height: 40px;
        object-fit: contain;
    }
}


@media screen and (min-width:250px) and (max-width:399px) {
    .slider_container {
        width: 220px;
        height: 45px;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .partners_slider {
        height: 45px;
    }

    .partners_slide {
        width: 130px;
        height: 45px;
    }

    .partners_img {
        width: 130px;
        height: 45px;
        object-fit: contain;
    }
}


@media screen and (min-width:400px) and (max-width:539px) {
    .slider_container {
        width: 360px;
        height: 55px;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .partners_slider {
        height: 55px;
    }

    .partners_slide {
        width: 140px;
        height: 55px;
    }

    .partners_img {
        width: 140px;
        height: 55px;
        object-fit: contain;
    }
}

@media screen and (min-width:540px) and (max-width:679px) {
    .slider_container {
        width: 500px;
        height: 65px;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .partners_slider{
        height:65px;
    }

    .partners_slide {
        width: 145px;
        height: 65px;
    }

    .partners_img {
        width: 145px;
        height: 65px;
        object-fit: contain;
    }
}

@media screen and (min-width:680px) and (max-width:819px) {
    .slider_container {
        width: 640px;
        height: 100px;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .partners_slide {
        width: 180px;
        height: 80px;
    }

    .partners_img {
        width: 180px;
        height: 80px;
        object-fit: contain;
    }
}

@media screen and (min-width:820px) and (max-width:959px) {
    .slider_container {
        width: 780px;
        height: 100px;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .partners_slide {
        width: 215px;
        height: 100px;
    }

    .partners_img {
        width: 215px;
        height: 100px;
        object-fit: contain;
    }
}

@media screen and (min-width:960px) and (max-width:1099px) {
    .slider_container {
        width: 920px;
        height: 100px;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .partners_slide {
        width: 230px;
        height: 100px;
    }

    .partners_img {
        width: 230px;
        height: 100px;
        object-fit: contain;
    }
}

@media screen and (min-width:1100px) and (max-width:1239px) {
    .slider_container {
        width: 1060px;
        height: 100px;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .partners_slide {
        width: 265px;
        height: 100px;
    }

    .partners_img {
        width: 265px;
        height: 100px;
        object-fit: contain;
    }
}

@media screen and (min-width:1240px) and (max-width:1320px) {
    .slider_container {
        width: 1100px;
        height: 100px;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .partners_slide {
        width: 220px;
        height: 100px;
    }

    .partners_img {
        width: 220px;
        height: 100px;
        object-fit: contain;
    }
}
