.newbie-slider-section {
    position: relative;
}

.newbie-coupon-botton {
    position: absolute;
    top: 446px;
    left: 379px;
    width: 226px;
    transition: all 0.5s;
}

.newbie-coupon-botton:hover {
    scale: 1.1;
    transition: all 0.5s;
}



.newbie-slider-container {
    position: absolute;
    top: 527px;
    left: 93px;
    width: 514px;
    overflow: hidden;
}

.newbie-item img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.newbie-slider-container .tns-nav {
    display: none;
}

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

/* .newbie-slider-container .tns-nav button {
    padding: 0;
    height: 6px;
    width: 6px;
    background-color: #7d7d7d;
    border: none;
    border-radius: 50%;
    margin: 0 4px;
} */

/* .newbie-slider-container .tns-nav .tns-nav-active {
    background-color: #ffffff;
} */

@media screen and (max-width: 700px) {
    .newbie-coupon-botton {
        position: absolute;
        top: 63.71vw;
        left: 54.14vw;
        width: 32.28vw;
        transition: all 0s;
    }

    .newbie-slider-container {
        position: absolute;
        top: 75.28vw;
        left: 13.28vw;
        width: 73.42vw;
        overflow: hidden;
    }

    /* .newbie-item img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    } */

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

    /* .newbie-slider-container .tns-nav button {
        padding: 0;
        height: 6px;
        width: 6px;
        background-color: #7d7d7d;
        border: none;
        border-radius: 50%;
        margin: 0 4px;
    } */
}