﻿.swiper-buttons {}

.swiper-button-next {
    background: url(../../../images/btn_arrow_right.svg) no-repeat;
    width: 120px;
    height: 120px;
}

.swiper-button-prev {
    background: url(../../../images/btn_arrow_left.svg) no-repeat;
    width: 120px;
    height: 120px;
}

.swiper-button-prev,
.swiper-button-next {
    display: inline-block;
    top: 84%;
    cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    margin: 0 15px !important;
    background: #333333;
}

.swiper-pagination-bullet-active {
    background: #0098EA;
}

.title {
    width: 2160px;
    text-align: center;
}

.content_box {
    height: 1700px;
}

.content_box .listA {
    display: flex;
    flex-wrap: wrap;
    /*    justify-content: space-between;*/
    justify-content: flex-start;
    margin: 0 auto;
    width: 1560px;
}

.content_box .listA li {
    margin-bottom: 50px;
    width: 470px;
    height: 460px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 4px 4px 16px #0000004D;
    background: #fff;
    margin-right: 50px;
}

.content_box .listA .img_box {
    border-bottom: 4px solid #ebebeb;
    background: url(../../images/img_sample.svg) no-repeat center / 100% auto;
}

.content_box .listA .img_box img {
    height: 100%;
    object-fit: cover;
}

.content_box .listA .btn .txt_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 43px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    word-break: keep-all;
    box-sizing: border-box;
}

.content_box .listA .btn em {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.1;
    top: 10px;
    text-align: center;
}

.content_box .listB {
    justify-content: flex-start;
}

.content_box .listC .img_box {
    border-bottom: 4px solid #ebebeb;
    background: url(../../images/img_sample.svg) no-repeat center / 100% auto;
}

.content_box .listC .img_box img {
    height: 100%;
    object-fit: cover;
}

.content_box .listC li .btn {
    display: flex;
    align-items: center;
    width: 783px;
    height: 250px;
    font-size: 43px;
}

.content_box .listC .txt_box {
    margin-left: 20px;
    width: 430px;
}

.content_box .listC li .btn em {
    /*    margin-left: 50px;*/
    font-weight: 700;
}

.content_box .listC {
    justify-content: flex-start;
    margin: 0 auto;
    width: 1800px;
}

.btn_search_close {
    position: absolute;
    bottom: 693px;
}
