@media (max-width: 64em) {

    .service-swiper .swiper-button-prev,
    .service-swiper .swiper-button-next {
        display: flex;
    }
}

.delTransform {
    transform: translateY(-25%);
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .delTransform {
        transform: none;
    }
}

.spacing-container {
    height: 20px;
}

.padding-container {
    height: 0px;
}

.h1-title {
    padding-bottom: 3rem;
}

@media (max-width: 1440px) {
    .spacing-container {
        height: 0px;
    }

    .padding-container {
        height: 15px;
    }

    .h1-title {
        padding-bottom: 3rem;
    }
}

@media (max-width: 1024px) {
    .spacing-container {
        height: 0px;
    }

    .padding-container {
        height: 30px;
    }

    .h1-title {
        padding-bottom: 3rem;
    }
}

@media (max-width: 425px) {
    .spacing-container {
        height: 0px;
    }

    .padding-container {
        height: 0px;
    }

    .h1-title {
        padding-bottom: 0rem;
    }
}
.plus-wrap.align-center{
    padding-bottom: 6rem;
    padding-top: 2rem;
}
.content-nav.js-fixed-nav.delTransform{
    padding: 0; 
    margin-bottom: 0
}
/* 第二層標籤 */
.swiper-slide.text-center{
    margin-right: 20px;
}
.cell.form_row{
    margin-bottom: 0px;
}
.input-group{
    position: relative;
}
.reset-search-btn{
    position: absolute; 
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
}
#search-service-faq{
    padding-left: 4rem;
    box-shadow:none;
}
.content-nav_list.show-for-large.swiper-wrapper{
    text-align:center;
}
.topic_title.text-bold{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}