.homepage .main-container .style-show-container {
    margin-bottom: 6.125rem;
}

.homepage .main-container .style-show-box {
    position: relative;
}

.homepage .main-container .style-show-box .left-arrow,
.homepage .main-container .style-show-box .right-arrow {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #FFFFFF !important;
    background-size: 1.5rem !important;
    background-position: center !important;
    box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 19, 46, 0.1);
    border-radius: 2.5rem;
    cursor: pointer;
    z-index: 2;
    transition: background-color .3s ease-in-out;
}

.homepage .main-container .style-show-box .left-arrow:hover,
.homepage .main-container .style-show-box .right-arrow:hover {
    background-color: #006FFF !important;
}

.homepage .main-container .style-show-box .left-arrow:hover {
    background: url(/zy_theme/static/src/img/home_v2/left-arrow.svg) no-repeat;
}

.homepage .main-container .style-show-box .right-arrow:hover {
    background: url(/zy_theme/static/src/img/home_v2/right-arrow.svg) no-repeat;
}

.homepage .main-container .style-show-box .left-arrow img,
.homepage .main-container .style-show-box .right-arrow img {
    width: 1.5rem;
}

.homepage .main-container .style-show-box .left-arrow {
    transform: translate(-50%, -50%);
    background: url(/zy_theme/static/src/img/home_v2/left-arrow-black.svg) no-repeat;
}

.homepage .main-container .style-show-box .right-arrow {
    right: 0;
    transform: translate(50%, -50%);
    background: url(/zy_theme/static/src/img/home_v2/right-arrow-black.svg) no-repeat;
}

.homepage .main-container .style-show-box .style-show-wrapper {
    width: 75rem;
    overflow: hidden;
}

.homepage .main-container .style-show-box .style-show-wrapper .style-show-slide-wrapper {
    display: flex;
    transition: transform .4s ease-in-out;
}

.homepage .main-container .style-show-box .style-show-wrapper .style-show-slide-wrapper .style-show-slide {
    display: flex;
    width: fit-content;
    padding: 1.25rem 0 0.625rem;
}

.homepage .main-container .style-show-box .style-show-wrapper .style-show-slide-wrapper .style-show-slide .style-show-item {
    width: 18rem;
    height: 14.25rem;
    margin-right: 1rem;
    background: #FFFFFF;
    border-radius: 1rem;
    overflow: hidden;
    list-style: none;
    box-shadow: 0 0.25rem 0.625rem 0 rgba(74, 130, 183, 0.1);
    cursor: pointer;
    transition: transform .3s ease-in-out;
}

.homepage .main-container .style-show-box .style-show-wrapper .style-show-slide-wrapper .style-show-slide .style-show-item:hover {
    transform: translateY(-1.25rem);
}

.homepage .main-container .style-show-box .style-show-wrapper .style-show-slide-wrapper .style-show-slide .style-show-item:hover .style-show-title {
    background-color: #006FFF;
    color: #fff;
}

.homepage .main-container .style-show-box .style-show-wrapper .style-show-slide-wrapper .style-show-slide .style-show-item img {
    width: 100%;
}

.homepage .main-container .style-show-box .style-show-wrapper .style-show-slide-wrapper .style-show-slide .style-show-item .style-show-title {
    padding: 1rem;
    font-size: .875rem;
    color: #3D3D3D;
    transition: all .3s ease-in-out;
}
