/* swuper - common.css reset */
.transport-content .swiper-product.pc-swiper {
    padding-top: 86px;
    margin-top: -46px;
}
.transport-content .pc-swiper .card-wrap {
    gap: 0;
}
.transport-content .less-than-four .card-wrap {
    gap: 24px;
}
/* swiper - resetting */
.pc-swiper .swiper-controller {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.pc-swiper.less-than-four .swiper-controller {
    display: none;
}
.pc-swiper .swiper-controller button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pc-swiper .swiper-controller .swiper-btn {
    width: 24px;
    height: 24px;
}
.pc-swiper .swiper-controller .swiper-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.707 5.207 8.914 12l6.793 6.793-1.414 1.414L6.086 12l8.207-8.207z'/%3E%3C/svg%3E");
}
.pc-swiper .swiper-controller .swiper-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m17.914 12-8.207 8.207-1.414-1.414L15.086 12 8.293 5.207l1.414-1.414z'/%3E%3C/svg%3E");
}
.pc-swiper .swiper-controller .indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 8px;
}
.pc-swiper .swiper-controller .indicator p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #121212;
    padding: 9px 10px;
}
.pc-swiper.swiper .swiper-pagination-progressbar {
    position: relative;
    width: 80px;
    height: 3px;
    background: #ddd;
}
.pc-swiper .swiper-pagination-progressbar span {
    background: #000;
}
.pc-swiper .swiper-controller .btn-play {
    margin-left: 20px;
    width: 32px;
    height: 32px;
    background: #1428a0
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M5.333 12.667 12.667 8 5.333 3.334z'/%3E%3C/svg%3E")
        center / 16px 16px no-repeat;
}

.pc-swiper .swiper-controller .btn-play.on {
    background: #fff
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%231428a0' d='M9.333 12.667V3.334H12v9.333zm-5.333 0V3.334h2.667v9.333z'/%3E%3C/svg%3E")
        center / 16px 16px no-repeat;
}
@media screen and (max-width: 767px) {
    .pc-swiper .swiper-controller {
        display: none;
    }
    .transport-content .pc-swiper .card-wrap {
        gap: 16px;
    }
}
