.part01-template-06 {
    /* padding: calc(156 / 1920 * 100vw) calc(255 / 1920 * 100vw) calc(120 / 1920 * 100vw); */
    height: calc(824 / 1920 * 100vw);
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.part01-template-06__bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.part01-template-06 .mobile_img{
    height: 100%;
    display: none;
}
.part01-template-06__swiper-container {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.part01-template-06__swiper-slide .col-1__title,
.part01-template-06__swiper-slide .col-2__title {
    font-size: calc(22 / 1920 * 100vw);
    font-weight: 700;
    margin: initial;
    color: #fff;
}

.part01-template-06__swiper-slide .col-1__subtitle,
.part01-template-06__swiper-slide .col-2__subtitle {
    font-size: calc(18 / 1920 * 100vw);
    line-height: 1.7;
    margin: calc(20 / 1920 * 100vw) 0 0;
    color: #a4a4a4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.part01-template-06__swiper-slide {
    padding-top: calc(120 / 1920 * 100vw);
    padding-left: calc(1090 / 1920 * 100vw);
    padding-right: calc(200 / 1920 * 100vw);
}

.part01-template-06__swiper-slide .row {
    display: flex;
}

.part01-template-06__swiper-slide .col-1 {
    width: calc(410 / 1920 * 100vw);
    padding-right: calc(110 / 1920 * 100vw);
    padding-top: calc((92 + 24) / 1920 * 100vw);
}

.part01-template-06__swiper-slide .col-2 .title-wrapper {
    margin-top: calc(24 / 1920 * 100vw);
}

.part01-template-06__swiper-slide .col-2 img {
    width: calc(92 / 1920 * 100vw);
    height: calc(92 / 1920 * 100vw);
}

.part01-template-06__data-wrapper {
    display: flex;
    position: absolute;
    bottom: 0;
    left: calc((1090 - 360) / 1920 * 100vw);
    z-index: 10;
}

.part01-template-06__data-wrapper .data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(360 / 1920 * 100vw);
    height: calc(190 / 1920 * 100vw);
    padding: 0 calc(40 / 1920 * 100vw);
}

.part01-template-06__data-wrapper .row-1 {
    display: flex;
    align-items: center;
}

.part01-template-06__data-wrapper .data-1 {
    background-color: #341d74;
}

.part01-template-06__data-wrapper .data-2 {
    background-color: #2a2730;
}

.part01-template-06__data-wrapper .icon {
    width: calc(35 / 1920 * 100vw);
}

.part01-template-06__data-wrapper .number {
    font-family: Montserrat, 'PingFang TC', 'Microsoft JhengHei', sans-serif;
    font-size: calc(60 / 1920 * 100vw);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-left: calc(10 / 1920 * 100vw);
}

.part01-template-06__data-wrapper .text {
    font-size: calc(18 / 1920 * 100vw);
    line-height: 1.2;
    color: #fff;
    margin: calc(12 / 1920 * 100vw) 0 0;
}

.part01-template-06__toolbar {
    display: flex;
    align-items: center;
    position: absolute;
    left: calc(1090 / 1920 * 100vw);
    bottom: calc(300 / 1920 * 100vw);
}

.part01-template-06__swiper-pagination-wrapper {
    width: calc(410 / 1920 * 100vw);
}

.part01-template-06__swiper-pagination {
    display: flex;
    align-items: center;
    bottom: initial;
    left: initial;
    width: initial;
}

.part01-template-06__swiper-pagination .bar {
    width: calc(78 / 1920 * 100vw);
    height: calc(3 / 1920 * 100vw);
    margin: 0 calc(12 / 1920 * 100vw);
    background-color: #5334a7;
}

.part01-template-06__toolbar .swiper-pagination-current,
.part01-template-06__toolbar .swiper-pagination-total {
    font-family: Montserrat, 'PingFang TC', 'Microsoft JhengHei', sans-serif;
    font-size: calc(18 / 1920 * 100vw);
    font-weight: 700;
    color: #fff;
}

.part01-template-06__swiper-button-group {
    display: flex;
    align-items: center;
    margin-left: calc(-30 / 1920 * 100vw);
}

.part01-template-06__swiper-button-next,
.part01-template-06__swiper-button-prev {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    width: calc((30 + 30 + 12) / 1920 * 100vw);
    height: calc((30 + 30 + 12) / 1920 * 100vw);
    margin: initial;
    outline: none;
}
.part01-template-06__swiper-button-next .fas,
.part01-template-06__swiper-button-prev .fas {
    color: #fff;
}
.part01-template-06__swiper-button-next .icon,
.part01-template-06__swiper-button-prev .icon {
    width: calc(12 / 1920 * 100vw);
}

.part01-template-06__swiper-button-prev .icon {
    transform: rotate(180deg);
}

.part01-template-06__swiper-button-next:after,
.part01-template-06__swiper-button-prev:after {
    display: none;
}


/* tablet */

@media (max-width: 1100px) {
    .part01-template-06 {
        height: calc(408 / 768 * 100vw);
    }
    .part01-template-06__swiper-slide {
        padding-top: calc(40 / 768 * 100vw);
        padding-left: calc(340 / 768 * 100vw);
        padding-right: calc(50 / 768 * 100vw);
    }
    .part01-template-06__swiper-slide .col-1 {
        width: calc(250 / 768 * 100vw);
        padding-right: calc(60 / 768 * 100vw);
        padding-top: calc((12 + 58) / 768 * 100vw);
    }
    .part01-template-06__swiper-slide .col-2 img {
        width: calc(58 / 768 * 100vw);
        height: calc(58 / 768 * 100vw);
    }
    .part01-template-06__swiper-slide .col-2 .title-wrapper {
        margin-top: calc(12 / 768 * 100vw);
    }
    .part01-template-06__swiper-slide .col-1__subtitle,
    .part01-template-06__swiper-slide .col-2__subtitle {
        margin: calc(16 / 768 * 100vw) 0 0;
    }
    .part01-template-06__swiper-slide .col-1__subtitle {
        font-size: 14px;
    }
    .part01-template-06__swiper-slide .col-2__subtitle {
        font-size: 12px;
    }
    .part01-template-06__swiper-slide .col-1__title,
    .part01-template-06__swiper-slide .col-2__title {
        font-size: 14px;
    }
    .part01-template-06__toolbar {
        left: calc(340 / 768 * 100vw);
        bottom: calc(140 / 768 * 100vw);
    }
    .part01-template-06__swiper-pagination-wrapper {
        width: calc(250 / 768 * 100vw);
    }
    .part01-template-06__toolbar .swiper-pagination-current,
    .part01-template-06__toolbar .swiper-pagination-total {
        font-size: 12px;
    }
    .part01-template-06__swiper-pagination .bar {
        width: 48px;
        height: 2px;
        margin: 0 10px;
    }
    .part01-template-06__swiper-button-next .icon,
    .part01-template-06__swiper-button-prev .icon {
        width: 7px;
    }
    .part01-template-06__swiper-button-next,
    .part01-template-06__swiper-button-prev {
        width: calc(20px + 20px + 7px);
        height: calc(20px + 20px + 7px);
    }
    .part01-template-06__swiper-button-group {
        margin-left: -20px;
    }
    .part01-template-06__data-wrapper .data {
        width: calc(176 / 768 * 100vw);
        height: calc(90 / 768 * 100vw);
        padding: 0 calc(16 / 768 * 100vw);
    }
    .part01-template-06__data-wrapper .icon {
        width: calc(16 / 768 * 100vw);
    }
    .part01-template-06__data-wrapper .number {
        font-size: 28px;
        margin-left: 5px;
    }
    .part01-template-06__data-wrapper .text {
        font-size: 12px;
        margin-top: 8px;
    }
    .part01-template-06__data-wrapper {
        left: calc((340 - 176) / 768 * 100vw);
    }
}

@media (min-width: 701px) {
    .part01-template-06__swiper-button-group--mobile {
        display: none;
    }
}


/* mobile */

@media (max-width: 700px) {
    .part01-template-06 {
        height: 614px;
    }
    .part01-template-06__bg {
        height: 524px;
    }
    .part01-template-06 .mobile_img{
        display: block;
        background-position: center;
        background-size: cover;
    }
    .part01-template-06__data-wrapper {
        position: absolute;
        left: initial;
        bottom: 0;
        width: 100%;
    }
    .part01-template-06__data-wrapper .data {
        width: 50%;
        height: 90px;
        padding: 0 calc(16 / 320 * 100vw);
    }
    .part01-template-06__swiper-container {
        bottom: 90px;
    }
    .part01-template-06__data-wrapper .icon {
        width: 16px;
    }
    .part01-template-06__swiper-slide {
        padding-top: 80px;
        padding-left: calc(36 / 320 * 100vw);
        padding-right: calc(36 / 320 * 100vw);
    }
    .part01-template-06__swiper-slide .row {
        flex-direction: column-reverse;
    }
    .part01-template-06__swiper-slide .col-1 {
        width: 100%;
        padding-top: 90px;
        padding-right: calc(50 / 320 * 100vw);
    }
    .part01-template-06__swiper-slide .col-2 img {
        width: 58px;
        height: 58px;
    }
    .part01-template-06__swiper-slide .col-2 .title-wrapper {
        margin-top: 12px;
        padding-right: 80px;
    }
    .part01-template-06__swiper-slide .col-2__subtitle {
        font-size: 14px;
    }
    .part01-template-06__swiper-slide .col-1__subtitle,
    .part01-template-06__swiper-slide .col-2__subtitle {
        margin-top: 14px;
    }
    .part01-template-06__toolbar {
        left: calc(36 / 320 * 100vw);
        bottom: 150px;
    }
    .part01-template-06__swiper-button-group--desktop {
        display: none;
    }
    .part01-template-06__swiper-pagination-wrapper {
        width: initial;
    }
    .part01-template-06__swiper-button-group--mobile {
        position: absolute;
        top: calc(80px + 58px + 12px - 20px);
        right: calc(36 / 320 * 100vw);
        margin-right: -20px;
    }
}


/* fire-animation */

.part01-template-06__swiper-container {
    transform: translateY(10px);
    opacity: 0;
    transition: 0.5s;
}

.part01-template-06__data-wrapper .data-1 {
    transform: translateX(-10px);
    opacity: 0;
    transition: 0.5s 0.5s;
}

.part01-template-06__data-wrapper .data-2 {
    transform: translateX(10px);
    opacity: 0;
    transition: 0.5s 0.5s;
}

.part01-template-06.fire-animation .part01-template-06__swiper-container,
.part01-template-06.fire-animation .part01-template-06__data-wrapper .data-1,
.part01-template-06.fire-animation .part01-template-06__data-wrapper .data-2 {
    transform: initial;
    opacity: 1;
}