.p-mainVisual__inner .swiper-button-prev:after,
.p-mainVisual__inner .swiper-button-next:after {
    content: none;
}

.p-mainVisual__inner .swiper-button-next,
.p-mainVisual__inner .swiper-button-prev {
    background: none;
    padding: 0;
}

.swiper-button-disabled .icon-prev,
.swiper-button-disabled .icon-next {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.icon-prev,
.icon-next {
    width: 100%;
    height: 100%;
    display: block !important;
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}

.icon-prev:hover,
.icon-next:hover {
    opacity: 1;
}