.asw-feature-special__tab-container{
    top: -66px;
}
.asw-feature-special__item-container::before{
    display: none;
}
.asw-feature-special__item:first-child{
    margin-left: 0;
}
.asw-feature-special__item .asw-feature-special__item-link {
    background-color: transparent;
    border-color: #949499;
    color: #333;
}

.asw-feature-special__item[aria-selected="true"] .asw-feature-special__item-link {
    background-color: #CCD4EA;
    border-color: #00146E;
    color: #00146E;
}

.swiper-container-horizontal .asw-feature-special__scroll-bar{
    margin-top: 6px;
}

.asw-feature-special__scroll-bar .swiper-scrollbar-drag{
    background: #333;
}

.asw-feature-special{
    margin-top: 84px;
}
.asw-feature-special__info{
    padding-top: 0;
}
@media screen and (max-width: 767px) {
    .asw-feature-special__info-container .asw-feature-special__contents-head{
        width: 100%;
    }
    .asw-feature-special{
        margin-top:0;
    }
    .asw-feature-special__tab-container{
        top:0;
        position: relative;
        margin-bottom: 30px;
    }
    .asw-feature-special .asw-feature-special__wrap{
        position: relative;
        flex-wrap:wrap;
        transform:none !important;
    }
    .asw-feature-special .asw-feature-special__item{
        margin-bottom: 4px;
        margin-right: 4px !important;
    }
    .swiper-container-horizontal .asw-feature-special__scroll-bar{
        display:none;
    }
    .asw-feature-special .asw-feature-special__contents-image{
        display:none;
    }
    .asw-feature-special__info{
        min-height: 357px;
        /* padding-top: 30px; */
        /* align-items: flex-start; */
    }
    .asw-feature-special__info-container{
        width: 100% !important;
    }
    .asw-feature-special__buttons{
        width: 100%;
    }
    .asw-feature-special .asw-button__link{
        max-width: 100% !important;
        width: 100% !important;
    }
}
