@charset "utf-8";

.category-tab .tab__item{
    width: 140px;
    height: 50px;
}
.swiper-pagination__wrap{
    bottom: 28.7%;
}
.pipeline__item .text__box .text>span:nth-child(2){
    font-size: max(0.937vw, 14px);
}
.col-table td.list .item{
    padding: 12px 0;
}

@media screen and (max-width:1600px) {
    .swiper-pagination__wrap{
        bottom: 21%;
    }
}
@media screen and (max-width:1024px) {
    .element-01__list>li .text{
        font-size: 14px;
    }
}
@media screen and (max-width:768px) {
    .category-tab .tab__item{
        width: calc(50% - 5px);
        height: 36px;
    }
    .element-01__list>li .text{
        height: 72px;
    }
    .character__item .element-01__list>li .text{
        height: 100px;
    }
    .pipeline__item .text__box .text>span:nth-child(2){
        font-size: 16px;
    }
}