/* 202103 */

.shop01-template-06 {
    overflow: hidden;
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.shop01-template-06 .main_title {
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    font-family: "Microsoft JhengHei", sans-serif;
}

.shop01-template-06 .main_title .tw {
    font-size: 24px;
    font-weight: bold;
}

.shop01-template-06 .main_title .en {
    font-size: 72px;
    color: #ea260c;
    font-weight: bold;
    display: block;
    line-height: 72px;
    margin-top: 20px;
}

.shop01-template-06 .this_container {
    width: 85%;
    position: relative;
    margin: 0 auto;
    padding-bottom: 0;
    max-width: 1400px;
    z-index: 1;
}

.shop01-template-06 .container_box {
    display: block;
    position: relative;
}

.shop01-template-06 .container_box::after {
    content: "";
    background-color: #c1c1c1;
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.shop01-template-06 .shop01-template-06__swiper {
    width: 100%;
    margin: 0;
    margin-top: 0;
    padding-bottom: 170px;
}

.shop01-template-06 .shop01-template-06__swiper .swiper-slide {
    position: relative;
    width: auto;
    padding: 0 0 0;
    height: 100px;
}

.shop01-template-06 .swiper-slide .imgs {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transition: all 0.8s ease;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -0;
}

.shop01-template-06 .swiper-slide.swiper-slide-active .imgs {
    /* top: 0;
    margin-left: 0;
    left: 55px;
    transform: translate(-0%,-0%); */
}

.shop01-template-06 .swiper-slide .imgs img {
    max-width: 100%;
}

.shop01-template-06 .shop01-template-06__swiper-pagination {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 11px;
    left: 50%;
    width: 145px;
    pointer-events: none;
    z-index: 1;
    color: transparent;
    transform: translateX(-50%);
}

.shop01-template-06 .shop01-template-06__swiper-pagination::after {
    content: "";
    position: absolute;
    width: 67px;
    height: 1px;
    left: 50%;
    background-color: #bfbfbf;
    top: 13px;
    transform: translateX(-50%);
}

.shop01-template-06 .shop01-template-06__swiper-pagination .swiper-pagination-current {
    color: #1e1b19;
    font-size: 18px;
}

.shop01-template-06 .shop01-template-06__swiper-pagination .swiper-pagination-total {
    color: #1e1b19;
    font-size: 18px;
}

.shop01-template-06 .shop01-template-06__swiper-pagination.hide {
    display: none;
}

.shop01-template-06 .shop01-template-06__swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: transparent;
    margin: 0 10px;
    position: relative;
    opacity: 1;
}

.shop01-template-06 .shop01-template-06__swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    width: 11px;
    height: 11px;
    border: 2px solid #757575;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.shop01-template-06 .shop01-template-06__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-color: #917260;
}

.shop01-template-06 .shop01-template-06__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.shop01-template-06__swiper-bottom {
    position: absolute;
    left: 0;
    bottom: 8px;
    display: flex;
    font-weight: bold;
    width: 100%;
    justify-content: space-between;
    font-size: 18px;
    color: black;
    z-index: 5;
}

.shop01-template-06__swiper-bottom .icon {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.shop01-template-06__swiper-bottom .icon.icon-left {
    justify-content: flex-start;
}

.shop01-template-06__swiper-bottom .icon.swiper-button-disabled {
    cursor: auto;
    opacity: 0.3;
}

@media (max-width: 1650px) {
}

@media (max-width: 1350px) {
}

@media (max-width: 1000px) {
    .shop01-template-06 .this_container {
        width: 90%;
    }
    .shop01-template-06 {
        padding: 70px 0;
    }
    .shop01-template-06 .shop01-template-06__swiper {
        padding-bottom: 90px;
    }
    .shop01-template-06 .shop01-template-06__swiper-pagination {
        transform: translateX(-50%) scale(0.8);
    }
}

@media (max-width: 600px) {
    .shop01-template-06 {
        padding: 0 0 40px;
    }
    .shop01-template-06 .container_box::after {
        height: 1px;
    }
    .shop01-template-06 .shop01-template-06__swiper-pagination {
        transform: translateX(-50%) scale(0.7);
    }
}

.shop01-template-06 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 0) and (max-width: 739px) {
    .shop01-template-06 .bg.desktop {
        display: none !important;
    }
}
@media (min-width: 740px) {
    .shop01-template-06 .bg.mobile {
        display: none !important;
    }
}
