.serum-slider-container {
    overflow-x: hidden;
    width: 500px;
    margin: 0 auto;
    /* background-color: black; */
}

.serum-slider-wrapper {
    /* margin-left: calc((100% - 900px)/2); */
    /* 置中位移補償 */
    /* width: 900px;
    height: 800px; */
    /* background-color: black; */
}

.serum-slider img {
    /* tinyslider 若設置 center: true，則不能直接調整 img 尺寸 */
    /* background-color: #606060; */
    /* border: 1px solid #D9D8D6; */
}



@media screen and (max-width:768px) {
    .serum-slider-container {
        /* background-color: blueviolet; */
        overflow-x: hidden;
        width: 100%;
        margin: 0 auto;
    }

    .serum-slider-wrapper {
        /* margin-left: calc((100% - 700px)/2);
        width: 700px;
        height: 650px; */
        /* background-color: black; */
    }
}

.vote-counter-box {
    display: flex;
    justify-content: right;
    line-height: 26.6px;
    width: 100%;
    margin-bottom: -60px;
}

.vote-title {
    margin-right: 37.3px;
    box-shadow: 0 1px;
    padding-bottom:5px;

    color: #313134;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
}

.vote-count {
    margin-right: 37.3px;
    color: #313134;
    text-align: center;
    font-family: "Noto Sans TC";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4px;
}

@media screen and (max-width:768px) {
    .vote-counter-box {
        display: flex;
        justify-content: right;
        line-height: 20px;
        width: 100%;
        margin-bottom: -60px;
    }
    
    .vote-title {
        margin-right: 7.46vw;
        box-shadow: 0 1px;
        padding-bottom:5px;
    
        color: #313134;
        text-align: center;
        font-family: 'Noto Sans TC', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 3px;
    }
    
    .vote-count {
        margin-right: 7.46vw;
        color: #313134;
        text-align: center;
        font-family: "Noto Sans TC";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 4px;
    }
}


.serum-slider-container .tns-nav {
    /* display: none; */
    display: inline-block;
    position: relative;
    width: calc(100%);
    text-align: center;
    margin: 20px 0;
    line-height: 0;
    /* normalize.css line-height: 1.15; 要歸零不然會影響到 margin 上方高度*/
}

.serum-slider-container .tns-nav button {
    padding: 0;
    height: 4px;
    width: 64px;
    background-color: #D9D8D6;
    border: none;
    border-radius: 0%;
    margin: 0 3px;
}

.serum-slider-container .tns-nav .tns-nav-active {
    background-color: #606060;
}

/* .luxe-intro-slider-container .tns-nav button:last-child {
    display: none;
} */


@media screen and (max-width:576.98px) {
    .serum-slider-container .tns-nav {
        display: inline-block;
        position: relative;
        width: calc(100%);
        text-align: center;
        margin: 16px 0;
        line-height: 0;
        /* normalize.css line-height: 1.15; 要歸零不然會影響到 margin 上方高度*/
    }

    .serum-slider-container .tns-nav button {
        padding: 0;
        height: 3px;
        width: 36px;
        background-color: #D9D8D6;
        border: none;
        border-radius: 0%;
        margin: 0 3px;
    }
}