/* care02_title */
.care02_title {
    position: relative;
}
.care02_title_con {
    position: absolute;
    left: 240px;
    bottom: 212px;
}
.care02_title_con > span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.care02_title_con > h2 {
    font-size: 52px;
    font-weight: 400;
    color: #fff;
    margin-top: 6px;
}

/* care02_con01 */
.care02_con01 {
    padding-top: 101px;
    padding-bottom: 120px;
}
.care02_con01_page {
    max-width: 958px;
    width: 100%;
    display: flex;
    margin: 0 auto;
}
.care02_con01_page > li {
    width: 25%;
}
.care02_con01_page > li > a {
    box-shadow:
        1px 0 0 0 #c3c3c3,
        0 1px 0 0 #c3c3c3,
        1px 1px 0 0 #c3c3c3,
        1px 0 0 0 #c3c3c3 inset,
        0 1px 0 0 #c3c3c3 inset;
    width: 100%;
    line-height: 65px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #191919;
    display: block;
    transition: all 0.2s;
    letter-spacing: -1px;
}
.care02_con01_page > li > a:hover {
    opacity: 0.7;
}
.care02_con01_page > li > a.active {
    background-color: #65c8cd;
    color: #fff;
}

/* care02_con04 */
.care02_con04 {
    padding-top: 160px;
}
.care02_con04 > h2 {
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    color: #191919;
}
.care02_con04_page {
    max-width: 1139px;
    width: 100%;
    margin: 38px auto 40px;
    display: flex;
}
.care02_con04_page .swiper-pagination-bullet {
    width: 33.3%;
    height: auto;
    line-height: 60px;
    font-size: 24px;
    font-weight: 700;
    color: #191919;
    opacity: 1;
    border-radius: 0px;
    background-color: transparent;
    box-shadow:
        1px 0 0 0 #c3c3c3,
        0 1px 0 0 #c3c3c3,
        1px 1px 0 0 #c3c3c3,
        1px 0 0 0 #c3c3c3 inset,
        0 1px 0 0 #c3c3c3 inset;
    margin: 0 !important;
    text-align: center;
}
.care02_con04_page .swiper-pagination-bullet-active {
    background-color: #65c8cd;
    color: #fff;
}
.care02_con04_swiper {
    max-width: 1189px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.care02_con04_swiper .swiper-slide {
    display: flex;
}
.care02_con04_swiper .swiper-slide > div {
    width: 50%;
}
.care02_con04_swiper_right {
    position: relative;
    padding-left: 59px;
    padding-top: 20px;
}
.care02_con04_swiper_right > h3 {
    font-size: 44px;
    font-weight: 700;
    color: #191919;
}
.care02_con04_swiper_right > p {
    font-size: 20px;
    font-weight: 500;
    color: #191919;
    margin-top: 19px;
}
.care02_con04_swiper_right > span {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 200px;
    font-weight: 300;
    color: rgba(89, 88, 87, 0.05);
}
.care02_con04_line {
    max-width: 1440px;
    width: 100%;
    margin: 100px auto 0px;
    background-color: #000000;
    height: 1px;
}

/* care02_con05 */
.care02_con05 {
    padding-top: 163px;
}
.care02_con05_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 108px;
}
.care02_con05_title > h2 {
    font-size: 52px;
    font-weight: 500;
    color: #191919;
    line-height: 64px;
}
.care02_con05_title > h2 > span {
    color: #65c8cd;
    font-weight: 700;
}
.care02_con05_title > p {
    color: #191919;
    font-weight: 700;
    font-size: 20px;
}
.care02_con05_inner {
    position: relative;
    background-image: url(/theme/basic/img/sub/bna01_con01_wrap.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.care02_con05_inner > div {
    display: flex;
    position: relative;
    height: 665px;
}
.care02_con05_inner > div > img {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translateX(-50%);
}
.care02_con05_inner > div > div {
    position: relative;
    height: max-content;
}
.bna01_con01_before > span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #191919;
    display: inline-block;
    line-height: 51px;
    color: #fff;
    width: 198px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.bna01_con01_after {
    position: relative;
    top: 98px;
}
.bna01_con01_after > span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #65c8cd;
    display: inline-block;
    line-height: 51px;
    color: #fff;
    width: 198px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.bna01_con01_after_con {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 166px;
}
.bna01_con01_after_con > p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 31px;
}
.bna01_con01_after_con > a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    transition: all 0.2s;
}
.bna01_con01_after_con > a:hover {
    color: #65c8cd;
}
.bna01_con01_after_con > a:hover > img {
    transform: translateX(20px);
}
.bna01_con01_after_con > a > img {
    filter: invert(1);
    margin-left: 14px;
    transition: all 0.2s;
}
.bna01_con01_before > h3 {
    position: absolute;
    left: 0px;
    bottom: -101px;
    font-size: 44px;
    font-weight: 700;
    color: #000000;
}

/* care02_con06 */
.care02_con06 {
    margin-top: 200px;
}
