/* equipment_title */
.equipment_title {
    position: relative;
}
.equipment_title_wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.equipment_title_wrap > span {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.42;
}
.equipment_title_wrap > h2 {
    font-size: 40px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 7px;
    margin-bottom: 45px;
}
.equipment_title_wrap > h2 > span {
    font-weight: 700;
    color: #a5c3ff;
}
.equipment_title_wrap > p {
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
}

/* main_equipment */
.main_equipment {
    position: relative;
}
.main_equipment_title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 578px;
    height: 754px;
    background-color: #f3f3f3;
    border-radius: 0px 40px 0px 0px;
    padding-left: 157px;
    padding-top: 98px;
    z-index: 2;
}
.main_equipment_title > h2 {
    font-size: 45px;
    font-weight: 300;
    line-height: 55px;
    color: #202020;
    margin-bottom: 37px;
}
.main_equipment_title > h2 > span {
    font-weight: 700;
    color: #3c63b2;
}
.main_equipment_title > p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #202020;
    margin-bottom: 63px;
}
.main_equipment_title > p > span {
    font-weight: 600;
}
.main_equipment_page {
    display: flex;
    flex-direction: column;
}
.main_equipment_swiper {
    width: 100%;
    overflow: hidden;
}
.main_equipment_swiper .swiper-slide > div {
    position: absolute;
    top: 224px;
    left: 705px;
}
.main_equipment_swiper .swiper-slide > div > span {
    font-size: 40px;
    font-weight: 700;
    color: #3c63b2;
}
.main_equipment_swiper .swiper-slide > div > h3 {
    font-size: 35px;
    font-weight: 700;
    color: #202020;
    margin-top: 21px;
    margin-bottom: 69px;
}
.main_equipment_swiper .swiper-slide > div > p {
    font-size: 25px;
    font-weight: 300;
    color: #202020;
    line-height: 38px;
}
.main_equipment_swiper .swiper-slide > div > p > span {
    font-weight: 700;
    color: #3c63b2;
}
.main_equipment_page .swiper-pagination-bullet {
    width: 447px;
    background-color: transparent;
    border-radius: 31px;
    height: auto;
    line-height: 61px;
    color: #777777;
    font-size: 23px;
    font-weight: 700;
    opacity: 1;
    padding-left: 29px;
    transition: all 0.2s;
    position: relative;
    margin: 0px 0px 15px !important;
}
.main_equipment_page .swiper-pagination-bullet:last-child {
    margin: 0px !important;
}
.main_equipment_page .swiper-pagination-bullet::before {
    font-size: 18px;
    margin-right: 43px;
}
.main_equipment_page .swiper-pagination-bullet:nth-child(1)::before {
    content: '01';
}
.main_equipment_page .swiper-pagination-bullet:nth-child(2)::before {
    content: '02';
}
.main_equipment_page .swiper-pagination-bullet:nth-child(3)::before {
    content: '03';
}
.main_equipment_page .swiper-pagination-bullet:nth-child(4)::before {
    content: '04';
}
.main_equipment_page .swiper-pagination-bullet-active {
    background-color: #3c63b2;
    color: #fff;
}
.main_equipment_page .swiper-pagination-bullet::after {
    content: '';
    display: none;
    width: 6px;
    height: 10px;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/main_equipment_page.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.main_equipment_page .swiper-pagination-bullet-active::after {
    display: block;
}

/* main_equipment_intro */
.main_equipment_intro {
    position: relative;
}
.main_equipment_intro_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding-left: 240px;
    padding-top: 242px;
}
.main_equipment_intro_wrap > span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 3px;
}
.main_equipment_intro_wrap > h2 {
    font-size: 45px;
    font-weight: 300;
    color: #fff;
    line-height: 62px;
    margin-top: 29px;
    margin-bottom: 67px;
}
.main_equipment_intro_wrap > h2 > span {
    font-weight: 700;
    color: #a5c3ff;
}
.main_equipment_intro_wrap > p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 38px;
}
.main_equipment_intro_wrap > p > span {
    font-weight: 700;
}
